NuGet add reference error while installing packages

前端 未结 20 970
太阳男子
太阳男子 2020-12-09 07:27

I am not able to install any package by Nuget. For example when I want install entity framework I receive following error:

install-package EntityFramework
Su         


        
20条回答
  •  猫巷女王i
    2020-12-09 07:47

    I had this problem too what i did was type in the package manager console Uninstall-Package EntityFramework -force, then delete the EntityFramework Folder in Package Folder, and then install it again Install-Package EntityFramework

提交回复
热议问题