【发布时间】:2016-07-18 23:38:17
【问题描述】:
从 .NET Core ppa 进行最后一次更新 dotnet-host 更新后,我无法再运行 dotnet cli,我在终端中收到此错误(例如运行 dotnet --version 命令):
Failed to resolve library symbol hostfxr_load, error: /usr/share/dotnet/host/fxr/1.0.1/libhostfxr.so: undefined symbol: hostfxr_load
Failed to resolve library symbol hostfxr_unload, error: /usr/share/dotnet/host/fxr/1.0.1/libhostfxr.so: undefined symbol: hostfxr_unload
This executable relies on newer functionality (exports) provided by 'libhostfxr.so'
- Updating 'libhostfxr.so' to version '1.0.2-beta-000583-00' might help resolve this problem.
我已经尝试清理有关 .NET Core 的所有内容并重新安装 但什么也没发生,有人知道吗?
提前致谢
【问题讨论】:
标签: command-line-interface ubuntu-16.04 .net-core