Added user module definition file and imports in account and identity.

pull/8774/head
Halil İbrahim Kalkan 5 years ago
parent 9621df2939
commit 8c9bf460b1

@ -3,6 +3,14 @@
"src": {},
"test": {}
},
"imports": {
"Volo.Abp.Identity": {
"path": "../identity/Volo.Abp.Identity.abpmdl.json"
},
"Volo.Abp.PermissionManagement": {
"path": "../permission-management/Volo.Abp.PermissionManagement.abpmdl.json"
}
},
"packages": {
"Volo.Abp.Account.Application.Contracts": {
"path": "src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.csproj",

@ -3,6 +3,14 @@
"src": {},
"test": {}
},
"imports": {
"Volo.Abp.Users": {
"path": "../users/Volo.Abp.Users.abpmdl.json"
},
"Volo.Abp.PermissionManagement": {
"path": "../permission-management/Volo.Abp.PermissionManagement.abpmdl.json"
}
},
"packages": {
"Volo.Abp.Identity.Domain.Shared": {
"path": "src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.csproj",
@ -48,10 +56,7 @@
},
"Volo.Abp.Identity.AspNetCore": {
"path": "src/Volo.Abp.Identity.AspNetCore/Volo.Abp.Identity.AspNetCore.csproj",
"folder": "src",
"includes": {
"lib": {}
}
"folder": "src"
},
"Volo.Abp.Identity.HttpApi": {
"path": "src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.csproj",
@ -97,10 +102,7 @@
},
"Volo.Abp.PermissionManagement.Domain.Identity": {
"path": "src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.csproj",
"folder": "src",
"includes": {
"lib": {}
}
"folder": "src"
},
"Volo.Abp.Identity.TestBase": {
"path": "test/Volo.Abp.Identity.TestBase/Volo.Abp.Identity.TestBase.csproj",

@ -0,0 +1,31 @@
{
"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": {}
}
}
}
}

@ -0,0 +1,7 @@
{
"modules": {
"Volo.Abp.Users": {
"path": "Volo.Abp.Users.abpmdl.json"
}
}
}
Loading…
Cancel
Save