From ca4baab686acdc6ac1f4635db1fb4b14842a3704 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:26:59 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v8 --- .../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..5f9bd1ef 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..3ca01163 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..5230e93f 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "allowPrerelease": false, "rollForward": "latestMajor", - "version": "7.0.302" + "version": "8.0.402" } }