From 8358de0bd28194b1fb43325a97172b9c2b1b5b78 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 25 Apr 2017 11:04:10 -0700 Subject: [PATCH] Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one --- build/common.props | 2 +- build/dependencies.props | 4 +--- .../Microsoft.AspNetCore.Routing.Performance.csproj | 9 ++------- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/build/common.props b/build/common.props index acd22551be..b2cd711a97 100644 --- a/build/common.props +++ b/build/common.props @@ -19,7 +19,7 @@ - + diff --git a/build/dependencies.props b/build/dependencies.props index 0ed9d08d06..b9b6e59f77 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -5,9 +5,7 @@ 4.3.0 2.0.0-* 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.Routing.Performance/Microsoft.AspNetCore.Routing.Performance.csproj b/test/Microsoft.AspNetCore.Routing.Performance/Microsoft.AspNetCore.Routing.Performance.csproj index 0675630b42..9037f7b7e4 100644 --- a/test/Microsoft.AspNetCore.Routing.Performance/Microsoft.AspNetCore.Routing.Performance.csproj +++ b/test/Microsoft.AspNetCore.Routing.Performance/Microsoft.AspNetCore.Routing.Performance.csproj @@ -1,4 +1,4 @@ - + @@ -8,11 +8,6 @@ true true false - - 2.0.0-* @@ -25,4 +20,4 @@ - \ No newline at end of file +