Skip to content

chore: update grpc-dotnet monorepo to 2.80.0#735

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/grpc-dotnet-monorepo
Open

chore: update grpc-dotnet monorepo to 2.80.0#735
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/grpc-dotnet-monorepo

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 30, 2026

This PR contains the following updates:

Package Change Age Confidence
Grpc.AspNetCore 2.76.02.80.0 age confidence
Grpc.AspNetCore.Server 2.76.02.80.0 age confidence
Grpc.Core.Api 2.76.02.80.0 age confidence
Grpc.Net.Client 2.76.02.80.0 age confidence
Grpc.Net.Common 2.76.02.80.0 age confidence

Release Notes

grpc/grpc-dotnet (Grpc.AspNetCore)

v2.80.0

What's Changed
New Contributors

Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners April 30, 2026 20:09
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 30, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates gRPC package references to version 2.80.0 across the test and ADO.NET projects. Feedback suggests removing redundant package references in the test project that are already provided transitively by Grpc.AspNetCore to simplify the project configuration.

Comment on lines +12 to +16
<PackageReference Include="Grpc.AspNetCore" Version="2.80.0" />
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.80.0" />
<PackageReference Include="Grpc.Core.Api" Version="2.80.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.80.0" />
<PackageReference Include="Grpc.Net.Common" Version="2.80.0" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The package references for Grpc.AspNetCore.Server, Grpc.Core.Api, Grpc.Net.Client, and Grpc.Net.Common are redundant because they are already included as transitive dependencies of Grpc.AspNetCore. Consolidating these into a single reference simplifies the project file and improves maintainability.

    <PackageReference Include="Grpc.AspNetCore" Version="2.80.0" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant