aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransactionTests
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-03 16:25:56 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-03 16:25:56 -0600
commit02cf98e97df35b3d024d9ade2e80ac348939d29f (patch)
tree7d9c32a21529f34f25e89c77696540c630677743 /src/TestData/MsiTransactionTests
parent3919acbbf2f983fa523ff40893ea1e3f634d522d (diff)
downloadwix-02cf98e97df35b3d024d9ade2e80ac348939d29f.tar.gz
wix-02cf98e97df35b3d024d9ade2e80ac348939d29f.tar.bz2
wix-02cf98e97df35b3d024d9ade2e80ac348939d29f.zip
Update to latest Tools, Bal, NetFx.
Diffstat (limited to 'src/TestData/MsiTransactionTests')
-rw-r--r--src/TestData/MsiTransactionTests/BundleAv1/BundleA.props4
-rw-r--r--src/TestData/MsiTransactionTests/BundleBv1/BundleB.props6
-rw-r--r--src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj2
3 files changed, 6 insertions, 6 deletions
diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props
index ba3eb3e5..dd824926 100644
--- a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props
+++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props
@@ -1,4 +1,4 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<Project> 2<Project>
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Bundle</OutputType> 4 <OutputType>Bundle</OutputType>
@@ -10,6 +10,6 @@
10 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> 10 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" />
11 </ItemGroup> 11 </ItemGroup>
12 <ItemGroup> 12 <ItemGroup>
13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" /> 13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
14 </ItemGroup> 14 </ItemGroup>
15</Project> 15</Project>
diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props
index 23bd0ad3..e9367d44 100644
--- a/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props
+++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props
@@ -1,4 +1,4 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<Project> 2<Project>
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Bundle</OutputType> 4 <OutputType>Bundle</OutputType>
@@ -11,7 +11,7 @@
11 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 11 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
12 </ItemGroup> 12 </ItemGroup>
13 <ItemGroup> 13 <ItemGroup>
14 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" /> 14 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
15 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.56" /> 15 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.57" />
16 </ItemGroup> 16 </ItemGroup>
17</Project> 17</Project>
diff --git a/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj b/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj
index 46def2c5..ca68fdbf 100644
--- a/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj
+++ b/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj
@@ -7,6 +7,6 @@
7 <Compile Include="..\..\Templates\PackageFail.wxs" Link="PackageFail.wxs" /> 7 <Compile Include="..\..\Templates\PackageFail.wxs" Link="PackageFail.wxs" />
8 </ItemGroup> 8 </ItemGroup>
9 <ItemGroup> 9 <ItemGroup>
10 <PackageReference Include="WixToolset.Util.wixext" Version="4.0.66" /> 10 <PackageReference Include="WixToolset.Util.wixext" Version="4.0.67" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> \ No newline at end of file 12</Project> \ No newline at end of file