From fd3b9d94fefdcfe8b5145f7eec31bacf64d7f2d9 Mon Sep 17 00:00:00 2001 From: DacongDA Date: Sun, 31 Mar 2024 14:03:38 +0800 Subject: [PATCH] feat: update casbin.Net version and end support for .netcore2.x --- .../Casbin.Persist.Adapter.EFCore.csproj | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Casbin.Persist.Adapter.EFCore/Casbin.Persist.Adapter.EFCore.csproj b/Casbin.Persist.Adapter.EFCore/Casbin.Persist.Adapter.EFCore.csproj index 0a784f7..b0d5bcd 100644 --- a/Casbin.Persist.Adapter.EFCore/Casbin.Persist.Adapter.EFCore.csproj +++ b/Casbin.Persist.Adapter.EFCore/Casbin.Persist.Adapter.EFCore.csproj @@ -1,7 +1,7 @@  - net8.0;net7.0;net6.0;net5.0;netcoreapp3.1;netstandard2.1;netstandard2.0; + net8.0;net7.0;net6.0;net5.0;netcoreapp3.1; 9.0 @@ -17,7 +17,7 @@ - + @@ -45,16 +45,6 @@ - - - - - - - - - -