Hi
When I want to create a new ASP.NET web app (only MVC) I get the error : The EntityFramework package is not installed on project "WebApp"
Also in references folder I see a lot of missing references (EF, OWIN, AspNet.Identity)
If I create a WebAPI project I don't get theese errors and the project is correct created.
Any ideas ?
I am not connected to internet.
Thank you !