Update to WiX 4.0.4

This commit is contained in:
Cameron Gutman 2024-02-16 23:05:58 -06:00
parent 3b078f095b
commit f635860afd
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.2" ToolsVersion="4.0"> <Project Sdk="WixToolset.Sdk/4.0.4" ToolsVersion="4.0">
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>Debug</DefineConstants> <DefineConstants>Debug</DefineConstants>
</PropertyGroup> </PropertyGroup>
@ -27,8 +27,8 @@
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignMsi.FullPath)' /> <Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignMsi.FullPath)' />
</Target> </Target>
<ItemGroup> <ItemGroup>
<PackageReference Include="WixToolset.Firewall.wixext" Version="4.0.2" /> <PackageReference Include="WixToolset.Firewall.wixext" Version="4.0.4" />
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.2" /> <PackageReference Include="WixToolset.Util.wixext" Version="4.0.4" />
<PackageReference Include="WixToolset.Heat" Version="4.0.2" /> <PackageReference Include="WixToolset.Heat" Version="4.0.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.2"> <Project Sdk="WixToolset.Sdk/4.0.4">
<PropertyGroup> <PropertyGroup>
<OutputType>Bundle</OutputType> <OutputType>Bundle</OutputType>
</PropertyGroup> </PropertyGroup>
@ -19,7 +19,7 @@
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignBundle.FullPath)' /> <Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignBundle.FullPath)' />
</Target> </Target>
<ItemGroup> <ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.2" /> <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.4" />
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.2" /> <PackageReference Include="WixToolset.Util.wixext" Version="4.0.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>