[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
Milestone
<TargetFramework>$(DOTNET_TFM)</TargetFramework>
or
<TargetFramework>$(DOTNET_TFM)-ios</TargetFramework>
Originally posted by @mcumming in #807 (comment)
The text was updated successfully, but these errors were encountered: