【发布时间】:2023-01-19 01:51:27
【问题描述】:
当我在 Mac 的终端中运行 dotnet --version 时出现错误:
发生致命错误,文件夹 [/usr/local/share/dotnet/host/fxr] 不包含任何版本编号的子文件夹
它可以找到
dotnet可执行文件,但--version不工作:anasmahdi@Anass-Air ~ % 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. anasmahdi@Anass-Air ~ % dotnet --version A fatal error occurred, the folder [/usr/local/share/dotnet/host/fxr] does not contain any version-numbered child folders anasmahdi@Anass-Air ~ %
【问题讨论】:
标签: .net macos ssl terminal command