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