From 9b53a9aa3a2333563a93132c647edf1060ea03f9 Mon Sep 17 00:00:00 2001 From: Abbas Cyclewala Date: Sat, 13 Jan 2024 15:20:51 +0530 Subject: [PATCH] Users/abbasc52/dotnet8 (#571) * updated to dotnet 8 * fixed readme formatting * removed unnecessary dependencies --- benchmark/RulesEngineBenchmark/RulesEngineBenchmark.csproj | 4 ++-- demo/DemoApp.EFDataExample/DemoApp.EFDataExample.csproj | 6 +++--- demo/DemoApp/DemoApp.csproj | 2 +- docs/index.md | 1 + global.json | 2 +- src/RulesEngine/RulesEngine.csproj | 13 +++++++------ test/RulesEngine.UnitTest/RulesEngine.UnitTest.csproj | 12 ++++++------ 7 files changed, 21 insertions(+), 19 deletions(-) diff --git a/benchmark/RulesEngineBenchmark/RulesEngineBenchmark.csproj b/benchmark/RulesEngineBenchmark/RulesEngineBenchmark.csproj index b0ca1c5..f6e806a 100644 --- a/benchmark/RulesEngineBenchmark/RulesEngineBenchmark.csproj +++ b/benchmark/RulesEngineBenchmark/RulesEngineBenchmark.csproj @@ -2,11 +2,11 @@ Exe - net6.0 + net8.0 - + diff --git a/demo/DemoApp.EFDataExample/DemoApp.EFDataExample.csproj b/demo/DemoApp.EFDataExample/DemoApp.EFDataExample.csproj index 0a588c1..210fdad 100644 --- a/demo/DemoApp.EFDataExample/DemoApp.EFDataExample.csproj +++ b/demo/DemoApp.EFDataExample/DemoApp.EFDataExample.csproj @@ -1,14 +1,14 @@ - net6.0 + net8.0 DemoApp.EFDataExample DemoApp.EFDataExample - - + + diff --git a/demo/DemoApp/DemoApp.csproj b/demo/DemoApp/DemoApp.csproj index fb6e5d9..626fa62 100644 --- a/demo/DemoApp/DemoApp.csproj +++ b/demo/DemoApp/DemoApp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 DemoApp.Program diff --git a/docs/index.md b/docs/index.md index 4a9d9eb..dca4d16 100644 --- a/docs/index.md +++ b/docs/index.md @@ -579,6 +579,7 @@ Here are the all the options available:- ### NestedRuleExecutionMode + | Value | Description | | --- | --- | | `All` | Executes all nested rules. | diff --git a/global.json b/global.json index fc4a588..da113e4 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.0", + "version": "8.0.0", "rollForward": "latestFeature", "allowPrerelease": false } diff --git a/src/RulesEngine/RulesEngine.csproj b/src/RulesEngine/RulesEngine.csproj index 537726e..c69e49b 100644 --- a/src/RulesEngine/RulesEngine.csproj +++ b/src/RulesEngine/RulesEngine.csproj @@ -1,7 +1,7 @@ - net6.0;netstandard2.0 + net8.0;net6.0;netstandard2.0 5.0.3 Copyright (c) Microsoft Corporation. LICENSE @@ -34,13 +34,14 @@ - - + - - - + + + + + diff --git a/test/RulesEngine.UnitTest/RulesEngine.UnitTest.csproj b/test/RulesEngine.UnitTest/RulesEngine.UnitTest.csproj index 61be586..7dd4627 100644 --- a/test/RulesEngine.UnitTest/RulesEngine.UnitTest.csproj +++ b/test/RulesEngine.UnitTest/RulesEngine.UnitTest.csproj @@ -1,17 +1,17 @@ - net6.0 + net8.0 True ..\..\signing\RulesEngine-publicKey.snk True - + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive