Open stephen-hawley opened 10 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>
<TargetFramework>$(DOTNET_TFM)</TargetFramework>
<TargetFramework>$(DOTNET_TFM)-ios</TargetFramework>
_Originally posted by @mcumming in https://github.com/xamarin/binding-tools-for-swift/pull/807#discussion_r1463300545_
<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_