I have framework version set to: dnx46 in project.json. Also have the following packages:
\"dependencies\": { \"EntityFramework.Commands\": \"7.0.0-rc1
Currently EF migrations are not supported out of the box:
https://github.com/aspnet/EntityFramework/issues/4497