Skip to content

Commit

Permalink
Added net48 to JWT.csproj (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
abatishchev authored Dec 2, 2019
1 parent a6fd20e commit 5fb157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46;net472;netstandard1.3;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net46;net472;net48;netstandard1.3;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net46' OR '$(TargetFramework)' == 'net472'">
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
Expand Down

0 comments on commit 5fb157a

Please sign in to comment.