jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web project seems to miss a reference to Microsoft.EntetyFrameworkCore.Design/Tools in order to do EF migrations

HjalteParner opened this issue · comments

Web project seems to miss a reference to Microsoft.EntetyFrameworkCore.Design/Tools in order to do EF migrations

I did a quick test and it is working. Check the Database section in the README. This was my test:

cd .\src\Infrastructure\
dotnet ef migrations add "NewMigration" --startup-project ..\Web\

I'll close this issue, but let me know if you encounter further troubles.