diff --git a/src/Java.Interop.Dynamic/Tests/Java.Interop.Dynamic-Tests.csproj b/src/Java.Interop.Dynamic/Tests/Java.Interop.Dynamic-Tests.csproj index 0a939c64c..936113b26 100644 --- a/src/Java.Interop.Dynamic/Tests/Java.Interop.Dynamic-Tests.csproj +++ b/src/Java.Interop.Dynamic/Tests/Java.Interop.Dynamic-Tests.csproj @@ -37,7 +37,7 @@ - ..\..\..\lib\NUnit-2.6.3\bin\nunit.framework.dll + ..\..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll diff --git a/src/Xamarin.Android.Tools.ApiXmlAdjuster/Tests/Xamarin.Android.Tools.ApiXmlAdjuster-Tests.csproj b/src/Xamarin.Android.Tools.ApiXmlAdjuster/Tests/Xamarin.Android.Tools.ApiXmlAdjuster-Tests.csproj index b961eb0f6..6994fda4f 100644 --- a/src/Xamarin.Android.Tools.ApiXmlAdjuster/Tests/Xamarin.Android.Tools.ApiXmlAdjuster-Tests.csproj +++ b/src/Xamarin.Android.Tools.ApiXmlAdjuster/Tests/Xamarin.Android.Tools.ApiXmlAdjuster-Tests.csproj @@ -31,8 +31,7 @@ - ..\packages\NUnit.2.6.3\lib\nunit.framework.dll - nunit + ..\..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll @@ -54,4 +53,4 @@ - \ No newline at end of file + diff --git a/tests/Java.Interop-PerformanceTests/Java.Interop-PerformanceTests.csproj b/tests/Java.Interop-PerformanceTests/Java.Interop-PerformanceTests.csproj index 51a5f0fad..2ef2f4841 100644 --- a/tests/Java.Interop-PerformanceTests/Java.Interop-PerformanceTests.csproj +++ b/tests/Java.Interop-PerformanceTests/Java.Interop-PerformanceTests.csproj @@ -34,7 +34,7 @@ - ..\..\lib\NUnit-2.6.3\bin\nunit.framework.dll + ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll @@ -62,4 +62,4 @@ TestJVM - \ No newline at end of file + diff --git a/tests/TestJVM/TestJVM.csproj b/tests/TestJVM/TestJVM.csproj index 79213aea4..8633e18aa 100644 --- a/tests/TestJVM/TestJVM.csproj +++ b/tests/TestJVM/TestJVM.csproj @@ -13,6 +13,7 @@ true + full ..\..\bin\TestDebug prompt false @@ -38,7 +39,7 @@ - ..\..\..\lib\NUnit-2.6.3\bin\nunit.framework.dll + ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll diff --git a/tools/generator/Tests/generator-Tests.csproj b/tools/generator/Tests/generator-Tests.csproj index 984324274..ebf6375c5 100644 --- a/tools/generator/Tests/generator-Tests.csproj +++ b/tools/generator/Tests/generator-Tests.csproj @@ -35,8 +35,7 @@ - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - nunit + ..\..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll diff --git a/tools/logcat-parse/Tests/LogcatParse-Tests.csproj b/tools/logcat-parse/Tests/LogcatParse-Tests.csproj index 870b5632c..18e63b6fb 100644 --- a/tools/logcat-parse/Tests/LogcatParse-Tests.csproj +++ b/tools/logcat-parse/Tests/LogcatParse-Tests.csproj @@ -31,7 +31,9 @@ - + + ..\..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll +