Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-07-27 00:22:57 +0300
committerEric Mellino <erme@microsoft.com>2016-07-27 00:22:57 +0300
commitc61127f8f23adc32271ccc572a0dd05856ca3a84 (patch)
tree481ef67bfcc2c1e4b9fb88180d522e26b1631349 /pkg/Microsoft.NETCore.Platforms
parentcb217c066c93e331059f0273f816074faf3f456c (diff)
Add osx.10.12 ("macOS Sierra") to RID graph.
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index ca79c54ce4..d1095fd108 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -162,6 +162,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" ]