From f66dbdb4b4ec365a6e96b68fb24b56af51a34683 Mon Sep 17 00:00:00 2001 From: jonsequitur Date: Wed, 25 Jan 2017 15:11:17 -0800 Subject: [PATCH] dotnet-desktop-and-portable.csproj to netcoreapp1.1 --- .../dotnet-desktop-and-portable.csproj | 8 ++++---- build/test/TestPackageProjects.targets | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj b/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj index 8a1e7d530..c9c1f8639 100644 --- a/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj +++ b/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj @@ -1,21 +1,21 @@  1.0.0-rc - netcoreapp1.0;net451 + netcoreapp1.1;net451 dotnet-desktop-and-portable Exe win7-x64;win7-x86;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.23-x64;opensuse.13.2-x64;osx.10.10-x64;rhel.7-x64 - + $(ProjectRuntimeConfigFilePath) - + - 1.0.3 + 1.1.0 diff --git a/build/test/TestPackageProjects.targets b/build/test/TestPackageProjects.targets index 1419922c7..4f1903640 100644 --- a/build/test/TestPackageProjects.targets +++ b/build/test/TestPackageProjects.targets @@ -129,7 +129,7 @@ 1.0.0-rc- rc-$(TestPackageBuildVersionSuffix) True - net451;netcoreapp1.0 + net451;netcoreapp1.1 $(CoreCLRRid)