From 32678867ca06cb998aaaab68dd3f34a489008a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 2 Jun 2022 10:48:01 +0200 Subject: [PATCH] Remove the .NET 5.0 TFMs --- src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj | 3 +-- .../OpenIddict.Client.AspNetCore.csproj | 2 +- .../OpenIddict.Client.DataProtection.csproj | 4 ++-- .../OpenIddict.Client.SystemNetHttp.csproj | 2 +- .../OpenIddict.Client.WebIntegration.csproj | 2 +- src/OpenIddict.Client/OpenIddict.Client.csproj | 2 +- src/OpenIddict.Core/OpenIddict.Core.csproj | 2 +- .../OpenIddict.EntityFramework.csproj | 2 +- .../OpenIddict.EntityFrameworkCore.csproj | 2 +- src/OpenIddict.MongoDb/OpenIddict.MongoDb.csproj | 2 +- src/OpenIddict.Quartz/OpenIddict.Quartz.csproj | 2 +- .../OpenIddict.Server.AspNetCore.csproj | 2 +- .../OpenIddict.Server.DataProtection.csproj | 2 +- src/OpenIddict.Server/OpenIddict.Server.csproj | 2 +- .../OpenIddict.Validation.AspNetCore.csproj | 2 +- .../OpenIddict.Validation.DataProtection.csproj | 2 +- .../OpenIddict.Validation.SystemNetHttp.csproj | 2 +- src/OpenIddict.Validation/OpenIddict.Validation.csproj | 2 +- src/OpenIddict/OpenIddict.csproj | 3 +-- .../OpenIddict.Abstractions.Tests.csproj | 2 +- test/OpenIddict.Core.Tests/OpenIddict.Core.Tests.csproj | 2 +- .../OpenIddict.EntityFramework.Tests.csproj | 2 +- .../OpenIddict.EntityFrameworkCore.Tests.csproj | 2 +- test/OpenIddict.MongoDb.Tests/OpenIddict.MongoDb.Tests.csproj | 2 +- test/OpenIddict.Quartz.Tests/OpenIddict.Quartz.Tests.csproj | 2 +- .../OpenIddict.Server.AspNetCore.IntegrationTests.csproj | 2 +- .../OpenIddict.Server.IntegrationTests.csproj | 2 +- test/OpenIddict.Server.Tests/OpenIddict.Server.Tests.csproj | 2 +- 28 files changed, 29 insertions(+), 31 deletions(-) diff --git a/src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj b/src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj index d0afbdd6..fa47bbbd 100644 --- a/src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj +++ b/src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 false false @@ -24,7 +24,6 @@ - diff --git a/src/OpenIddict.Client.AspNetCore/OpenIddict.Client.AspNetCore.csproj b/src/OpenIddict.Client.AspNetCore/OpenIddict.Client.AspNetCore.csproj index 17b78a14..ea75375d 100644 --- a/src/OpenIddict.Client.AspNetCore/OpenIddict.Client.AspNetCore.csproj +++ b/src/OpenIddict.Client.AspNetCore/OpenIddict.Client.AspNetCore.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 diff --git a/src/OpenIddict.Client.DataProtection/OpenIddict.Client.DataProtection.csproj b/src/OpenIddict.Client.DataProtection/OpenIddict.Client.DataProtection.csproj index 3684fabb..009b1112 100644 --- a/src/OpenIddict.Client.DataProtection/OpenIddict.Client.DataProtection.csproj +++ b/src/OpenIddict.Client.DataProtection/OpenIddict.Client.DataProtection.csproj @@ -1,7 +1,7 @@ - + - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Client.SystemNetHttp/OpenIddict.Client.SystemNetHttp.csproj b/src/OpenIddict.Client.SystemNetHttp/OpenIddict.Client.SystemNetHttp.csproj index ed9ca382..6dce3998 100644 --- a/src/OpenIddict.Client.SystemNetHttp/OpenIddict.Client.SystemNetHttp.csproj +++ b/src/OpenIddict.Client.SystemNetHttp/OpenIddict.Client.SystemNetHttp.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Client.WebIntegration/OpenIddict.Client.WebIntegration.csproj b/src/OpenIddict.Client.WebIntegration/OpenIddict.Client.WebIntegration.csproj index 3add138d..18dd3dca 100644 --- a/src/OpenIddict.Client.WebIntegration/OpenIddict.Client.WebIntegration.csproj +++ b/src/OpenIddict.Client.WebIntegration/OpenIddict.Client.WebIntegration.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Client/OpenIddict.Client.csproj b/src/OpenIddict.Client/OpenIddict.Client.csproj index 0b67cd48..9053a55d 100644 --- a/src/OpenIddict.Client/OpenIddict.Client.csproj +++ b/src/OpenIddict.Client/OpenIddict.Client.csproj @@ -1,7 +1,7 @@  - net461;net472;net48;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;net472;net48;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Core/OpenIddict.Core.csproj b/src/OpenIddict.Core/OpenIddict.Core.csproj index 0904133b..ccf0ae03 100644 --- a/src/OpenIddict.Core/OpenIddict.Core.csproj +++ b/src/OpenIddict.Core/OpenIddict.Core.csproj @@ -1,7 +1,7 @@  - net461;net472;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;net472;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.EntityFramework/OpenIddict.EntityFramework.csproj b/src/OpenIddict.EntityFramework/OpenIddict.EntityFramework.csproj index 2dbc17e2..302c8ca5 100644 --- a/src/OpenIddict.EntityFramework/OpenIddict.EntityFramework.csproj +++ b/src/OpenIddict.EntityFramework/OpenIddict.EntityFramework.csproj @@ -1,7 +1,7 @@  - net461;net5.0;net6.0;netstandard2.1 + net461;net6.0;netstandard2.1 diff --git a/src/OpenIddict.EntityFrameworkCore/OpenIddict.EntityFrameworkCore.csproj b/src/OpenIddict.EntityFrameworkCore/OpenIddict.EntityFrameworkCore.csproj index 10ca5fef..04d23ff9 100644 --- a/src/OpenIddict.EntityFrameworkCore/OpenIddict.EntityFrameworkCore.csproj +++ b/src/OpenIddict.EntityFrameworkCore/OpenIddict.EntityFrameworkCore.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.MongoDb/OpenIddict.MongoDb.csproj b/src/OpenIddict.MongoDb/OpenIddict.MongoDb.csproj index d4bee3e0..45cbb879 100644 --- a/src/OpenIddict.MongoDb/OpenIddict.MongoDb.csproj +++ b/src/OpenIddict.MongoDb/OpenIddict.MongoDb.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 false false diff --git a/src/OpenIddict.Quartz/OpenIddict.Quartz.csproj b/src/OpenIddict.Quartz/OpenIddict.Quartz.csproj index 8eb53b11..f849f28b 100644 --- a/src/OpenIddict.Quartz/OpenIddict.Quartz.csproj +++ b/src/OpenIddict.Quartz/OpenIddict.Quartz.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj b/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj index 26369620..909fec7f 100644 --- a/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj +++ b/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 diff --git a/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj b/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj index 1a02208b..67642c4e 100644 --- a/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj +++ b/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Server/OpenIddict.Server.csproj b/src/OpenIddict.Server/OpenIddict.Server.csproj index bd3f45d1..91e739de 100644 --- a/src/OpenIddict.Server/OpenIddict.Server.csproj +++ b/src/OpenIddict.Server/OpenIddict.Server.csproj @@ -1,7 +1,7 @@  - net461;net472;net48;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;net472;net48;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj b/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj index d99c503e..8b3d691f 100644 --- a/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj +++ b/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 diff --git a/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj b/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj index 4d7e31e8..14c33879 100644 --- a/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj +++ b/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Validation.SystemNetHttp/OpenIddict.Validation.SystemNetHttp.csproj b/src/OpenIddict.Validation.SystemNetHttp/OpenIddict.Validation.SystemNetHttp.csproj index 15d257a6..eae90f4b 100644 --- a/src/OpenIddict.Validation.SystemNetHttp/OpenIddict.Validation.SystemNetHttp.csproj +++ b/src/OpenIddict.Validation.SystemNetHttp/OpenIddict.Validation.SystemNetHttp.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict.Validation/OpenIddict.Validation.csproj b/src/OpenIddict.Validation/OpenIddict.Validation.csproj index 934f7d66..7822bdc4 100644 --- a/src/OpenIddict.Validation/OpenIddict.Validation.csproj +++ b/src/OpenIddict.Validation/OpenIddict.Validation.csproj @@ -1,7 +1,7 @@  - net461;net472;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;net472;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 diff --git a/src/OpenIddict/OpenIddict.csproj b/src/OpenIddict/OpenIddict.csproj index 21932b73..bcf57c30 100644 --- a/src/OpenIddict/OpenIddict.csproj +++ b/src/OpenIddict/OpenIddict.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1 + net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1 false false @@ -28,7 +28,6 @@ To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the - diff --git a/test/OpenIddict.Abstractions.Tests/OpenIddict.Abstractions.Tests.csproj b/test/OpenIddict.Abstractions.Tests/OpenIddict.Abstractions.Tests.csproj index 1933f6c6..3b6bbc0c 100644 --- a/test/OpenIddict.Abstractions.Tests/OpenIddict.Abstractions.Tests.csproj +++ b/test/OpenIddict.Abstractions.Tests/OpenIddict.Abstractions.Tests.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 diff --git a/test/OpenIddict.Core.Tests/OpenIddict.Core.Tests.csproj b/test/OpenIddict.Core.Tests/OpenIddict.Core.Tests.csproj index aa98d4a8..46703063 100644 --- a/test/OpenIddict.Core.Tests/OpenIddict.Core.Tests.csproj +++ b/test/OpenIddict.Core.Tests/OpenIddict.Core.Tests.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 diff --git a/test/OpenIddict.EntityFramework.Tests/OpenIddict.EntityFramework.Tests.csproj b/test/OpenIddict.EntityFramework.Tests/OpenIddict.EntityFramework.Tests.csproj index 5bd723b9..39fe0cb5 100644 --- a/test/OpenIddict.EntityFramework.Tests/OpenIddict.EntityFramework.Tests.csproj +++ b/test/OpenIddict.EntityFramework.Tests/OpenIddict.EntityFramework.Tests.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 diff --git a/test/OpenIddict.EntityFrameworkCore.Tests/OpenIddict.EntityFrameworkCore.Tests.csproj b/test/OpenIddict.EntityFrameworkCore.Tests/OpenIddict.EntityFrameworkCore.Tests.csproj index 991acc6b..50b705f8 100644 --- a/test/OpenIddict.EntityFrameworkCore.Tests/OpenIddict.EntityFrameworkCore.Tests.csproj +++ b/test/OpenIddict.EntityFrameworkCore.Tests/OpenIddict.EntityFrameworkCore.Tests.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 diff --git a/test/OpenIddict.MongoDb.Tests/OpenIddict.MongoDb.Tests.csproj b/test/OpenIddict.MongoDb.Tests/OpenIddict.MongoDb.Tests.csproj index 42fff2e9..8c5882cf 100644 --- a/test/OpenIddict.MongoDb.Tests/OpenIddict.MongoDb.Tests.csproj +++ b/test/OpenIddict.MongoDb.Tests/OpenIddict.MongoDb.Tests.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 false false diff --git a/test/OpenIddict.Quartz.Tests/OpenIddict.Quartz.Tests.csproj b/test/OpenIddict.Quartz.Tests/OpenIddict.Quartz.Tests.csproj index e06d93bd..6b6a51b6 100644 --- a/test/OpenIddict.Quartz.Tests/OpenIddict.Quartz.Tests.csproj +++ b/test/OpenIddict.Quartz.Tests/OpenIddict.Quartz.Tests.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp3.1;net5.0;net6.0 + net461;netcoreapp3.1;net6.0 diff --git a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddict.Server.AspNetCore.IntegrationTests.csproj b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddict.Server.AspNetCore.IntegrationTests.csproj index a3282875..bf2738c3 100644 --- a/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddict.Server.AspNetCore.IntegrationTests.csproj +++ b/test/OpenIddict.Server.AspNetCore.IntegrationTests/OpenIddict.Server.AspNetCore.IntegrationTests.csproj @@ -1,7 +1,7 @@  - net461;net472;net48;netcoreapp3.1;net5.0;net6.0 + net461;net472;net48;netcoreapp3.1;net6.0 diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj b/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj index 79f066f0..38ac16ae 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj @@ -1,7 +1,7 @@  - net461;net472;net48;netcoreapp3.1;net5.0;net6.0 + net461;net472;net48;netcoreapp3.1;net6.0 diff --git a/test/OpenIddict.Server.Tests/OpenIddict.Server.Tests.csproj b/test/OpenIddict.Server.Tests/OpenIddict.Server.Tests.csproj index 7e0b7f6c..33632f63 100644 --- a/test/OpenIddict.Server.Tests/OpenIddict.Server.Tests.csproj +++ b/test/OpenIddict.Server.Tests/OpenIddict.Server.Tests.csproj @@ -1,7 +1,7 @@  - net461;net472;netcoreapp3.1;net5.0;net6.0 + net461;net472;netcoreapp3.1;net6.0