Open Closed

Can't build project if new version is released #6981


User avatar
0
roberto.fiocchi@mcsi.it created
  • ABP Framework version: v8.1.0-rc.3
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: Warning As Error: Detected package downgrade: Volo.Abp.AspNetCore.MultiTenancy from 8.1.0-rc.4 to 8.1.0-rc.3. Reference the package directly from the project to select a different version. Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX 3.1.0-rc.4 -> Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy 8.1.0-rc.4 -> Volo.Abp.AspNetCore.MultiTenancy (>= 8.1.0-rc.4) Volo.Abp.AspNetCore.MultiTenancy (>= 8.1.0-rc.3)
  • Steps to reproduce the issue:
  • Create a new project using Blazor WASM version 8.1.0-rc.3
  • Build the project
  • Notice how it wont build and will output the error message mentioned

7 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can update the leptonx theme package version from 3.1.*-* to 3.1.0-rc.3

  • User Avatar
    0
    roberto.fiocchi@mcsi.it created

    You did not understand the reported error. We don't need the temporary fix, but we need that when you release a new version it doesn't impact current projects. This error happens with every version release and blocks both the development and release pipelines.

    This is a bug for me.

    Thanks for your attention

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Ok,

    I will check.

  • User Avatar
    0
    roberto.fiocchi@mcsi.it created

    Thank you, I await your feedback

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    https://github.com/abpframework/abp/issues/19482

  • User Avatar
    0
    roberto.fiocchi@mcsi.it created

    Success again today with the release of Abp 8.1.0

    I think the problem depends on this https://commercial.abp.io/releases/pr/16597

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    We plan to fix the problem in 8.2

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