From 6e7cdc9b0d283eb60402c1f283c633f3a44b0360 Mon Sep 17 00:00:00 2001 From: Vladimir Pecanac Date: Mon, 24 Aug 2026 00:22:02 +0200 Subject: [PATCH] RollingFileLoggingWithSerilog: retarget to net10.0, update Serilog packages Retarget both projects to net10.0 and move the Serilog packages to their current releases: Serilog 4.4.0, Serilog.AspNetCore 10.0.0, Serilog.Extensions.Hosting 10.0.0, Serilog.Sinks.File 7.0.0. Build is clean and the unit test passes. --- .../RollingFileLoggingWithSerilog.csproj | 10 +++++----- .../RollingFileLoggingWithSerilog/Tests/Tests.csproj | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dotnet-logging/RollingFileLoggingWithSerilog/RollingFileLoggingWithSerilog/RollingFileLoggingWithSerilog.csproj b/dotnet-logging/RollingFileLoggingWithSerilog/RollingFileLoggingWithSerilog/RollingFileLoggingWithSerilog.csproj index a6ad151213..d422af9d4b 100644 --- a/dotnet-logging/RollingFileLoggingWithSerilog/RollingFileLoggingWithSerilog/RollingFileLoggingWithSerilog.csproj +++ b/dotnet-logging/RollingFileLoggingWithSerilog/RollingFileLoggingWithSerilog/RollingFileLoggingWithSerilog.csproj @@ -1,16 +1,16 @@ - net7.0 + net10.0 enable enable - - - - + + + + diff --git a/dotnet-logging/RollingFileLoggingWithSerilog/Tests/Tests.csproj b/dotnet-logging/RollingFileLoggingWithSerilog/Tests/Tests.csproj index 6ec61435ea..153b35ccb2 100644 --- a/dotnet-logging/RollingFileLoggingWithSerilog/Tests/Tests.csproj +++ b/dotnet-logging/RollingFileLoggingWithSerilog/Tests/Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net10.0 enable enable