remove dotnet previews nuget source

This commit is contained in:
Emmanuel Hansen 2024-01-07 13:09:44 +00:00
parent 16f77936e0
commit aec0b99f8a

View File

@ -2,9 +2,7 @@
<configuration>
<packageSources>
<clear />
<add key="dotnet8"
value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
<add key="nuget"
value="https://api.nuget.org/v3/index.json" />
<add key="nuget"
value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>