We have created a Cross platform project with .Net Standard library 2.0
The .Net Standard 2.0 (common project) supports both Xamarin.iOS and Xamarin.Android projects completely, and it works very well.
But the project does not supports UWP project of version below Fall creators update(10.0.16299).
We have also tried to use the older .Net Standard versions, but the error is still the same.
Please suggest, what we should do in this case.
We are using Visual Studio 2017.