We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1429b commit 5a87bbbCopy full SHA for 5a87bbb
NuGet.Config
@@ -1,9 +1,10 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
+ <clear />
5
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6
</packageSources>
7
<solution>
8
<add key="disableSourceControlIntegration" value="true" />
9
</solution>
-</configuration>
10
+</configuration>
0 commit comments