Getting exposed to dotnet Core. In a sample test application trying to setup EntityFramework.Core in dotnet core app. While I was able to add the EntityFramework.Core NugGet package I can't find the 'Add'->'New Item'->'Data'->'ADO.NET Entity Data Model'
Is this not possible with EntityFramework.Core?
How does EntityFramework.Core differ from EntityFramework 7?