diff --git a/src/Volo.Abp.AspNetCore/Abp/AspNetCore/AbpAspNetCoreModule.cs b/src/Volo.Abp.AspNetCore/Abp/AspNetCore/AbpAspNetCoreModule.cs index 59264a50cc..b8fc9960aa 100644 --- a/src/Volo.Abp.AspNetCore/Abp/AspNetCore/AbpAspNetCoreModule.cs +++ b/src/Volo.Abp.AspNetCore/Abp/AspNetCore/AbpAspNetCoreModule.cs @@ -1,5 +1,4 @@ using Microsoft.Extensions.DependencyInjection; -using Volo.Abp.AspNetCore.Modularity; using Volo.Abp.Modularity; using Volo.DependencyInjection; @@ -10,7 +9,6 @@ namespace Volo.Abp.AspNetCore public void ConfigureServices(IServiceCollection services) { services.AddAssemblyOf(); - services.AddSingleton(); } } }