Browse Source

Fixed required module in IdentityServerHost

pull/736/head
Goxy 7 years ago
parent
commit
2816d8e5ea
  1. 1
      templates/service/host/IdentityServerHost/IdentityServerHostModule.cs

1
templates/service/host/IdentityServerHost/IdentityServerHostModule.cs

@ -17,6 +17,7 @@ namespace IdentityServerHost
[DependsOn(
typeof(AbpAutofacModule),
typeof(AbpAspNetCoreMvcModule),
typeof(AbpIdentityAspNetCoreModule),
typeof(AbpIdentityServerEntityFrameworkCoreModule),
typeof(AbpIdentityEntityFrameworkCoreModule),
typeof(AbpEntityFrameworkCoreSqlServerModule)

Loading…
Cancel
Save