Fix line that references ASP.NET Core servers (#9382)
parent
7a0805d6d9
commit
125029d646
|
@ -13,7 +13,7 @@ By [Tom Dykstra](https://github.com/tdykstra), [Steve Smith](https://ardalis.com
|
|||
|
||||
An ASP.NET Core app runs with an in-process HTTP server implementation. The server implementation listens for HTTP requests and surfaces them to the app as sets of [request features](xref:fundamentals/request-features) composed into an <xref:Microsoft.AspNetCore.Http.HttpContext>.
|
||||
|
||||
ASP.NET Core ships three server implementations:
|
||||
ASP.NET Core ships with the following server implementations:
|
||||
|
||||
::: moniker range=">= aspnetcore-2.2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue