From c6d3293f2acf814bc747d34f6538fccfa5ffcd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sat, 30 Nov 2019 18:26:57 +0100 Subject: [PATCH] Cross-compile OpenIddict.Server.DataProtection and OpenIddict.Validation.DataProtection for .NETCoreApp3.0 --- .../OpenIddict.Server.AspNetCore.csproj | 8 ++++---- .../OpenIddict.Server.DataProtection.csproj | 9 ++++++++- .../OpenIddict.Validation.AspNetCore.csproj | 8 ++++---- .../OpenIddict.Validation.DataProtection.csproj | 9 ++++++++- 4 files changed, 24 insertions(+), 10 deletions(-) diff --git a/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj b/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj index bc26e35a..d8a67fd0 100644 --- a/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj +++ b/src/OpenIddict.Server.AspNetCore/OpenIddict.Server.AspNetCore.csproj @@ -9,6 +9,10 @@ $(PackageTags);server;aspnetcore + + + + @@ -19,10 +23,6 @@ - - - - diff --git a/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj b/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj index fa2de4ef..67bbcbe6 100644 --- a/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj +++ b/src/OpenIddict.Server.DataProtection/OpenIddict.Server.DataProtection.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1 + netstandard2.0;netstandard2.1;netcoreapp3.0 @@ -13,8 +13,15 @@ + + + + + + + diff --git a/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj b/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj index 010d6010..550605cd 100644 --- a/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj +++ b/src/OpenIddict.Validation.AspNetCore/OpenIddict.Validation.AspNetCore.csproj @@ -9,6 +9,10 @@ $(PackageTags);validation;aspnetcore + + + + @@ -17,10 +21,6 @@ - - - - diff --git a/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj b/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj index 3e5bc924..2955d52c 100644 --- a/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj +++ b/src/OpenIddict.Validation.DataProtection/OpenIddict.Validation.DataProtection.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1 + netstandard2.0;netstandard2.1;netcoreapp3.0 @@ -13,8 +13,15 @@ + + + + + + +