Property CmdListRuntimesResult
CmdListRuntimesResult
Gets result of the "dotnet --list-runtimes" command. Command executed only once and result is cached. In order to reload the result, assign Null to the property.
public static string CmdListRuntimesResult { get; set; }