From d276af1742fb7c01d8c36fbe664146d607e8f51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 13 Jan 2020 17:53:43 +0100 Subject: [PATCH] Update the OpenIddict server ASP.NET Core/OWIN integration tests to run on .NET Framework 4.6.1 --- .../OpenIddict.Server.AspNetCore.IntegrationTests.csproj | 2 +- .../OpenIddict.Server.IntegrationTests.csproj | 2 +- .../OpenIddict.Server.Owin.IntegrationTests.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 fad9494c..647b9c94 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 @@  - netcoreapp2.1;netcoreapp3.0;net472 + net461;net472;netcoreapp2.1;netcoreapp3.0 diff --git a/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj b/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj index a265b759..b6f6edd8 100644 --- a/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj +++ b/test/OpenIddict.Server.IntegrationTests/OpenIddict.Server.IntegrationTests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1;netcoreapp3.0;net472 + net461;net472;netcoreapp2.1;netcoreapp3.0 diff --git a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddict.Server.Owin.IntegrationTests.csproj b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddict.Server.Owin.IntegrationTests.csproj index 6a478017..1594f0a9 100644 --- a/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddict.Server.Owin.IntegrationTests.csproj +++ b/test/OpenIddict.Server.Owin.IntegrationTests/OpenIddict.Server.Owin.IntegrationTests.csproj @@ -1,7 +1,7 @@ - + - net472 + net461;net472