From e7b2e3fe2d45f797a64c5740daac807965de2cc3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 16 Mar 2018 16:04:48 -0700 Subject: [PATCH] Stop building\testing on netcoreapp2.0 --- Directory.Build.targets | 1 - .../Microsoft.AspNetCore.Mvc.Performance.csproj | 2 +- build/repo.props | 1 - test/Directory.Build.props | 2 +- test/WebSites/Directory.Build.props | 2 +- 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index 894b1d0cf8..c3d61be3b4 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,6 +1,5 @@  - $(MicrosoftNETCoreApp20PackageVersion) $(MicrosoftNETCoreApp21PackageVersion) diff --git a/benchmarks/Microsoft.AspNetCore.Mvc.Performance/Microsoft.AspNetCore.Mvc.Performance.csproj b/benchmarks/Microsoft.AspNetCore.Mvc.Performance/Microsoft.AspNetCore.Mvc.Performance.csproj index 7a6f1b0fa9..da89cbef0a 100644 --- a/benchmarks/Microsoft.AspNetCore.Mvc.Performance/Microsoft.AspNetCore.Mvc.Performance.csproj +++ b/benchmarks/Microsoft.AspNetCore.Mvc.Performance/Microsoft.AspNetCore.Mvc.Performance.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1 Exe true true diff --git a/build/repo.props b/build/repo.props index 75595bbb44..1971ee0786 100644 --- a/build/repo.props +++ b/build/repo.props @@ -17,7 +17,6 @@ - diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 371917a9d0..ece617ffe1 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -4,7 +4,7 @@ netcoreapp2.1 $(DeveloperBuildTestTfms) - netcoreapp2.1;netcoreapp2.0 + netcoreapp2.1 $(StandardTestTfms);net461 diff --git a/test/WebSites/Directory.Build.props b/test/WebSites/Directory.Build.props index a94962fb66..ed8c546e2a 100644 --- a/test/WebSites/Directory.Build.props +++ b/test/WebSites/Directory.Build.props @@ -5,7 +5,7 @@ netcoreapp2.1 $(DeveloperBuildTestWebsiteTfms) - netcoreapp2.1;netcoreapp2.0 + netcoreapp2.1 $(StandardTestWebsiteTfms);net461