The Projects target framework does not contain Entity Framework runtime assemblies. Please review the targets framework information in the projects property page.

313

The Project's target framework does not contain Entity Framework runtime assemblies. Please review the target's framework information in the project's property page. -

Microsoft.EntityFrameworkCore.Design
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools

The Project's target framework does not contain Entity Framework runtime assemblies. Please review the target's framework information in the project's property page. -

PM> Scaffold-DbContext "Server=.\LOCAL_SERVER;User ID=YOUR_DB_USER;Password=YOUR_DB_PASSWORD;Database=YOUR_DATABASE;Trusted_Connection=False;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models

The Project's target framework does not contain Entity Framework runtime assemblies. Please review the target's framework information in the project's property page. -

PM> Scaffold-DbContext "Server=.\SQLExpress;Database=SchoolDB;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models

Comments

Submit
0 Comments