We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f09e3c commit bae1c7eCopy full SHA for bae1c7e
NuGet.config
@@ -6,8 +6,6 @@
6
<packageSources>
7
<clear />
8
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
9
- <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
10
- <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
11
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
12
<add key="test-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json" />
13
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
0 commit comments