From ab7bdd5fd3a162c748a415c895a77107006686bb Mon Sep 17 00:00:00 2001 From: kuberto773 Date: Mon, 23 Feb 2026 13:33:03 +0100 Subject: [PATCH] chore: add netstandard support for Hangfire library --- .../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 135f57a..18f942f 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 @@  - net10.0 + netstandard2.1;net10 enable enable