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

Commit

Permalink
Merge pull request #83 from AArnott/fix80
Browse files Browse the repository at this point in the history
Update to PInvoke 0.2.8
AArnott committed Mar 26, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 899b538 + a124a52 commit 85d4de1
Showing 9 changed files with 11 additions and 22 deletions.
3 changes: 1 addition & 2 deletions src/PCLCrypto.Android/project.json
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.BCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.8",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
3 changes: 1 addition & 2 deletions src/PCLCrypto.Desktop/project.json
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.BCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.8",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
9 changes: 3 additions & 6 deletions src/PCLCrypto.NuGet/PCLCrypto.nuspec
Original file line number Diff line number Diff line change
@@ -13,16 +13,14 @@
<dependencies>
<group>
<dependency id="Validation" version="2.2.8"/>
<dependency id="PInvoke.BCrypt" version="0.2.1" />
<dependency id="PInvoke.NCrypt" version="0.2.1" />
<dependency id="PInvoke.NCrypt" version="0.2.8" />
</group>
<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" />
<dependency id="PInvoke.NCrypt" version="0.2.8" />
</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. -->
@@ -31,8 +29,7 @@
<group targetFramework="portable-net45+win+wpa81+uwp10+dnxcore50+MonoAndroid10+xamarinios10+MonoTouch10">
<!-- Profile111 -->
<dependency id="Validation" version="2.2.8"/>
<dependency id="PInvoke.BCrypt" version="0.2.1" />
<dependency id="PInvoke.NCrypt" version="0.2.1" />
<dependency id="PInvoke.NCrypt" version="0.2.8" />
</group>
</dependencies>
</metadata>
3 changes: 1 addition & 2 deletions src/PCLCrypto.Tests.UWP/project.json
Original file line number Diff line number Diff line change
@@ -6,8 +6,7 @@
"version": "1.3.13",
"suppressParent": "none"
},
"PInvoke.BCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.8",
"System.Runtime.Numerics": "4.0.0",
"Validation": "2.2.8",
"xunit": "2.1.0",
3 changes: 1 addition & 2 deletions src/PCLCrypto.Tests.WinRT.Phone/project.json
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@
"dependencies": {
"Nerdbank.FullDuplexStream": "1.0.1",
"System.Runtime.Numerics": "4.0.0",
"PInvoke.BCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.8",
"xunit": "2.1.0",
"xunit.runner.devices": "1.3.2",
"Xunit.Combinatorial": "1.1.12",
3 changes: 1 addition & 2 deletions src/PCLCrypto.Tests.WinRT/project.json
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@
"dependencies": {
"Nerdbank.FullDuplexStream": "1.0.1",
"System.Runtime.Numerics": "4.0.0",
"PInvoke.BCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.8",
"xunit": "2.1.0",
"xunit.runner.visualstudio": "2.1.0",
"Xunit.Combinatorial": "1.1.12",
3 changes: 1 addition & 2 deletions src/PCLCrypto.WinRT/project.json
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.BCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.8",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
3 changes: 1 addition & 2 deletions src/PCLCrypto.iOS-Unified/project.json
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.BCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.8",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
3 changes: 1 addition & 2 deletions src/PCLCrypto.iOS/project.json
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.BCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.1",
"PInvoke.NCrypt": "0.2.8",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},

0 comments on commit 85d4de1

Please sign in to comment.