From d60b3976de9114581b119265f5bc360f97c88939 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Thu, 6 Apr 2017 10:53:54 -0700 Subject: [PATCH] stress that 1.1 is required for ef mvc tutorial (#3171) * stress that 1.1 is required for ef mvc tutorial * clarification --- aspnetcore/data/ef-mvc/intro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/data/ef-mvc/intro.md b/aspnetcore/data/ef-mvc/intro.md index 73619e7755..9b2e95aef5 100644 --- a/aspnetcore/data/ef-mvc/intro.md +++ b/aspnetcore/data/ef-mvc/intro.md @@ -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**