WixToolset.Dependency.wixext
6.0.0
Prefix Reserved
dotnet add package WixToolset.Dependency.wixext --version 6.0.0
NuGet\Install-Package WixToolset.Dependency.wixext -Version 6.0.0
<PackageReference Include="WixToolset.Dependency.wixext" Version="6.0.0" />
<PackageVersion Include="WixToolset.Dependency.wixext" Version="6.0.0" />
<PackageReference Include="WixToolset.Dependency.wixext" />
paket add WixToolset.Dependency.wixext --version 6.0.0
#r "nuget: WixToolset.Dependency.wixext, 6.0.0"
#addin nuget:?package=WixToolset.Dependency.wixext&version=6.0.0
#tool nuget:?package=WixToolset.Dependency.wixext&version=6.0.0
WixToolset.Dependency.wixext - Dependency WiX Toolset Extension
This WiX Extension provides support for configuring package dependencies.
Web Site | Documentation | Issue Tracker | Discussions
Open Source Maintenance Fee
To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an Open Source Maintenance Fee. While the source code is freely available under the terms of the LICENSE, this package and other aspects of the project require adherence to the Open Source Maintenance Fee EULA.
To pay the Maintenance Fee, become a Sponsor.
Getting started
Add the WiX Extension as a PackageReference to your .wixproj:
<Project Sdk="WixToolset.Sdk/6.0.0">
<ItemGroup>
<PackageReference Include="WixToolset.Dependency.wixext" Version="6.0.0" />
</ItemGroup>
</Project>
Then add the extension's namespace:
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
xmlns:dep="http://wixtoolset.org/schemas/v4/wxs/dependency">
..
</Wix>
Additional resources
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on WixToolset.Dependency.wixext:
Repository | Stars |
---|---|
wixtoolset/wix
WiX Toolset Code
|