Browse Source
Merge pull request #1326 from colinin/remove-vben2x-menu-depend
feat(platform): Remove the vben2.x menu definition dependency
pull/1327/head
yx lin
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
0 additions and
3 deletions
-
aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj
-
aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/PlatformMigrationsEntityFrameworkCoreModule.cs
|
|
|
@ -22,7 +22,6 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\framework\common\LINGYUN.Abp.Data.DbMigrator\LINGYUN.Abp.Data.DbMigrator.csproj" /> |
|
|
|
<ProjectReference Include="..\..\modules\platform\LINGYUN.Abp.UI.Navigation.VueVbenAdmin\LINGYUN.Abp.UI.Navigation.VueVbenAdmin.csproj" /> |
|
|
|
<ProjectReference Include="..\..\modules\platform\LINGYUN.Platform.EntityFrameworkCore\LINGYUN.Platform.EntityFrameworkCore.csproj" /> |
|
|
|
<ProjectReference Include="..\..\modules\saas\LINGYUN.Abp.Saas.EntityFrameworkCore\LINGYUN.Abp.Saas.EntityFrameworkCore.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
@ -1,6 +1,5 @@ |
|
|
|
using LINGYUN.Abp.Data.DbMigrator; |
|
|
|
using LINGYUN.Abp.Saas.EntityFrameworkCore; |
|
|
|
using LINGYUN.Abp.UI.Navigation.VueVbenAdmin; |
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
|
using Volo.Abp.EntityFrameworkCore; |
|
|
|
using Volo.Abp.EntityFrameworkCore.MySQL; |
|
|
|
@ -17,7 +16,6 @@ namespace LY.MicroService.Platform.EntityFrameworkCore; |
|
|
|
typeof(AbpSettingManagementEntityFrameworkCoreModule), |
|
|
|
typeof(AbpPermissionManagementEntityFrameworkCoreModule), |
|
|
|
typeof(AbpFeatureManagementEntityFrameworkCoreModule), |
|
|
|
typeof(AbpUINavigationVueVbenAdminModule), |
|
|
|
typeof(AbpEntityFrameworkCoreMySQLPomeloModule), |
|
|
|
typeof(AbpDataDbMigratorModule) |
|
|
|
)] |
|
|
|
|