I am trying to remove all warnings in my project, but this one I believe is caused by EPiServer.Find.Cms. I think the nuget-package is depending on a version of System.Linq.Async that does not exist.
The warning says:
Warning NU1603 EPiServer.Find.Cms 14.2.1 depends on System.Linq.Async (>= 6.0.0 && < 7.0.0) but System.Linq.Async 6.0.0 was not found. An approximate best match of System.Linq.Async 6.0.1 was resolved. KB.Website \src\Project\KB.Website\KB.Website.csproj 1
Hi
I am trying to remove all warnings in my project, but this one I believe is caused by EPiServer.Find.Cms. I think the nuget-package is depending on a version of System.Linq.Async that does not exist.
The warning says:
According to https://www.nuget.org/packages/System.Linq.Async there is no version 6.0.0.
Similar issue is addressed here, and resolution is to make library depend on existing version. https://github.com/NuGet/Home/issues/5764#issuecomment-561513794
In this case EPiServer.Find.Cms 14.2.x should depend on 6.0.1 and not 6.0.0.