Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels