From ce4e94c1ac1213f56489dc6f99eee537f9a159c4 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 | 4 ++-- build/dependencies.props | 4 +--- .../Microsoft.AspNetCore.Mvc.Performance.csproj | 7 +------ 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/build/common.props b/build/common.props index 6bccf31042..189103e012 100644 --- a/build/common.props +++ b/build/common.props @@ -17,7 +17,7 @@ - + - \ No newline at end of file + diff --git a/build/dependencies.props b/build/dependencies.props index 914e6010c3..f38f0aeed5 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -7,11 +7,9 @@ 2.0.0-* 1.0.1 4.7.1 - 1.6.1 2.0.0 - 2.0.0-* 15.0.0 5.2.2 2.2.0 - \ No newline at end of file + diff --git a/test/Microsoft.AspNetCore.Mvc.Performance/Microsoft.AspNetCore.Mvc.Performance.csproj b/test/Microsoft.AspNetCore.Mvc.Performance/Microsoft.AspNetCore.Mvc.Performance.csproj index 87bd2aaacc..10687fb2ff 100644 --- a/test/Microsoft.AspNetCore.Mvc.Performance/Microsoft.AspNetCore.Mvc.Performance.csproj +++ b/test/Microsoft.AspNetCore.Mvc.Performance/Microsoft.AspNetCore.Mvc.Performance.csproj @@ -8,11 +8,6 @@ true true false - - 2.0.0-* @@ -23,4 +18,4 @@ - \ No newline at end of file +