You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: