在Mac检查安装的.net core 版本

在 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.

 

 

 

 

posted on 2019-02-10 13:19  Samnew  阅读(2165)  评论(0编辑  收藏  举报

导航