我使用以下说明在我的ubuntu盒子上安装.NET Core命令行界面:https://github.com/dotnet/cli
dotnet restore
和dotnet compile
工作正常。但是,在尝试使用dotnet run
运行应用时,我收到以下错误:
无法在/ usr / share / dotnet / runtime / coreclr
中找到CLR文件请注意,我已将DOTNET_HOME设置为/ usr / share / dotnet(根据说明的要求),但在该位置似乎找不到运行时