From ce906bd36d7da6e7485882bb90b4d71d031da88e Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 19 Jul 2023 21:18:25 +0100 Subject: [PATCH 1/4] Update bootstrapper to .NET 4.8 --- Bonsai/Bonsai.csproj | 2 +- Bonsai/Launcher.cs | 2 +- Bonsai32/Bonsai32.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bonsai/Bonsai.csproj b/Bonsai/Bonsai.csproj index f0842317..3107025a 100644 --- a/Bonsai/Bonsai.csproj +++ b/Bonsai/Bonsai.csproj @@ -6,7 +6,7 @@ Bonsai Rx Reactive Extensions false true - net472 + net48 2.8.0 Exe true diff --git a/Bonsai/Launcher.cs b/Bonsai/Launcher.cs index b10c8067..cdd2a117 100644 --- a/Bonsai/Launcher.cs +++ b/Bonsai/Launcher.cs @@ -22,7 +22,7 @@ namespace Bonsai { static class Launcher { - internal static readonly NuGetFramework ProjectFramework = NuGetFramework.ParseFolder("net472"); + internal static readonly NuGetFramework ProjectFramework = NuGetFramework.ParseFolder("net48"); internal static int LaunchPackageManager( PackageConfiguration packageConfiguration, diff --git a/Bonsai32/Bonsai32.csproj b/Bonsai32/Bonsai32.csproj index 4265e5e8..a47c7194 100644 --- a/Bonsai32/Bonsai32.csproj +++ b/Bonsai32/Bonsai32.csproj @@ -7,7 +7,7 @@ true false false - net472 + net48 x86 2.8.0 Exe From afb4052cbcc90f9b7c78c27288b3f91e7fc334c8 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 19 Jul 2023 21:23:57 +0100 Subject: [PATCH 2/4] Add wxs extension to editor config file --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index fbaa4f54..3fa12547 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_style = space # XML project files -[*.{csproj,vcxproj,vcxproj.filters,proj,projitems,shproj}] +[*.{csproj,vcxproj,vcxproj.filters,proj,projitems,shproj,wxs}] indent_size = 2 # XML config files From 8ade708c94cb300781caf27015d1a94646e75a26 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 19 Jul 2023 21:26:05 +0100 Subject: [PATCH 3/4] Update setup bootstrapper runtime dependencies --- .../Bonsai.Setup.Bootstrapper.wixproj | 2 +- Bonsai.Setup.Bootstrapper/Bundle.wxs | 12 +-- Bonsai.Setup.Bootstrapper/NetFx472.wxs | 100 ------------------ Bonsai.Setup.Bootstrapper/NetFx48.wxs | 100 ++++++++++++++++++ 4 files changed, 107 insertions(+), 107 deletions(-) delete mode 100644 Bonsai.Setup.Bootstrapper/NetFx472.wxs create mode 100644 Bonsai.Setup.Bootstrapper/NetFx48.wxs diff --git a/Bonsai.Setup.Bootstrapper/Bonsai.Setup.Bootstrapper.wixproj b/Bonsai.Setup.Bootstrapper/Bonsai.Setup.Bootstrapper.wixproj index 1710bb43..3eda1d24 100644 --- a/Bonsai.Setup.Bootstrapper/Bonsai.Setup.Bootstrapper.wixproj +++ b/Bonsai.Setup.Bootstrapper/Bonsai.Setup.Bootstrapper.wixproj @@ -34,7 +34,7 @@ - + diff --git a/Bonsai.Setup.Bootstrapper/Bundle.wxs b/Bonsai.Setup.Bootstrapper/Bundle.wxs index eb946da4..76d04329 100644 --- a/Bonsai.Setup.Bootstrapper/Bundle.wxs +++ b/Bonsai.Setup.Bootstrapper/Bundle.wxs @@ -6,8 +6,8 @@ - - + + - - + + @@ -31,6 +31,6 @@ - - + + \ No newline at end of file diff --git a/Bonsai.Setup.Bootstrapper/NetFx472.wxs b/Bonsai.Setup.Bootstrapper/NetFx472.wxs deleted file mode 100644 index 3ba6bd6b..00000000 --- a/Bonsai.Setup.Bootstrapper/NetFx472.wxs +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx472MinRelease)" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Bonsai.Setup.Bootstrapper/NetFx48.wxs b/Bonsai.Setup.Bootstrapper/NetFx48.wxs new file mode 100644 index 00000000..af646a9b --- /dev/null +++ b/Bonsai.Setup.Bootstrapper/NetFx48.wxs @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx48MinRelease)" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From ea66c2626142fd2006019a3b09d63d770aaf4671 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 19 Jul 2023 21:30:54 +0100 Subject: [PATCH 4/4] Update installer to .NET 4.8 --- Bonsai.Setup/Runtime.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bonsai.Setup/Runtime.wxs b/Bonsai.Setup/Runtime.wxs index 92ae5322..f3847600 100644 --- a/Bonsai.Setup/Runtime.wxs +++ b/Bonsai.Setup/Runtime.wxs @@ -4,8 +4,8 @@ - - + +