Grpc.AspNetCore 2.76.0-pre1

Grpc.AspNetCore

Grpc.AspNetCore is a metapackage with references to:

  • Grpc.AspNetCore.Server: gRPC server library for .NET.
  • Grpc.Tools: Code-generation tooling package.
  • Google.Protobuf: Protobuf serialization library.

Configure gRPC

In Program.cs:

  • gRPC is enabled with the AddGrpc method.
  • Each gRPC service is added to the routing pipeline through the MapGrpcService method. For information about how to create gRPC services, see Create gRPC services and methods.
using GrpcGreeter.Services;

var builder = WebApplication.CreateBuilder(args);

// Add services to the container.
builder.Services.AddGrpc();

var app = builder.Build();

// Configure the HTTP request pipeline.
app.MapGrpcService<GreeterService>();

app.Run();

ASP.NET Core middleware and features share the routing pipeline, therefore an app can be configured to serve additional request handlers. The additional request handlers, such as MVC controllers, work in parallel with the configured gRPC services.

Showing the top 20 packages that depend on Grpc.AspNetCore.

Packages Downloads
Aspire.Hosting
Core abstractions for the .NET Aspire application model.
20
Aspire.Hosting.Redis
Redis® support for .NET Aspire.
19
Aspire.Hosting
Core abstractions for the .NET Aspire application model.
19
Aspire.Hosting
Core API and abstractions for the .NET Aspire application model.
18
Aspire.Hosting.Redis
Redis® support for .NET Aspire.
18
Aspire.Hosting
Core abstractions for the .NET Aspire application model.
18
Aspire.Hosting
Core abstractions for the .NET Aspire application model.
17
Aspire.Hosting
Core API and abstractions for the .NET Aspire application model.
17

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
2.76.0-pre1 3 11/21/2025
2.71.0 19 04/27/2025
2.71.0-pre1 15 04/27/2025
2.70.0 17 03/13/2025
2.70.0-pre1 18 03/05/2025
2.67.0 21 11/23/2024
2.67.0-pre1 22 11/23/2024
2.66.0 23 11/23/2024
2.66.0-pre1 20 11/23/2024
2.65.0 21 10/05/2024
2.65.0-pre1 20 11/23/2024
2.64.0 15 11/23/2024
2.64.0-pre1 19 11/23/2024
2.63.0 23 09/28/2024
2.63.0-pre1 17 10/05/2024
2.62.0 21 11/23/2024
2.62.0-pre1 16 11/23/2024
2.61.0 20 06/05/2024
2.61.0-pre1 19 11/23/2024
2.60.0 20 11/23/2024
2.60.0-pre1 19 11/23/2024
2.59.0 20 03/01/2024
2.59.0-pre1 19 10/04/2024
2.58.0 20 10/04/2024
2.58.0-pre1 17 10/05/2024
2.57.0 20 11/23/2024
2.57.0-pre1 20 10/04/2024
2.56.0 17 11/23/2024
2.56.0-pre2 17 11/23/2024
2.56.0-pre1 17 10/02/2024
2.55.0 21 11/23/2024
2.55.0-pre1 16 11/23/2024
2.54.0 16 11/23/2024
2.54.0-pre1 19 10/03/2024
2.53.0 20 10/03/2024
2.53.0-pre1 20 11/23/2024
2.52.0 17 11/23/2024
2.52.0-pre1 22 11/23/2024
2.51.0 21 10/05/2024
2.51.0-pre1 19 11/23/2024
2.50.0 20 11/23/2024
2.50.0-pre1 19 11/23/2024
2.49.0 20 10/04/2024
2.49.0-pre1 21 10/04/2024
2.48.0 20 10/05/2024
2.48.0-pre1 19 11/23/2024
2.47.0 18 11/23/2024
2.47.0-pre1 19 10/03/2024
2.46.0 20 10/05/2024
2.46.0-pre1 23 11/23/2024
2.45.0 20 11/23/2024
2.45.0-pre1 19 10/05/2024
2.44.0 21 11/23/2024
2.44.0-pre1 21 10/01/2024
2.43.0 18 10/05/2024
2.43.0-pre1 17 10/05/2024
2.42.0 22 10/05/2024
2.42.0-pre1 18 11/23/2024
2.41.0 20 11/23/2024
2.41.0-pre1 19 10/04/2024
2.40.0 21 10/03/2024
2.40.0-pre1 18 10/03/2024
2.39.0 15 10/03/2024
2.39.0-pre1 20 11/23/2024
2.38.0 18 11/23/2024
2.38.0-pre1 20 10/31/2024
2.37.0 19 11/23/2024
2.37.0-pre1 21 11/23/2024
2.36.0 20 11/23/2024
2.36.0-pre1 16 10/04/2024
2.35.0 22 01/08/2022
2.35.0-pre1 22 10/04/2024
2.34.0 17 10/05/2024
2.34.0-pre1 20 11/23/2024
2.33.1 20 11/23/2024
2.33.1-pre1 22 10/04/2024
2.32.0 20 10/05/2024
2.32.0-pre1 18 10/05/2024
2.31.0 17 11/23/2024
2.31.0-pre2 19 11/23/2024
2.30.0 18 10/05/2024
2.30.0-pre1 20 10/05/2024
2.29.0 20 10/04/2024
2.29.0-pre1 20 10/05/2024
2.28.0 21 11/23/2024
2.28.0-pre2 17 11/23/2024
2.28.0-pre1 20 10/05/2024
2.27.0 23 11/23/2024
2.27.0-pre1 19 11/23/2024
2.26.0 23 10/05/2024
2.26.0-pre1 22 11/23/2024
2.25.0 20 10/03/2024
2.25.0-pre1 16 11/23/2024
2.24.0 21 11/23/2024
2.24.0-pre1 18 11/23/2024
2.23.2 20 10/05/2024
0.2.23-pre2 21 09/30/2024
0.2.23-pre1 21 11/23/2024
0.1.22-pre3 22 10/04/2024
0.1.22-pre2 21 10/03/2024