Merge pull request #25433 from dotnet/Rick-Anderson-patch-1

Update first-web-api.md
pull/25427/head^2
Rick Anderson 2022-03-25 14:10:45 -10:00 committed by GitHub
commit 597eae9b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).
<a name="post"></a>