Fix versioning (#20285)

pull/20286/head
Luke Latham 2020-10-23 07:23:34 -05:00 committed by GitHub
parent 39c93f57a8
commit e70df788bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -340,6 +340,8 @@ webBuilder.ConfigureKestrel(serverOptions =>
The default value is 96 KB (98,304).
::: moniker-end
::: moniker range=">= aspnetcore-5.0"
### HTTP/2 keep alive ping configuration
@ -364,6 +366,8 @@ webBuilder.ConfigureKestrel(serverOptions =>
::: moniker-end
::: moniker range=">= aspnetcore-3.0"
### Trailers
[!INCLUDE[](~/includes/trailers.md)]