From e6101c0f6e0e0b2bb2f3b04a19994abaebd08841 Mon Sep 17 00:00:00 2001 From: Falcon <12919280+falconfly@user.noreply.gitee.com> Date: Wed, 19 Feb 2025 16:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E5=86=8CTimedTask?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E5=86=8C=E6=96=B9=E6=B3=95=E3=80=82=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Falcon.SugarApi/Falcon.SugarApi.csproj | 2 +- Falcon.SugarApi/TimedBackgroundTask/IServiceCollectionExtend.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Falcon.SugarApi/Falcon.SugarApi.csproj b/Falcon.SugarApi/Falcon.SugarApi.csproj index 202a601..e81f39b 100644 --- a/Falcon.SugarApi/Falcon.SugarApi.csproj +++ b/Falcon.SugarApi/Falcon.SugarApi.csproj @@ -8,7 +8,7 @@ bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml true true - 2.14.0 + 2.14.1 diff --git a/Falcon.SugarApi/TimedBackgroundTask/IServiceCollectionExtend.cs b/Falcon.SugarApi/TimedBackgroundTask/IServiceCollectionExtend.cs index 03e1620..a286362 100644 --- a/Falcon.SugarApi/TimedBackgroundTask/IServiceCollectionExtend.cs +++ b/Falcon.SugarApi/TimedBackgroundTask/IServiceCollectionExtend.cs @@ -13,7 +13,7 @@ namespace Falcon.SugarApi.TimedBackgroundTask /// TimedBackgroundTask的具体类型 /// 服务集合 /// 服务集合 - public static IServiceCollection AddTimedBackgroundTask(this IServiceCollection services) + public static IServiceCollection AddTimedTask(this IServiceCollection services) where T : TimedTask { services.AddHostedService(); return services;