stress that 1.1 is required for ef mvc tutorial (#3171)

* stress that 1.1 is required for ef mvc tutorial

* clarification
pull/3175/head
Tom Dykstra 2017-04-06 10:53:54 -07:00 committed by GitHub
parent 6766308ba8
commit d60b3976de
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ Open Visual Studio and create a new ASP.NET Core C# web project named "ContosoUn
* Select **ASP.NET 1.1** and the **Web Application** template.
**Note:** This tutorial requires ASP.NET Core 1.1 and EF Core 1.1 or later -- make sure that **ASP.NET Core 1.0** is not selected.
* Make sure **Authentication** is set to **No Authentication**.
* Click **OK**