Skip to content

Commit

Permalink
Remove prerelease nuget sources for the GA release
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Nov 14, 2024
1 parent 74d8a51 commit 5a27943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="npgsql-vnext" value="https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
-->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>

Expand Down

0 comments on commit 5a27943

Please sign in to comment.