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 7fc90ea commit 8c7f62fCopy full SHA for 8c7f62f
tools/nuget/NuGet.Config
@@ -3,6 +3,9 @@
3
<solution>
4
<add key="disableSourceControlIntegration" value="true" />
5
</solution>
6
+ <packageSources>
7
+ <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
8
+ </packageSources>
9
<activePackageSource>
10
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
11
</activePackageSource>
tools/nuget/nuget.exe
164 KB
0 commit comments