colinin / abp-next-admin

这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
MIT License
806 stars 248 forks source link

AbpUINavigationVueVbenAdminNavigationDefinitionProvider.cs 迁移版本比较抛错 #968

Open manniuyemanniu opened 2 weeks ago

manniuyemanniu commented 2 weeks ago

image

1、 AbpUINavigationVueVbenAdminNavigationDefinitionProvider 217行修正 var versionAttr = assembly.GetCustomAttribute(); if (versionAttr != null) { var version = new Version(assembly.GetFileVersion()); var version6 = new Version("6.0.0"); removedIdsVersion = version6 >= version; }

colinin commented 2 weeks ago

我认为这里可以并行运行,不区分IdentityServer或者OpenIddict

manniuyemanniu commented 1 week ago

是我的new version 抛错,不知道是不是.netcore版本不兼容吗?