microsoft / react-native-xaml

A React Native Windows library to use XAML / WinUI controls
MIT License
97 stars 25 forks source link

Enable PackageReference support if available #232

Closed jonthysell closed 2 years ago

jonthysell commented 2 years ago

This PR checks if the version of RNW is >= 0.68.0, then switches to using PackageReference for NuGet dependencies instead of using the legacy packages.config.

This PR also updates the GitHub Action workflow to reduce copy/pasting and expand the test matrix of RNW versions tested.

Closes #230 Closes #231

Microsoft Reviewers: Open in CodeFlow