C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
dotnet add package Grpc.Core --version 2.41.0-pre2
Install-Package Grpc.Core -Version 2.41.0-pre2
| 包名 | 版本要求 |
|---|---|
| Grpc.Core.Api | [2.41.0-pre2, ) |
| System.Memory | [4.5.3, ) |
| 包名 | 版本要求 |
|---|---|
| Grpc.Core.Api | [2.41.0-pre2, ) |
| NETStandard.Library | [1.6.1, ) |
| System.Memory | [4.5.3, ) |
| System.Runtime.Loader | [4.0.0, ) |
| System.Threading.Thread | [4.0.0, ) |
| System.Threading.ThreadPool | [4.0.10, ) |
| 包名 | 版本要求 |
|---|---|
| Grpc.Core.Api | [2.41.0-pre2, ) |
| System.Memory | [4.5.3, ) |
| 作者 | The gRPC Authors |
|---|---|
| 发布时间 | 2021-09-21 07:17:10 |
| 项目主页 | https://github.com/grpc/grpc |
| 许可证 | https://www.nuget.org/packages/Grpc.Core/2.41.0-pre2/license |