From beaedbddf91c111bfef10f887b4e07d44d02f099 Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Fri, 8 Jul 2022 18:47:23 +0800 Subject: [PATCH] Update supported-platforms.md (#26362) --- aspnetcore/grpc/supported-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/grpc/supported-platforms.md b/aspnetcore/grpc/supported-platforms.md index 23a9f52b8d..b705363b39 100644 --- a/aspnetcore/grpc/supported-platforms.md +++ b/aspnetcore/grpc/supported-platforms.md @@ -94,7 +94,7 @@ The following table lists .NET implementations and their gRPC client support: | Universal Windows Platform 10.0.16299 | ❌ | ✔️ | | Unity 2018.1 | ❌ | ✔️ | -†.NET Framework requires to be configured and Windows 10 Build 19622 or later, which may require the use of a [Windows Insider](https://insider.windows.com) build. +†.NET Framework requires configuration of and Windows 11 or later. Using `Grpc.Net.Client` on .NET Framework or with gRPC-Web requires additional configuration. For more information, see .