After executing the command dotnet ef add migration <name of migration> and executing update database (tried with dotnet ef update database as well) and I got this error: No project was found. Change the current working directory or use the --project option. I am working on the Package Manager Console.