From 1a7ddae9fa7031f8b274a26acbbcfa29a7698a03 Mon Sep 17 00:00:00 2001 From: Vladimir Pecanac Date: Mon, 24 Aug 2026 14:02:21 +0200 Subject: [PATCH] MediatR exception handler: retarget net10.0, MediatR 14.2.0, OpenApi 10.0.11, Swashbuckle 10.2.3 --- .../MediatrExceptionHandler.csproj | 8 ++++---- .../MediatrExceptionHandler/Tests/Tests.csproj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exception-handling/MediatrExceptionHandler/MediatrExceptionHandler/MediatrExceptionHandler.csproj b/exception-handling/MediatrExceptionHandler/MediatrExceptionHandler/MediatrExceptionHandler.csproj index 60538817be..6381569da7 100644 --- a/exception-handling/MediatrExceptionHandler/MediatrExceptionHandler/MediatrExceptionHandler.csproj +++ b/exception-handling/MediatrExceptionHandler/MediatrExceptionHandler/MediatrExceptionHandler.csproj @@ -1,16 +1,16 @@ - net7.0 + net10.0 enable enable - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/exception-handling/MediatrExceptionHandler/Tests/Tests.csproj b/exception-handling/MediatrExceptionHandler/Tests/Tests.csproj index bef455371c..fb58c1402f 100644 --- a/exception-handling/MediatrExceptionHandler/Tests/Tests.csproj +++ b/exception-handling/MediatrExceptionHandler/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net10.0 enable enable