Skip to content

Instantly share code, notes, and snippets.

@petedavis
Created April 21, 2017 02:10
Show Gist options
  • Save petedavis/d398ab0c8e3e5d86f27543f1440fb3ff to your computer and use it in GitHub Desktop.
Save petedavis/d398ab0c8e3e5d86f27543f1440fb3ff to your computer and use it in GitHub Desktop.
Orchard Core CMS nget.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- only use the feeds below -->
<clear/>
<!-- Orchard Core dependency feeds -->
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Orchard2" value="https://www.myget.org/F/orchard2/api/v3/index.json" />
<add key="icunet" value="https://www.myget.org/F/icu-dotnet/api/v3/index.json" />
<!-- The Orchard Core CMS packages build by AppVeyor -->
<add key="OrchardCore" value="https://www.myget.org/F/orchardcore-preview/api/v3/index.json" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment