Example #1
0
        FilePath GetDnxRuntimePath()
        {
            if (!HasTargetFramework())
            {
                return(DnxRuntime.Path);
            }

            return(DnxRuntime.GetRuntimePath(DnxExecutionTarget.Framework));
        }
        string GetDnxRuntimePath()
        {
            if (DnxExecutionTarget == null || DnxExecutionTarget.Framework == null)
            {
                return(DnxRuntime.Path);
            }

            return(DnxRuntime.GetRuntimePath(DnxExecutionTarget.Framework));
        }