From: j-h.choi Date: Fri, 28 Jul 2023 00:51:02 +0000 (+0900) Subject: Change the location and value for generating vconf of runtime_version X-Git-Tag: accepted/tizen/7.0/unified/20231101.053154~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c38b770b89f7d20c352c9144ef275794abdb2038;p=platform%2Fcore%2Fdotnet%2Flauncher.git Change the location and value for generating vconf of runtime_version --- 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)); }