-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnuget.config
21 lines (21 loc) · 1005 Bytes
/
nuget.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="SixLabors" value="https://www.myget.org/F/sixlabors/api/v3/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="opentk-dev" value="https://www.myget.org/F/opentk-develop/api/v3/index.json" />
</packageSources>
<disabledPackageSources>
<add key="SixLabors" value="true" />
<add key="Syncfusion Winforms" value="true" />
<add key="Syncfusion aspnetmvc" value="true" />
<add key="aspnetmaster" value="true" />
<add key="ImageSharp" value="true" />
<add key="Syncfusion Winforms" value="true" />
<add key="Syncfusion aspnetmvc" value="true" />
<add key="aspnetmaster" value="true" />
</disabledPackageSources>
</configuration>