NuGet add reference error while installing packages

前端 未结 20 924
太阳男子
太阳男子 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条回答
  •  Happy的楠姐
    2020-12-09 07:53

    I deleted the project, created fresh one, first added entity framework reference. it worked.. moved necessary code back into the project

提交回复
热议问题