From 5608cb542f341254d6f67395a698d500dfff1373 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 30 Aug 2017 22:15:30 -0400 Subject: [PATCH] update pinvoke libs --- src/Android/Android.csproj | 20 ++++++++------------ src/Android/app.config | 4 ++++ src/Android/packages.config | 8 ++++---- src/App/App.csproj | 20 ++++++++------------ src/App/packages.config | 8 ++++---- src/iOS.Extension/app.config | 4 ++++ src/iOS.Extension/iOS.Extension.csproj | 20 ++++++++------------ src/iOS.Extension/packages.config | 8 ++++---- src/iOS/app.config | 4 ++++ src/iOS/iOS.csproj | 20 ++++++++------------ src/iOS/packages.config | 8 ++++---- test/Android.Test/Android.Test.csproj | 20 ++++++++------------ test/Android.Test/app.config | 4 ++++ test/Android.Test/packages.config | 8 ++++---- test/App.Test/App.Test.csproj | 20 ++++++++------------ test/App.Test/app.config | 8 ++++++++ test/App.Test/packages.config | 8 ++++---- test/iOS.Test/app.config | 4 ++++ test/iOS.Test/iOS.Test.csproj | 20 ++++++++------------ test/iOS.Test/packages.config | 8 ++++---- 20 files changed, 112 insertions(+), 112 deletions(-) diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj index 2968a3627..b18fd4dd5 100644 --- a/src/Android/Android.csproj +++ b/src/Android/Android.csproj @@ -126,21 +126,17 @@ ..\..\packages\PCLCrypto.2.0.147\lib\MonoAndroid23\PCLCrypto.dll True - - ..\..\packages\PInvoke.BCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll - True + + ..\..\packages\PInvoke.BCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.BCrypt.dll - - ..\..\packages\PInvoke.Kernel32.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll - True + + ..\..\packages\PInvoke.Kernel32.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Kernel32.dll - - ..\..\packages\PInvoke.NCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll - True + + ..\..\packages\PInvoke.NCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.NCrypt.dll - - ..\..\packages\PInvoke.Windows.Core.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll - True + + ..\..\packages\PInvoke.Windows.Core.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Windows.Core.dll ..\..\packages\Xam.Plugin.Connectivity.3.0.2\lib\MonoAndroid10\Plugin.Connectivity.dll diff --git a/src/Android/app.config b/src/Android/app.config index 6a16a2048..0023d9913 100644 --- a/src/Android/app.config +++ b/src/Android/app.config @@ -14,6 +14,10 @@ + + + + \ No newline at end of file diff --git a/src/Android/packages.config b/src/Android/packages.config index bce7b2603..539ea5241 100644 --- a/src/Android/packages.config +++ b/src/Android/packages.config @@ -11,10 +11,10 @@ - - - - + + + + diff --git a/src/App/App.csproj b/src/App/App.csproj index c0fb21621..2467e80f6 100644 --- a/src/App/App.csproj +++ b/src/App/App.csproj @@ -440,21 +440,17 @@ ..\..\packages\PCLCrypto.2.0.147\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\PCLCrypto.dll True - - ..\..\packages\PInvoke.BCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll - True + + ..\..\packages\PInvoke.BCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.BCrypt.dll - - ..\..\packages\PInvoke.Kernel32.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll - True + + ..\..\packages\PInvoke.Kernel32.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Kernel32.dll - - ..\..\packages\PInvoke.NCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll - True + + ..\..\packages\PInvoke.NCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.NCrypt.dll - - ..\..\packages\PInvoke.Windows.Core.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll - True + + ..\..\packages\PInvoke.Windows.Core.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Windows.Core.dll ..\..\packages\Xam.Plugin.Connectivity.3.0.2\lib\netstandard1.0\Plugin.Connectivity.dll diff --git a/src/App/packages.config b/src/App/packages.config index 6abf1c065..b8b202092 100644 --- a/src/App/packages.config +++ b/src/App/packages.config @@ -5,10 +5,10 @@ - - - - + + + + diff --git a/src/iOS.Extension/app.config b/src/iOS.Extension/app.config index 6a16a2048..0023d9913 100644 --- a/src/iOS.Extension/app.config +++ b/src/iOS.Extension/app.config @@ -14,6 +14,10 @@ + + + + \ No newline at end of file diff --git a/src/iOS.Extension/iOS.Extension.csproj b/src/iOS.Extension/iOS.Extension.csproj index 647eb30a1..7cce6e14d 100644 --- a/src/iOS.Extension/iOS.Extension.csproj +++ b/src/iOS.Extension/iOS.Extension.csproj @@ -288,21 +288,17 @@ ..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll True - - ..\..\packages\PInvoke.BCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll - True + + ..\..\packages\PInvoke.BCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.BCrypt.dll - - ..\..\packages\PInvoke.Kernel32.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll - True + + ..\..\packages\PInvoke.Kernel32.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Kernel32.dll - - ..\..\packages\PInvoke.NCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll - True + + ..\..\packages\PInvoke.NCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.NCrypt.dll - - ..\..\packages\PInvoke.Windows.Core.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll - True + + ..\..\packages\PInvoke.Windows.Core.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Windows.Core.dll ..\..\packages\Xam.Plugin.Connectivity.3.0.2\lib\Xamarin.iOS10\Plugin.Connectivity.dll diff --git a/src/iOS.Extension/packages.config b/src/iOS.Extension/packages.config index d61ba6e37..53f123031 100644 --- a/src/iOS.Extension/packages.config +++ b/src/iOS.Extension/packages.config @@ -8,10 +8,10 @@ - - - - + + + + diff --git a/src/iOS/app.config b/src/iOS/app.config index 6a16a2048..0023d9913 100644 --- a/src/iOS/app.config +++ b/src/iOS/app.config @@ -14,6 +14,10 @@ + + + + \ No newline at end of file diff --git a/src/iOS/iOS.csproj b/src/iOS/iOS.csproj index d7eb88208..1c5691b0d 100644 --- a/src/iOS/iOS.csproj +++ b/src/iOS/iOS.csproj @@ -303,21 +303,17 @@ ..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll True - - ..\..\packages\PInvoke.BCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll - True + + ..\..\packages\PInvoke.BCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.BCrypt.dll - - ..\..\packages\PInvoke.Kernel32.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll - True + + ..\..\packages\PInvoke.Kernel32.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Kernel32.dll - - ..\..\packages\PInvoke.NCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll - True + + ..\..\packages\PInvoke.NCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.NCrypt.dll - - ..\..\packages\PInvoke.Windows.Core.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll - True + + ..\..\packages\PInvoke.Windows.Core.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Windows.Core.dll ..\..\packages\Xam.Plugin.Connectivity.3.0.2\lib\Xamarin.iOS10\Plugin.Connectivity.dll diff --git a/src/iOS/packages.config b/src/iOS/packages.config index ab56c9608..0f5c044ff 100644 --- a/src/iOS/packages.config +++ b/src/iOS/packages.config @@ -10,10 +10,10 @@ - - - - + + + + diff --git a/test/Android.Test/Android.Test.csproj b/test/Android.Test/Android.Test.csproj index be8a9ef2f..71d563072 100644 --- a/test/Android.Test/Android.Test.csproj +++ b/test/Android.Test/Android.Test.csproj @@ -63,21 +63,17 @@ ..\..\packages\PCLCrypto.2.0.147\lib\MonoAndroid23\PCLCrypto.dll True - - ..\..\packages\PInvoke.BCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll - True + + ..\..\packages\PInvoke.BCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.BCrypt.dll - - ..\..\packages\PInvoke.Kernel32.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll - True + + ..\..\packages\PInvoke.Kernel32.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Kernel32.dll - - ..\..\packages\PInvoke.NCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll - True + + ..\..\packages\PInvoke.NCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.NCrypt.dll - - ..\..\packages\PInvoke.Windows.Core.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll - True + + ..\..\packages\PInvoke.Windows.Core.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Windows.Core.dll ..\..\packages\Plugin.Fingerprint.1.4.5\lib\MonoAndroid\Plugin.Fingerprint.dll diff --git a/test/Android.Test/app.config b/test/Android.Test/app.config index 6a16a2048..0023d9913 100644 --- a/test/Android.Test/app.config +++ b/test/Android.Test/app.config @@ -14,6 +14,10 @@ + + + + \ No newline at end of file diff --git a/test/Android.Test/packages.config b/test/Android.Test/packages.config index 76c82f0a7..59bdfcd66 100644 --- a/test/Android.Test/packages.config +++ b/test/Android.Test/packages.config @@ -1,10 +1,10 @@  - - - - + + + + \ No newline at end of file diff --git a/test/App.Test/App.Test.csproj b/test/App.Test/App.Test.csproj index e2b6a4898..f4a76e8ba 100644 --- a/test/App.Test/App.Test.csproj +++ b/test/App.Test/App.Test.csproj @@ -46,21 +46,17 @@ ..\..\packages\PCLCrypto.2.0.147\lib\net45\PCLCrypto.dll True - - ..\..\packages\PInvoke.BCrypt.0.3.152\lib\net40\PInvoke.BCrypt.dll - True + + ..\..\packages\PInvoke.BCrypt.0.5.97\lib\net45\PInvoke.BCrypt.dll - - ..\..\packages\PInvoke.Kernel32.0.3.152\lib\net40\PInvoke.Kernel32.dll - True + + ..\..\packages\PInvoke.Kernel32.0.5.97\lib\net45\PInvoke.Kernel32.dll - - ..\..\packages\PInvoke.NCrypt.0.3.152\lib\net40\PInvoke.NCrypt.dll - True + + ..\..\packages\PInvoke.NCrypt.0.5.97\lib\net45\PInvoke.NCrypt.dll - - ..\..\packages\PInvoke.Windows.Core.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll - True + + ..\..\packages\PInvoke.Windows.Core.0.5.97\lib\net35\PInvoke.Windows.Core.dll ..\..\packages\Plugin.Fingerprint.1.4.5\lib\net45\Plugin.Fingerprint.dll diff --git a/test/App.Test/app.config b/test/App.Test/app.config index 3e8f6e556..d10bdc6c6 100644 --- a/test/App.Test/app.config +++ b/test/App.Test/app.config @@ -10,6 +10,14 @@ + + + + + + + + \ No newline at end of file diff --git a/test/App.Test/packages.config b/test/App.Test/packages.config index 32589233e..076d51194 100644 --- a/test/App.Test/packages.config +++ b/test/App.Test/packages.config @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/test/iOS.Test/app.config b/test/iOS.Test/app.config index 6a16a2048..0023d9913 100644 --- a/test/iOS.Test/app.config +++ b/test/iOS.Test/app.config @@ -14,6 +14,10 @@ + + + + \ No newline at end of file diff --git a/test/iOS.Test/iOS.Test.csproj b/test/iOS.Test/iOS.Test.csproj index dee4fae14..a9e134076 100644 --- a/test/iOS.Test/iOS.Test.csproj +++ b/test/iOS.Test/iOS.Test.csproj @@ -114,21 +114,17 @@ ..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll True - - ..\..\packages\PInvoke.BCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll - True + + ..\..\packages\PInvoke.BCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.BCrypt.dll - - ..\..\packages\PInvoke.Kernel32.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll - True + + ..\..\packages\PInvoke.Kernel32.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Kernel32.dll - - ..\..\packages\PInvoke.NCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll - True + + ..\..\packages\PInvoke.NCrypt.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.NCrypt.dll - - ..\..\packages\PInvoke.Windows.Core.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll - True + + ..\..\packages\PInvoke.Windows.Core.0.5.97\lib\portable-net45+win8+wpa81\PInvoke.Windows.Core.dll ..\..\packages\Plugin.Fingerprint.1.4.5\lib\Xamarin.iOS10\Plugin.Fingerprint.dll diff --git a/test/iOS.Test/packages.config b/test/iOS.Test/packages.config index 5859ec01e..a88fb136c 100644 --- a/test/iOS.Test/packages.config +++ b/test/iOS.Test/packages.config @@ -1,10 +1,10 @@  - - - - + + + +