Open Closed

Nuget restore issue #4712


User avatar
0
jaye@theservicemanager.com created

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: v7.0.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Identity Server separated

Hi, we're having some issue after upgrading all of our packages to v7 from 6.0,


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

    hi

    Please add https://api.nuget.org/v3/index.json. to your nuget.config as well.

    https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file

  • User Avatar
    0
    jaye@theservicemanager.com created

    hi

    Please add https://api.nuget.org/v3/index.json. to your nuget.config as well.

    https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file

    Thanks, that helped, however I just have last issue:

    FireBird.Web.Public.csproj: [NU1107] Version conflict detected for AngleSharp. Install/reference AngleSharp 0.17.1 directly to project FireBird.Web.Public to resolve this issue. FireBird.Web.Public -> FireBird.HttpApi -> FireBird.Blazor -> Volo.CmsKit.Pro.Admin.Blazor.WebAssembly 7.0.3 -> Volo.CmsKit.Pro.Admin.Blazor 7.0.3 -> AngleSharp (>= 0.17.1) FireBird.Web.Public -> Volo.CmsKit.Pro.Public.Web 7.0.3 -> Volo.CmsKit.Public.Web 7.0.3 -> HtmlSanitizer 5.0.331 -> AngleSharp (= 0.14.0).

    There's a conflict for 'AngleSharp' nuget package

  • User Avatar
    0
    jaye@theservicemanager.com created

    All good, I removed ' <ProjectReference Include="..\FireBird.Blazor\FireBird.Blazor.csproj" />' from the API project

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 12, 2025, 09:12