diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index ed5ac9a4f8..78b0f07cab 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -47,15 +47,15 @@ The following diagram shows the design of the app. # [Visual Studio](#tab/visual-studio) -[!INCLUDE[](~/includes/net-core-prereqs-vs-3.0.md)] +[!INCLUDE[](~/includes/net-core-prereqs-vs-3.1.md)] # [Visual Studio Code](#tab/visual-studio-code) -[!INCLUDE[](~/includes/net-core-prereqs-vsc-3.0.md)] +[!INCLUDE[](~/includes/net-core-prereqs-vsc-3.1.md)] # [Visual Studio for Mac](#tab/visual-studio-mac) -[!INCLUDE[](~/includes/net-core-prereqs-mac-3.0.md)] +[!INCLUDE[](~/includes/net-core-prereqs-mac-3.1.md)] --- @@ -66,7 +66,7 @@ The following diagram shows the design of the app. * From the **File** menu, select **New** > **Project**. * Select the **ASP.NET Core Web Application** template and click **Next**. * Name the project *TodoApi* and click **Create**. -* In the **Create a new ASP.NET Core Web Application** dialog, confirm that **.NET Core** and **ASP.NET Core 3.0** are selected. Select the **API** template and click **Create**. +* In the **Create a new ASP.NET Core Web Application** dialog, confirm that **.NET Core** and **ASP.NET Core 3.1** are selected. Select the **API** template and click **Create**. ![VS new project dialog](first-web-api/_static/vs3.png) @@ -101,7 +101,7 @@ The following diagram shows the design of the app. ![macOS New project dialog](first-web-api-mac/_static/1.png) -* In the **Configure your new ASP.NET Core Web API** dialog, select **Target Framework** of **.NET Core 3.0*. +* In the **Configure your new ASP.NET Core Web API** dialog, select **Target Framework** of **.NET Core 3.1*. * Enter *TodoApi* for the **Project Name** and then select **Create**. diff --git a/aspnetcore/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie30/RazorPagesMovie.csproj b/aspnetcore/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie30/RazorPagesMovie.csproj index 5e18e7988d..7842daec9a 100644 --- a/aspnetcore/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie30/RazorPagesMovie.csproj +++ b/aspnetcore/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie30/RazorPagesMovie.csproj @@ -1,17 +1,17 @@ - netcoreapp3.0 + netcoreapp3.1 - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +