Skip to content

Commit c0c0789

Browse files
Added missing step in text (#20141)
* Added missing step in text Added important instructional text "From the dropdown boxes, select .NET Core and ASP.NET Core 3.1". I missed this step in the tutorial because it was not instructed in the text. Later on I had to go back and recreate my project because I missed it. * Update start-mvc.md Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
1 parent ff1d037 commit c0c0789

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/tutorials/first-mvc-app/start-mvc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ At the end, you have an app that can manage and display movie data.
5151

5252
* From the Visual Studio select **Create a new project**.
5353

54-
* Select **ASP.NET Core Web Application** and then select **Next**.
54+
* Select **ASP.NET Core Web Application** > **Next**.
5555

5656
![new ASP.NET Core Web Application](start-mvc/_static/np_2.1.png)
5757

5858
* Name the project **MvcMovie** and select **Create**. It's important to name the project **MvcMovie** so when you copy code, the namespace will match.
5959

6060
![new ASP.NET Core Web Application](start-mvc/_static/config.png)
6161

62-
* Select **Web Application(Model-View-Controller)**, and then select **Create**.
62+
* Select **Web Application(Model-View-Controller)**. From the dropdown boxes, select **.NET Core** and **ASP.NET Core 3.1**, then select **Create**.
6363

6464
![New project dialog, .NET Core in left pane, ASP.NET Core web ](start-mvc/_static/new_project30.png)
6565

0 commit comments

Comments
 (0)