Skip to content

Instantly share code, notes, and snippets.

@vijayantkatyal
Last active September 6, 2015 19:22
Show Gist options
  • Save vijayantkatyal/7fef3b734155f135b320 to your computer and use it in GitHub Desktop.
Save vijayantkatyal/7fef3b734155f135b320 to your computer and use it in GitHub Desktop.
package source example
<?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 />
<activePackageSource>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</activePackageSource>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment