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

Commit

Permalink
Update to PInvoke 0.2.10
Browse files Browse the repository at this point in the history
Fixes #84
  • Loading branch information
AArnott committed Mar 30, 2016
1 parent 85d4de1 commit 76399eb
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/PCLCrypto.Android/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.NCrypt": "0.2.8",
"PInvoke.NCrypt": "0.2.10",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.Desktop/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.NCrypt": "0.2.8",
"PInvoke.NCrypt": "0.2.10",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
Expand Down
6 changes: 3 additions & 3 deletions src/PCLCrypto.NuGet/PCLCrypto.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<dependencies>
<group>
<dependency id="Validation" version="2.2.8"/>
<dependency id="PInvoke.NCrypt" version="0.2.8" />
<dependency id="PInvoke.NCrypt" version="0.2.10" />
</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.NCrypt" version="0.2.8" />
<dependency id="PInvoke.NCrypt" version="0.2.10" />
</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. -->
Expand All @@ -29,7 +29,7 @@
<group targetFramework="portable-net45+win+wpa81+uwp10+dnxcore50+MonoAndroid10+xamarinios10+MonoTouch10">
<!-- Profile111 -->
<dependency id="Validation" version="2.2.8"/>
<dependency id="PInvoke.NCrypt" version="0.2.8" />
<dependency id="PInvoke.NCrypt" version="0.2.10" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.Tests.UWP/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "1.3.13",
"suppressParent": "none"
},
"PInvoke.NCrypt": "0.2.8",
"PInvoke.NCrypt": "0.2.10",
"System.Runtime.Numerics": "4.0.0",
"Validation": "2.2.8",
"xunit": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.Tests.WinRT.Phone/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"Nerdbank.FullDuplexStream": "1.0.1",
"System.Runtime.Numerics": "4.0.0",
"PInvoke.NCrypt": "0.2.8",
"PInvoke.NCrypt": "0.2.10",
"xunit": "2.1.0",
"xunit.runner.devices": "1.3.2",
"Xunit.Combinatorial": "1.1.12",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.Tests.WinRT/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"Nerdbank.FullDuplexStream": "1.0.1",
"System.Runtime.Numerics": "4.0.0",
"PInvoke.NCrypt": "0.2.8",
"PInvoke.NCrypt": "0.2.10",
"xunit": "2.1.0",
"xunit.runner.visualstudio": "2.1.0",
"Xunit.Combinatorial": "1.1.12",
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.WinRT/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.NCrypt": "0.2.8",
"PInvoke.NCrypt": "0.2.10",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.iOS-Unified/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.NCrypt": "0.2.8",
"PInvoke.NCrypt": "0.2.10",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/PCLCrypto.iOS/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"suppressParent": "none"
},
"NuProj.Common": "0.10.40-beta-g6df38a957a",
"PInvoke.NCrypt": "0.2.8",
"PInvoke.NCrypt": "0.2.10",
"StyleCop.Analyzers": "1.0.0-beta015",
"Validation": "2.2.8"
},
Expand Down

0 comments on commit 76399eb

Please sign in to comment.