From ba70eae94b34f8304b5abfe04e715f1ecb23216e Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 16 Nov 2017 16:55:50 -0800 Subject: [PATCH] Update samples and tests to target netcoreapp2.1 --- korebuild-lock.txt | 4 ++-- samples/SampleApp/SampleApp.csproj | 2 +- test/Directory.Build.props | 7 +++++++ .../Microsoft.AspNetCore.FunctionalTests.csproj | 4 +--- .../Microsoft.AspNetCore.Tests.csproj | 3 +-- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 86352477bb..b2036f3394 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.0-preview1-15551 -commithash:8fad9553b48533fddbb16a423ea55b9710ea2e63 +version:2.1.0-preview1-15569 +commithash:47312a6364ad0ee6d7052eada54da940c9b17931 diff --git a/samples/SampleApp/SampleApp.csproj b/samples/SampleApp/SampleApp.csproj index ff3ecf9676..622f64cc4c 100644 --- a/samples/SampleApp/SampleApp.csproj +++ b/samples/SampleApp/SampleApp.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0;net461 + netcoreapp2.1;net461 aspnetcore-MetaPackagesSampleApp-20170406180413 diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 410f24daa9..2a4205c758 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -1,6 +1,13 @@  + + netcoreapp2.1 + $(DeveloperBuildTestTfms) + netcoreapp2.1;netcoreapp2.0 + $(StandardTestTfms);net461 + + diff --git a/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj b/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj index 9a6bd04659..d4a5bbdf12 100644 --- a/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj +++ b/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj @@ -1,15 +1,13 @@ - netcoreapp2.0;net461 - netcoreapp2.0 + $(StandardTestTfms) true - win7-x64 diff --git a/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj b/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj index 5cbd5b5531..1b8156a1ca 100644 --- a/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj +++ b/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj @@ -1,8 +1,7 @@ - netcoreapp2.0;net461 - netcoreapp2.0 + $(StandardTestTfms)