0
gryphon644 created
Hello, I'm using Mac OSX and following this doc https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Getting-Started-MacOSX to run the application on my mac but facing this issue when i run 'dotnet ef database update'. Can you help me figure out whats really wrong?
3 Answer(s)
-
1
You need to execute the migration command under the
XXX.EntityFrameworkCore
project -
0
Worked. Thanks
-
1
I will update the documentation.