From 3f025e3a38020439c6bc92113b6a6360e1be3860 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 19 Nov 2018 23:30:51 -0800 Subject: [PATCH] Make Microsoft.AspNetCore.Server.IntegrationTesting a temporary external dependency --- build/artifacts.props | 1 - build/dependencies.props | 2 ++ build/external-dependencies.props | 2 ++ .../src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build/artifacts.props b/build/artifacts.props index 8462e7ef0c..587242f9e5 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -133,7 +133,6 @@ - diff --git a/build/dependencies.props b/build/dependencies.props index 3258d198e6..8b1e4119f1 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -88,8 +88,10 @@ 2.1.1 2.1.1 + 2.1.1 2.1.1 + 0.5.1 0.9.9 diff --git a/build/external-dependencies.props b/build/external-dependencies.props index 08df573f40..684b4db40b 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -88,8 +88,10 @@ + + diff --git a/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj b/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj index cef4aad56d..e693a22278 100644 --- a/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj +++ b/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj @@ -12,6 +12,7 @@ aspnetcore;testing false true + false