aspnetrun/run-aspnetcore-microservices

grpc version is not compatible with m1 macbook

sirmahyar opened this issue · 1 comments

hi. i'm using macbook air 2020 with m1 processor for this project. and i'm facing one issue that tells me

Google.Protobuf.Tools cannot determine host OS and CPU

after searching for a while i found that Grpc.AspNetCore version in cloned project (2.35.0) isn't supporting arm processors.
so change the code to:
<PackageReference Include="Grpc.AspNetCore" Version="2.44.0" />
in Discount.Grpc and Basket.API.
Thanks

2.44 works with M1 Pro also. Thanks!