diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index 4360721951..3ce85f9de7 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -69,7 +69,7 @@ For Visual Studio for Mac, see the .NET 5 version of this tutorial. * Enter *Web API* in the search box. * Select the **ASP.NET Core Web API** template and select **Next**. * In the **Configure your new project dialog**, name the project *TodoApi* and select **Next**. -* In the **Additional information** dialog, confirm that **Framework** is **.NET 6.0 (Long-term support)**, and select **Create**. +* In the **Additional information** dialog, confirm that **Framework** is **.NET 6.0 (Long-term support)**, checkbox **Use controllers(uncheck to use minimal APIs) is ticked** and select **Create**. # [Visual Studio Code](#tab/visual-studio-code)