Skip to content

Commit 97e1dbb

Browse files
[Release 2.1] Fixup Feeds (#938)
1 parent 926da7b commit 97e1dbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NuGet.config

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
6-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
76
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
87
</packageSources>
98
</configuration>

0 commit comments

Comments
 (0)