From 5c2a701b38baf7ba073efca018ff49669adf89e5 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 6 Dec 2018 12:21:05 -0800 Subject: [PATCH] Remove conditional targetframeworks from routing projects (#4476) --- .../perf/Microsoft.AspNetCore.Routing.Performance.csproj | 6 +----- .../testassets/RoutingSample.Web/RoutingSample.Web.csproj | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/Http/Routing/perf/Microsoft.AspNetCore.Routing.Performance.csproj b/src/Http/Routing/perf/Microsoft.AspNetCore.Routing.Performance.csproj index 61461ddc6e88..f3c225958076 100644 --- a/src/Http/Routing/perf/Microsoft.AspNetCore.Routing.Performance.csproj +++ b/src/Http/Routing/perf/Microsoft.AspNetCore.Routing.Performance.csproj @@ -2,20 +2,16 @@ netcoreapp2.0;net461 - netcoreapp2.0 Exe true true false - - - - + diff --git a/src/Http/Routing/test/testassets/RoutingSample.Web/RoutingSample.Web.csproj b/src/Http/Routing/test/testassets/RoutingSample.Web/RoutingSample.Web.csproj index 7d737c943980..2802892c9acc 100644 --- a/src/Http/Routing/test/testassets/RoutingSample.Web/RoutingSample.Web.csproj +++ b/src/Http/Routing/test/testassets/RoutingSample.Web/RoutingSample.Web.csproj @@ -1,8 +1,7 @@  - netcoreapp2.1;netcoreapp2.0 - $(TargetFrameworks);net461 + netcoreapp2.1;netcoreapp2.0;net461