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;