From be7b434c71f37bfe9a07a0a3d4dceafc1245e75c Mon Sep 17 00:00:00 2001 From: "R. Richards" Date: Sat, 16 Dec 2017 12:48:32 -0600 Subject: [PATCH] castle core update broke my unt test; rollback --- QIQO.CodeLogic.Test/QIQO.CodeLogic.Test.csproj | 8 ++++---- QIQO.CodeLogic.Test/packages.config | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/QIQO.CodeLogic.Test/QIQO.CodeLogic.Test.csproj b/QIQO.CodeLogic.Test/QIQO.CodeLogic.Test.csproj index 36eaec0..6360fcd 100644 --- a/QIQO.CodeLogic.Test/QIQO.CodeLogic.Test.csproj +++ b/QIQO.CodeLogic.Test/QIQO.CodeLogic.Test.csproj @@ -40,11 +40,11 @@ 4 - - ..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll + + ..\packages\Castle.Core.4.1.1\lib\net45\Castle.Core.dll - - ..\packages\Moq.4.7.145\lib\net45\Moq.dll + + ..\packages\Moq.4.7.127\lib\net45\Moq.dll diff --git a/QIQO.CodeLogic.Test/packages.config b/QIQO.CodeLogic.Test/packages.config index 54cb3c2..7132f64 100644 --- a/QIQO.CodeLogic.Test/packages.config +++ b/QIQO.CodeLogic.Test/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file