Skip to content

Commit 9eba0f4

Browse files
committed
Update .NET version references in first-web-api.md to 9.0
1 parent 63ab6cf commit 9eba0f4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

aspnetcore/tutorials/first-web-api.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ The following diagram shows the design of the app.
3838

3939
# [Visual Studio](#tab/visual-studio)
4040

41-
[!INCLUDE[](~/includes/net-prereqs-vs-8.0.md)]
41+
[!INCLUDE[](~/includes/net-prereqs-vs-9.0.md)]
4242

4343
# [Visual Studio Code](#tab/visual-studio-code)
4444

45-
[!INCLUDE[](~/includes/net-prereqs-vsc-8.0.md)]
45+
[!INCLUDE[](~/includes/net-prereqs-vsc-9.0.md)]
4646

4747
---
4848

@@ -55,7 +55,7 @@ The following diagram shows the design of the app.
5555
* Select the **ASP.NET Core Web API** template and select **Next**.
5656
* In the **Configure your new project dialog**, name the project *TodoApi* and select **Next**.
5757
* In the **Additional information** dialog:
58-
* Confirm the **Framework** is **.NET 8.0 (Long Term Support)**.
58+
* Confirm the **Framework** is **.NET 9.0 (Standard Term Support)**.
5959
* Confirm the checkbox for **Use controllers(uncheck to use minimal APIs)** is checked.
6060
* Confirm the checkbox for **Enable OpenAPI support** is checked.
6161
* Select **Create**.
@@ -502,5 +502,4 @@ For more information, see the following resources:
502502
:::moniker-end
503503

504504
[!INCLUDE[](~/tutorials/first-web-api/includes/first-web-api7.md)]
505-
506-
[!INCLUDE[](~/tutorials/first-web-api/includes/first-web-api8.md)]
505+
[!INCLUDE[](~/tutorials/first-web-api/includes/first-web-api8.md)]

0 commit comments

Comments
 (0)