From 97eedda9b9dcc1ae96c295b1d46ecf09183f570a Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Sat, 19 Jan 2019 21:23:12 +0300 Subject: [PATCH] Add Volo.Abp.Identity.AspNetCore package to IdentityServerHost project --- .../service/host/IdentityServerHost/IdentityServerHost.csproj | 1 + .../service/host/IdentityServerHost/IdentityServerHostModule.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/service/host/IdentityServerHost/IdentityServerHost.csproj b/templates/service/host/IdentityServerHost/IdentityServerHost.csproj index a41a8ffac5..c5b8c3826d 100644 --- a/templates/service/host/IdentityServerHost/IdentityServerHost.csproj +++ b/templates/service/host/IdentityServerHost/IdentityServerHost.csproj @@ -16,6 +16,7 @@ + diff --git a/templates/service/host/IdentityServerHost/IdentityServerHostModule.cs b/templates/service/host/IdentityServerHost/IdentityServerHostModule.cs index 5cf1b7e511..7dc28ae65c 100644 --- a/templates/service/host/IdentityServerHost/IdentityServerHostModule.cs +++ b/templates/service/host/IdentityServerHost/IdentityServerHostModule.cs @@ -8,6 +8,7 @@ using Volo.Abp.Autofac; using Volo.Abp.Data; using Volo.Abp.EntityFrameworkCore; using Volo.Abp.EntityFrameworkCore.SqlServer; +using Volo.Abp.Identity.AspNetCore; using Volo.Abp.Identity.EntityFrameworkCore; using Volo.Abp.IdentityServer.EntityFrameworkCore; using Volo.Abp.Modularity;