Update WiX Toolset SDK to version 6.0.2 (#591)

Upgrade the WiX Toolset SDK version in the project configuration to ensure compatibility with the latest features and improvements.
This commit is contained in:
Michael Green 2025-08-31 12:41:53 +10:00 committed by GitHub
parent 4e473d3bf3
commit e1b96618b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.4">
<Project Sdk="WixToolset.Sdk/6.0.2">
<PropertyGroup>
<OutputType>Package</OutputType>
<Platform>x64</Platform>
@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.4" />
<PackageReference Include="WixToolset.Util.wixext" Version="6.0.2" />
</ItemGroup>
<!-- Publish server (includes configurator via project publish targets) into a local folder before harvesting -->