diff --git a/.travis.yml b/.travis.yml index 935756deab..0d4f12b270 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: before_script: - psql -c 'create database JsonApiDotNetCoreExample;' -U postgres mono: none -dotnet: 3.0.100 # https://www.microsoft.com/net/download/linux +dotnet: 3.1 branches: only: - master 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 @@ - - + + + + + - - - + +