From 644e63ef1a643c8b67208b3b8d854b9e6c02fce3 Mon Sep 17 00:00:00 2001 From: LuohuaRain Date: Mon, 29 Apr 2024 14:30:47 +0800 Subject: [PATCH] upgrade to .net 8 --- .../RulesEngineEditorServer.csproj | 22 +++---- .../RulesEngineEditorWebAssembly.csproj | 63 +++++++++---------- .../RulesEngineEditor.csproj | 24 +++---- 3 files changed, 45 insertions(+), 64 deletions(-) diff --git a/demo/RulesEngineEditorServer/RulesEngineEditorServer.csproj b/demo/RulesEngineEditorServer/RulesEngineEditorServer.csproj index 2a38b17..103b60e 100644 --- a/demo/RulesEngineEditorServer/RulesEngineEditorServer.csproj +++ b/demo/RulesEngineEditorServer/RulesEngineEditorServer.csproj @@ -1,24 +1,16 @@  - - net6.0 + net8.0 - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + \ No newline at end of file diff --git a/demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj b/demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj index 3969f0b..652a2f5 100644 --- a/demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj +++ b/demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj @@ -1,36 +1,29 @@  - - - net6.0 - service-worker-assets.js - false - - - - - - - - - - - - - - - - - - - true - - - true - - - - - - - - + + net8.0 + service-worker-assets.js + false + + + + + + + + + + true + + + true + + + + + + + + + + + \ No newline at end of file diff --git a/src/RulesEngineEditor/RulesEngineEditor.csproj b/src/RulesEngineEditor/RulesEngineEditor.csproj index bfe5ca9..e122855 100644 --- a/src/RulesEngineEditor/RulesEngineEditor.csproj +++ b/src/RulesEngineEditor/RulesEngineEditor.csproj @@ -1,7 +1,6 @@  - - net6.0 + net8.0 icon.ico RulesEngineEditor RulesEngineEditor @@ -19,32 +18,29 @@ 1.4.0.0 README.md - - - - - - - + + + + - True - + + True - + + True \ - - + \ No newline at end of file