Skip to content

Commit

Permalink
Consume .NET nightly builds
Browse files Browse the repository at this point in the history
Consume the latest nightly builds of .NET 9.
  • Loading branch information
martincostello committed Sep 11, 2024
1 parent 75fa560 commit d2b4b04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<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>
</packageSourceMapping>
</configuration>

0 comments on commit d2b4b04

Please sign in to comment.