From 41e77280ec032540c89cba35d86c3a778099c01f Mon Sep 17 00:00:00 2001 From: Xavier ARDISSON Date: Wed, 17 Dec 2025 13:48:34 +0100 Subject: [PATCH] Add .Net 10.0 Support --- .../SoftFluent.AesSample.Fluent.csproj | 8 ++++---- samples/AesSample/SoftFluent.AesSample.csproj | 8 ++++---- ...ent.EntityFrameworkCore.DataEncryption.csproj | 15 +++++++++------ ...ntityFrameworkCore.DataEncryption.Test.csproj | 16 ++++++++-------- 4 files changed, 25 insertions(+), 22 deletions(-) diff --git a/samples/AesSample.Fluent/SoftFluent.AesSample.Fluent.csproj b/samples/AesSample.Fluent/SoftFluent.AesSample.Fluent.csproj index 28ab86e..2dba3cb 100644 --- a/samples/AesSample.Fluent/SoftFluent.AesSample.Fluent.csproj +++ b/samples/AesSample.Fluent/SoftFluent.AesSample.Fluent.csproj @@ -2,14 +2,14 @@ Exe - net9.0 + net10.0 10 - - - + + + diff --git a/samples/AesSample/SoftFluent.AesSample.csproj b/samples/AesSample/SoftFluent.AesSample.csproj index f6a331e..f594da5 100644 --- a/samples/AesSample/SoftFluent.AesSample.csproj +++ b/samples/AesSample/SoftFluent.AesSample.csproj @@ -2,14 +2,14 @@ Exe - net9.0 + net10.0 10 - - - + + + diff --git a/src/EntityFrameworkCore.DataEncryption/SoftFluent.EntityFrameworkCore.DataEncryption.csproj b/src/EntityFrameworkCore.DataEncryption/SoftFluent.EntityFrameworkCore.DataEncryption.csproj index 2bea010..0393b85 100644 --- a/src/EntityFrameworkCore.DataEncryption/SoftFluent.EntityFrameworkCore.DataEncryption.csproj +++ b/src/EntityFrameworkCore.DataEncryption/SoftFluent.EntityFrameworkCore.DataEncryption.csproj @@ -1,13 +1,13 @@  - netstandard2.0;net6.0;net7.0;net8.0;net9.0 + netstandard2.0;net6.0;net7.0;net8.0;net9.0;net10.0 10.0 true SoftFluent.EntityFrameworkCore.DataEncryption SoftFluent.EntityFrameworkCore.DataEncryption true - 7.0.0 + 8.0.0 SoftFluent SoftFluent EntityFrameworkCore.DataEncryption @@ -18,10 +18,10 @@ true entity-framework-core, extensions, dotnet-core, dotnet, encryption, fluent-api icon.png - SoftFluent © 2019 - 2024 + SoftFluent © 2019 - 2025 A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers. LICENSE - https://github.com/SoftFluent/EntityFrameworkCore.DataEncryption/releases/tag/v6.0.0 + https://github.com/SoftFluent/EntityFrameworkCore.DataEncryption/releases/tag/v8.0.0 README.md @@ -45,9 +45,12 @@ - + - + + + + True diff --git a/test/EntityFrameworkCore.DataEncryption.Test/SoftFluent.EntityFrameworkCore.DataEncryption.Test.csproj b/test/EntityFrameworkCore.DataEncryption.Test/SoftFluent.EntityFrameworkCore.DataEncryption.Test.csproj index 1487255..9e3b874 100644 --- a/test/EntityFrameworkCore.DataEncryption.Test/SoftFluent.EntityFrameworkCore.DataEncryption.Test.csproj +++ b/test/EntityFrameworkCore.DataEncryption.Test/SoftFluent.EntityFrameworkCore.DataEncryption.Test.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 10 false SoftFluent.EntityFrameworkCore.Encryption.Test @@ -13,16 +13,16 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + all runtime; build; native; contentfiles; analyzers