From a46cb8e950a09371ddf12ea37e4b740ac5f842ac Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 20 Sep 2025 10:48:24 +0800 Subject: [PATCH] feat(platform): Remove the vben2.x menu definition dependency --- .../LY.MicroService.Platform.EntityFrameworkCore.csproj | 1 - .../PlatformMigrationsEntityFrameworkCoreModule.cs | 2 -- 2 files changed, 3 deletions(-) diff --git a/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj b/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj index d5af85747..92eb085a4 100644 --- a/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj +++ b/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj @@ -22,7 +22,6 @@ - diff --git a/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/PlatformMigrationsEntityFrameworkCoreModule.cs b/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/PlatformMigrationsEntityFrameworkCoreModule.cs index 7f8f10fb8..a48f05202 100644 --- a/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/PlatformMigrationsEntityFrameworkCoreModule.cs +++ b/aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/PlatformMigrationsEntityFrameworkCoreModule.cs @@ -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.Data; using Volo.Abp.EntityFrameworkCore; @@ -18,7 +17,6 @@ namespace LY.MicroService.Platform.EntityFrameworkCore; typeof(AbpSettingManagementEntityFrameworkCoreModule), typeof(AbpPermissionManagementEntityFrameworkCoreModule), typeof(AbpFeatureManagementEntityFrameworkCoreModule), - typeof(AbpUINavigationVueVbenAdminModule), typeof(AbpEntityFrameworkCoreMySQLModule), typeof(AbpDataDbMigratorModule) )]