Skip to content

Commit

Permalink
Merge pull request #22 from xavero/dependabot/nuget/demos/net5/GrpcDe…
Browse files Browse the repository at this point in the history
…mo/Google.Protobuf-3.15.6

build(deps): bump Google.Protobuf from 3.15.1 to 3.15.6 in /demos/net5/GrpcDemo
  • Loading branch information
xavero committed Mar 18, 2021
2 parents a4e49ae + 8b74a6a commit 74817a2
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.36.1">
<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.36.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 74817a2

Please sign in to comment.