安装EntityFramework

问题:
     无法通过Tools -> Add Library Package Reference正常安装EFCodeFirst。

解决办法:

    Tools -> Package Manager Console 

    执行:Install-Package EFCodeFirst 

原文地址:https://www.cnblogs.com/easypass/p/2246671.html