mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
868 B
31 lines
868 B
{
|
|
"packages": {
|
|
"Volo.Abp.Users.Abstractions": {
|
|
"path": "src/Volo.Abp.Users.Abstractions/Volo.Abp.Users.Abstractions.csproj"
|
|
},
|
|
"Volo.Abp.Users.Domain.Shared": {
|
|
"path": "src/Volo.Abp.Users.Domain.Shared/Volo.Abp.Users.Domain.Shared.csproj",
|
|
"includes": {
|
|
"lib.domain.shared": {}
|
|
}
|
|
},
|
|
"Volo.Abp.Users.Domain": {
|
|
"path": "src/Volo.Abp.Users.Domain/Volo.Abp.Users.Domain.csproj",
|
|
"includes": {
|
|
"lib.domain": {}
|
|
}
|
|
},
|
|
"Volo.Abp.Users.EntityFrameworkCore": {
|
|
"path": "src/Volo.Abp.Users.EntityFrameworkCore/Volo.Abp.Users.EntityFrameworkCore.csproj",
|
|
"includes": {
|
|
"lib.ef": {}
|
|
}
|
|
},
|
|
"Volo.Abp.Users.MongoDB": {
|
|
"path": "src/Volo.Abp.Users.MongoDB/Volo.Abp.Users.MongoDB.csproj",
|
|
"includes": {
|
|
"lib.mongodb": {}
|
|
}
|
|
}
|
|
}
|
|
}
|