Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2e27af4

Browse files
committed
Stop NuGet from creating binding redirects when package is installed
https://docs.microsoft.com/en-us/nuget/schema/nuget-config-file#bindingredirects-section
1 parent 1b9049b commit 2e27af4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nuget.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
<activePackageSource>
88
<add key="All" value="(Aggregate source)" />
99
</activePackageSource>
10-
</configuration>
10+
<bindingRedirects>
11+
<add key="skip" value="True" />
12+
</bindingRedirects>
13+
</configuration>

0 commit comments

Comments
 (0)