Skip to content

Commit

Permalink
Update all templates to WiX 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Painter, Christopher P authored and Painter, Christopher P committed Nov 15, 2023
1 parent 3d74490 commit 90a4071
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.2">
<Project Sdk="WixToolset.Sdk/4.0.3">
<PropertyGroup>
<ProductVersion>3.8</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand All @@ -23,8 +23,8 @@
<DefineConstants>MSIProductVersion=$(MSIProductVersion)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.2">
<Project Sdk="WixToolset.Sdk/4.0.3">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand Down Expand Up @@ -38,8 +38,8 @@
<Content Include="Resources\EULA.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.2">
<Project Sdk="WixToolset.Sdk/4.0.3">
<PropertyGroup>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
<MSIProductVersion Condition=" '$(MSIProductVersion)' == '' ">$([System.Text.RegularExpressions.Regex]::Match($(TF_BUILD_BUILDNUMBER), "\d+.\d+.\d+.\d+"))</MSIProductVersion>
Expand Down Expand Up @@ -37,8 +37,8 @@
<Content Include="Resources\EULA.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.2">
<Project Sdk="WixToolset.Sdk/4.0.3">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<OutputType>Module</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.2">
<Project Sdk="WixToolset.Sdk/4.0.3">
<PropertyGroup>
<ProductVersion>3.8</ProductVersion>
<OutputName>TestApp</OutputName>
Expand All @@ -25,8 +25,8 @@
<DefineConstants>MSIProductVersion=$(MSIProductVersion)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.2">
<Project Sdk="WixToolset.Sdk/4.0.3">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand Down Expand Up @@ -32,7 +32,7 @@
<WixVariables></WixVariables>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.3" />
</ItemGroup>
</Project>

0 comments on commit 90a4071

Please sign in to comment.