Browse Source

Remove dotnet10 package source from NuGet.Config

pull/23609/head
maliming 3 months ago
parent
commit
54452e3b91
  1. 1
      NuGet.Config

1
NuGet.Config

@ -2,6 +2,5 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
</packageSources>
</configuration>
Loading…
Cancel
Save