Browse Source

Add Volo.Abp.Identity.AspNetCore package to IdentityServerHost project

pull/746/head
Halil ibrahim Kalkan 7 years ago
parent
commit
97eedda9b9
  1. 1
      templates/service/host/IdentityServerHost/IdentityServerHost.csproj
  2. 1
      templates/service/host/IdentityServerHost/IdentityServerHostModule.cs

1
templates/service/host/IdentityServerHost/IdentityServerHost.csproj

@ -16,6 +16,7 @@
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.EntityFrameworkCore.SqlServer\Volo.Abp.EntityFrameworkCore.SqlServer.csproj" />
<ProjectReference Include="..\..\..\..\modules\identityserver\src\Volo.Abp.IdentityServer.EntityFrameworkCore\Volo.Abp.IdentityServer.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\..\modules\identity\src\Volo.Abp.Identity.EntityFrameworkCore\Volo.Abp.Identity.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\..\modules\identity\src\Volo.Abp.Identity.AspNetCore\Volo.Abp.Identity.AspNetCore.csproj" />
</ItemGroup>
<ItemGroup>

1
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;

Loading…
Cancel
Save