Skip to content

Commit e2642a8

Browse files
authored
Updated dotnet-core with the legacy URL
Updated dotnet-core with the legacy URL
2 parents f76f19f + 77b0c51 commit e2642a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
6-
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
6+
<add key="dotnet-core" value="https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
77
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
88
</packageSources>
99
</configuration>

0 commit comments

Comments
 (0)