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

Commit 76399eb

Browse files
committed
Update to PInvoke 0.2.10
Fixes #84
1 parent 85d4de1 commit 76399eb

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

src/PCLCrypto.Android/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"suppressParent": "none"
66
},
77
"NuProj.Common": "0.10.40-beta-g6df38a957a",
8-
"PInvoke.NCrypt": "0.2.8",
8+
"PInvoke.NCrypt": "0.2.10",
99
"StyleCop.Analyzers": "1.0.0-beta015",
1010
"Validation": "2.2.8"
1111
},

src/PCLCrypto.Desktop/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"suppressParent": "none"
66
},
77
"NuProj.Common": "0.10.40-beta-g6df38a957a",
8-
"PInvoke.NCrypt": "0.2.8",
8+
"PInvoke.NCrypt": "0.2.10",
99
"StyleCop.Analyzers": "1.0.0-beta015",
1010
"Validation": "2.2.8"
1111
},

src/PCLCrypto.NuGet/PCLCrypto.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<dependencies>
1414
<group>
1515
<dependency id="Validation" version="2.2.8"/>
16-
<dependency id="PInvoke.NCrypt" version="0.2.8" />
16+
<dependency id="PInvoke.NCrypt" version="0.2.10" />
1717
</group>
1818
<group targetFramework="wp80">
1919
<dependency id="Validation" version="2.2.8"/>
2020
</group>
2121
<group targetFramework="dotnet">
2222
<dependency id="Validation" version="2.2.8"/>
23-
<dependency id="PInvoke.NCrypt" version="0.2.8" />
23+
<dependency id="PInvoke.NCrypt" version="0.2.10" />
2424
</group>
2525
<group targetFramework="portable-net45+win+wpa81+wp80+uwp10+dnxcore50+MonoAndroid10+xamarinios10+MonoTouch10">
2626
<!-- Profile259 targets should not try to use PInvoke, since it's not available on wp80. -->
@@ -29,7 +29,7 @@
2929
<group targetFramework="portable-net45+win+wpa81+uwp10+dnxcore50+MonoAndroid10+xamarinios10+MonoTouch10">
3030
<!-- Profile111 -->
3131
<dependency id="Validation" version="2.2.8"/>
32-
<dependency id="PInvoke.NCrypt" version="0.2.8" />
32+
<dependency id="PInvoke.NCrypt" version="0.2.10" />
3333
</group>
3434
</dependencies>
3535
</metadata>

src/PCLCrypto.Tests.UWP/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "1.3.13",
77
"suppressParent": "none"
88
},
9-
"PInvoke.NCrypt": "0.2.8",
9+
"PInvoke.NCrypt": "0.2.10",
1010
"System.Runtime.Numerics": "4.0.0",
1111
"Validation": "2.2.8",
1212
"xunit": "2.1.0",

src/PCLCrypto.Tests.WinRT.Phone/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"Nerdbank.FullDuplexStream": "1.0.1",
44
"System.Runtime.Numerics": "4.0.0",
5-
"PInvoke.NCrypt": "0.2.8",
5+
"PInvoke.NCrypt": "0.2.10",
66
"xunit": "2.1.0",
77
"xunit.runner.devices": "1.3.2",
88
"Xunit.Combinatorial": "1.1.12",

src/PCLCrypto.Tests.WinRT/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"Nerdbank.FullDuplexStream": "1.0.1",
44
"System.Runtime.Numerics": "4.0.0",
5-
"PInvoke.NCrypt": "0.2.8",
5+
"PInvoke.NCrypt": "0.2.10",
66
"xunit": "2.1.0",
77
"xunit.runner.visualstudio": "2.1.0",
88
"Xunit.Combinatorial": "1.1.12",

src/PCLCrypto.WinRT/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"suppressParent": "none"
66
},
77
"NuProj.Common": "0.10.40-beta-g6df38a957a",
8-
"PInvoke.NCrypt": "0.2.8",
8+
"PInvoke.NCrypt": "0.2.10",
99
"StyleCop.Analyzers": "1.0.0-beta015",
1010
"Validation": "2.2.8"
1111
},

src/PCLCrypto.iOS-Unified/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"suppressParent": "none"
66
},
77
"NuProj.Common": "0.10.40-beta-g6df38a957a",
8-
"PInvoke.NCrypt": "0.2.8",
8+
"PInvoke.NCrypt": "0.2.10",
99
"StyleCop.Analyzers": "1.0.0-beta015",
1010
"Validation": "2.2.8"
1111
},

src/PCLCrypto.iOS/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"suppressParent": "none"
66
},
77
"NuProj.Common": "0.10.40-beta-g6df38a957a",
8-
"PInvoke.NCrypt": "0.2.8",
8+
"PInvoke.NCrypt": "0.2.10",
99
"StyleCop.Analyzers": "1.0.0-beta015",
1010
"Validation": "2.2.8"
1111
},

0 commit comments

Comments
 (0)