Skip to content

Commit 77b0c51

Browse files
authored
Updated dotnet-core with the legacy URL
Previous url for dotnet-core didn't work as its no longer available. Added https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json
1 parent f76f19f commit 77b0c51

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)