Skip to content

Commit

Permalink
Bump Grpc.Tools from 2.67.0 to 2.68.1 in the grpc group
Browse files Browse the repository at this point in the history
Bumps the grpc group with 1 update: [Grpc.Tools](https://github.com/grpc/grpc).


Updates `Grpc.Tools` from 2.67.0 to 2.68.1
- [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
  dependency-group: grpc
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 633dd1a commit d201728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<!-- Grpc -->
<PackageVersion Include="Grpc.AspNetCore" Version="$(GrpcVersion)" />
<PackageVersion Include="Grpc.AspNetCore.Server.ClientFactory" Version="$(GrpcVersion)" />
<PackageVersion Include="Grpc.Tools" Version="2.67.0" PrivateAssets="All" />
<PackageVersion Include="Grpc.Tools" Version="2.68.1" PrivateAssets="All" />
<!-- Miscellaneous -->
<PackageVersion Include="Automapper" Version="13.0.1" />
<PackageVersion Include="Dapper" Version="2.1.35" />
Expand Down
2 changes: 1 addition & 1 deletion src/ClientApp/ClientApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.28.3" />
<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />
<PackageReference Include="Grpc.Tools" Version="2.67.0">
<PackageReference Include="Grpc.Tools" Version="2.68.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d201728

Please sign in to comment.