Skip to content

Instantly share code, notes, and snippets.

@L-Sypniewski
Created December 11, 2023 13:16
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 L-Sypniewski/7c9f4a9f6e42d58937592011dae9887b to your computer and use it in GitHub Desktop.
Save L-Sypniewski/7c9f4a9f6e42d58937592011dae9887b to your computer and use it in GitHub Desktop.
Add preview Aspire nuget feed
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="aspire"
value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="aspire">
<package pattern="Aspire.*" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment