diff --git a/aspnet-core/services/LY.MicroService.Applications.Single/MicroServiceApplicationsSingleModule.Configure.cs b/aspnet-core/services/LY.MicroService.Applications.Single/MicroServiceApplicationsSingleModule.Configure.cs index 0126182fb..bcc5e3042 100644 --- a/aspnet-core/services/LY.MicroService.Applications.Single/MicroServiceApplicationsSingleModule.Configure.cs +++ b/aspnet-core/services/LY.MicroService.Applications.Single/MicroServiceApplicationsSingleModule.Configure.cs @@ -7,7 +7,7 @@ using LINGYUN.Abp.Demo.Books; using LINGYUN.Abp.Demo.Localization; using LINGYUN.Abp.ExceptionHandling; using LINGYUN.Abp.ExceptionHandling.Emailing; -using LINGYUN.Abp.Exporter; +using LINGYUN.Abp.Exporter.MiniExcel; using LINGYUN.Abp.Idempotent; using LINGYUN.Abp.Identity.Session; using LINGYUN.Abp.IdentityServer.IdentityResources; @@ -41,8 +41,6 @@ using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Server.Kestrel.Core; using Microsoft.Extensions.Caching.StackExchangeRedis; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Localization; using Microsoft.IdentityModel.Logging; using Microsoft.OpenApi.Models; using MiniExcelLibs.Attributes; @@ -67,7 +65,6 @@ using Volo.Abp.EntityFrameworkCore; using Volo.Abp.FeatureManagement; using Volo.Abp.Features; using Volo.Abp.GlobalFeatures; -using Volo.Abp.Http; using Volo.Abp.Http.Client; using Volo.Abp.Identity.Localization; using Volo.Abp.IdentityServer;