London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
We can of course update the dependency version range. Thanks for bringing this up
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.