Grpc.AspNetCore 2.83.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.MongoDB
MongoDB support for Aspire.
46
Aspire.Hosting
Core abstractions for the Aspire application model.
41
Aspire.Hosting.MongoDB
MongoDB support for .NET Aspire.
40
Aspire.Hosting.Nats
NATS support for .NET Aspire.
40
Aspire.Hosting.Nats
NATS support for Aspire.
40
Aspire.Hosting.SqlServer
Microsoft SQL Server support for Aspire.
39
Aspire.Hosting
Core abstractions for the Aspire application model.
38
Aspire.Hosting.Nats
NATS support for Aspire.
38
Aspire.Hosting.PostgreSQL
PostgreSQL® support for Aspire.
38
Aspire.Hosting.MongoDB
MongoDB support for Aspire.
38
Aspire.Hosting
Core abstractions for the .NET Aspire application model.
37
Aspire.Hosting.AppHost
Core library and MSBuild logic for Aspire AppHost projects.
37
Aspire.Hosting.SqlServer
Microsoft SQL Server support for Aspire.
36
Aspire.Hosting
Core abstractions for the Aspire application model.
36
Aspire.Hosting.Nats
NATS support for Aspire.
36
Aspire.Hosting.PostgreSQL
PostgreSQL® support for .NET Aspire.
36
Aspire.Hosting.SqlServer
Microsoft SQL Server support for Aspire.
35
Aspire.Hosting.PostgreSQL
PostgreSQL® support for Aspire.
35
Aspire.Hosting.PostgreSQL
PostgreSQL® support for .NET Aspire.
35
Aspire.Hosting
Core abstractions for the .NET Aspire application model.
35

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
2.83.0-pre1 8 07/23/2026
2.80.0 26 05/01/2026
2.80.0-pre1 27 04/02/2026
2.76.0 42 12/21/2025
2.76.0-pre1 37 12/12/2025
2.71.0 30 12/11/2025
2.71.0-pre1 34 12/10/2025
2.70.0 33 12/15/2025
2.70.0-pre1 37 12/10/2025
2.67.0 29 12/12/2025
2.67.0-pre1 35 12/12/2025
2.66.0 30 12/21/2025
2.66.0-pre1 33 12/12/2025
2.65.0 32 12/10/2025
2.65.0-pre1 40 12/16/2025
2.64.0 31 12/15/2025
2.64.0-pre1 37 12/12/2025
2.63.0 29 12/12/2025
2.63.0-pre1 31 12/14/2025
2.62.0 40 12/21/2025
2.62.0-pre1 36 12/12/2025
2.61.0 29 12/12/2025
2.61.0-pre1 34 12/19/2025
2.60.0 30 12/09/2025
2.60.0-pre1 31 12/10/2025
2.59.0 32 12/20/2025
2.59.0-pre1 38 12/15/2025
2.58.0 32 12/12/2025
2.58.0-pre1 34 12/13/2025
2.57.0 31 12/18/2025
2.57.0-pre1 31 12/21/2025
2.56.0 25 12/12/2025
2.56.0-pre2 32 12/11/2025
2.56.0-pre1 37 12/16/2025
2.55.0 32 12/14/2025
2.55.0-pre1 34 12/17/2025
2.54.0 32 12/10/2025
2.54.0-pre1 34 12/10/2025
2.53.0 34 12/12/2025
2.53.0-pre1 35 12/14/2025
2.52.0 33 12/12/2025
2.52.0-pre1 34 12/10/2025
2.51.0 34 12/10/2025
2.51.0-pre1 35 12/14/2025
2.50.0 34 12/12/2025
2.50.0-pre1 29 12/11/2025
2.49.0 22 12/10/2025
2.49.0-pre1 34 12/12/2025
2.48.0 39 12/11/2025
2.48.0-pre1 37 12/10/2025
2.47.0 28 12/12/2025
2.47.0-pre1 36 12/18/2025
2.46.0 37 12/11/2025
2.46.0-pre1 34 12/12/2025
2.45.0 32 12/12/2025
2.45.0-pre1 39 12/11/2025
2.44.0 30 12/19/2025
2.44.0-pre1 33 12/10/2025
2.43.0 33 12/09/2025
2.43.0-pre1 40 12/12/2025
2.42.0 31 12/14/2025
2.42.0-pre1 29 12/12/2025
2.41.0 25 12/09/2025
2.41.0-pre1 32 12/12/2025
2.40.0 30 12/16/2025
2.40.0-pre1 35 12/12/2025
2.39.0 30 12/12/2025
2.39.0-pre1 28 12/14/2025
2.38.0 30 12/15/2025
2.38.0-pre1 35 12/13/2025
2.37.0 33 12/10/2025
2.37.0-pre1 36 12/12/2025
2.36.0 35 12/12/2025
2.36.0-pre1 31 12/11/2025
2.35.0 30 12/12/2025
2.35.0-pre1 31 12/12/2025
2.34.0 34 12/14/2025
2.34.0-pre1 30 12/12/2025
2.33.1 32 12/16/2025
2.33.1-pre1 31 12/09/2025
2.32.0 33 12/12/2025
2.32.0-pre1 34 12/11/2025
2.31.0 34 12/12/2025
2.31.0-pre2 31 12/12/2025
2.30.0 34 12/21/2025
2.30.0-pre1 26 12/12/2025
2.29.0 35 12/21/2025
2.29.0-pre1 38 12/12/2025
2.28.0 34 12/12/2025
2.28.0-pre2 32 01/25/2026
2.28.0-pre1 34 12/11/2025
2.27.0 31 12/12/2025
2.27.0-pre1 35 12/12/2025
2.26.0 35 12/12/2025
2.26.0-pre1 35 12/12/2025
2.25.0 32 12/13/2025
2.25.0-pre1 29 12/12/2025
2.24.0 22 12/16/2025
2.24.0-pre1 33 12/13/2025
2.23.2 32 12/14/2025
0.2.23-pre2 32 12/11/2025
0.2.23-pre1 35 12/12/2025
0.1.22-pre3 37 12/12/2025
0.1.22-pre2 32 12/12/2025