Browse Source
Merge pull request #203 from colinin/4.2
fixed incorrect namespaces
pull/252/head
cKey
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
aspnet-core/services/account/AuthServer.Host/AuthIdentityServerModule.cs
-
aspnet-core/services/identity-server/LINGYUN.Abp.IdentityServer4.HttpApi.Host/AbpIdentityServerAdminHttpApiHostModule.cs
|
|
|
@ -6,7 +6,7 @@ using LINGYUN.Abp.IdentityServer.EntityFrameworkCore; |
|
|
|
using LINGYUN.Abp.IdentityServer.WeChat; |
|
|
|
using LINGYUN.Abp.MultiTenancy.DbFinder; |
|
|
|
using LINGYUN.Abp.PermissionManagement.Identity; |
|
|
|
using LINYUN.Abp.Sms.Aliyun; |
|
|
|
using LINGYUN.Abp.Sms.Aliyun; |
|
|
|
using Microsoft.AspNetCore.Builder; |
|
|
|
using Microsoft.AspNetCore.Cors; |
|
|
|
using Microsoft.AspNetCore.DataProtection; |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ using LINGYUN.Abp.EventBus.CAP; |
|
|
|
using LINGYUN.Abp.ExceptionHandling; |
|
|
|
using LINGYUN.Abp.ExceptionHandling.Emailing; |
|
|
|
using LINGYUN.Abp.MultiTenancy.DbFinder; |
|
|
|
using LINYUN.Abp.Sms.Aliyun; |
|
|
|
using LINGYUN.Abp.Sms.Aliyun; |
|
|
|
using Microsoft.AspNetCore.Authentication.JwtBearer; |
|
|
|
using Microsoft.AspNetCore.Builder; |
|
|
|
using Microsoft.AspNetCore.DataProtection; |
|
|
|
|