From 81c5b5b271306e505b853ec2df284f276c86bf5a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 8 Dec 2020 14:54:46 -0600 Subject: Update dependencies. Remove platformless BundleExtension. --- global.json | 2 +- src/be/packages.config | 6 +++--- src/be/utilbe.vcxproj | 12 ++++++------ src/ca/packages.config | 2 +- src/ca/utilca.vcxproj | 4 ++-- .../TestData/BundleWithSearches/Bundle.wxs | 6 ++++-- src/wixlib/UtilExtension.wxs | 4 ---- 7 files changed, 17 insertions(+), 19 deletions(-) diff --git a/global.json b/global.json index 81007c2d..3baefa28 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0164" + "WixToolset.Sdk": "4.0.0-build-0171" }, "sdk": { "allowPrerelease": false diff --git a/src/be/packages.config b/src/be/packages.config index 7d8998ed..946d9ce8 100644 --- a/src/be/packages.config +++ b/src/be/packages.config @@ -4,7 +4,7 @@ - - - + + + \ No newline at end of file diff --git a/src/be/utilbe.vcxproj b/src/be/utilbe.vcxproj index a524f228..5f146fd8 100644 --- a/src/be/utilbe.vcxproj +++ b/src/be/utilbe.vcxproj @@ -4,9 +4,9 @@ - - - + + + Debug @@ -83,8 +83,8 @@ - - - + + + \ No newline at end of file diff --git a/src/ca/packages.config b/src/ca/packages.config index 24ab543e..7251c430 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/src/ca/utilca.vcxproj b/src/ca/utilca.vcxproj index 76f36cd1..5082f759 100644 --- a/src/ca/utilca.vcxproj +++ b/src/ca/utilca.vcxproj @@ -5,7 +5,7 @@ - + @@ -117,7 +117,7 @@ - + \ No newline at end of file diff --git a/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs b/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs index c8f7205f..3c40b09a 100644 --- a/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs +++ b/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs @@ -1,6 +1,8 @@ - + - + + + diff --git a/src/wixlib/UtilExtension.wxs b/src/wixlib/UtilExtension.wxs index fccba7bf..0f445ab4 100644 --- a/src/wixlib/UtilExtension.wxs +++ b/src/wixlib/UtilExtension.wxs @@ -61,8 +61,4 @@ - - - - -- cgit v1.2.3-55-g6feb