From b52c709f4da1647e823d36d784a195313b0a4006 Mon Sep 17 00:00:00 2001 From: Gaurav Khanna Date: Thu, 29 Sep 2016 17:20:38 -0700 Subject: [PATCH] Add OSX 10.12 support to the RID graph. --- pkg/Microsoft.NETCore.Platforms/runtime.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json index ce13de07824c..11b83de6fac1 100644 --- a/pkg/Microsoft.NETCore.Platforms/runtime.json +++ b/pkg/Microsoft.NETCore.Platforms/runtime.json @@ -157,6 +157,13 @@ "osx.10.11-x64": { "#import": [ "osx.10.11", "osx.10.10-x64" ] }, + + "osx.10.12": { + "#import": [ "osx.10.11" ] + }, + "osx.10.12-x64": { + "#import": [ "osx.10.12", "osx.10.11-x64" ] + }, "linux": { "#import": [ "unix" ]