Anyone attempt using entity framework-beta8 migrations? Everytime I run the dnx ef command I get the following ..."Error: . Please run dnu restore to generate a new lock file"...running dnu restore then gives the error...Could not find a part of the path ...
I am having the same issue. I have added the following dependencies in my ...project.json... file:..."dependencies": {
"EntityFramework": "7.0.0-beta4",
"EntityFramework.Core": "7.0.0-rc1-final",
"EntityFramework.SqlServer": "7.0.0-beta8",
...