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 Erhardt <eric.erhardt@microsoft.com>2017-05-23 18:58:38 +0300
committerEric Erhardt <eric.erhardt@microsoft.com>2017-05-23 18:58:38 +0300
commit179f1f25cccae75989a2b95c85e1ef6ce5cb6165 (patch)
tree21c578a24e58358fa3e2d32a66e1c6d3ee06d319 /pkg/Microsoft.NETCore.Platforms/runtime.json
parent8331e729c66a5ffcbac6bb5ac658a40636359a6d (diff)
Add win-arm and win-arm64 to RID graph.
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtime.json')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index db4d9ee2be..319bd6a18a 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -36,6 +36,12 @@
"win-x64": {
"#import": [ "win" ]
},
+ "win-arm": {
+ "#import": [ "win" ]
+ },
+ "win-arm64": {
+ "#import": [ "win" ]
+ },
"win7": {
"#import": [ "win" ]
@@ -57,7 +63,7 @@
"#import": [ "win8", "win7-x64" ]
},
"win8-arm": {
- "#import": [ "win8" ]
+ "#import": [ "win8", "win-arm" ]
},
"win81": {
@@ -86,7 +92,7 @@
"#import": [ "win10", "win81-arm" ]
},
"win10-arm64": {
- "#import": [ "win10" ]
+ "#import": [ "win10", "win-arm64" ]
},
"aot": {