From ea335651cfc174d7e55829fddae49cb3e9e9506a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ariel=20Pi=C3=B1eiro?= Date: Wed, 20 Jun 2018 12:05:38 -0300 Subject: [PATCH 1/2] Support for run test in VS2017 version 15.7.x --- .gitignore | 1 + .../WebApi.OutputCache.Core.Tests.csproj | 15 +++++++-- .../packages.config | 3 +- .../WebApi.OutputCache.V2.Tests.csproj | 32 +++++++++++++++++-- .../packages.config | 4 ++- 5 files changed, 48 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index bdc3535..3b547dd 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML +.vs/ diff --git a/test/WebApi.OutputCache.Core.Tests/WebApi.OutputCache.Core.Tests.csproj b/test/WebApi.OutputCache.Core.Tests/WebApi.OutputCache.Core.Tests.csproj index 7739329..84f6dbb 100644 --- a/test/WebApi.OutputCache.Core.Tests/WebApi.OutputCache.Core.Tests.csproj +++ b/test/WebApi.OutputCache.Core.Tests/WebApi.OutputCache.Core.Tests.csproj @@ -1,5 +1,7 @@  + + Debug @@ -13,6 +15,8 @@ 512 ..\..\ true + + true @@ -32,8 +36,8 @@ 4 - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll + + ..\..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll @@ -58,6 +62,13 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + +