We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23812af commit 389c02bCopy full SHA for 389c02b
msi/wsl-usb-manager.wixproj
@@ -1,16 +1,16 @@
1
<!-- Copyright (c) 2024 JP Hutchins -->
2
<!-- SPDX-License-Identifier: MIT -->
3
4
-<Project Sdk="WixToolset.Sdk/4.0.4">
+<Project Sdk="WixToolset.Sdk/5.0.2">
5
<PropertyGroup>
6
<DefineConstants> ApplicationFiles=$(PORTABLE_PATH)/
7
</DefineConstants>
8
<OutputName>$(MSI_NAME)</OutputName>
9
</PropertyGroup>
10
11
<ItemGroup>
12
- <PackageReference Include="WixToolset.Heat" Version="4.0.4" />
13
- <PackageReference Include="WixToolset.UI.wixext" Version="4.0.4" />
+ <PackageReference Include="WixToolset.Heat" Version="5.0.2" />
+ <PackageReference Include="WixToolset.UI.wixext" Version="5.0.2" />
14
</ItemGroup>
15
16
0 commit comments