Skip to content

.NET 6 gRPC project templates use gRPC.Tools NuGet package which does not work on Big Sur #37060

@mrward

Description

@mrward

Related to #28538

The change below where the grpc NuGet packages in the project template were updated to a later version that work on Big Sur was not ported to the .NET 6 SDK.

#28549

.NET 5 SDK uses:

<PackageReference Include="Grpc.AspNetCore" Version="2.34.0" />

.NET 6 SDK uses:

<PackageReference Include="Grpc.AspNetCore" Version="2.32.0" />

Further technical details

  • ASP.NET Core version: 6.0.0-rc.1.21451.13
  • dotnet version: 6.0.100-rc.1.21463.6
  • IDE: VS Mac 17.0

Metadata

Metadata

Assignees

Labels

area-grpcIncludes: GRPC wire-up, templates

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions