From 6d25ee1f68044a9a71d1a23138a007e869fb4bb6 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Fri, 24 Mar 2017 11:28:22 -0700 Subject: [PATCH] Add OSX.10.12 RID to some test assets --- TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj | 4 ++-- TestAssets/TestProjects/PJTestAppSimple/project.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj b/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj index 67e9b56a0..a604faff2 100644 --- a/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj +++ b/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj @@ -4,7 +4,7 @@ Exe netcoreapp2.0 - win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64 + win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64 $(CLI_SharedFrameworkVersion) netcoreapp2.0 @@ -13,4 +13,4 @@ - \ No newline at end of file + diff --git a/TestAssets/TestProjects/PJTestAppSimple/project.json b/TestAssets/TestProjects/PJTestAppSimple/project.json index f94096150..1797b91c4 100755 --- a/TestAssets/TestProjects/PJTestAppSimple/project.json +++ b/TestAssets/TestProjects/PJTestAppSimple/project.json @@ -14,6 +14,7 @@ "win7-x86": {}, "osx.10.10-x64": {}, "osx.10.11-x64": {}, + "osx.10.12-x64": {}, "ubuntu.14.04-x64": {}, "ubuntu.16.04-x64": {}, "centos.7-x64": {}, @@ -22,4 +23,4 @@ "fedora.23-x64": {}, "opensuse.13.2-x64": {} } -} \ No newline at end of file +}