From 46a92f1aec8510ef7025c1e976b518bd1f032f75 Mon Sep 17 00:00:00 2001 From: Baris Yerlikaya Date: Tue, 27 Feb 2024 10:17:48 +0300 Subject: [PATCH] packages have been updated and the project target framework has been set to .net 8 --- samples/Sample.Api/Sample.Api.csproj | 4 +-- src/EntityGuardian/EntityGuardian.csproj | 39 +++++++----------------- 2 files changed, 13 insertions(+), 30 deletions(-) diff --git a/samples/Sample.Api/Sample.Api.csproj b/samples/Sample.Api/Sample.Api.csproj index 8cad0c3..2a5ab77 100644 --- a/samples/Sample.Api/Sample.Api.csproj +++ b/samples/Sample.Api/Sample.Api.csproj @@ -6,10 +6,10 @@ - + - + diff --git a/src/EntityGuardian/EntityGuardian.csproj b/src/EntityGuardian/EntityGuardian.csproj index ef43aa6..ec82b5a 100644 --- a/src/EntityGuardian/EntityGuardian.csproj +++ b/src/EntityGuardian/EntityGuardian.csproj @@ -1,13 +1,13 @@  - netstandard2.1;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + net8.0 preview EntityGuardian - 1.0.0.1 + 2.0.0 Barış Yerlikaya Barış Yerlikaya EntityGuardian @@ -26,27 +26,6 @@ - - - - - - - - - - - - - - - - - - - - - True @@ -60,12 +39,16 @@ + - - - - - + + + + + + + +