Skip to content

Commit b0b333b

Browse files
Copilotpmaytak
andcommitted
chore: Update NuGet config to include nuget.org fallback
Co-authored-by: pmaytak <[email protected]>
1 parent 02c767f commit b0b333b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
77
</configuration>

0 commit comments

Comments
 (0)