[Build] Add RID for 7.0.0 (#4611)
authorJay Cho <chojoong@gmail.com>
Tue, 4 Oct 2022 09:47:03 +0000 (18:47 +0900)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 09:47:03 +0000 (18:47 +0900)
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
packaging/csapi-tizenfx.spec
pkg/Tizen.NET/runtime.json

index 99d353d..cb433bc 100644 (file)
@@ -11,7 +11,7 @@
 %define DOTNET_PRELOAD_PATH /usr/share/dotnet.tizen/preload
 %define DOTNET_NUGET_SOURCE /nuget
 
-%define TIZEN_NET_RUNTIME_IDENTIFIERS 4.0.0:5.0.0:5.5.0:6.0.0:6.5.0
+%define TIZEN_NET_RUNTIME_IDENTIFIERS 4.0.0:5.0.0:5.5.0:6.0.0:6.5.0:7.0.0
 %define TIZEN_NET_TARGET_FRAMEWORK_MONIKERS tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40
 
 %define UPGRADE_SCRIPT_PATH /usr/share/upgrade/scripts
index de2ee03..b582716 100644 (file)
     "tizen.6.5.0-arm64": {
       "#import": [
         "tizen.6.5.0",
-        "tizen-arm64"
+        "tizen.6.0.0-arm64"
+      ]
+    },
+    "tizen.7.0.0": {
+      "#import": [
+        "tizen.6.5.0"
+      ]
+    },
+    "tizen.7.0.0-armel": {
+      "#import": [
+        "tizen.7.0.0",
+        "tizen.6.5.0-armel"
+      ]
+    },
+    "tizen.7.0.0-x86": {
+      "#import": [
+        "tizen.7.0.0",
+        "tizen.6.5.0-x86"
+      ]
+    },
+    "tizen.7.0.0-arm64": {
+      "#import": [
+        "tizen.7.0.0",
+        "tizen.6.5.0-arm64"
       ]
     }
   }