microsoft / react-native-gallery

This repo contains the react-native Gallery app created by Microsoft
MIT License
154 stars 44 forks source link

Retarget Community Module's TargetPlatformMinVersion #324

Open TatianaKapos opened 1 year ago

TatianaKapos commented 1 year ago

RNW .72 upgrades WinUI from 2.7 to 2.8 and WinUI 2.8 requires a higher TargetPlatformMinVersion (10.0.17763.0). This breaks the following CMs that have a lower TargetPlatformMinVersion with the following error Microsoft.UI.Xaml nuget package requires TargetPlatformMinVersion >= 10.0.17763.0 (current project is 15063). We should keep track of these CM here and fix them

TatianaKapos commented 1 year ago

unassigning this, nothing more to do than wait for Community Modules to accept PRs!