Skip to content

Commit

Permalink
Update to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Painter, Christopher P authored and Painter, Christopher P committed Sep 18, 2023
1 parent 26e9701 commit 7020229
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.1">
<Project Sdk="WixToolset.Sdk/4.0.">
<PropertyGroup>
<ProductVersion>3.8</ProductVersion>
<OutputName>TestApp</OutputName>
Expand All @@ -23,8 +23,8 @@
<DefineConstants>MSIProductVersion=$(MSIProductVersion)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.2" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.2" />
</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.1">
<Project Sdk="WixToolset.Sdk/4.0.2">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand Down Expand Up @@ -36,8 +36,8 @@
<Content Include="Resources\EULA.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.0" />
<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" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.1">
<Project Sdk="WixToolset.Sdk/4.0.2">
<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 @@ -35,8 +35,8 @@
<Content Include="Resources\EULA.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.0" />
<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" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.1">
<Project Sdk="WixToolset.Sdk/4.0.2">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<OutputType>Module</OutputType>
Expand Down

0 comments on commit 7020229

Please sign in to comment.