Im trying to run dnx ef migrations Add IntitialDatabase. However, it fails to run and gives the error "Could not load Assembly 'MyProject.' Ensure it is referenced by the startup project 'MyProject.'"
Where is it looking for this reference so that I can correct the mismatch?