Your startup project doesn't reference Microsoft.EntityFrameworkCore.Design

后端 未结 15 927
天涯浪人
天涯浪人 2021-02-01 12:51

I have 2 projects in my solution, I have a project with Entity Framework Core installed:

And in the other ASP.NET Web API project I have these packages:

15条回答
  •  半阙折子戏
    2021-02-01 13:24

    Do you have multiple projects? If yes then you have to make the host project as startup project from solution explorer and set the project as default (which project has DBContext) in PMC. Then run Add-Migration command.

提交回复
热议问题