Helper fix for - 23979 updating additional information to make it more explicit since unchecked by default
parent
c5ca03e9f1
commit
d8cb942ed8
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue