From 59d9a6d044e51e9fe796124dc0668ffe288c9b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:28:38 +0000 Subject: [PATCH] Bump Serilog.AspNetCore and Serilog.Sinks.Console Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) and [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console). These dependencies needed to be updated together. Updates `Serilog.AspNetCore` from 6.0.1 to 8.0.1 - [Release notes](https://github.com/serilog/serilog-aspnetcore/releases) - [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v6.0.1...v8.0.1) Updates `Serilog.Sinks.Console` from 4.1.0 to 5.0.0 - [Release notes](https://github.com/serilog/serilog-sinks-console/releases) - [Commits](https://github.com/serilog/serilog-sinks-console/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: Serilog.AspNetCore dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Serilog.Sinks.Console dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- oauth-server/src/API/OAuthServer/OAuthServer.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth-server/src/API/OAuthServer/OAuthServer.csproj b/oauth-server/src/API/OAuthServer/OAuthServer.csproj index 170084298..0d8c01c21 100644 --- a/oauth-server/src/API/OAuthServer/OAuthServer.csproj +++ b/oauth-server/src/API/OAuthServer/OAuthServer.csproj @@ -31,14 +31,14 @@ - + - +