From 2302230e56b1ef92171cd3512f7b7d446c7af61b Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 2 Aug 2023 09:18:27 +0800 Subject: [PATCH] Depends on `AbpBackgroundJobsModule` in the `DemoAppSharedModule`. Resolve #17250 --- .../DemoAppSharedModule.cs | 2 +- .../Volo.Abp.BackgroundJobs.DemoApp.Shared.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/DemoAppSharedModule.cs b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/DemoAppSharedModule.cs index 193e87b528..ad002a5e18 100644 --- a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/DemoAppSharedModule.cs +++ b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/DemoAppSharedModule.cs @@ -5,7 +5,7 @@ using Volo.Abp.Modularity; namespace Volo.Abp.BackgroundJobs.DemoApp.Shared { [DependsOn( - typeof(AbpBackgroundJobsAbstractionsModule) + typeof(AbpBackgroundJobsModule) )] public class DemoAppSharedModule : AbpModule { diff --git a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.csproj b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.csproj index e6a08dbd02..d8ff12e3f8 100644 --- a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.csproj +++ b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.csproj @@ -8,7 +8,7 @@ - +