From 8d3f778c61a1a0a576445e8dc7312613363b787d Mon Sep 17 00:00:00 2001 From: Rob Mensching <rob@firegiant.com> Date: Wed, 15 May 2019 13:59:59 -0700 Subject: Add root configuration files --- nuget.config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nuget.config (limited to 'nuget.config') diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..e8a0cc92 --- /dev/null +++ b/nuget.config @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <packageSources> + <clear /> + <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> + <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> + <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> + <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> + <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" /> + <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> + <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> + </packageSources> +</configuration> \ No newline at end of file -- cgit v1.2.3-55-g6feb