From 5b976a9fa3541e6c26086b647ddad7321654b4cb Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 25 Apr 2017 11:04:09 -0700 Subject: [PATCH] Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one --- build/common.props | 2 +- build/dependencies.props | 4 +--- ...Microsoft.AspNetCore.Server.Kestrel.Performance.csproj | 8 +------- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/build/common.props b/build/common.props index 1021ec36b4..e2f5702c6b 100644 --- a/build/common.props +++ b/build/common.props @@ -17,7 +17,7 @@ - + diff --git a/build/dependencies.props b/build/dependencies.props index 1c27397040..f80df326e7 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -8,9 +8,7 @@ 1.10.0-* 9.0.1 4.7.1 - 1.6.1 - 2.0.0-* 15.0.0 2.2.0 - \ No newline at end of file + diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.Performance/Microsoft.AspNetCore.Server.Kestrel.Performance.csproj b/test/Microsoft.AspNetCore.Server.Kestrel.Performance/Microsoft.AspNetCore.Server.Kestrel.Performance.csproj index f75a837b72..54cd499106 100644 --- a/test/Microsoft.AspNetCore.Server.Kestrel.Performance/Microsoft.AspNetCore.Server.Kestrel.Performance.csproj +++ b/test/Microsoft.AspNetCore.Server.Kestrel.Performance/Microsoft.AspNetCore.Server.Kestrel.Performance.csproj @@ -1,4 +1,4 @@ - + @@ -8,12 +8,6 @@ true true false - - - 2.0.0-*