Uninstall EntityFramework using the Package Manager Console

后端 未结 9 589
死守一世寂寞
死守一世寂寞 2021-02-01 17:30

I\'m trying to re-install my EntityFramework package using

PM> Install-Package EntityFramework

But I get the following message

9条回答
  •  囚心锁ツ
    2021-02-01 18:00

    In Package Manager Console you can write following command:

    Uninstall-package EntityFramework -force

提交回复
热议问题