From c0cbc8a70febce8684369db9d56e2e80ecd3855f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sat, 19 Jun 2021 13:56:58 +0200 Subject: [PATCH] Bump the .NET SDK/packages and the Katana dependencies --- Packages.props | 48 +++++++++---------- global.json | 6 +-- .../OpenIddict.Server.AspNetCore.csproj | 4 +- .../OpenIddict.Server.DataProtection.csproj | 4 +- .../OpenIddict.Validation.AspNetCore.csproj | 4 +- ...penIddict.Validation.DataProtection.csproj | 4 +- 6 files changed, 39 insertions(+), 31 deletions(-) diff --git a/Packages.props b/Packages.props index ec65777b..d42526c5 100644 --- a/Packages.props +++ b/Packages.props @@ -9,8 +9,8 @@ - - + + @@ -51,21 +51,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -76,12 +76,12 @@ - - - - - - + + + + + + @@ -90,7 +90,7 @@ - + diff --git a/global.json b/global.json index 2eb4cb3f..0db3faa4 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "tools": { - "dotnet": "5.0.201", + "dotnet": "5.0.301", "runtimes": { "aspnetcore": [ - "2.1.26", - "3.1.13" + "2.1.28", + "3.1.16" ] } }, diff --git a/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj b/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj index d05b3a44..5e59c34b 100644 --- a/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj +++ b/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj @@ -19,7 +19,9 @@ + Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '3.0'))) Or + ('$(TargetFrameworkIdentifier)' == '.NETFramework') Or + ('$(TargetFrameworkIdentifier)' == '.NETStandard') "> diff --git a/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj b/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj index 13cca40e..ecac5301 100644 --- a/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj +++ b/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj @@ -19,7 +19,9 @@ + Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '3.0'))) Or + ('$(TargetFrameworkIdentifier)' == '.NETFramework') Or + ('$(TargetFrameworkIdentifier)' == '.NETStandard') "> diff --git a/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj b/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj index a6dbd88e..e63dd866 100644 --- a/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj +++ b/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj @@ -19,7 +19,9 @@ + Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '3.0'))) Or + ('$(TargetFrameworkIdentifier)' == '.NETFramework') Or + ('$(TargetFrameworkIdentifier)' == '.NETStandard') "> diff --git a/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj b/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj index 7b1788d8..429b5a53 100644 --- a/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj +++ b/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj @@ -19,7 +19,9 @@ + Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '3.0'))) Or + ('$(TargetFrameworkIdentifier)' == '.NETFramework') Or + ('$(TargetFrameworkIdentifier)' == '.NETStandard') ">