We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f76f19f + 77b0c51 commit e2642a8Copy full SHA for e2642a8
nuget.config
@@ -3,7 +3,7 @@
3
<packageSources>
4
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
5
<clear />
6
- <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
+ <add key="dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
7
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
8
</packageSources>
9
</configuration>
0 commit comments