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:
authorchunseok lee <chunseok.lee@samsung.com>2017-01-05 10:28:49 +0300
committerchunseok lee <chunseok.lee@samsung.com>2017-01-05 10:28:49 +0300
commit781518016fae86ee260f9725ba2b2c8d5be4801c (patch)
treef96aae9a86bda54831d5c80c057cf297f179ab02 /pkg/Microsoft.NETCore.Platforms/runtime.json
parent5e978af3d669990b53a8da4e5a9a97d95e600c98 (diff)
Add tizen.4.0.0-armel into nupkg
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtime.json')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 127480a914..e01333a058 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -323,6 +323,16 @@
"#import": [ "debian.8", "debian-arm64" ]
},
+ "tizen": {
+ "#import": [ "linux" ]
+ },
+ "tizen-armel": {
+ "#import": [ "tizen", "linux-armel" ]
+ },
+ "tizen.4.0.0-armel": {
+ "#import": [ "tizen.4.0.0", "tizen-armel" ]
+ },
+
"ubuntu": {
"#import": [ "debian" ]
},