@Daniel Zhang-MSFT
I installed the Framework 4.8, which helped to solve my problem.
Thank you for your help.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I try to add the ADO.Net Entity Data Model into my project, I am getting the following message -
"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."
I tried checking the properties of the Project, but could not found the framework information.
@Daniel Zhang-MSFT
I installed the Framework 4.8, which helped to solve my problem.
Thank you for your help.
Hi AmitPatel-5670,
As DuaneArnold-0443 said that EF Core does not support the EDMX file format for models.
And the best option to port these models, is to generate a new code-based model from the database for your application.
More details please refer to this document.
Best Regards,
Daniel Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.