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)