Update supported-platforms.md (#31987)

pull/31983/head
James Newton-King 2024-03-07 09:58:44 +08:00 committed by GitHub
parent a5e9829768
commit de3d7ce0b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ The following table lists .NET implementations and their gRPC client support:
| Universal Windows Platform 10.0.16299 | ❌ | ✔️ |
| Unity 2018.1 | ❌ | ✔️ |
&dagger;.NET Framework requires configuration of <xref:System.Net.Http.WinHttpHandler> and Windows 11 or later, Windows Server 2022 or later. For more information, see [Make gRPC calls on .NET Framework](xref:grpc/netstandard#net-framework).
&dagger;.NET Framework requires configuration of <xref:System.Net.Http.WinHttpHandler> and Windows 11 or later, Windows Server 2019 or later. For more information, see [Make gRPC calls on .NET Framework](xref:grpc/netstandard#net-framework).
Using `Grpc.Net.Client` with gRPC-Web requires additional configuration. For more information: