Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpai committed Jan 31, 2023
2 parents f3fcbb7 + fda799f commit eb91416
Show file tree
Hide file tree
Showing 6 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.0-rc.1">
<Project Sdk="WixToolset.Sdk/4.0.0-rc.2">
<PropertyGroup>
<ProductVersion>3.8</ProductVersion>
<OutputName>TestApp</OutputName>
Expand All @@ -23,7 +23,7 @@
<DefineConstants>MSIProductVersion=$(MSIProductVersion)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.0-rc.1" />
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.0-rc.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Code" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.0-rc.1">
<Project Sdk="WixToolset.Sdk/4.0.0-rc.2">
<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.0-rc.1">
<Project Sdk="WixToolset.Sdk/4.0.0-rc.2">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand Down Expand Up @@ -29,7 +29,7 @@
<ProjectReference Include="..\$globalsafeprojectname$MM\$globalsafeprojectname$MM.wixproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.0-rc.1" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.0-rc.1" />
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.0-rc.2" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.0-rc.2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.0-rc.1">
<Project Sdk="WixToolset.Sdk/4.0.0-rc.2">
<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.0-rc.1">
<Project Sdk="WixToolset.Sdk/4.0.0-rc.2">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand Down Expand Up @@ -39,8 +39,8 @@
<ProjectReference Include="..\$safeprojectname$MM\$safeprojectname$MM.wixproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.0-rc.1" />
<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.Iis.wixext" Version="4.0.0-rc.2" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0-rc.2" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.0-rc.2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.0-rc.1">
<Project Sdk="WixToolset.Sdk/4.0.0-rc.2">
<PropertyGroup>
<OutputType>Module</OutputType>
</PropertyGroup>
Expand Down

0 comments on commit eb91416

Please sign in to comment.