Skip to content

Instantly share code, notes, and snippets.

@directhex
Created November 15, 2018 17: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 directhex/62218072c92c95f07d3767c79f74887f to your computer and use it in GitHub Desktop.
Save directhex/62218072c92c95f07d3767c79f74887f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="cakes" value="/tmp/cakes" />
</packageSources>
<disabledPackageSources>
<add key="nuget.org" value="true" />
</disabledPackageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment