Skip to content

Commit 2fbd578

Browse files
Bump Google.Protobuf and Microsoft.NETFramework.ReferenceAssemblies (#947)
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.29.3 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-version: 3.30.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: masesdevelopers <[email protected]>
1 parent 2524fd2 commit 2fbd578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/KNet.Serialization.Protobuf/KNet.Serialization.Protobuf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<None Include="..\..\documentation\articles\usageSerDes.md" Pack="true" PackagePath="\" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<PackageReference Include="Google.Protobuf" Version="3.30.1" />
21+
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
2222
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)