dotnet 命令行工具

 

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.

posted @ 2024-11-21 14:46  suv789  阅读(19)  评论(0编辑  收藏  举报