You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Grpc.Net.Client supports netstandard2.1 or later.
By added a netstandard2.0 target, Grpc.Net.Client might be able to .NET Framework by using WinHttpHandler on modern Windows operating systems (will require feature improvements to WinHttp in Windows to work).