mirror of
https://github.com/gaseous-project/gaseous-server
synced 2026-04-21 13:27:16 +00:00
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:
parent
4e473d3bf3
commit
e1b96618b8
1 changed files with 2 additions and 2 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue