From: JongHeonChoi Date: Mon, 6 Nov 2023 00:39:57 +0000 (+0900) Subject: [Build] Set the dotnet_core_runtime_version value to 6.0 (#5706) X-Git-Tag: submit/tizen/20231106.113709~1^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9a84befa48becb2abb82a55e38df3ee2c6bfe1c;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Build] Set the dotnet_core_runtime_version value to 6.0 (#5706) --- diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index f27d3b5c0..56521e332 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -13,7 +13,7 @@ %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:7.0.0:8.0.0:9.0.0 -%define TIZEN_NET_TARGET_FRAMEWORK_MONIKERS net6.0-tizen9.0:net6.0-tizen8.0:tizen11.0:tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40 +%define TIZEN_NET_TARGET_FRAMEWORK_MONIKERS net6.0-tizen8.0:tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40 %define DOTNET_CORE_RUNTIME_VERSION 6.0 %define UPGRADE_SCRIPT_PATH /usr/share/upgrade/scripts diff --git a/packaging/csapi-tizenfx.spec.in b/packaging/csapi-tizenfx.spec.in index 73be58c4f..a7594b69e 100644 --- a/packaging/csapi-tizenfx.spec.in +++ b/packaging/csapi-tizenfx.spec.in @@ -13,7 +13,7 @@ %define TIZEN_NET_RUNTIME_IDENTIFIERS @rid_version@ %define TIZEN_NET_TARGET_FRAMEWORK_MONIKERS @tfm_support@ -%define DOTNET_CORE_RUNTIME_VERSION @dotnet_core_version@ +%define DOTNET_CORE_RUNTIME_VERSION 6.0 %define UPGRADE_SCRIPT_PATH /usr/share/upgrade/scripts