Exemplo n.º 1
0
        static string GetDotNetCoreRuntimePath(DotNetCorePath dotNetCorePath)
        {
            string rootDirectory = Path.GetDirectoryName(dotNetCorePath.FileName);

            return(Path.Combine(rootDirectory, "shared", "Microsoft.NETCore.App"));
        }