Skip to content

Commit bea316a

Browse files
Bump Google.Protobuf and Microsoft.NETFramework.ReferenceAssemblies
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `Google.Protobuf` from 3.30.1 to 3.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c1eb12 commit bea316a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Analogy.LogServer.Clients/Analogy.LogServer.Clients.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net9.0;net8.0;net48</TargetFrameworks>
@@ -29,7 +29,7 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="Analogy.Interfaces.DataTypes" Version="2.0.0" />
32-
<PackageReference Include="Google.Protobuf" Version="3.30.1" />
32+
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
3333
<PackageReference Include="Grpc.Core" Version="2.46.6" />
3434
<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />
3535
<PackageReference Include="Grpc.Tools" Version="2.71.0">

0 commit comments

Comments
 (0)