-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
We're going to be updating our Target to 19041/19042 for our 7.0 release (depending on SDK timing in the future as that's TBD).
However, we're still currently targeting 16299 to make it easier for developers to target projects back to that platform. This does add a lot of complexity for newer properties like CornerRadius, ComboBox IsEditable, TextBox Description, etc... that we want to use in the toolkit.
According to AdDuplex here, 95.5% of folks are running on 1809 (17763) and later, based on store apps usage.
1809 is also the latest LTSC version for extended support.
WinUI 3 currently does support 1803 and newer, so it'd be a bit weird for us to be higher than that, but I think we gain the benefit of their expanded reach when we release "8.0" later on top of it.
For now, I think it'd simplify our development process and remove some conditional XAML (which would prepare us better for WinUI 3) to move our minimum target to 1809.
Any thoughts or concerns on this? @azchohfi @simeoncran @vgromfeld @Sergio0694 @marb2000 @skendrot
