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

Commit 71fadcd

Browse files
committed
Add win-arm and win-arm64 to RID graph.
1 parent ecc6266 commit 71fadcd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pkg/Microsoft.NETCore.Platforms/runtime.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"win-x64": {
3737
"#import": [ "win" ]
3838
},
39+
"win-arm": {
40+
"#import": [ "win" ]
41+
},
42+
"win-arm64": {
43+
"#import": [ "win" ]
44+
},
3945

4046
"win7": {
4147
"#import": [ "win" ]
@@ -57,7 +63,7 @@
5763
"#import": [ "win8", "win7-x64" ]
5864
},
5965
"win8-arm": {
60-
"#import": [ "win8" ]
66+
"#import": [ "win8", "win-arm" ]
6167
},
6268

6369
"win81": {
@@ -86,7 +92,7 @@
8692
"#import": [ "win10", "win81-arm" ]
8793
},
8894
"win10-arm64": {
89-
"#import": [ "win10" ]
95+
"#import": [ "win10", "win-arm64" ]
9096
},
9197

9298
"aot": {

0 commit comments

Comments
 (0)