Skip to content

Commit d21d50f

Browse files
authored
Use dotnet-public instead of nuget.org
1 parent 2aeb726 commit d21d50f

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
<configuration>
44
<packageSources>
55
<clear />
6-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
<add key="dotnet-public" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet-public/nuget/v3/index.json" />
77
</packageSources>
88
<disabledPackageSources>
99
<clear />

0 commit comments

Comments
 (0)