From 3769af7fb5a589311e7848678b5331e30017dc5e Mon Sep 17 00:00:00 2001 From: sbohlen Date: Sun, 23 Feb 2014 08:59:40 -0500 Subject: [PATCH] wire up Mvc5 Tests to participate in NuGet package restore process --- .../Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj | 3 +-- test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build | 1 + test/Spring/Spring.Web.Mvc5.Tests/packages.config | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj b/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj index 7a05260c..42c1284d 100644 --- a/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj +++ b/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.2010.csproj @@ -43,8 +43,7 @@ ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - ..\..\..\lib\Net\2.0\nunit.framework.dll - True + ..\..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll diff --git a/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build b/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build index 1a197a12..0e192ca1 100644 --- a/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build +++ b/test/Spring/Spring.Web.Mvc5.Tests/Spring.Web.Mvc5.Tests.build @@ -70,6 +70,7 @@ + diff --git a/test/Spring/Spring.Web.Mvc5.Tests/packages.config b/test/Spring/Spring.Web.Mvc5.Tests/packages.config index 57f2336d..d12b385d 100644 --- a/test/Spring/Spring.Web.Mvc5.Tests/packages.config +++ b/test/Spring/Spring.Web.Mvc5.Tests/packages.config @@ -4,4 +4,5 @@ + \ No newline at end of file