Skip to content

Commit

Permalink
build(deps): bump Google.Protobuf in /demos/net5/GrpcDemo
Browse files Browse the repository at this point in the history
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.1 to 3.15.6.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.15.1...v3.15.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 38b4ed2 commit 8b74a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/net5/GrpcDemo/GrpcClient/GrpcClient.csproj
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.15.1" />
<PackageReference Include="Google.Protobuf" Version="3.15.6" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.35.0" />
<PackageReference Include="Grpc.Tools" Version="2.35.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.15.1" />
<PackageReference Include="Google.Protobuf" Version="3.15.6" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.35.0" />
<PackageReference Include="Grpc.Tools" Version="2.35.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 8b74a6a

Please sign in to comment.