I have a new ASP.net 5 dnx class library I am using for entity framework. I need to target EF 6 because some features I need are not in EF 7....First the EF tools (like enable-migration) were not there. I added an old style class library and installed E...