Skip to content

Commit

Permalink
Update WixToolset
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Apr 6, 2024
1 parent 87e2ba7 commit 32b57a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package/msi/IronPython.Installer.wixproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.0-rc.1" DefaultTargets="Build">
<Project Sdk="WixToolset.Sdk/4.0.5" DefaultTargets="Build">
<PropertyGroup>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
<ProductVersion>3.4</ProductVersion>
Expand Down Expand Up @@ -44,10 +44,10 @@
<Content Include="Version.wxi" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0-rc.1" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.0-rc.1" />
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.0-rc.1" />
<PackageReference Include="WixToolset.Heat" Version="4.0.0-rc.1" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.5" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.5" />
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.5" />
<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
</ItemGroup>
<ItemGroup>
<HarvestDirectory Include="$(BindInputPaths)\Lib">
Expand Down

0 comments on commit 32b57a3

Please sign in to comment.