Hi,
I encounter a problem with the UWP version of my app. I developed a mobile cross-platform app using Xamarin.Forms, Android-iOS-Windows10 mobile. I use .NET Standard 2.0 and I see that:
- Higher Windows build number on mobile is 10.0.15254
- .NET Standard 2.0 is only available on Fall Creator Update
- Visual Studio 2017 only allow to select target 10.0.16299 as Fall Creator Update which is the PC build number
Does it mean that mobile UWP applications will never get .NET Standard 2.0 compatibility ?
Florian.