xamarin / binding-tools-for-swift

MIT License
157 stars 21 forks source link

[Project Layout] Centralize "net7.0" to a variable defined in a root `Directory.Build.props` Then use that variable to set the TargetFramework in every project. i.e: #809

Open stephen-hawley opened 7 months ago

stephen-hawley commented 7 months ago
          Move the "net7.0" to a variable defined in a root `Directory.Build.props` Then use that variable to set the TargetFramework in every project. i.e:

<TargetFramework>$(DOTNET_TFM)</TargetFramework> or <TargetFramework>$(DOTNET_TFM)-ios</TargetFramework>

_Originally posted by @mcumming in https://github.com/xamarin/binding-tools-for-swift/pull/807#discussion_r1463300545_