EF7: The term 'add-migration' is not recognized as the name of a cmdlet

后端 未结 6 1334
傲寒
傲寒 2021-01-01 22:02

I have framework version set to: dnx46 in project.json. Also have the following packages:

  \"dependencies\": {
    \"EntityFramework.Commands\": \"7.0.0-rc1         


        
6条回答
  •  耶瑟儿~
    2021-01-01 22:23

    Currently EF migrations are not supported out of the box:

    https://github.com/aspnet/EntityFramework/issues/4497

提交回复
热议问题