From dfe266d080c8e2f75e0cb8bc9d5ee9298595d94c Mon Sep 17 00:00:00 2001 From: Marco Amendola Date: Wed, 14 Aug 2019 14:23:56 +0200 Subject: [PATCH 1/3] Update xunit and add xunit.runner.visualstudio to execute tests inside VS2019 --- ...LiquidProjections.NEventStore.Specs.csproj | 30 ++++++++++++++----- .../packages.config | 14 +++++---- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/Tests/LiquidProjections.NEventStore.Specs/LiquidProjections.NEventStore.Specs.csproj b/Tests/LiquidProjections.NEventStore.Specs/LiquidProjections.NEventStore.Specs.csproj index ed656f0..5729712 100644 --- a/Tests/LiquidProjections.NEventStore.Specs/LiquidProjections.NEventStore.Specs.csproj +++ b/Tests/LiquidProjections.NEventStore.Specs/LiquidProjections.NEventStore.Specs.csproj @@ -1,5 +1,7 @@  + + Debug @@ -11,6 +13,8 @@ LiquidProjections.NEventStore.Specs v4.5.2 512 + + true @@ -64,16 +68,16 @@ - ..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll + ..\..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll - - ..\..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll + + ..\..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll - - ..\..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll + + ..\..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll - - ..\..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll + + ..\..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll @@ -97,7 +101,19 @@ + + + + + + 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}. + + + + + +