From 98a7b3b280d93050d373e731a2dfd1dddc1cc68a Mon Sep 17 00:00:00 2001 From: bart-degreed Date: Sun, 3 Jan 2021 16:01:10 +0100 Subject: [PATCH] This commit lowers the minimal required EF Core version to 3.1.0 for the JsonApiDotNetCore library, while still using the latest 3.1.x version for the example projects and tests. --- .../JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj | 1 + .../NoEntityFrameworkExample/NoEntityFrameworkExample.csproj | 1 + src/Examples/ReportsExample/ReportsExample.csproj | 1 + src/JsonApiDotNetCore/JsonApiDotNetCore.csproj | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj b/src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj index e1b25693a5..95c1faf884 100644 --- a/src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj +++ b/src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj @@ -8,6 +8,7 @@ + diff --git a/src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj b/src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj index ac1ab0f142..2d007b6362 100644 --- a/src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj +++ b/src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj @@ -9,6 +9,7 @@ + diff --git a/src/Examples/ReportsExample/ReportsExample.csproj b/src/Examples/ReportsExample/ReportsExample.csproj index e1b25693a5..95c1faf884 100644 --- a/src/Examples/ReportsExample/ReportsExample.csproj +++ b/src/Examples/ReportsExample/ReportsExample.csproj @@ -8,6 +8,7 @@ + diff --git a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj index 7431a8781e..18b3f1e482 100644 --- a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj +++ b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj @@ -23,7 +23,7 @@ - +