stress that 1.1 is required for ef mvc tutorial (#3171)
* stress that 1.1 is required for ef mvc tutorial * clarificationpull/3175/head
parent
6766308ba8
commit
d60b3976de
|
@ -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.
|
* 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**.
|
* Make sure **Authentication** is set to **No Authentication**.
|
||||||
|
|
||||||
* Click **OK**
|
* Click **OK**
|
||||||
|
|
Loading…
Reference in New Issue