Files
Umbraco-CMS/NuGet.Config
Bjarke Berg 14072b0c21 nuget fix
2020-04-16 19:54:25 +02:00

12 lines
374 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--
this is Umbraco's NuGet configuration,
content of this file is merged with the system-wide configuration,
at %APPDATA%\NuGet\NuGet.config
-->
<packageSources>
<add key="UmbracoCoreMyGet" value="https://www.myget.org/F/umbracocore/api/v3/index.json" />
</packageSources>
</configuration>