projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a94d45
)
Update runtime info (#6540)
author
Jay Cho
<chojoong@gmail.com>
Mon, 6 Jan 2025 02:57:18 +0000
(11:57 +0900)
committer
GitHub
<noreply@github.com>
Mon, 6 Jan 2025 02:57:18 +0000
(11:57 +0900)
pkg/Tizen.NET/runtime.json
patch
|
blob
|
history
diff --git
a/pkg/Tizen.NET/runtime.json
b/pkg/Tizen.NET/runtime.json
index fc97c4bda35aee5d546bd3cb3b1be1c128b7506d..ef611334d63fc50c639a5bec81930ddf72e94c94 100644
(file)
--- a/
pkg/Tizen.NET/runtime.json
+++ b/
pkg/Tizen.NET/runtime.json
@@
-165,6
+165,29
@@
"tizen.8.0.0",
"tizen.7.0.0-arm64"
]
+ },
+ "tizen.9.0.0": {
+ "#import": [
+ "tizen.8.0.0"
+ ]
+ },
+ "tizen.9.0.0-armel": {
+ "#import": [
+ "tizen.9.0.0",
+ "tizen.8.0.0-armel"
+ ]
+ },
+ "tizen.9.0.0-x86": {
+ "#import": [
+ "tizen.9.0.0",
+ "tizen.8.0.0-x86"
+ ]
+ },
+ "tizen.9.0.0-arm64": {
+ "#import": [
+ "tizen.9.0.0",
+ "tizen.8.0.0-arm64"
+ ]
}
}
}