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

Conversation

stefanvanburen
Copy link
Member

Matching with the Grpc.Net.Common dependency version.

@@ -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.

@stefanvanburen
Copy link
Member Author

(I probably need to split up this PR into a couple, as the build times for these bazel plugins is long.)

stefanvanburen added a commit that referenced this pull request Aug 27, 2024
@stefanvanburen
Copy link
Member Author

Going to just add this dep moving forward, as grpc/csharp is bumping to 1.66.1 today: f02c183.

@stefanvanburen stefanvanburen deleted the svanburen/add-grpc.net.client branch August 27, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants