I created a new class library (package) project (prior to VS 2015 RC used the even worse name of asp.net class library to represent the data layer. Just to be clear this is
In asp.net 5 project you have to use entity framework 7 and use the ef migration command from command line.
I just done a recap here How can I manage EF 6 migrations in visual studio 2015?