From: 최종헌/MDE Lab(SR)/삼성전자 Date: Mon, 31 Jul 2023 04:15:17 +0000 (+0900) Subject: Change the location and value for generating vconf of runtime_version (#478) X-Git-Tag: accepted/tizen/unified/20230731.175323~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fdotnet%2Flauncher.git;a=commitdiff_plain;h=8a192eacb9f180f6fb7eadf87673dfe3f6af1cb7 Change the location and value for generating vconf of runtime_version (#478) --- diff --git a/NativeLauncher/tool/multi_target_resolver.cc b/NativeLauncher/tool/multi_target_resolver.cc index e787b9e..839f6a0 100644 --- a/NativeLauncher/tool/multi_target_resolver.cc +++ b/NativeLauncher/tool/multi_target_resolver.cc @@ -88,7 +88,6 @@ static std::vector getTfmFallbackGraph() std::vector dotnet_version; splitPath(dotnet_runtime_version, dotnet_version); for (auto& dotnetVersion : dotnet_version) { - dotnetVersion = dotnetVersion.substr(0, dotnetVersion.rfind('.')); for (auto& platformVersion : platform_version_list) { tfm_list.push_back(std::string("net" + dotnetVersion + "-tizen" + platformVersion)); }