xamarin / GooglePlayServicesComponents

Other
315 stars 146 forks source link

[Directory.Build.props] Add $(_DefaultTargetFrameworks). #764

Closed jpobst closed 1 year ago

jpobst commented 1 year ago

Context: https://github.com/xamarin/AndroidX/pull/712

Although we don't currently build and ship GPS for net7.0 or net8.0, it is a good test exercise to run generator against GPS to ensure we aren't creating any regressions in generator.

To do this, we currently have to change the TargetFrameworks in many places.

Instead, let's put the default TargetFrameworks to build in Directory.Build.props, so it only has to be changed in one place.