Fix for - 23979 (Update to find code in program.cs file in dot net 6 rather then start up ) (#24217)
* Updated the intro info to include swagger tick box which was removed in previous updates
* Helper fix for - 23979 updating additional information to make it more explicit since unchecked by default
* fix for - 23979 Correct place to find and put default mapping and serve static files in dot net 6
* code review comments update
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Revert "fix for - 23979 Correct place to find and put default mapping and serve static files in dot net 6"
This reverts commit b6d5d316c1
.
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
pull/24228/head
parent
98bce24412
commit
c03e516bad
|
@ -69,7 +69,10 @@ 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 the **Framework** is **.NET 6.0 (Long-term support)**.
|
||||
* Confirm the checkbox for **Use controllers(uncheck to use minimal APIs)** is checked.
|
||||
* Select **Create**.
|
||||
|
||||
# [Visual Studio Code](#tab/visual-studio-code)
|
||||
|
||||
|
|
Loading…
Reference in New Issue