Files
Umbraco-CMS/src/NuGet.Config
Sebastiaan Janssen d05395075d Indentation
2015-09-23 08:34:55 +02:00

7 lines
250 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="umbracocore" value="http://www.myget.org/f/umbracocore/" />
</packageSources>
</configuration>