У меня проблемы с запуском Entity Framework.
Я загрузил Net Core 3.0 preview6.tar с веб-сайта Microsoft.Я распаковал и перешел на
/ opt / net_core / skd_3 и создал символическую ссылку на / bin
, и теперь, когда я запускаю dotnet где-нибудь, он работает.
Затем явыполнил:
dotnet tool install -g dotnet-ef --version 3.0.0-preview6.19304.10
Но когда я пытаюсь сделать dotnet-ef, всегда возвращаю ошибку:
A fatal error occurred. The required library libhostfxr.so could not be found.
If this is a self-contained application, that library should exist in [/home/rodrigo/.dotnet/tools/.store/dotnet-ef/3.0.0-preview6.19304.10/dotnet-ef/3.0.0-preview6. 19304.10 / tools / netcoreapp3.0 / any /].
If this is a framework-dependent application, install the runtime in the global location [/ usr / share / dotnet] or use the DOTNET_ROOT environment variable to specify the runtime location or register the runtime location in [/ etc / dotnet / install_location].
Может кто-нибудь помочь?