From f8779ee377b7f429721999013ac4f42f6c7a062b Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 10 May 2017 11:30:40 -0700 Subject: [PATCH] Remove unnecessary package references (#1068) --- build/dependencies.props | 5 ----- .../Microsoft.AspNetCore.Hosting.csproj | 4 +--- .../Microsoft.AspNetCore.Server.IntegrationTesting.csproj | 3 +-- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 8982d7755e..df91a8d97b 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,14 +1,9 @@ 2.0.0-* - 4.3.0 - 1.1.0 2.1.0-* $(BundledNETStandardPackageVersion) - 1.4.2 - 4.4.0-* 15.0.0 - 7.0.0 1.0.1 2.2.0 1.4.0 diff --git a/src/Microsoft.AspNetCore.Hosting/Microsoft.AspNetCore.Hosting.csproj b/src/Microsoft.AspNetCore.Hosting/Microsoft.AspNetCore.Hosting.csproj index d253715cb6..82559cc00a 100644 --- a/src/Microsoft.AspNetCore.Hosting/Microsoft.AspNetCore.Hosting.csproj +++ b/src/Microsoft.AspNetCore.Hosting/Microsoft.AspNetCore.Hosting.csproj @@ -1,4 +1,4 @@ - + @@ -30,8 +30,6 @@ - - diff --git a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Microsoft.AspNetCore.Server.IntegrationTesting.csproj b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Microsoft.AspNetCore.Server.IntegrationTesting.csproj index c6588afd8f..53a63b7bfd 100644 --- a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Microsoft.AspNetCore.Server.IntegrationTesting.csproj +++ b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Microsoft.AspNetCore.Server.IntegrationTesting.csproj @@ -1,4 +1,4 @@ - + @@ -17,7 +17,6 @@ -