Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Grpc.Net.Client dependency to grpc/csharp #1456

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions plugins/grpc/csharp/v1.65.0/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.63.0
- name: Grpc.Net.Client
version: 2.63.0
1 change: 1 addition & 0 deletions plugins/grpc/csharp/v1.65.0/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.63.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically these don't need to be here as they aren't used in compilation, but we're currently testing to ensure that they match. Ideally we'd separate out this dep from the others, but .. 🤷‍♂️? Shouldn't matter much.

<PackageReference Include="Google.Protobuf" Version="3.26.1" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions plugins/grpc/csharp/v1.65.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.63.0
- name: Grpc.Net.Client
version: 2.63.0
1 change: 1 addition & 0 deletions plugins/grpc/csharp/v1.65.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.63.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions plugins/grpc/csharp/v1.65.2/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.63.0
- name: Grpc.Net.Client
version: 2.63.0
1 change: 1 addition & 0 deletions plugins/grpc/csharp/v1.65.2/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.63.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions plugins/grpc/csharp/v1.65.4/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.63.0
- name: Grpc.Net.Client
version: 2.63.0
1 change: 1 addition & 0 deletions plugins/grpc/csharp/v1.65.4/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.63.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions plugins/grpc/csharp/v1.65.5/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.63.0
- name: Grpc.Net.Client
version: 2.63.0
1 change: 1 addition & 0 deletions plugins/grpc/csharp/v1.65.5/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.63.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions plugins/grpc/csharp/v1.66.0/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.0/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>
Loading