We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821ad55 commit fe74fb1Copy full SHA for fe74fb1
NuGet.Config
@@ -4,4 +4,7 @@
4
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
5
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
6
</packageSources>
7
+ <disabledPackageSources>
8
+ <add key="xunit" value="true" />
9
+ </disabledPackageSources>
10
</configuration>
0 commit comments