diff --git a/.editorconfig b/.editorconfig index fbaa4f545..3fa125471 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 diff --git a/Bonsai.Setup.Bootstrapper/Bonsai.Setup.Bootstrapper.wixproj b/Bonsai.Setup.Bootstrapper/Bonsai.Setup.Bootstrapper.wixproj index 1710bb439..3eda1d242 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 eb946da4a..76d043295 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 3ba6bd6b6..000000000 --- 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 000000000..af646a9b2 --- /dev/null +++ b/Bonsai.Setup.Bootstrapper/NetFx48.wxs @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx48MinRelease)" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Bonsai.Setup/Runtime.wxs b/Bonsai.Setup/Runtime.wxs index 92ae53225..f38476001 100644 --- a/Bonsai.Setup/Runtime.wxs +++ b/Bonsai.Setup/Runtime.wxs @@ -4,8 +4,8 @@ - - + + diff --git a/Bonsai/Bonsai.csproj b/Bonsai/Bonsai.csproj index f0842317c..3107025aa 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 b10c8067d..cdd2a1177 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 4265e5e8d..a47c71943 100644 --- a/Bonsai32/Bonsai32.csproj +++ b/Bonsai32/Bonsai32.csproj @@ -7,7 +7,7 @@ true false false - net472 + net48 x86 2.8.0 Exe