Interview Question
Qus: What is dotnet core and list its features?
Answers (1)
dotnet --info
If you only want to see the SDKs: dotnet --list-sdks
If you only want to see installed runtimes: dotnet --list-runtimes.