I am using Visual Studio 2022 with.Net 6.0, I installed Entity Framework 6.4.4 after adding it when I create an Entity Framework model. I am getting a Popup message saying that.
The project's target framework does not contain Entity Framework runtime assemblies. Please review the target framework information on the project's property page.


Entity Framework 6.4.4you should be usingEntity Framework Core 6.0.1code firstapproach. DO NOT USE THE USER INTERFACE to create the model, WRITE THE CODE YOURSELF.