From a5fe70f726e8f428306ccba54037ce2ba055b1f8 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 2 Mar 2021 19:03:25 -0600 Subject: Update dependencies and integrate changes. Remove unsupported versions of .NET Framework. Update to latest 3.1 .NET Core. Remove /ChainingPackage from .NET Framework args. Remove RepairArguments from .NET Framework packages. Make all package urls https. #3992, #4183, #5374, #5615, #5762 --- global.json | 2 +- src/ca/netfxca.vcxproj | 4 +- src/ca/packages.config | 2 +- src/wixlib/NetCore3.1.12_x64.wxs | 114 +++++++++++++++++++++++++++++++ src/wixlib/NetCore3.1.12_x86.wxs | 114 +++++++++++++++++++++++++++++++ src/wixlib/NetCore3.1.8_x64.wxs | 117 -------------------------------- src/wixlib/NetCore3.1.8_x86.wxs | 117 -------------------------------- src/wixlib/NetCore3.1_x64.wxs | 6 +- src/wixlib/NetCore3.1_x86.wxs | 6 +- src/wixlib/NetFx4.5.wxs | 83 ----------------------- src/wixlib/NetFx4.wxs | 141 --------------------------------------- src/wixlib/NetFx451.wxs | 83 ----------------------- src/wixlib/NetFx452.wxs | 34 +++++----- src/wixlib/NetFx46.wxs | 34 +++++----- src/wixlib/NetFx461.wxs | 34 +++++----- src/wixlib/NetFx462.wxs | 34 +++++----- src/wixlib/NetFx47.wxs | 1 - src/wixlib/NetFx471.wxs | 1 - src/wixlib/NetFx472.wxs | 28 ++++---- src/wixlib/NetFx48.wxs | 32 ++++----- 20 files changed, 324 insertions(+), 663 deletions(-) create mode 100644 src/wixlib/NetCore3.1.12_x64.wxs create mode 100644 src/wixlib/NetCore3.1.12_x86.wxs delete mode 100644 src/wixlib/NetCore3.1.8_x64.wxs delete mode 100644 src/wixlib/NetCore3.1.8_x86.wxs diff --git a/global.json b/global.json index 469d077d..3a97e4ba 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0189" + "WixToolset.Sdk": "4.0.0-build-0193" } } diff --git a/src/ca/netfxca.vcxproj b/src/ca/netfxca.vcxproj index d03637c7..2f91eba3 100644 --- a/src/ca/netfxca.vcxproj +++ b/src/ca/netfxca.vcxproj @@ -1,7 +1,7 @@ - + @@ -62,7 +62,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/src/ca/packages.config b/src/ca/packages.config index f5039303..8a6eee87 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/wixlib/NetCore3.1.12_x64.wxs b/src/wixlib/NetCore3.1.12_x64.wxs new file mode 100644 index 00000000..e984468f --- /dev/null +++ b/src/wixlib/NetCore3.1.12_x64.wxs @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wixlib/NetCore3.1.12_x86.wxs b/src/wixlib/NetCore3.1.12_x86.wxs new file mode 100644 index 00000000..727336fe --- /dev/null +++ b/src/wixlib/NetCore3.1.12_x86.wxs @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wixlib/NetCore3.1.8_x64.wxs b/src/wixlib/NetCore3.1.8_x64.wxs deleted file mode 100644 index 18392eec..00000000 --- a/src/wixlib/NetCore3.1.8_x64.wxs +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/wixlib/NetCore3.1.8_x86.wxs b/src/wixlib/NetCore3.1.8_x86.wxs deleted file mode 100644 index 445addc2..00000000 --- a/src/wixlib/NetCore3.1.8_x86.wxs +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/wixlib/NetCore3.1_x64.wxs b/src/wixlib/NetCore3.1_x64.wxs index b6fd944d..7c283de1 100644 --- a/src/wixlib/NetCore3.1_x64.wxs +++ b/src/wixlib/NetCore3.1_x64.wxs @@ -6,19 +6,19 @@ - + - + - + diff --git a/src/wixlib/NetCore3.1_x86.wxs b/src/wixlib/NetCore3.1_x86.wxs index fd4470c0..751d364d 100644 --- a/src/wixlib/NetCore3.1_x86.wxs +++ b/src/wixlib/NetCore3.1_x86.wxs @@ -6,19 +6,19 @@ - + - + - + diff --git a/src/wixlib/NetFx4.5.wxs b/src/wixlib/NetFx4.5.wxs index 883c34da..9f09e663 100644 --- a/src/wixlib/NetFx4.5.wxs +++ b/src/wixlib/NetFx4.5.wxs @@ -3,7 +3,6 @@ diff --git a/src/wixlib/NetFx4.wxs b/src/wixlib/NetFx4.wxs index 73e8e6e0..979c1da4 100644 --- a/src/wixlib/NetFx4.wxs +++ b/src/wixlib/NetFx4.wxs @@ -3,7 +3,6 @@ diff --git a/src/wixlib/NetFx451.wxs b/src/wixlib/NetFx451.wxs index 266a744b..08a9b4f2 100644 --- a/src/wixlib/NetFx451.wxs +++ b/src/wixlib/NetFx451.wxs @@ -3,7 +3,6 @@ - - - + + + @@ -35,9 +35,8 @@ + - @@ -76,9 +74,8 @@ + - diff --git a/src/wixlib/NetFx46.wxs b/src/wixlib/NetFx46.wxs index dbe629ac..c33c1df4 100644 --- a/src/wixlib/NetFx46.wxs +++ b/src/wixlib/NetFx46.wxs @@ -15,9 +15,9 @@ --> - - - + + + @@ -36,9 +36,8 @@ + - @@ -77,9 +75,8 @@ + - diff --git a/src/wixlib/NetFx461.wxs b/src/wixlib/NetFx461.wxs index 900080cc..cf9d3d60 100644 --- a/src/wixlib/NetFx461.wxs +++ b/src/wixlib/NetFx461.wxs @@ -14,9 +14,9 @@ --> - - - + + + @@ -35,9 +35,8 @@ + - @@ -76,9 +74,8 @@ + - diff --git a/src/wixlib/NetFx462.wxs b/src/wixlib/NetFx462.wxs index c80e7c27..22cb70c9 100644 --- a/src/wixlib/NetFx462.wxs +++ b/src/wixlib/NetFx462.wxs @@ -14,9 +14,9 @@ --> - - - + + + @@ -35,9 +35,8 @@ + - @@ -76,9 +74,8 @@ + - diff --git a/src/wixlib/NetFx47.wxs b/src/wixlib/NetFx47.wxs index 97f31500..277f466e 100644 --- a/src/wixlib/NetFx47.wxs +++ b/src/wixlib/NetFx47.wxs @@ -2,7 +2,6 @@