From f02c183b055fe840cba9942c99cd3b7a1b838b51 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Tue, 27 Aug 2024 14:56:36 -0400 Subject: [PATCH] Add `Grpc.Net.Client` dependency Relates to #1456. --- plugins/grpc/csharp/v1.66.1/buf.plugin.yaml | 2 ++ plugins/grpc/csharp/v1.66.1/build.csproj | 1 + 2 files changed, 3 insertions(+) diff --git a/plugins/grpc/csharp/v1.66.1/buf.plugin.yaml b/plugins/grpc/csharp/v1.66.1/buf.plugin.yaml index 05c71f62..15f32453 100644 --- a/plugins/grpc/csharp/v1.66.1/buf.plugin.yaml +++ b/plugins/grpc/csharp/v1.66.1/buf.plugin.yaml @@ -18,3 +18,5 @@ registry: deps: - name: Grpc.Net.Common version: 2.65.0 + - name: Grpc.Net.Client + version: 2.65.0 diff --git a/plugins/grpc/csharp/v1.66.1/build.csproj b/plugins/grpc/csharp/v1.66.1/build.csproj index 8525cb2c..36e3050c 100644 --- a/plugins/grpc/csharp/v1.66.1/build.csproj +++ b/plugins/grpc/csharp/v1.66.1/build.csproj @@ -4,6 +4,7 @@ +