Skip to content

Instantly share code, notes, and snippets.

@cchamberlain
Created September 8, 2015 01:24
Show Gist options
  • Select an option

  • Save cchamberlain/0711a59e5c9220a0325e to your computer and use it in GitHub Desktop.

Select an option

Save cchamberlain/0711a59e5c9220a0325e to your computer and use it in GitHub Desktop.
~/.config/NuGet/NuGet.config (for dnvm)
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2/" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
<disabledPackageSources />
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment