Skip to content

Instantly share code, notes, and snippets.

@davidisnotnull
Created May 23, 2018 10:53
Show Gist options
  • Save davidisnotnull/0ca56a303c8f597e32d2616fc35cd107 to your computer and use it in GitHub Desktop.
Save davidisnotnull/0ca56a303c8f597e32d2616fc35cd107 to your computer and use it in GitHub Desktop.
nuget Feeds
<configuration>
<packageSources>
<add key="Local References" value=".\References\" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="Microsoft" value="https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/" />
<add key="EPiServer" value="http://nuget.episerver.com/feed/packages.svc/" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment