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 de81cc4 commit 419fec4Copy full SHA for 419fec4
NuGet.Config
@@ -1,10 +1,10 @@
1
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
2
<configuration>
3
- <solution>
4
- <add key="disableSourceControlIntegration" value="true" />
5
- </solution>
6
- <packageSources>
7
- <add key="omnisharp" value="https://www.myget.org/F/omnisharp/api/v3/index.json" protocolVersion="3" />
8
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
9
- </packageSources>
+ <packageSources>
+ <clear />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+ </packageSources>
+ <disabledPackageSources>
+ </disabledPackageSources>
10
</configuration>
0 commit comments