aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-02 19:16:36 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-02 19:28:24 -0600
commitb7f19714c776688393fe2701cae6cc75dcec1396 (patch)
treeb38b54fc8b25aa60a2e36b9ae416bc630c485694
parent20a546b0a6e278e7a8c37ca86887190ac2a85939 (diff)
downloadwix-b7f19714c776688393fe2701cae6cc75dcec1396.tar.gz
wix-b7f19714c776688393fe2701cae6cc75dcec1396.tar.bz2
wix-b7f19714c776688393fe2701cae6cc75dcec1396.zip
Update dependencies.
-rw-r--r--global.json2
-rw-r--r--src/TestBA/TestBA.csproj2
-rw-r--r--src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj2
-rw-r--r--src/TestData/DependencyTests/BundleKv1/BundleKv1.wixproj4
-rw-r--r--src/TestData/DependencyTests/BundleKv2/BundleKv2.wixproj4
-rw-r--r--src/TestData/ElevationTests/BundleA/BundleA.wixproj4
-rw-r--r--src/TestData/FailureTests/BundleA/BundleA.wixproj4
-rw-r--r--src/TestData/FailureTests/BundleB/BundleB.wixproj4
-rw-r--r--src/TestData/FailureTests/BundleC/BundleC.wixproj4
-rw-r--r--src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj2
-rw-r--r--src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj2
-rw-r--r--src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj4
-rw-r--r--src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj4
-rw-r--r--src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj2
-rw-r--r--src/TestData/PatchTests/BundleA/BundleA.wixproj4
-rw-r--r--src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj4
-rw-r--r--src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj4
-rw-r--r--src/TestData/PrereqBaTests/BundleA/BundleA.wixproj2
-rw-r--r--src/TestData/PrereqBaTests/BundleB/BundleB.wixproj2
-rw-r--r--src/TestData/PrereqBaTests/PackageF/PackageF.wixproj2
-rw-r--r--src/TestData/RegistrationTests/BundleA/BundleA.wixproj4
-rw-r--r--src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj2
-rw-r--r--src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj2
-rw-r--r--src/TestData/SlipstreamTests/BundleA/BundleA.wixproj4
-rw-r--r--src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wixproj4
-rw-r--r--src/TestData/SlipstreamTests/BundleB/BundleB.wixproj4
-rw-r--r--src/TestData/SlipstreamTests/BundleC/BundleC.wixproj4
-rw-r--r--src/TestData/SlipstreamTests/BundleD/BundleD.wixproj4
-rw-r--r--src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wixproj4
-rw-r--r--src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wixproj4
-rw-r--r--src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj2
-rw-r--r--src/WixTestTools/WixTestTools.csproj4
-rw-r--r--src/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj4
33 files changed, 54 insertions, 54 deletions
diff --git a/global.json b/global.json
index 9492f867..137c0ebf 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
1{ 1{
2 "msbuild-sdks": { 2 "msbuild-sdks": {
3 "WixToolset.Sdk": "4.0.0-build-0190" 3 "WixToolset.Sdk": "4.0.0-build-0193"
4 }, 4 },
5 "sdk": { 5 "sdk": {
6 "allowPrerelease": false 6 "allowPrerelease": false
diff --git a/src/TestBA/TestBA.csproj b/src/TestBA/TestBA.csproj
index 90dc1d69..83d703f9 100644
--- a/src/TestBA/TestBA.csproj
+++ b/src/TestBA/TestBA.csproj
@@ -19,6 +19,6 @@
19 </ItemGroup> 19 </ItemGroup>
20 20
21 <ItemGroup> 21 <ItemGroup>
22 <PackageReference Include="WixToolset.Mba.Core" Version="4.0.49" /> 22 <PackageReference Include="WixToolset.Mba.Core" Version="4.0.50" />
23 </ItemGroup> 23 </ItemGroup>
24</Project> \ No newline at end of file 24</Project> \ No newline at end of file
diff --git a/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj
index 698f2808..cfd0dd0c 100644
--- a/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj
+++ b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj
@@ -12,6 +12,6 @@
12 <ProjectReference Include="..\PackageA\PackageA.wixproj" /> 12 <ProjectReference Include="..\PackageA\PackageA.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
16 </ItemGroup> 16 </ItemGroup>
17</Project> \ No newline at end of file 17</Project> \ No newline at end of file
diff --git a/src/TestData/DependencyTests/BundleKv1/BundleKv1.wixproj b/src/TestData/DependencyTests/BundleKv1/BundleKv1.wixproj
index 6e547534..cc3770df 100644
--- a/src/TestData/DependencyTests/BundleKv1/BundleKv1.wixproj
+++ b/src/TestData/DependencyTests/BundleKv1/BundleKv1.wixproj
@@ -6,7 +6,7 @@
6 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 6 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
7 </ItemGroup> 7 </ItemGroup>
8 <ItemGroup> 8 <ItemGroup>
9 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 9 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
10 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 10 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> \ No newline at end of file 12</Project> \ No newline at end of file
diff --git a/src/TestData/DependencyTests/BundleKv2/BundleKv2.wixproj b/src/TestData/DependencyTests/BundleKv2/BundleKv2.wixproj
index e3fbbf5c..f80f3b8a 100644
--- a/src/TestData/DependencyTests/BundleKv2/BundleKv2.wixproj
+++ b/src/TestData/DependencyTests/BundleKv2/BundleKv2.wixproj
@@ -9,7 +9,7 @@
9 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 9 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
10 </ItemGroup> 10 </ItemGroup>
11 <ItemGroup> 11 <ItemGroup>
12 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 12 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
13 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 13 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
14 </ItemGroup> 14 </ItemGroup>
15</Project> \ No newline at end of file 15</Project> \ No newline at end of file
diff --git a/src/TestData/ElevationTests/BundleA/BundleA.wixproj b/src/TestData/ElevationTests/BundleA/BundleA.wixproj
index 81cd4a3e..8f8b0a27 100644
--- a/src/TestData/ElevationTests/BundleA/BundleA.wixproj
+++ b/src/TestData/ElevationTests/BundleA/BundleA.wixproj
@@ -12,7 +12,7 @@
12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/TestData/FailureTests/BundleA/BundleA.wixproj b/src/TestData/FailureTests/BundleA/BundleA.wixproj
index c95edbb8..a56cd147 100644
--- a/src/TestData/FailureTests/BundleA/BundleA.wixproj
+++ b/src/TestData/FailureTests/BundleA/BundleA.wixproj
@@ -13,7 +13,7 @@
13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
18 </ItemGroup> 18 </ItemGroup>
19</Project> \ No newline at end of file 19</Project> \ No newline at end of file
diff --git a/src/TestData/FailureTests/BundleB/BundleB.wixproj b/src/TestData/FailureTests/BundleB/BundleB.wixproj
index 0cce71a6..1de8cc76 100644
--- a/src/TestData/FailureTests/BundleB/BundleB.wixproj
+++ b/src/TestData/FailureTests/BundleB/BundleB.wixproj
@@ -10,7 +10,7 @@
10 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 10 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
11 </ItemGroup> 11 </ItemGroup>
12 <ItemGroup> 12 <ItemGroup>
13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
14 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 14 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
15 </ItemGroup> 15 </ItemGroup>
16</Project> \ No newline at end of file 16</Project> \ No newline at end of file
diff --git a/src/TestData/FailureTests/BundleC/BundleC.wixproj b/src/TestData/FailureTests/BundleC/BundleC.wixproj
index 1122b526..865c45bb 100644
--- a/src/TestData/FailureTests/BundleC/BundleC.wixproj
+++ b/src/TestData/FailureTests/BundleC/BundleC.wixproj
@@ -13,7 +13,7 @@
13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
18 </ItemGroup> 18 </ItemGroup>
19</Project> \ No newline at end of file 19</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj
index 7565534e..15322df6 100644
--- a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj
+++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj
@@ -7,6 +7,6 @@
7 <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" /> 7 <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" />
8 </ItemGroup> 8 </ItemGroup>
9 <ItemGroup> 9 <ItemGroup>
10 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 10 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> \ No newline at end of file 12</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj
index e2f332c0..0d4bd0b1 100644
--- a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj
+++ b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj
@@ -10,6 +10,6 @@
10 <ProjectReference Include="..\PackageD\PackageD.wixproj" /> 10 <ProjectReference Include="..\PackageD\PackageD.wixproj" />
11 </ItemGroup> 11 </ItemGroup>
12 <ItemGroup> 12 <ItemGroup>
13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
14 </ItemGroup> 14 </ItemGroup>
15</Project> \ No newline at end of file 15</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj
index a6dfed2f..56115fa6 100644
--- a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj
+++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj
@@ -5,7 +5,7 @@
5 <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" /> 5 <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" />
6 </ItemGroup> 6 </ItemGroup>
7 <ItemGroup> 7 <ItemGroup>
8 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 8 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
9 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 9 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
10 </ItemGroup> 10 </ItemGroup>
11</Project> \ No newline at end of file 11</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj
index d75328d8..6db9ca78 100644
--- a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj
+++ b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj
@@ -12,7 +12,7 @@
12 <ProjectReference Include="..\PackageF\PackageF.wixproj" /> 12 <ProjectReference Include="..\PackageF\PackageF.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj b/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj
index a91d64e1..b2c9e3fa 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.72" /> 10 <PackageReference Include="WixToolset.Util.wixext" Version="4.0.75" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> \ No newline at end of file 12</Project> \ No newline at end of file
diff --git a/src/TestData/PatchTests/BundleA/BundleA.wixproj b/src/TestData/PatchTests/BundleA/BundleA.wixproj
index 7023e5b3..4dce5d93 100644
--- a/src/TestData/PatchTests/BundleA/BundleA.wixproj
+++ b/src/TestData/PatchTests/BundleA/BundleA.wixproj
@@ -12,7 +12,7 @@
12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
index 0b802713..6f6da641 100644
--- a/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
+++ b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj
@@ -12,7 +12,7 @@
12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj
index 403eecda..867b6a27 100644
--- a/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj
+++ b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj
@@ -13,7 +13,7 @@
13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
18 </ItemGroup> 18 </ItemGroup>
19</Project> \ No newline at end of file 19</Project> \ No newline at end of file
diff --git a/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj
index c9f22c43..7abb9917 100644
--- a/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj
+++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj
@@ -16,6 +16,6 @@
16 <ProjectReference Include="..\PackageF\PackageF.wixproj" /> 16 <ProjectReference Include="..\PackageF\PackageF.wixproj" />
17 </ItemGroup> 17 </ItemGroup>
18 <ItemGroup> 18 <ItemGroup>
19 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 19 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
20 </ItemGroup> 20 </ItemGroup>
21</Project> \ No newline at end of file 21</Project> \ No newline at end of file
diff --git a/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj b/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj
index 2ae6866b..56b578ff 100644
--- a/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj
+++ b/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj
@@ -16,6 +16,6 @@
16 <ProjectReference Include="..\PackageF\PackageF.wixproj" /> 16 <ProjectReference Include="..\PackageF\PackageF.wixproj" />
17 </ItemGroup> 17 </ItemGroup>
18 <ItemGroup> 18 <ItemGroup>
19 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 19 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
20 </ItemGroup> 20 </ItemGroup>
21</Project> \ No newline at end of file 21</Project> \ No newline at end of file
diff --git a/src/TestData/PrereqBaTests/PackageF/PackageF.wixproj b/src/TestData/PrereqBaTests/PackageF/PackageF.wixproj
index 5ec15063..7392aa82 100644
--- a/src/TestData/PrereqBaTests/PackageF/PackageF.wixproj
+++ b/src/TestData/PrereqBaTests/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.72" /> 10 <PackageReference Include="WixToolset.Util.wixext" Version="4.0.75" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> \ No newline at end of file 12</Project> \ No newline at end of file
diff --git a/src/TestData/RegistrationTests/BundleA/BundleA.wixproj b/src/TestData/RegistrationTests/BundleA/BundleA.wixproj
index 036923e4..ff60486d 100644
--- a/src/TestData/RegistrationTests/BundleA/BundleA.wixproj
+++ b/src/TestData/RegistrationTests/BundleA/BundleA.wixproj
@@ -12,7 +12,7 @@
12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj b/src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj
index affd765e..ce90fc49 100644
--- a/src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj
+++ b/src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj
@@ -15,6 +15,6 @@
15 <ProjectReference Include="..\PackageF\PackageF.wixproj" /> 15 <ProjectReference Include="..\PackageF\PackageF.wixproj" />
16 </ItemGroup> 16 </ItemGroup>
17 <ItemGroup> 17 <ItemGroup>
18 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 18 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
19 </ItemGroup> 19 </ItemGroup>
20</Project> \ No newline at end of file 20</Project> \ No newline at end of file
diff --git a/src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj b/src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj
index fab8fa20..3f92b2c8 100644
--- a/src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj
+++ b/src/TestData/RollbackBoundaryTests/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.72" /> 10 <PackageReference Include="WixToolset.Util.wixext" Version="4.0.75" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> \ No newline at end of file 12</Project> \ No newline at end of file
diff --git a/src/TestData/SlipstreamTests/BundleA/BundleA.wixproj b/src/TestData/SlipstreamTests/BundleA/BundleA.wixproj
index 5eaba4dd..e66ca139 100644
--- a/src/TestData/SlipstreamTests/BundleA/BundleA.wixproj
+++ b/src/TestData/SlipstreamTests/BundleA/BundleA.wixproj
@@ -13,7 +13,7 @@
13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
18 </ItemGroup> 18 </ItemGroup>
19</Project> \ No newline at end of file 19</Project> \ No newline at end of file
diff --git a/src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wixproj b/src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wixproj
index db4c4c73..ecef21a2 100644
--- a/src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wixproj
+++ b/src/TestData/SlipstreamTests/BundleAReverse/BundleAReverse.wixproj
@@ -13,7 +13,7 @@
13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
18 </ItemGroup> 18 </ItemGroup>
19</Project> \ No newline at end of file 19</Project> \ No newline at end of file
diff --git a/src/TestData/SlipstreamTests/BundleB/BundleB.wixproj b/src/TestData/SlipstreamTests/BundleB/BundleB.wixproj
index bffa404f..1993397e 100644
--- a/src/TestData/SlipstreamTests/BundleB/BundleB.wixproj
+++ b/src/TestData/SlipstreamTests/BundleB/BundleB.wixproj
@@ -14,7 +14,7 @@
14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
15 </ItemGroup> 15 </ItemGroup>
16 <ItemGroup> 16 <ItemGroup>
17 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 17 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
18 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 18 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
19 </ItemGroup> 19 </ItemGroup>
20</Project> \ No newline at end of file 20</Project> \ No newline at end of file
diff --git a/src/TestData/SlipstreamTests/BundleC/BundleC.wixproj b/src/TestData/SlipstreamTests/BundleC/BundleC.wixproj
index a7afbcd0..3a886db9 100644
--- a/src/TestData/SlipstreamTests/BundleC/BundleC.wixproj
+++ b/src/TestData/SlipstreamTests/BundleC/BundleC.wixproj
@@ -15,7 +15,7 @@
15 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 15 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
16 </ItemGroup> 16 </ItemGroup>
17 <ItemGroup> 17 <ItemGroup>
18 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 18 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
19 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 19 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
20 </ItemGroup> 20 </ItemGroup>
21</Project> \ No newline at end of file 21</Project> \ No newline at end of file
diff --git a/src/TestData/SlipstreamTests/BundleD/BundleD.wixproj b/src/TestData/SlipstreamTests/BundleD/BundleD.wixproj
index 7e99ba82..90903195 100644
--- a/src/TestData/SlipstreamTests/BundleD/BundleD.wixproj
+++ b/src/TestData/SlipstreamTests/BundleD/BundleD.wixproj
@@ -13,7 +13,7 @@
13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 17 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
18 </ItemGroup> 18 </ItemGroup>
19</Project> \ No newline at end of file 19</Project> \ No newline at end of file
diff --git a/src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wixproj b/src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wixproj
index c0e89c1e..58df657a 100644
--- a/src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wixproj
+++ b/src/TestData/SlipstreamTests/BundleOnlyA/BundleOnlyA.wixproj
@@ -12,7 +12,7 @@
12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wixproj b/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wixproj
index 90accef2..44b48b5e 100644
--- a/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wixproj
+++ b/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wixproj
@@ -12,7 +12,7 @@
12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 12 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" /> 16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.63" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj b/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj
index c5321979..5465c07a 100644
--- a/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj
+++ b/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj
@@ -13,6 +13,6 @@
13 <ProjectReference Include="..\..\..\TestBA\TestBA.csproj" /> 13 <ProjectReference Include="..\..\..\TestBA\TestBA.csproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.84" /> 16 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.88" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/WixTestTools/WixTestTools.csproj b/src/WixTestTools/WixTestTools.csproj
index 4a5b2e05..c77bd3cf 100644
--- a/src/WixTestTools/WixTestTools.csproj
+++ b/src/WixTestTools/WixTestTools.csproj
@@ -11,8 +11,8 @@
11 <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> 11 <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
12 <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> 12 <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
13 <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.48" /> 13 <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.48" />
14 <PackageReference Include="WixToolset.Data" Version="4.0.185" /> 14 <PackageReference Include="WixToolset.Data" Version="4.0.196" />
15 <PackageReference Include="WixToolset.Mba.Core" Version="4.0.49" /> 15 <PackageReference Include="WixToolset.Mba.Core" Version="4.0.50" />
16 </ItemGroup> 16 </ItemGroup>
17 17
18 <ItemGroup> 18 <ItemGroup>
diff --git a/src/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj b/src/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj
index 736691a7..f577c403 100644
--- a/src/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj
+++ b/src/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj
@@ -20,8 +20,8 @@
20 <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> 20 <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
21 <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> 21 <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
22 <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.48" /> 22 <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.48" />
23 <PackageReference Include="WixToolset.Data" Version="4.0.185" /> 23 <PackageReference Include="WixToolset.Data" Version="4.0.196" />
24 <PackageReference Include="WixToolset.Mba.Core" Version="4.0.49" /> 24 <PackageReference Include="WixToolset.Mba.Core" Version="4.0.50" />
25 </ItemGroup> 25 </ItemGroup>
26 26
27 <ItemGroup> 27 <ItemGroup>