Skip to content

Commit

Permalink
Update IsWiX.wixproj
Browse files Browse the repository at this point in the history
Test WiX 5.0.0-rc.2
  • Loading branch information
chrpai authored Mar 28, 2024
1 parent 178da23 commit 2c3184f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Installer/IsWiX/IsWiX.wixproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<Import Project="Sdk.props" Sdk="WixToolset.Sdk" Version="4.0.2" />
<Import Project="Sdk.props" Sdk="WixToolset.Sdk" Version="5.0.0-rc.2" />
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments-->
Expand All @@ -21,8 +21,8 @@
<SuppressValidation>True</SuppressValidation>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.VisualStudio.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.0-rc.2" />
<PackageReference Include="WixToolset.VisualStudio.wixext" Version="5.0.0-rc.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources" />
Expand All @@ -34,4 +34,4 @@
<Content Include="Resources\Icon.ico" />
</ItemGroup>
<Import Project="Sdk.targets" Sdk="WixToolset.Sdk" Version="4.0.2" />
</Project>
</Project>

0 comments on commit 2c3184f

Please sign in to comment.