16 lines
659 B
XML
16 lines
659 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>
|
|
<clear />
|
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="UmbracoCoreMyGet" value="https://www.myget.org/F/umbracocore/api/v3/index.json" />
|
|
<add key="SmidgeAppVeyor" value="https://ci.appveyor.com/nuget/smidge" />
|
|
<add key="Umbraco Nightly" value="https://www.myget.org/F/umbraconightly/api/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|