The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

UWP minimum version is now 10.0.17763.0

Published
Monday, May 13, 2019
Category
Release Notes
Author
Glenn Watson

Due to a ongoing issue with Azure DevOps we had to change our minimum version from 10.0.16299 to 10.0.17763.0 for the UWP platform.

Without this set as your minimum version ReactiveUI controls will be seen as missing.

To fix the issue change within your .csproj file the following line to be 10.0.17763.0 or above.

<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>