From 534e1e667918fd6c4f1fabaf01288a95ef11e622 Mon Sep 17 00:00:00 2001 From: kuberto773 Date: Mon, 23 Feb 2026 13:15:40 +0100 Subject: [PATCH 1/2] chore: upgrade Hangfire lib --- .../Madev.Utils.Infrastructure.Hangfire.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Madev.Utils.Infrastructure.Hangfire/Madev.Utils.Infrastructure.Hangfire.csproj b/src/Madev.Utils.Infrastructure.Hangfire/Madev.Utils.Infrastructure.Hangfire.csproj index 2507702..4e5a7ed 100644 --- a/src/Madev.Utils.Infrastructure.Hangfire/Madev.Utils.Infrastructure.Hangfire.csproj +++ b/src/Madev.Utils.Infrastructure.Hangfire/Madev.Utils.Infrastructure.Hangfire.csproj @@ -15,7 +15,7 @@ - + From 6253a1f9e7ea9f7048be5fd6a39598b63300b26e Mon Sep 17 00:00:00 2001 From: kuberto773 Date: Mon, 23 Feb 2026 13:16:10 +0100 Subject: [PATCH 2/2] chore: upgrade Hangfire utils to dotnet 10 --- .../Madev.Utils.Infrastructure.Hangfire.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Madev.Utils.Infrastructure.Hangfire/Madev.Utils.Infrastructure.Hangfire.csproj b/src/Madev.Utils.Infrastructure.Hangfire/Madev.Utils.Infrastructure.Hangfire.csproj index 4e5a7ed..135f57a 100644 --- a/src/Madev.Utils.Infrastructure.Hangfire/Madev.Utils.Infrastructure.Hangfire.csproj +++ b/src/Madev.Utils.Infrastructure.Hangfire/Madev.Utils.Infrastructure.Hangfire.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable