run-aspnetcore-microservices icon indicating copy to clipboard operation
run-aspnetcore-microservices copied to clipboard

grpc version is not compatible with m1 macbook

Open sirmahyar opened this issue 2 years ago • 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

sirmahyar avatar Apr 09 '22 11:04 sirmahyar

2.44 works with M1 Pro also. Thanks!

Atantares avatar Apr 16 '22 14:04 Atantares