dotnet / ef6

This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.

Home Page:https://docs.microsoft.com/ef/ef6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuget does not pull the dll's

vrapp opened this issue · comments

commented

Pulling EF 6.4.4 in Visual Studio 2022 by Nuget does not download entityframework.dll and entityframework.sqlserver.dll under lib/net45, and does not add them as the references. As the result, MVC project relying on EF becomes broken. This all can be seen in Youtube video at https://youtu.be/IwioQ1ynsPg .

This issue has been closed because EF6 is no longer being actively developed. We are instead focusing on stability of the codebase, which means we will only make changes to address security issues. See the repo README for more information.