From 9b6df69f94186a913102c951ec162d1741146c0a Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 11 Feb 2021 23:50:48 +0100 Subject: [PATCH] Use .NET 5 for test projects (#473) --- .../Auth0.AuthenticationApi.IntegrationTests.csproj | 2 +- tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj | 2 +- .../Auth0.ManagementApi.IntegrationTests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj b/tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj index 9fab64a1f..854692869 100644 --- a/tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj +++ b/tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1 + net5.0 true ..\..\build\Auth0NetStrongName.snk diff --git a/tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj b/tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj index f7b8a04a2..016a03370 100644 --- a/tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj +++ b/tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0 true ..\..\build\Auth0NetStrongName.snk diff --git a/tests/Auth0.ManagementApi.IntegrationTests/Auth0.ManagementApi.IntegrationTests.csproj b/tests/Auth0.ManagementApi.IntegrationTests/Auth0.ManagementApi.IntegrationTests.csproj index 9c605ad5a..46373bfbd 100644 --- a/tests/Auth0.ManagementApi.IntegrationTests/Auth0.ManagementApi.IntegrationTests.csproj +++ b/tests/Auth0.ManagementApi.IntegrationTests/Auth0.ManagementApi.IntegrationTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0 true ..\..\build\Auth0NetStrongName.snk