We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2315fc4 commit 872df16Copy full SHA for 872df16
nuget.config
@@ -2,7 +2,7 @@
2
<configuration>
3
<packageSources>
4
<clear />
5
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+ <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
6
<add key="dotnet-myget-legacy" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
7
<add key="VSIDE vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
8
</packageSources>
0 commit comments