forked from jmacato/Synfonia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nuget.config
14 lines (14 loc) · 839 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="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="AvaloniaCI" value="https://nuget.avaloniaui.net/repository/avalonia-all/index.json" />
<add key="dock" value="https://www.myget.org/F/dock-nightly/api/v2" />
<add key="behaviors" value="https://www.myget.org/F/xamlbehaviors-nightly/api/v2" />
<add key="sharpgen" value="https://www.myget.org/F/sharpgentools/api/v3/index.json" />
<add key="cli-deps" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="netcore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="Roslyn Nightlies" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
</packageSources>
</configuration>