NuGet add reference error while installing packages

前端 未结 20 968
太阳男子
太阳男子 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条回答
  •  无人及你
    2020-12-09 07:44

    I ran into the same problem. I did the following:

    update-package jQuery.
    
    Install-Package Twitter.Bootstrap -Version 3.0.0
    

    It worked , probably because the Bootstrap -version 3.0.0 work with the JQuery most recent version.

提交回复
热议问题