13 lines
551 B
XML
13 lines
551 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<!-- Keep packages.config dependencies beside the WiX projects. -->
|
|
<add key="repositoryPath" value="Setup\BundleInstaller\packages" />
|
|
</config>
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
<!-- Hex.Wix.Xeam 1.2.6 is a private/local package and is not published on nuget.org. -->
|
|
<add key="local-xeam" value="Setup\BundleInstaller\packages\Hex.Wix.Xeam.1.2.6" />
|
|
</packageSources>
|
|
</configuration>
|