The framework 'Microsoft.AspNetCore.App', version '5.0.0' was not found. when it is installed and inside $PATH
I am working in Manjaro Linux. I have a .NET Core project. The solution builds fine when I run dotnet build . However, when I run: dotnet-ef update --project Bejebeje.DataAccess --startup-project Bejebeje.Mvc I get the following strange error: Build started... Build succeeded. It was not possible to find any compatible framework version The framework 'Micros