Open Closed

Detected package downgrade: Volo.Abp.Authorization from 6.0.3 to 6.0.2. #4378


User avatar
0
Repunjay created

Severity Code Description Project File Line Suppression State Error NU1605 Detected package downgrade: Volo.Abp.Authorization from 6.0.3 to 6.0.2. Reference the package directly from the project to select a different version. SCV.Litmus.FinanceManagement.TestBase -> SCV.Litmus.FinanceManagement.Domain -> Volo.Abp.PermissionManagement.Domain.OpenIddict 6.0.3 -> Volo.Abp.PermissionManagement.Domain 6.0.3 -> Volo.Abp.Authorization (>= 6.0.3) SCV.Litmus.FinanceManagement.TestBase -> Volo.Abp.Authorization (>= 6.0.2) SCV.Litmus.FinanceManagement.TestBase C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\modules\finance\test\SCV.Litmus.FinanceManagement.TestBase\SCV.Litmus.FinanceManagement.TestBase.csproj 1

I have upgraded the solution to 6.0.2, but yesterday abp released new version 6.0.3, now VS showing an build error to upgrade the package to 6.0.3. is it mandatory or any other solution to work with 6.0.2 version?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try to use the latest 6.0.3 packages.

    Update all package versions in all csproj files.

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