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:
authorcydhaselton <ubuntu@ip-172-31-42-205.us-west-2.compute.internal>2017-03-05 23:33:50 +0300
committercydhaselton <ubuntu@ip-172-31-42-205.us-west-2.compute.internal>2017-03-05 23:33:50 +0300
commitf72592bb84903cad42627ca02a035f76dab6c4a5 (patch)
tree1329e9ff1bdf6043712d410791449c9f69551d45 /pkg/Microsoft.NETCore.Platforms
parent24f64f9745ce4000a08be80962a8854ccb8782a8 (diff)
Changed android x64 RID to clearer arm64
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 98c9e0922a..0a5f3e3e7b 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -10,7 +10,7 @@
"android": {
"#import": [ "any" ]
},
- "android-x64": {
+ "android-arm64": {
"#import": [ "any" ]
},
"android-mips": {
@@ -20,8 +20,8 @@
"android.21": {
"#import": [ "android" ]
},
- "android.21-x64": {
- "#import": [ "android.21", "android-x64" ]
+ "android.21-arm64": {
+ "#import": [ "android.21", "android-arm64" ]
},
"android.21-mips": {
"#import": [ "android.21", "android-mips" ]
@@ -30,8 +30,8 @@
"android.22": {
"#import": [ "android" ]
},
- "android.22-x64": {
- "#import": [ "android.22", "android-x64" ]
+ "android.22-arm64": {
+ "#import": [ "android.22", "android-arm64" ]
},
"android.22-mips": {
"#import": [ "android.22", "android-mips" ]
@@ -40,13 +40,13 @@
"android.23": {
"#import": [ "android" ]
},
- "android.23-x64": {
- "#import": [ "android.23", "android-x64" ]
+ "android.23-arm64": {
+ "#import": [ "android.23", "android-arm64" ]
},
"android.23-mips": {
"#import": [ "android.23", "android-mips" ]
},
-
+
"win": {
"#import": [ "any" ]
},