Skip to content

Commit

Permalink
Only depend on Csp package in netstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Mar 28, 2017
1 parent d169f2c commit 388eabb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
<PackageReference Include="System.Security.Cryptography.Csp" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 388eabb

Please sign in to comment.