Skip to content

Commit

Permalink
Upgrade grpc-tool version to fix build failure on macOS m1 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhaoyang authored May 7, 2022
1 parent b003b2d commit c1bb72c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
<PackageReference Include="Grpc" Version="2.37.0" />
<PackageReference Include="Grpc.Tools" Version="2.41.0" PrivateAssets="All" />
<PackageReference Include="Grpc" Version="2.45.0" />
<PackageReference Include="Grpc.Tools" Version="2.45.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c1bb72c

Please sign in to comment.