From 3fdc3df4e762728877ab9bd2e6d9749ad3beb834 Mon Sep 17 00:00:00 2001 From: Jukka Snellman Date: Sun, 9 Feb 2025 01:17:50 +0200 Subject: [PATCH 1/2] Update to .NET 8 , EF 8 --- .../Innofactor.EfCoreJsonValueConverter.Test.csproj | 6 +++--- .../Innofactor.EfCoreJsonValueConverter.csproj | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Innofactor.EfCoreJsonValueConverter.Test/Innofactor.EfCoreJsonValueConverter.Test.csproj b/Innofactor.EfCoreJsonValueConverter.Test/Innofactor.EfCoreJsonValueConverter.Test.csproj index ea56812..e4cc5ee 100644 --- a/Innofactor.EfCoreJsonValueConverter.Test/Innofactor.EfCoreJsonValueConverter.Test.csproj +++ b/Innofactor.EfCoreJsonValueConverter.Test/Innofactor.EfCoreJsonValueConverter.Test.csproj @@ -1,14 +1,14 @@ - net6.0 + net8.0 false - - + + diff --git a/Innofactor.EfCoreJsonValueConverter/Innofactor.EfCoreJsonValueConverter.csproj b/Innofactor.EfCoreJsonValueConverter/Innofactor.EfCoreJsonValueConverter.csproj index e8fad87..96c23d2 100644 --- a/Innofactor.EfCoreJsonValueConverter/Innofactor.EfCoreJsonValueConverter.csproj +++ b/Innofactor.EfCoreJsonValueConverter/Innofactor.EfCoreJsonValueConverter.csproj @@ -1,10 +1,10 @@  - net6.0 + net8.0 Innofactor Innofactor - JSON value converter for Entity Framework Core 6.0+ + JSON value converter for Entity Framework Core 8.0+ https://github.com/Innofactor/EfCoreJsonValueConverter/blob/master/LICENSE https://github.com/Innofactor/EfCoreJsonValueConverter http://rappen.net/Cinteros/innofactor.png @@ -21,7 +21,7 @@ - + From 4023097d4aeda0c22a2aedf87901d9cc8a5ff62e Mon Sep 17 00:00:00 2001 From: Jukka Snellman Date: Sun, 9 Feb 2025 12:13:09 +0200 Subject: [PATCH 2/2] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c17ab8f..275174f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JSON value converter for Entity Framework Core 3.0+ +# JSON value converter for Entity Framework Core 8.0+ ![Publish NuGet](https://github.com/Innofactor/EfCoreJsonValueConverter/workflows/Publish%20NuGet/badge.svg)