Skip to content

Instantly share code, notes, and snippets.

@webmonger
Last active August 29, 2015 14:19
Show Gist options
  • Save webmonger/cd0871a9366427fdc823 to your computer and use it in GitHub Desktop.
Save webmonger/cd0871a9366427fdc823 to your computer and use it in GitHub Desktop.
NuGet.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="myget" value="http://www.myget.org/F/glimpsedependencies/" />
<add key="nuget" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment