From 8d334cf05774013c3de27f51e8c06fad225ca6b2 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Tue, 5 Sep 2017 14:15:59 -0500 Subject: [PATCH] Templates --> Installed --- aspnetcore/data/ef-mvc/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-mvc/intro.md b/aspnetcore/data/ef-mvc/intro.md index 1b2002f0f3da..64da9886f34a 100644 --- a/aspnetcore/data/ef-mvc/intro.md +++ b/aspnetcore/data/ef-mvc/intro.md @@ -57,7 +57,7 @@ Open Visual Studio and create a new ASP.NET Core C# web project named "ContosoUn * From the **File** menu, select **New > Project**. -* From the left pane, select **Templates > Visual C# > Web**. +* From the left pane, select **Installed > Visual C# > Web**. * Select the **ASP.NET Core Web Application** project template.