标签:help -- list runtimes 命令行 dotnet 工具 Display
dotnet 命令行工具的中文翻译:
用法:
bashCopy Code
dotnet [选项]
dotnet [应用程序路径]
选项:
-h|--help 显示帮助信息。
--info 显示 .NET 信息。
--list-sdks 显示已安装的 SDK。
--list-runtimes 显示已安装的运行时。
应用程序路径:
指定要执行的应用程序的 .dll 文件路径。
|
dotnet
Usage: dotnet [options] Usage: dotnet [path-to-application]
Options: -h|--help Display help. --info Display .NET information. --list-sdks Display the installed SDKs. --list-runtimes Display the installed runtimes.
path-to-application: The path to an application .dll file to execute.
|
标签:help,
--,
list,
runtimes,
命令行,
dotnet,
工具,
Display
From: https://www.cnblogs.com/suv789/p/18560706