Skip to content

Instantly share code, notes, and snippets.

@LanceMcCarthy
Last active June 8, 2021 20:24
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LanceMcCarthy/62d3457fb93252ac1e3968fced457cec to your computer and use it in GitHub Desktop.
Save LanceMcCarthy/62d3457fb93252ac1e3968fced457cec to your computer and use it in GitHub Desktop.
For Morten
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- Using 'clear' ensures only the sources defined below are used -->
<clear />
<!-- The public nuget.org feed -->
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!-- Microsoft sources for MAUI and .NET 6.0 previews -->
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
<add key="xamarin" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/xamarin-impl/nuget/v3/index.json" />
<add key="public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment