From f44c14ff61af73dbfc5c2ad0b56ba2a3e1cdf857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 02:12:07 +0000 Subject: [PATCH] Update dotnet monorepo to v9 --- .../Serilog.Exceptions.EntityFrameworkCore.csproj | 8 ++++---- .../Serilog.Exceptions.Test.csproj | 6 +++--- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Source/Serilog.Exceptions.EntityFrameworkCore/Serilog.Exceptions.EntityFrameworkCore.csproj b/Source/Serilog.Exceptions.EntityFrameworkCore/Serilog.Exceptions.EntityFrameworkCore.csproj index 7c984cd9..a42be961 100644 --- a/Source/Serilog.Exceptions.EntityFrameworkCore/Serilog.Exceptions.EntityFrameworkCore.csproj +++ b/Source/Serilog.Exceptions.EntityFrameworkCore/Serilog.Exceptions.EntityFrameworkCore.csproj @@ -15,19 +15,19 @@ - + - + - + - + diff --git a/Tests/Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj b/Tests/Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj index 990242db..627adac0 100644 --- a/Tests/Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj +++ b/Tests/Serilog.Exceptions.Test/Serilog.Exceptions.Test.csproj @@ -17,15 +17,15 @@ - + - + - + diff --git a/global.json b/global.json index eba86755..bd14886e 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "allowPrerelease": false, "rollForward": "latestMajor", - "version": "8.0.403" + "version": "9.0.102" } }