aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
diff options
context:
space:
mode:
Diffstat (limited to 'nuget.config')
-rw-r--r--nuget.config13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config
new file mode 100644
index 00000000..e8a0cc92
--- /dev/null
+++ b/nuget.config
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3 <packageSources>
4 <clear />
5 <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" />
6 <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" />
7 <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" />
8 <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" />
9 <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" />
10 <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" />
11 <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
12 </packageSources>
13</configuration> \ No newline at end of file