From 73062c89f6a6789cdd9c4a8fbbea9331f44a809a Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 27 Sep 2018 16:40:38 -0700 Subject: [PATCH] Change spec test packages to depend on xunit.execution.core, not the xunit metapackage (#1979) --- build/dependencies.props | 2 ++ ...oft.AspNetCore.Identity.Service.Specification.Tests.csproj | 4 +++- .../Microsoft.AspNetCore.Identity.Specification.Tests.csproj | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 0e48c7bcb3..14c59ff453 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -70,6 +70,8 @@ 2.0.3 4.5.0 0.10.0 + 2.3.1 + 2.3.1 2.3.1 2.4.0 diff --git a/src/Service.Specification.Tests/Microsoft.AspNetCore.Identity.Service.Specification.Tests.csproj b/src/Service.Specification.Tests/Microsoft.AspNetCore.Identity.Service.Specification.Tests.csproj index f6975aea88..8a9417cd9e 100644 --- a/src/Service.Specification.Tests/Microsoft.AspNetCore.Identity.Service.Specification.Tests.csproj +++ b/src/Service.Specification.Tests/Microsoft.AspNetCore.Identity.Service.Specification.Tests.csproj @@ -20,7 +20,9 @@ - + + + diff --git a/src/Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj b/src/Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj index c987d8fa30..3194032cba 100644 --- a/src/Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj +++ b/src/Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj @@ -16,7 +16,9 @@ - + + +