Answers for "migrations does not exist in the namespace microsoft.entityframeworkcore"

0

migrations does not exist in the namespace microsoft.entityframeworkcore

Installing the following packages and rebuilding should do the trick.

Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools
Microsoft.EntityFrameworkCore.Design
Posted by: Guest on January-20-2022

Code answers related to "migrations does not exist in the namespace microsoft.entityframeworkcore"

Browse Popular Code Answers by Language