I would like to use Entity Framework Core.
Does Entity Framework Core means Entity Framework 6.0 ?
I have a visual studio 2013.
How can I use EF Core in VS 2013 ?
I read some information from below links
1) https://docs.nuget.org/ndocs/tools/package-manager-console
2) https://github.com/aspnet/EntityFramework/wiki/Roadmap
Let me know
Thanks

Pradeep SinghPosted Jan 10, 2017, 1:40 PM
Entity Framework Core means Entity Framework 7
Rajeev PunhaniPosted Jan 4, 2017, 11:38 PM
Hi Rupesh,
EF Core is light weight ,cross platform version of EF. But still it has many features missing those were present in EF.You can see the complete comparison of the same in the below link.
If the above solution is helpful then,accept the answer.