From d4e100732582fde82eaf2c5c1ea3fb304be91c38 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:38:53 -1000 Subject: [PATCH] Update razor-pages-start.md --- aspnetcore/tutorials/razor-pages/razor-pages-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/razor-pages/razor-pages-start.md b/aspnetcore/tutorials/razor-pages/razor-pages-start.md index ba43516a2f..d3536cc2a8 100644 --- a/aspnetcore/tutorials/razor-pages/razor-pages-start.md +++ b/aspnetcore/tutorials/razor-pages/razor-pages-start.md @@ -57,7 +57,7 @@ At the end of this tutorial, you'll have a working Razor Pages web app that you' * Name the project **RazorPagesMovie**. It's important to name the project *RazorPagesMovie* so the namespaces will match when you copy and paste code. ![new ASP.NET Core Web Application](razor-pages-start/_static/config.png) -* Select **ASP.NET Core 3.0** in the dropdown, **Web Application**, and then select **Create**. +* Select **ASP.NET Core 3.1** in the dropdown, **Web Application**, and then select **Create**. ![new ASP.NET Core Web Application](razor-pages-start/_static/3/npx.png)