Open Closed

ABP Update to 7.1.0 LeptonX Nuget package version not matching #4761


User avatar
0
pierremih created

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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The Lepton latest package is 2.0.5. Please use this version in your all csproj files.

  • User Avatar
    0
    pierremih created

    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.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I will fix the CLI.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    What's your current CLI version?

    We have solved this problem before. https://github.com/abpframework/abp/pull/13520

  • User Avatar
    0
    pierremih created

    I am using ABP CLI 7.1.0

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    OK, thanks, We'll fix it again.

  • User Avatar
    0
    pierremih created

    Thank you Good luck with that 💪

  • User Avatar
    0
    pierremih created

    Hi maliming, We noticed the fix on github. https://github.com/abpframework/abp/pull/16057 Today I updated my ABP CLI using abp cli update and updated my project using abp update and it updated my LeptonX packages to 7.1 again. Did the patch not come out?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    It's not released yet, please wait for 7.1.1

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11