Skip to content

Commit

Permalink
Add pre-release NuGet feed
Browse files Browse the repository at this point in the history
Add the pre-release NuGet package feed for .NET 9.
  • Loading branch information
martincostello committed Feb 14, 2024
1 parent 4e37e9f commit b70c611
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<configuration>
<packageSources>
<clear />
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="dotnet9">
<package pattern="*" />
</packageSource>
<packageSource key="NuGet">
<package pattern="*" />
</packageSource>
Expand Down

0 comments on commit b70c611

Please sign in to comment.