Hi, I am using the .NET command line tool for Entity framework, keying in
dotnet ef dbcontext info
It says cannot find compatible framework version. It is looking for Microsoft.NETCore.App version 3.1.1 but it detected a few versions including 2.1.14 which I am using.
How do I configure it to use 2.1.14 and resolve this error? Preferably without uninstalling because I might want to use the version in the future
