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.
Context: https://github.com/xamarin/AndroidX/pull/712
Although we don't currently build and ship GPS for
net7.0
ornet8.0
, it is a good test exercise to rungenerator
against GPS to ensure we aren't creating any regressions ingenerator
.To do this, we currently have to change the
TargetFrameworks
in many places.Instead, let's put the default
TargetFrameworks
to build inDirectory.Build.props
, so it only has to be changed in one place.