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