From 585d0ea86ef520272f80a1a8fa349699e8ead4a7 Mon Sep 17 00:00:00 2001 From: David Maas Date: Wed, 31 Jul 2024 01:45:44 -0500 Subject: [PATCH] Add multi-targeting support to Bonsai.csproj --- Bonsai/Bonsai.csproj | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Bonsai/Bonsai.csproj b/Bonsai/Bonsai.csproj index 729a80375..9fc7793e8 100644 --- a/Bonsai/Bonsai.csproj +++ b/Bonsai/Bonsai.csproj @@ -4,18 +4,20 @@ A visual programming language for data stream processing built on top of Rx for .NET. Bonsai Rx Reactive Extensions false - net48;net6.0-windows - net48 + net48;net6.0-windows true Exe true ..\Bonsai.Editor\Bonsai.ico + + + $(Configuration.ToLowerInvariant()) App.manifest - + @@ -80,6 +82,7 @@ + @@ -110,14 +113,14 @@ - + - +