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 3b5be91 commit 0a4ed8dCopy full SHA for 0a4ed8d
NuGet.config
@@ -0,0 +1,13 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+
4
+ <solution>
5
+ <add key="disableSourceControlIntegration" value="true" />
6
+ </solution>
7
+ <packageSources>
8
+ <!--To inherit the global NuGet package sources remove the <clear/> line below -->
9
+ <clear />
10
+ <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
11
+ </packageSources>
12
13
+</configuration>
0 commit comments