其他分享
首页 > 其他分享> > 在Mac检查安装的.net core 版本

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

 

 

 

 

标签:core,Core,NET,runtimes,Mac,version,dotnet,net,Display
来源: https://www.cnblogs.com/Samnew/p/10359110.html