From 4d65ef4896cd8a7800789cd451e6ba86e0d45dac Mon Sep 17 00:00:00 2001 From: glopesdev Date: Tue, 23 Jul 2024 09:18:44 +0100 Subject: [PATCH] Remove netcore bootstrapper target from CI builds --- Bonsai/Bonsai.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Bonsai/Bonsai.csproj b/Bonsai/Bonsai.csproj index ccc5681ac..729a80375 100644 --- a/Bonsai/Bonsai.csproj +++ b/Bonsai/Bonsai.csproj @@ -4,7 +4,8 @@ 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;net6.0-windows + net48 true Exe true @@ -110,14 +111,14 @@ - + - +