Skip to content

Commit

Permalink
Update Wix toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
Lolle2000la committed Nov 15, 2024
1 parent 035ceff commit d20c034
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ImageSort.WindowsSetup/ImageSort.WindowsSetup.wixproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<Import Project="Sdk.props" Sdk="WixToolset.Sdk" Version="5.0.1" />
<Import Project="Sdk.props" Sdk="WixToolset.Sdk" Version="5.0.2" />
<PropertyGroup>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
Expand All @@ -22,9 +22,9 @@
<Compile Include="Product.wxs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Netfx.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.Heat" Version="5.0.1" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="5.0.2" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.2" />
<PackageReference Include="WixToolset.Heat" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<Content Include="exclude-imagesort.exe.xslt" />
Expand Down

0 comments on commit d20c034

Please sign in to comment.