From c0162c198188c38bcb48bcb187632a5e1144afaf Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Tue, 11 May 2021 21:53:53 +1200 Subject: [PATCH] Include minimum .NET Framework version for gRPC (#22262) --- aspnetcore/grpc/netstandard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/grpc/netstandard.md b/aspnetcore/grpc/netstandard.md index 81b075ef9b..e34d71edce 100644 --- a/aspnetcore/grpc/netstandard.md +++ b/aspnetcore/grpc/netstandard.md @@ -68,6 +68,7 @@ Requirements and restrictions to using `WinHttpHandler`: * Windows 10 Build 19622 or later. May require the use of a [Windows Insider](https://insider.windows.com) build. * A reference to [`System.Net.Http.WinHttpHandler`](https://www.nuget.org/packages/System.Net.Http.WinHttpHandler/) version 6.0.0-preview.3.21201.4 or later. +* .NET Framework 4.6.1 or later. * Only unary and server streaming gRPC calls are supported. * Only gRPC calls over TLS are supported.