0
roscez created
Why in project Domain (Core) depends on the asp.net identity?
How separate asp.net identity in domain model ?:
1 Answer(s)
-
0
Hi,
Abp.Zero depends on Microsoft.AspNet.Identity.Core nuget package. Microsoft.AspNet.Identity.Core is the DOMAIN layer of the Identity framework. It's reasonable to have a dependency to a domain from another domain. Because Abp.Zero extends Microsoft.AspNet.Identity.Core, it is very hard to abstract it and actually there is no need for it.