aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
blob: 022f92404fb9b39b0290e3e406feda91694cb204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="wixtoolset-burn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" />
    <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>