Skip to content

Commit

Permalink
Add Grpc.Net.Client dependency
Browse files Browse the repository at this point in the history
Relates to #1456.
  • Loading branch information
stefanvanburen committed Aug 27, 2024
1 parent 2efcfa0 commit f02c183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/grpc/csharp/v1.66.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ registry:
deps:
- name: Grpc.Net.Common
version: 2.65.0
- name: Grpc.Net.Client
version: 2.65.0
1 change: 1 addition & 0 deletions plugins/grpc/csharp/v1.66.1/build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Net.Common" Version="2.65.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.65.0" />
<PackageReference Include="Google.Protobuf" Version="3.27.3" />
</ItemGroup>
</Project>

0 comments on commit f02c183

Please sign in to comment.