Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
PInvoke.* dependencies should apply for dotnet platforms
Browse files Browse the repository at this point in the history
This need was discovered while investigating #80
  • Loading branch information
AArnott committed Mar 25, 2016
1 parent 79f1068 commit 899b538
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PCLCrypto.NuGet/PCLCrypto.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<group targetFramework="wp80">
<dependency id="Validation" version="2.2.8"/>
</group>
<group targetFramework="dotnet">
<dependency id="Validation" version="2.2.8"/>
<dependency id="PInvoke.BCrypt" version="0.2.1" />
<dependency id="PInvoke.NCrypt" version="0.2.1" />
</group>
<group targetFramework="portable-net45+win+wpa81+wp80+uwp10+dnxcore50+MonoAndroid10+xamarinios10+MonoTouch10">
<!-- Profile259 targets should not try to use PInvoke, since it's not available on wp80. -->
<dependency id="Validation" version="2.2.8"/>
Expand Down

0 comments on commit 899b538

Please sign in to comment.