From 86402052c22454a909f72cd6dea6f1bcfb72a955 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:40:17 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo --- .../Serilog.Exceptions.EntityFrameworkCore.csproj | 6 +++--- .../Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj | 4 ++-- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/Serilog.Exceptions.EntityFrameworkCore/Serilog.Exceptions.EntityFrameworkCore.csproj b/Source/Serilog.Exceptions.EntityFrameworkCore/Serilog.Exceptions.EntityFrameworkCore.csproj index 1f7bcd6c..c9c47ad3 100644 --- a/Source/Serilog.Exceptions.EntityFrameworkCore/Serilog.Exceptions.EntityFrameworkCore.csproj +++ b/Source/Serilog.Exceptions.EntityFrameworkCore/Serilog.Exceptions.EntityFrameworkCore.csproj @@ -15,15 +15,15 @@ - + - + - + diff --git a/Tests/Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj b/Tests/Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj index 013601bc..5c93fec0 100644 --- a/Tests/Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj +++ b/Tests/Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj @@ -17,11 +17,11 @@ - + - + diff --git a/global.json b/global.json index 2374c625..937e33c8 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "allowPrerelease": false, "rollForward": "latestMajor", - "version": "7.0.302" + "version": "7.0.401" } }