Change the location and value for generating vconf of runtime_version (#478)
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Mon, 31 Jul 2023 04:15:17 +0000 (13:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 31 Jul 2023 04:15:17 +0000 (13:15 +0900)
NativeLauncher/tool/multi_target_resolver.cc

index e787b9e..839f6a0 100644 (file)
@@ -88,7 +88,6 @@ static std::vector<std::string> getTfmFallbackGraph()
                std::vector<std::string> 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));
                        }