[Build] Add to RID for '6.5.0' (#2758)
authorJongHeonChoi <j-h.choi@samsung.com>
Tue, 27 Apr 2021 00:20:25 +0000 (09:20 +0900)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 00:20:25 +0000 (09:20 +0900)
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
packaging/csapi-tizenfx.spec
pkg/Tizen.NET/runtime.json

index cfc4c06..181c0d7 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
+%define TIZEN_NET_RUNTIME_IDENTIFIERS 4.0.0:5.0.0:5.5.0:6.0.0:6.5.0
 %define TIZEN_NET_TARGET_FRAMEWORK_MONIKERS tizen90:tizen80:tizen70:tizen60:tizen50:tizen40:netstandard2.0
 
 %define UPGRADE_SCRIPT_PATH /usr/share/upgrade/scripts
index 2488a80..de2ee03 100644 (file)
         "tizen.6.0.0",
         "tizen-arm64"
       ]
+    },
+    "tizen.6.5.0": {
+      "#import": [
+        "tizen.6.0.0"
+      ]
+    },
+    "tizen.6.5.0-armel": {
+      "#import": [
+        "tizen.6.5.0",
+        "tizen.6.0.0-armel"
+      ]
+    },
+    "tizen.6.5.0-x86": {
+      "#import": [
+        "tizen.6.5.0",
+        "tizen.6.0.0-x86"
+      ]
+    },
+    "tizen.6.5.0-arm64": {
+      "#import": [
+        "tizen.6.5.0",
+        "tizen-arm64"
+      ]
     }
   }
 }