From fa373857121696da22c891cc93f2c254043b6784 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 9 Oct 2024 16:02:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(exporter):=20=E4=BF=AE=E5=A4=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E7=A9=BA=E9=97=B4=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MicroServiceApplicationsSingleModule.Configure.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;