From d3a59d6c912e978672ee7bebd902e9b7d4ce0a30 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Sun, 9 Jan 2022 16:23:37 +0800 Subject: [PATCH] feat(admin): add task management public modules to admin modules --- build/modules.dependencies.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/modules.dependencies.json b/build/modules.dependencies.json index 2c9b4e490..a6141ad42 100644 --- a/build/modules.dependencies.json +++ b/build/modules.dependencies.json @@ -57,7 +57,9 @@ "LINGYUN.Abp.Features.LimitValidation.dll", "LINGYUN.Abp.Features.LimitValidation.Redis.dll", "LINGYUN.Abp.WorkflowManagement.Application.Contracts.dll", - "LINGYUN.Abp.WorkflowManagement.Domain.Shared.dll" + "LINGYUN.Abp.WorkflowManagement.Domain.Shared.dll", + "LINGYUN.Abp.TaskManagement.Application.Contracts.dll", + "LINGYUN.Abp.TaskManagement.Domain.Shared.dll" ] } ]