Skip to content

Commit fff5199

Browse files
mmitchejonsequitur
authored andcommitted
Switch away from dotnet-core feed.
Prepping for removal of publishing to dotnet-core.
1 parent 0dc0ddb commit fff5199

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NuGet.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<packageSources>
55
<clear />
66
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
7-
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
7+
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
8+
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
9+
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
810
</packageSources>
911
</configuration>

0 commit comments

Comments
 (0)