forked from wieslawsoltes/ColorPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuGet.Config
14 lines (14 loc) · 885 Bytes
/
NuGet.Config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="avalonia-ci" value="https://www.myget.org/F/avalonia-ci/api/v3/index.json" />
<add key="avalonia-prs" value="https://www.myget.org/F/avalonia-prs/api/v3/index.json" />
<add key="xamlbehaviors-nightly" value="https://www.myget.org/F/xamlbehaviors-nightly/api/v3/index.json" />
<add key="panandzoom-nightly" value="https://www.myget.org/F/panandzoom-nightly/api/v3/index.json" />
<add key="dock-nightly" value="https://www.myget.org/F/dock-nightly/api/v3/index.json" />
<add key="portable-xaml" value="https://ci.appveyor.com/nuget/portable-xaml" />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
</packageSources>
</configuration>