Hi I found your article quite helpful while setting up sql Db in Mac M1 machine. But my EF Core migrations command are not working , I am getting following issue -: After running, dotnet ef migrations add DbInitializationWithSeed Build started... Build succeeded. It was not possible to find any compatible framework version The framework 'Microsoft.AspNetCore.App', version '3.1.0' (arm64) was not found.
Usama Ahtsham
I face this what is the solution
(base) apple@192 PizzaHub % dotnet ef migrations add MyFirstMigrationNo project was found. Change the current working directory or use the --project option.