Browse Source

Merge pull request #17251 from abpframework/AbpBackgroundJobsModule

Depends on `AbpBackgroundJobsModule` in the `DemoAppSharedModule`.
pull/17253/head
liangshiwei 3 years ago
committed by GitHub
parent
commit
00709d917b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/DemoAppSharedModule.cs
  2. 2
      modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.csproj

2
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
{

2
modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.csproj

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(MicrosoftPackageVersion)" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.BackgroundJobs.Abstractions\Volo.Abp.BackgroundJobs.Abstractions.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.BackgroundJobs\Volo.Abp.BackgroundJobs.csproj" />
</ItemGroup>
</Project>

Loading…
Cancel
Save