christopherdro / react-native-print

Print documents using React Native
MIT License
325 stars 135 forks source link

fix: windows bump WindowsTargetPlatformMinVersion #205

Closed TatianaKapos closed 11 months ago

TatianaKapos commented 1 year ago

In RNW .72, we bump WinUI from 2.7 to 2.8 which targets a higher TargetPlatformMinVersion. This PR bumps the WindowsTargetPlatformMinVersion to the correct version for RNW .72

TatianaKapos commented 1 year ago

@christopherdro Would you mind looking at this when you have the chance? :) This will block RNW apps from using the new .72 version

christopherdro commented 11 months ago

Thanks for submitting this PR!