Files
Umbraco-CMS/src/NuGet.Config
Sebastiaan Jansssen 8c5ee547b1 Does v3 MyGet API work?
2018-02-23 10:32:49 +01:00

7 lines
277 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="https://www.myget.org/F/umbracocore/api/v3/index.json" />
</packageSources>
</configuration>