简体   繁体   English

.NET 3.5框架的gRPC支持

[英]gRPC support for .NET 3.5 framework

According to official grpc documentation , the grpc for C# requires at least .NET 4.5 framework. 根据官方grpc 文档 ,用于C#的grpc至少需要.NET 4.5框架。

I have a project that should be supported on Windows XP which is running .NET 3.5. 我有一个运行.NET 3.5的Windows XP应该支持的项目。

Is there any porting of grpc that can run on .NET 3.5? 是否可以在.NET 3.5上运行任何grpc移植?

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). 没有计划支持.NET 3.5-它太旧了,并且缺少gRPC当前使用的一些重要API(最重要的是async / await)。 More detail is here: https://github.com/grpc/grpc/issues/7880 更详细的信息在这里: https : //github.com/grpc/grpc/issues/7880

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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