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)
-
0
hi
Please add
https://api.nuget.org/v3/index.json.
to yournuget.config
as well.https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file
-
0
hi
Please add
https://api.nuget.org/v3/index.json.
to yournuget.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
-
0
All good, I removed ' <ProjectReference Include="..\FireBird.Blazor\FireBird.Blazor.csproj" />' from the API project