forked from MakArs/ReportServer.Desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGet.Config
More file actions
18 lines (18 loc) · 789 Bytes
/
NuGet.Config
File metadata and controls
18 lines (18 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="gerakul" value="https://www.myget.org/F/gerakul-dotnet" />
<add key="totopolis" value="https://www.myget.org/F/totopolis/" />
<add key="wpftools" value="https://www.myget.org/F/wpftools/api/v3/index.json" />
</packageSources>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<activePackageSource>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3"/>
</activePackageSource>
<disabledPackageSources />
</configuration>