From 3c083f375b35d0f84cccf07a3cd49f59d7f5dcd6 Mon Sep 17 00:00:00 2001 From: Adam Humpherys Date: Mon, 29 Nov 2021 11:12:00 -0700 Subject: [PATCH] Updated QRCoder dependency to 1.4.2 which added support for .NET 5, updated TFM for .NET 5 and .NET Core 3.0 -> .NET Core 3.1 on tests project --- .../Google.Authenticator.Tests.csproj | 2 +- Google.Authenticator/Google.Authenticator.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj b/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj index 8ee17c7..3f9f668 100644 --- a/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj +++ b/Google.Authenticator.Tests/Google.Authenticator.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0;net452;net5 + netcoreapp3.1;net452;net5.0 false diff --git a/Google.Authenticator/Google.Authenticator.csproj b/Google.Authenticator/Google.Authenticator.csproj index 2bbf2ea..ccde4b5 100644 --- a/Google.Authenticator/Google.Authenticator.csproj +++ b/Google.Authenticator/Google.Authenticator.csproj @@ -1,20 +1,20 @@  - netstandard2.0;net45;net5 + netstandard2.0;net45;net5.0 Google Authenticator Two-Factor Google Authenticator Two-Factor Authentication Library Google Authenticator Two-Factor Authentication Library (Not officially affiliated with Google.) Brandon Potter Brandon Potter - 2.2.0 + 2.3.0 Apache-2.0 https://github.com/BrandonPotter/GoogleAuthenticator GoogleAuthenticator - +