Skip to content

Instantly share code, notes, and snippets.

@richlander
Last active November 4, 2023 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richlander/4a700d1679e42b7868805c0780ab173c to your computer and use it in GitHub Desktop.
Save richlander/4a700d1679e42b7868805c0780ab173c to your computer and use it in GitHub Desktop.
nuget.config for .NET nightly builds
<configuration>
<packageSources>
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment