Skip to content

Instantly share code, notes, and snippets.

@gistlyn
Created December 1, 2021 06:12
Show Gist options
  • Save gistlyn/f01c6a3e71ee2e0ec8f6973158b61027 to your computer and use it in GitHub Desktop.
Save gistlyn/f01c6a3e71ee2e0ec8f6973158b61027 to your computer and use it in GitHub Desktop.
ServiceStack pre-release packages on MyGet
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="ServiceStack MyGet feed" value="https://www.myget.org/F/servicestack" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment