From beef8f147667b01e36acd35bd129a154b937c489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 22 Apr 2026 01:03:54 +0200 Subject: [PATCH] Reference the Microsoft.AspNetCore.DataProtection package instead of the Microsoft.AspNetCore.App framework on .NET 8.0/9.0/10.0 --- Directory.Packages.props | 3 +++ .../OpenIddict.Client.DataProtection.csproj | 10 +--------- .../OpenIddict.Server.DataProtection.csproj | 11 +---------- .../OpenIddict.Validation.DataProtection.csproj | 10 +--------- 4 files changed, 6 insertions(+), 28 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 244bc7b8..b0395a27 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -219,6 +219,7 @@ + @@ -267,6 +268,7 @@ + @@ -314,6 +316,7 @@ + diff --git a/src/OpenIddict.Client.DataProtection/OpenIddict.Client.DataProtection.csproj b/src/OpenIddict.Client.DataProtection/OpenIddict.Client.DataProtection.csproj index 824006bd..79f5a391 100644 --- a/src/OpenIddict.Client.DataProtection/OpenIddict.Client.DataProtection.csproj +++ b/src/OpenIddict.Client.DataProtection/OpenIddict.Client.DataProtection.csproj @@ -17,10 +17,6 @@ - - - - - - - - + diff --git a/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj b/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj index 22e6b9dd..62b42cb2 100644 --- a/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj +++ b/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj @@ -17,11 +17,6 @@ - - - - - - - - + diff --git a/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj b/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj index b5769417..50d58bbe 100644 --- a/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj +++ b/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj @@ -17,10 +17,6 @@ - - - - - - - - +