Skip to content

Commit fe34075

Browse files
Bump Google.Protobuf in /examples/RemoteActivate/Messages (#1456)
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.0 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.7.0...v3.15.0) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e16fcf commit fe34075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/RemoteActivate/Messages/Messages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<None Include="Protos.proto" />
1111
</ItemGroup>
1212
<ItemGroup>
13-
<PackageReference Include="Google.Protobuf" Version="3.7.0" />
13+
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
1414
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
1515
</ItemGroup>
1616
<ItemGroup>

src/Proto.Actor/Proto.Actor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Google.Protobuf" Version="3.21.0" />
11+
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
1212
<PackageReference Include="Grpc.Tools" Version="2.42.0" PrivateAssets="All" />
1313
<PackageReference Include="IsExternalInit.System.Runtime.CompilerServices" Version="1.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
1414
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />

0 commit comments

Comments
 (0)