From 064b45f0dc39dff34bfd29e9d73ac6544281fe71 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 25 Mar 2022 13:23:07 -1000 Subject: [PATCH] Update first-web-api.md --- aspnetcore/tutorials/first-web-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index 6fda39d8b2..057fc82246 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -402,7 +402,7 @@ This tutorial uses [http-repl](../web-api/http-repl/index.md) to test the web AP dotnet tool install -g Microsoft.dotnet-httprepl ``` -* If you don't have the .NET 5.0 SDK or runtime installed, install the [.NET 5.0 runtime](https://dotnet.microsoft.com/download/dotnet/5.0/runtime). +* If you don't have the .NET 6.0 SDK or runtime installed, install the [.NET 6.0 runtime](https://dotnet.microsoft.com/download/dotnet/6.0/runtime).