Skip to content

Commit

Permalink
update wix
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Oct 4, 2024
1 parent 4da01f1 commit c0673b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.4" InitialTargets="BeforeBuild">
<Project Sdk="WixToolset.Sdk/5.0.1" InitialTargets="BeforeBuild">

<PropertyGroup>
<InstallerPlatform>x64</InstallerPlatform>
Expand All @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="WixToolset.Heat" Version="4.0.4" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.4" />
<PackageReference Include="WixToolset.Heat" Version="5.0.1" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c0673b3

Please sign in to comment.