From 7e2c1adf9ff566c46e1cc465671cf5b2780323df Mon Sep 17 00:00:00 2001 From: Rolf Kristensen Date: Tue, 21 Aug 2018 22:49:24 +0200 Subject: [PATCH] NLog.Web.Tests - Upgraded to net452 so it works correctly with xunit231 --- NLog.Web.Tests/NLog.Web.Tests.csproj | 18 +++---- NLog.Web.Tests/packages.NLog.Web.Tests.config | 51 ++++--------------- 2 files changed, 16 insertions(+), 53 deletions(-) diff --git a/NLog.Web.Tests/NLog.Web.Tests.csproj b/NLog.Web.Tests/NLog.Web.Tests.csproj index dc914c92..502e6cd0 100644 --- a/NLog.Web.Tests/NLog.Web.Tests.csproj +++ b/NLog.Web.Tests/NLog.Web.Tests.csproj @@ -10,7 +10,7 @@ Properties NLog.Web.Tests NLog.Web.Tests - v4.5 + v4.5.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -20,6 +20,7 @@ UnitTest + true @@ -54,9 +55,6 @@ - - ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - @@ -65,21 +63,17 @@ - + ..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll - True ..\packages\xunit.assert.2.3.1\lib\netstandard1.1\xunit.assert.dll - True ..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll - True - - ..\packages\xunit.extensibility.execution.2.3.1\lib\netstandard1.1\xunit.execution.dotnet.dll - True + + ..\packages\xunit.extensibility.execution.2.3.1\lib\net452\xunit.execution.desktop.dll @@ -151,7 +145,7 @@ - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + 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}. diff --git a/NLog.Web.Tests/packages.NLog.Web.Tests.config b/NLog.Web.Tests/packages.NLog.Web.Tests.config index 104a31d4..645d26f4 100644 --- a/NLog.Web.Tests/packages.NLog.Web.Tests.config +++ b/NLog.Web.Tests/packages.NLog.Web.Tests.config @@ -1,44 +1,13 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file