From 9272bbc9a8162352f4cae0ca5597cca9f8a1d8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 18 Jul 2023 15:30:45 +0200 Subject: [PATCH] Add .NET Core 3.1/.NET 6.0/.NET 7.0 TFMs to OpenIddict.Validation.ServerIntegration --- .../OpenIddict.Validation.ServerIntegration.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj b/src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj index b0172095..09ec1a68 100644 --- a/src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj +++ b/src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj @@ -3,6 +3,9 @@ net461; + netcoreapp3.1; + net6.0; + net7.0; netstandard2.0; netstandard2.1