deps: bump Grpc packages to 2.76.0 and Protobuf to 3.33.2#12
Conversation
WalkthroughThe pull request updates NuGet package versions across project and lock files. Key updates include Google.Protobuf (3.29.1 → 3.33.2), Grpc.AspNetCore (2.70.0 → 2.76.0), and Microsoft.Extensions packages to 8.0.0, aligning with .NET 8.0 compatibility. Changes
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (3)
examples/MyPlugin/packages.lock.jsonsrc/MozillaAI.Mcpd.Plugins.Sdk/MozillaAI.Mcpd.Plugins.Sdk.csprojsrc/MozillaAI.Mcpd.Plugins.Sdk/packages.lock.json
🔇 Additional comments (2)
src/MozillaAI.Mcpd.Plugins.Sdk/packages.lock.json (1)
1-203: LGTM!The lock file is consistent with the package reference updates in the
.csproj. Direct dependencies and transitive dependency versions are properly resolved, withMicrosoft.Extensions.*packages at 8.0.0 which is compatible with the .NET 9.0 target framework.examples/MyPlugin/packages.lock.json (1)
1-203: LGTM!The example project's lock file is correctly regenerated and consistent with the SDK's updated dependencies. The project reference to
mozillaai.mcpd.plugins.sdkproperly reflects the new package version ranges.
What's Changed
📦 Dependency Updates
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.