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 @@ - + 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)