Hi, i mande the basic .Net Core App.
Following this steps...
Open VS 2015,
New Project -> .Net Core -> Set the Name 'Test' -> ok,
Web App -> Change Authentication -> Individual User Accounts -> ok -> and Ok again.
Open Packate Manager Console
and write,
PM> Add-Migration 1; Update-Database...