How to determine if .NET Core is installed
Great question, and the answer is not a simple one. There is no “show me all .net core versions” command, but there’s hope. EDIT: I’m not sure when it was added, but the info command now includes this information in its output. It will print out the installed runtimes and SDKs, as well as some … Read more