Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Add OSX 10.12 support to the RID graph.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkhanna79 committed Sep 30, 2016
1 parent b082c2f commit b52c709
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/Microsoft.NETCore.Platforms/runtime.json
Expand Up @@ -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" ]
Expand Down

0 comments on commit b52c709

Please sign in to comment.