1. 程式人生 > >在Mac檢查安裝的.net core 版本

在Mac檢查安裝的.net core 版本

-s spa splay sta highlight bash 常用 mes tco

在 Termianl

which dotnet #查看dotnetcore的runtime路徑
dotnet #dotnet 命令行工具 -h 查看幫助
#常用命令
#  --info            Display .NET Core information.
#  --list-runtimes   Display the installed runtimes.
#  --list-sdks       Display the installed SDKs.
#  --version         Display .NET Core SDK version in use.

在Mac檢查安裝的.net core 版本