Hi,
We updated our project from ABP 7.0.0 to ABP 7.1.0 using ABP CLI (which was updated to 7.1.0 prior to that). ABP CLI seems to have updated the Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX package to 7.0.3 while only 2.2.0 is available on the Nuget repositories. The same goes for Volo.Abp.AspNetCore.Components.Server.LeptonXTheme . These two lines can be seen in ABP CLI's update output log :
Updating package "Volo.Abp.AspNetCore.Components.Server.LeptonXTheme" from v2.0.4 to v7.0.3.
Updating package "Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" from v2.0.4 to v7.0.3.
Because of that we cannot upgrade to 7.1.0 which supposedly would solve one of our other issues. Is there a known solution?
- ABP Framework version: v7.0.0 -> v7.1.0
- UI type: Blazor
- DB provider: MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
Severity Code Description Project File Line Suppression State Error NU1102 Unable to find package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX with version (>= 7.0.3)
- Found 54 version(s) in ABP Commercial NuGet Source [ Nearest version: 2.2.0-preview20230323 ]
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in nuget.org ConfigurateurClient.Admin.Blazor C:\Users\p-mih\source\repos\ConfigurationClient\aspnet-core\src\ConfigurateurClient.Admin.Blazor\ConfigurateurClient.Admin.Blazor.csproj 1
Severity Code Description Project File Line Suppression State Error NU1102 Unable to find package Volo.Abp.AspNetCore.Components.Server.LeptonXTheme with version (>= 7.0.3)
- Found 54 version(s) in ABP Commercial NuGet Source [ Nearest version: 2.2.0-preview20230323 ]
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in nuget.org ConfigurateurClient.Admin.Blazor C:\Users\p-mih\source\repos\ConfigurationClient\aspnet-core\src\ConfigurateurClient.Admin.Blazor\ConfigurateurClient.Admin.Blazor.csproj 1
- Steps to reproduce the issue:"
9 Answer(s)
-
0
hi
The Lepton latest package is
2.0.5
. Please use this version in your allcsproj
files. -
0
Thank you this solved the current issue. ABP CLI however is still trying to update them to 7.0.3, which we can bypass by not updating our project or overriding the version after each update.
-
0
hi
I will fix the CLI.
-
0
hi
What's your current CLI version?
We have solved this problem before. https://github.com/abpframework/abp/pull/13520
-
0
I am using ABP CLI 7.1.0
-
0
OK, thanks, We'll fix it again.
-
0
Thank you Good luck with that 💪
-
0
-
0
It's not released yet, please wait for 7.1.1