Skip to content

Commit

Permalink
Add override to fix net35 build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Apr 26, 2017
1 parent 9211ab1 commit d7a3f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<PropertyGroup Condition="'$(TargetFramework)' == 'net35'">
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<DefineConstants>NET35</DefineConstants>
<FrameworkPathOverride>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
<TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
Expand Down

0 comments on commit d7a3f6b

Please sign in to comment.