Skip to content

Commit

Permalink
Updated QRCoder dependency to 1.4.2 which added support for .NET 5, u…
Browse files Browse the repository at this point in the history
…pdated TFM for .NET 5 and .NET Core 3.0 -> .NET Core 3.1 on tests project (#72)
  • Loading branch information
ahwm authored Nov 30, 2021
1 parent ba2c632 commit b55ff35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;net452;net5</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net452;net5.0</TargetFrameworks>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions Google.Authenticator/Google.Authenticator.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45;net5</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net45;net5.0</TargetFrameworks>
<Product>Google Authenticator Two-Factor</Product>
<Title>Google Authenticator Two-Factor Authentication Library</Title>
<Description>Google Authenticator Two-Factor Authentication Library (Not officially affiliated with Google.)</Description>
<Authors>Brandon Potter</Authors>
<Company>Brandon Potter</Company>
<Version>2.2.0</Version>
<Version>2.3.0</Version>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/BrandonPotter/GoogleAuthenticator</PackageProjectUrl>
<PackageId>GoogleAuthenticator</PackageId>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="QRCoder" Version="1.4.1" />
<PackageReference Include="QRCoder" Version="1.4.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit b55ff35

Please sign in to comment.