The term “Add-Migration” is not recognized

后端 未结 18 2288
情深已故
情深已故 2020-12-07 23:51

I\'m using this MSDN Tutorial to run in VS2015 the command PM> Add-Migration MyFirstMigration -context BloggingContext that ran yesterday successfully but to

18条回答
  •  一生所求
    2020-12-08 00:31

    ​What I had to do...

    1) Tools -> Nuget Package Manger -> Package Manager Settings

    2) General Tab

    3) Clear All NuGet Cache(s)

    4) Restart Visual Studio

提交回复
热议问题