Created
May 23, 2018 10:53
-
-
Save davidisnotnull/0ca56a303c8f597e32d2616fc35cd107 to your computer and use it in GitHub Desktop.
nuget Feeds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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