From f8feefef0319d53c40f362fde0e1c544b28f6d4d Mon Sep 17 00:00:00 2001 From: Bart Koelman Date: Tue, 24 Mar 2020 16:52:32 +0100 Subject: [PATCH 1/4] Updated to .NET Core 3.1 and removed redundant package references --- Directory.Build.props | 17 +++------- benchmarks/Benchmarks.csproj | 5 +-- .../GettingStarted/GettingStarted.csproj | 8 +---- .../JsonApiDotNetCoreExample.csproj | 23 +------------- .../NoEntityFrameworkExample.csproj | 9 +++--- .../ReportsExample/ReportsExample.csproj | 12 ++----- .../JsonApiDotNetCore.csproj | 20 +++++------- test/DiscoveryTests/DiscoveryTests.csproj | 9 ++---- test/IntegrationTests/IntegrationTests.csproj | 22 ++++--------- .../AuthorizedTodoItemsRepository.cs | 31 ------------------- .../JsonApiDotNetCoreExampleTests.csproj | 26 +++------------- .../NoEntityFrameworkTests.csproj | 20 +++++------- test/UnitTests/UnitTests.csproj | 24 +++++--------- 13 files changed, 52 insertions(+), 174 deletions(-) delete mode 100644 test/JsonApiDotNetCoreExampleTests/Helpers/Repositories/AuthorizedTodoItemsRepository.cs diff --git a/Directory.Build.props b/Directory.Build.props index 7160a70dc2..d55c6ddae7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,16 +1,10 @@ - netcoreapp3.0 + netcoreapp3.1 netstandard2.1 - 3.0 - 3.0.* - 3.0.* - 3.0.* - 3.0.* - 3.0.* - 4.1.1 - 3.0.1 - 4.5.0 + 3.1.* + 3.1.* + 3.1.* @@ -20,9 +14,8 @@ - 16.3.0 2.4.1 - 28.4.1 + 29.0.1 4.13.1 \ No newline at end of file diff --git a/benchmarks/Benchmarks.csproj b/benchmarks/Benchmarks.csproj index 02bfbf378d..f57e4c7d95 100644 --- a/benchmarks/Benchmarks.csproj +++ b/benchmarks/Benchmarks.csproj @@ -3,12 +3,13 @@ Exe $(NetCoreAppVersion) + - + - + diff --git a/src/Examples/GettingStarted/GettingStarted.csproj b/src/Examples/GettingStarted/GettingStarted.csproj index 048de21397..b28d7a0c5a 100644 --- a/src/Examples/GettingStarted/GettingStarted.csproj +++ b/src/Examples/GettingStarted/GettingStarted.csproj @@ -4,16 +4,10 @@ - - + - - - - - diff --git a/src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj b/src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj index d67f773ea7..e1b25693a5 100644 --- a/src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj +++ b/src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj @@ -1,34 +1,13 @@ $(NetCoreAppVersion) - true - JsonApiDotNetCoreExample - Exe - JsonApiDotNetCoreExample - InProcess - + - - - - - - - - - - - - - - - - diff --git a/src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj b/src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj index b387f93746..0bf022bbdd 100644 --- a/src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj +++ b/src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj @@ -1,15 +1,14 @@ $(NetCoreAppVersion) - InProcess + - + + - + - - diff --git a/src/Examples/ReportsExample/ReportsExample.csproj b/src/Examples/ReportsExample/ReportsExample.csproj index ee832bdf7a..0bf022bbdd 100644 --- a/src/Examples/ReportsExample/ReportsExample.csproj +++ b/src/Examples/ReportsExample/ReportsExample.csproj @@ -1,22 +1,14 @@ $(NetCoreAppVersion) - InProcess - + - - - - - + - - - diff --git a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj index 3faf239f51..cc5dbc5887 100644 --- a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj +++ b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj @@ -1,10 +1,7 @@  4.0.0 - $(NetCoreAppVersion) - JsonApiDotNetCore - JsonApiDotNetCore - 8.0 + $(NetCoreAppVersion) true @@ -22,12 +19,14 @@ - - + + + + + - - - + +