From 4d0c66f665b227a6fe97de0f69fe78f09855069c Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Date: Thu, 13 Jul 2017 16:45:34 +0200 Subject: Revert to old style package references The XS nunit add-in doesn't detect that UnitTests is a test project when using new style package references. I'll revert when this is fixed in XS. --- Test/UnitTests/UnitTests.csproj | 6 ++++-- Test/UnitTests/packages.config | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 Test/UnitTests/packages.config (limited to 'Test') diff --git a/Test/UnitTests/UnitTests.csproj b/Test/UnitTests/UnitTests.csproj index 4802e37..a1fa6f2 100644 --- a/Test/UnitTests/UnitTests.csproj +++ b/Test/UnitTests/UnitTests.csproj @@ -24,6 +24,9 @@ + + ..\..\packages\NUnit.3.7.1\lib\net45\nunit.framework.dll + @@ -38,8 +41,6 @@ {A85C9721-C054-4BD8-A1F3-0227615F0A36} Mono.Addins.Setup - - @@ -89,6 +90,7 @@ PreserveNewest + diff --git a/Test/UnitTests/packages.config b/Test/UnitTests/packages.config new file mode 100644 index 0000000..ef83b48 --- /dev/null +++ b/Test/UnitTests/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file -- cgit v1.2.3