I have updated to the latest version of Xamarin Forms (5.0.0.2083), as well as updating all othe Nuget packages. However, I now get this warning message in Dependencies -> Packages -> Xamarin.Forms:
Detected package version outside of dependency constraint: Xamarin.CommunityToolkit 1.2.0 requires Xamarin.Forms (>= 5.0.0.1874 && <= 5.0.0.2012) but version Xamarin.Forms 5.0.0.2083 was resolved.
The solution still seems to compile OK and the app seems to run OK, but how do I fix / remove this warning?
