From 28004ad85b4334cf8f440113319e9f29facd3cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:36:49 +0100 Subject: [PATCH] Bump MessagePack and System.Memory in /src/net (#762) Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) and System.Memory. These dependencies needed to be updated together. Updates `MessagePack` from 2.5.187 to 2.5.192 - [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases) - [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1) - [Commits](https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.187...v2.5.192) Updates `System.Memory` from 4.5.5 to 4.5.5 --- updated-dependencies: - dependency-name: MessagePack dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Memory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../KNet.Serialization.MessagePack.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/KNet.Serialization.MessagePack/KNet.Serialization.MessagePack.csproj b/src/net/KNet.Serialization.MessagePack/KNet.Serialization.MessagePack.csproj index c1301852a..0b2a8d9c6 100644 --- a/src/net/KNet.Serialization.MessagePack/KNet.Serialization.MessagePack.csproj +++ b/src/net/KNet.Serialization.MessagePack/KNet.Serialization.MessagePack.csproj @@ -21,7 +21,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive