From aa607b698a3c8745facea5ac36077201cae04b23 Mon Sep 17 00:00:00 2001 From: Frans Lytzen Date: Fri, 10 Mar 2023 08:24:13 +0000 Subject: [PATCH 1/2] Removed Net5 and added Net7 --- .../Google.Authenticator.Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj b/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj index 9580771..b30fdcc 100644 --- a/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj +++ b/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj @@ -4,9 +4,9 @@ true true true - net462;netcoreapp3.1;net5.0;net6.0 - netcoreapp3.1;net5.0;net6.0 - netcoreapp3.1;net5.0 + net462;netcoreapp3.1;net6.0;net7.0 + netcoreapp3.1;net6.0;net7.0 + netcoreapp3.1;net6.0;net7.0 false From e78a2f7474942e14cf55403b5614725967a526de Mon Sep 17 00:00:00 2001 From: Frans Lytzen Date: Fri, 10 Mar 2023 08:33:52 +0000 Subject: [PATCH 2/2] Removed netcoreapp 3.1 --- .../Google.Authenticator.Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj b/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj index b30fdcc..fcd47a0 100644 --- a/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj +++ b/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj @@ -4,9 +4,9 @@ true true true - net462;netcoreapp3.1;net6.0;net7.0 - netcoreapp3.1;net6.0;net7.0 - netcoreapp3.1;net6.0;net7.0 + net462;net6.0;net7.0 + net6.0;net7.0 + net6.0;net7.0 false