Include minimum .NET Framework version for gRPC (#22262)

pull/22264/head
James Newton-King 2021-05-11 21:53:53 +12:00 committed by GitHub
parent 51609e59b1
commit c0162c1981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.