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:
None of the options worked for me. But the one I tried on this topic worked: EF Core 3 design time migrations broken by Microsoft.EntityFrameworkCore.Design DevelopmentDependency
I just commented out the following after importing the package to the Data project:
runtime; build; native; contentfiles; analyzers; buildtransitive
Thank you so much Microsoft by breaking the existing projects every time when you release a new .NetCore update!