Skip to content

Commit b55ff35

Browse files
authored
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 (#72)
1 parent ba2c632 commit b55ff35

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Google.Authenticator.Tests/Google.Authenticator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.0;net452;net5</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.1;net452;net5.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

Google.Authenticator/Google.Authenticator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net45;net5</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net45;net5.0</TargetFrameworks>
55
<Product>Google Authenticator Two-Factor</Product>
66
<Title>Google Authenticator Two-Factor Authentication Library</Title>
77
<Description>Google Authenticator Two-Factor Authentication Library (Not officially affiliated with Google.)</Description>
88
<Authors>Brandon Potter</Authors>
99
<Company>Brandon Potter</Company>
10-
<Version>2.2.0</Version>
10+
<Version>2.3.0</Version>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/BrandonPotter/GoogleAuthenticator</PackageProjectUrl>
1313
<PackageId>GoogleAuthenticator</PackageId>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="QRCoder" Version="1.4.1" />
17+
<PackageReference Include="QRCoder" Version="1.4.2" />
1818
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)