From f3724d63147ee3338f817dc7498c895312822420 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 28 Nov 2016 19:05:52 -0500 Subject: [PATCH] Fix tests by adding pclcrypto package --- test/Android.Test/Android.Test.csproj | 25 +++++++++++++++++++++++++ test/Android.Test/packages.config | 9 +++++++++ test/App.Test/App.Test.csproj | 24 ++++++++++++++++++++++++ test/App.Test/packages.config | 6 ++++++ test/iOS.Test/iOS.Test.csproj | 24 ++++++++++++++++++++++++ test/iOS.Test/packages.config | 6 ++++++ 6 files changed, 94 insertions(+) create mode 100644 test/Android.Test/packages.config diff --git a/test/Android.Test/Android.Test.csproj b/test/Android.Test/Android.Test.csproj index 13dee92c5..648d5e3c1 100644 --- a/test/Android.Test/Android.Test.csproj +++ b/test/Android.Test/Android.Test.csproj @@ -58,8 +58,32 @@ + + ..\..\packages\PCLCrypto.2.0.147\lib\MonoAndroid23\PCLCrypto.dll + True + + + ..\..\packages\PInvoke.BCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll + True + + + ..\..\packages\PInvoke.Kernel32.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll + True + + + ..\..\packages\PInvoke.NCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll + True + + + ..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll + True + + + ..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll + True + @@ -70,6 +94,7 @@ + diff --git a/test/Android.Test/packages.config b/test/Android.Test/packages.config new file mode 100644 index 000000000..922f86e84 --- /dev/null +++ b/test/Android.Test/packages.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/test/App.Test/App.Test.csproj b/test/App.Test/App.Test.csproj index 0a69be3da..0a0ed22a5 100644 --- a/test/App.Test/App.Test.csproj +++ b/test/App.Test/App.Test.csproj @@ -42,6 +42,26 @@ ..\..\packages\NSubstitute.1.10.0.0\lib\net45\NSubstitute.dll True + + ..\..\packages\PCLCrypto.2.0.147\lib\net45\PCLCrypto.dll + True + + + ..\..\packages\PInvoke.BCrypt.0.3.2\lib\net40\PInvoke.BCrypt.dll + True + + + ..\..\packages\PInvoke.Kernel32.0.3.2\lib\net40\PInvoke.Kernel32.dll + True + + + ..\..\packages\PInvoke.NCrypt.0.3.2\lib\net40\PInvoke.NCrypt.dll + True + + + ..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll + True + ..\..\packages\Xam.Plugins.Settings.2.1.0\lib\net45\Plugin.Settings.dll True @@ -51,6 +71,10 @@ True + + ..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll + True + ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll True diff --git a/test/App.Test/packages.config b/test/App.Test/packages.config index dc9eee8b4..b9a39c580 100644 --- a/test/App.Test/packages.config +++ b/test/App.Test/packages.config @@ -1,6 +1,12 @@  + + + + + + diff --git a/test/iOS.Test/iOS.Test.csproj b/test/iOS.Test/iOS.Test.csproj index b15fd0a68..35495e6bb 100644 --- a/test/iOS.Test/iOS.Test.csproj +++ b/test/iOS.Test/iOS.Test.csproj @@ -111,8 +111,32 @@ + + ..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll + True + + + ..\..\packages\PInvoke.BCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll + True + + + ..\..\packages\PInvoke.Kernel32.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll + True + + + ..\..\packages\PInvoke.NCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll + True + + + ..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll + True + + + ..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll + True + diff --git a/test/iOS.Test/packages.config b/test/iOS.Test/packages.config index 2b14c47ac..c422ca954 100644 --- a/test/iOS.Test/packages.config +++ b/test/iOS.Test/packages.config @@ -1,5 +1,11 @@  + + + + + + \ No newline at end of file