Skip to content

Commit

Permalink
Remove NuGet prerelease feeds
Browse files Browse the repository at this point in the history
Remove the prerelease NuGet feeds for .NET 6.
  • Loading branch information
martincostello authored Nov 8, 2021
1 parent 251cff0 commit 1869091
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- TODO Remove once .NET 6 is officially released -->
<add key="darc-pub-dotnet-aspnetcore-ae1a6cb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-ae1a6cbe-1/nuget/v3/index.json" />
<add key="darc-pub-dotnet-efcore-0e37421" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-0e374218/nuget/v3/index.json" />
<add key="darc-pub-dotnet-runtime-4822e3c-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-4822e3c3-5/nuget/v3/index.json" />
<add key="darc-pub-dotnet-windowsdesktop-59fea7d-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-windowsdesktop-59fea7da-4/nuget/v3/index.json" />
<!-- </TODO> -->
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 1869091

Please sign in to comment.