Click here to Skip to main content
15,924,318 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using ASP.Net core, When I use the command update-database using Entity Framework 6 migrations, I get the following error, the project doesn't reference Entity Framework. the package is required for the Entity Framework core tools to work. Ensure your target project is correct, install the package and try again.

What I have tried:

I have tried installing all the packages of the latest version this is my package reference in .csproj file
<PackageReference include="EntityFramework" version="6.4.4"/>
Posted
Comments
Patrice T 19-Sep-20 7:06am    
Why don't you ask the authors ?
We are their support service.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900