Skip to content

Commit 389c02b

Browse files
committed
chore: bump wix 4.0.4 -> 5.0.2
1 parent 23812af commit 389c02b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

msi/wsl-usb-manager.wixproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!-- Copyright (c) 2024 JP Hutchins -->
22
<!-- SPDX-License-Identifier: MIT -->
33

4-
<Project Sdk="WixToolset.Sdk/4.0.4">
4+
<Project Sdk="WixToolset.Sdk/5.0.2">
55
<PropertyGroup>
66
<DefineConstants> ApplicationFiles=$(PORTABLE_PATH)/
77
</DefineConstants>
88
<OutputName>$(MSI_NAME)</OutputName>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="WixToolset.Heat" Version="4.0.4" />
13-
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.4" />
12+
<PackageReference Include="WixToolset.Heat" Version="5.0.2" />
13+
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)