Skip to content

Commit ad23743

Browse files
authored
Update aspnetcore/fundamentals/servers/kestrel/includes/kestrel6.md
1 parent b40dc8b commit ad23743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aspnetcore/fundamentals/servers/kestrel/includes

aspnetcore/fundamentals/servers/kestrel/includes/kestrel6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Kestrel is supported on all platforms and versions that .NET supports.
146146

147147
If an HTTP/2 connection is established, <xref:Microsoft.AspNetCore.Http.HttpRequest.Protocol%2A?displayProperty=nameWithType> reports `HTTP/2`.
148148

149-
Starting with .NET 3.0, HTTP/2 is enabled by default. For more information on configuration, see the [Kestrel options](#kestrel-options) and [ListenOptions.Protocols](#listenoptionsprotocols) sections.
149+
Starting with .NET Core 3.0, HTTP/2 is enabled by default. For more information on configuration, see the [Kestrel options](#kestrel-options) and [ListenOptions.Protocols](#listenoptionsprotocols) sections.
150150

151151
## When to use Kestrel with a reverse proxy
152152

0 commit comments

Comments
 (0)