Skip to content

Commit

Permalink
Bump Grpc.Tools from 2.68.1 to 2.69.0 in /hello-grpc-csharp
Browse files Browse the repository at this point in the history
Bumps [Grpc.Tools](https://github.com/grpc/grpc) from 2.68.1 to 2.69.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/commits)

---
updated-dependencies:
- dependency-name: Grpc.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 511a222 commit 074554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-grpc-csharp/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- https://www.nuget.org/packages/Grpc -->
<PackageReference Include="Grpc" Version="2.46.6" />
<!-- https://www.nuget.org/packages/Grpc.Tools -->
<PackageReference Include="Grpc.Tools" Version="2.68.1" PrivateAssets="All" />
<PackageReference Include="Grpc.Tools" Version="2.69.0" PrivateAssets="All" />
<!-- https://www.nuget.org/packages/log4net -->
<PackageReference Include="log4net" Version="3.0.3" />
<!-- https://www.nuget.org/packages/Newtonsoft.Json -->
Expand Down

0 comments on commit 074554c

Please sign in to comment.