简体   繁体   中英

gRPC support for .NET 3.5 framework

According to official grpc documentation , the grpc for C# requires at least .NET 4.5 framework.

I have a project that should be supported on Windows XP which is running .NET 3.5.

Is there any porting of grpc that can run on .NET 3.5?

No plans to support .NET 3.5 - it's way too old and lacks some important APIs currently used by gRPC (most importantly async/await). More detail is here: https://github.com/grpc/grpc/issues/7880

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM