From c0927707a9542f4e47b9e62796a54ef974ee7379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:56:27 +0000 Subject: [PATCH] build(deps): Bump Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Logging and Serilog.Extensions.Logging Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Serilog.Extensions.Logging](https://github.com/serilog/serilog-extensions-logging). These dependencies needed to be updated together. Updates `Microsoft.Extensions.DependencyInjection` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Logging` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.0) Updates `Serilog.Extensions.Logging` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/serilog/serilog-extensions-logging/releases) - [Commits](https://github.com/serilog/serilog-extensions-logging/compare/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Serilog.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- BLMain/BLMain.csproj | 2 +- BLMain/packages.lock.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BLMain/BLMain.csproj b/BLMain/BLMain.csproj index 2cf83b0..18dd634 100644 --- a/BLMain/BLMain.csproj +++ b/BLMain/BLMain.csproj @@ -14,7 +14,7 @@ - + diff --git a/BLMain/packages.lock.json b/BLMain/packages.lock.json index 493087e..2af81ec 100644 --- a/BLMain/packages.lock.json +++ b/BLMain/packages.lock.json @@ -73,12 +73,12 @@ }, "Serilog.Extensions.Logging": { "type": "Direct", - "requested": "[8.0.0, )", - "resolved": "8.0.0", - "contentHash": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", + "requested": "[9.0.0, )", + "resolved": "9.0.0", + "contentHash": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", "dependencies": { - "Microsoft.Extensions.Logging": "8.0.0", - "Serilog": "3.1.1" + "Microsoft.Extensions.Logging": "9.0.0", + "Serilog": "4.2.0" } }, "Serilog.Sinks.Console": { @@ -161,8 +161,8 @@ }, "Serilog": { "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==" + "resolved": "4.2.0", + "contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==" }, "System.Diagnostics.DiagnosticSource": { "type": "Transitive",