# 查看已安装的 .NET SDK 版本(包含 ASP.NET Core 相关) dotnet --list-sdks # 查看已安装的 .NET 运行时版本(包含 ASP.NET Core 运行时) dotnet --list-runtimes