Uninstall EntityFramework using the Package Manager Console

后端 未结 9 611
死守一世寂寞
死守一世寂寞 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 17:41

    1. Try it without -Force.
    2. Try to specify -ProjectName parameter and execute it over each project that includes the EntityFramework package.

提交回复
热议问题