From 02cf98e97df35b3d024d9ade2e80ac348939d29f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 3 Jan 2021 16:25:56 -0600 Subject: Update to latest Tools, Bal, NetFx. --- global.json | 2 +- src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj | 2 +- src/TestData/MsiTransactionTests/BundleAv1/BundleA.props | 4 ++-- src/TestData/MsiTransactionTests/BundleBv1/BundleB.props | 6 +++--- src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj | 2 +- src/TestData/PrereqBaTests/BundleA/BundleA.wixproj | 2 +- src/TestData/PrereqBaTests/BundleB/BundleB.wixproj | 2 +- src/TestData/PrereqBaTests/PackageF/PackageF.wixproj | 2 +- src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj | 2 +- src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj | 2 +- src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/global.json b/global.json index 01b177c2..6b0e711a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0175" + "WixToolset.Sdk": "4.0.0-build-0176" }, "sdk": { "allowPrerelease": false diff --git a/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj index 3eac53a1..b7ef705b 100644 --- a/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj +++ b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj @@ -12,6 +12,6 @@ - + \ No newline at end of file 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 @@ - + Bundle @@ -10,6 +10,6 @@ - + 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 @@ - + Bundle @@ -11,7 +11,7 @@ - - + + 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 @@ - + \ No newline at end of file diff --git a/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj index b608bb8c..a8543d36 100644 --- a/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj +++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj @@ -16,6 +16,6 @@ - + \ No newline at end of file diff --git a/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj b/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj index bad720f9..cc2a7a34 100644 --- a/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj +++ b/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj @@ -16,6 +16,6 @@ - + \ No newline at end of file diff --git a/src/TestData/PrereqBaTests/PackageF/PackageF.wixproj b/src/TestData/PrereqBaTests/PackageF/PackageF.wixproj index 3d52e939..10ce9acc 100644 --- a/src/TestData/PrereqBaTests/PackageF/PackageF.wixproj +++ b/src/TestData/PrereqBaTests/PackageF/PackageF.wixproj @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git a/src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj b/src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj index 43a844ad..a97ef1d5 100644 --- a/src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj +++ b/src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj @@ -15,6 +15,6 @@ - + \ No newline at end of file diff --git a/src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj b/src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj index d51fab1f..f1e4c6cf 100644 --- a/src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj +++ b/src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git a/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj b/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj index 4988b571..7d9706ff 100644 --- a/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj +++ b/src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj @@ -13,6 +13,6 @@ - + \ No newline at end of file -- cgit v1.2.3-55-g6feb