Abp IdentityServer4 Admin Panel
- Install the following NuGet packages.
EasyAbp.IdentityServerAdmin.Application
EasyAbp.IdentityServerAdmin.Web
- Add
DependsOn(typeof(xxx))
attribute to configure the module dependencies.
Due to
Volo.Abp.IdentityServer.Domain
's target framework isnetcoreapp3.1
, so you should depends onIdentityServerAdminWebModule
andIdentityServerAdminApplicationModule
in your web module project at the same time.