This repository was archived by the owner on Dec 12, 2024. It is now read-only.
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
[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
Description
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 #807 (comment)
Metadata
Metadata
Assignees
Labels
No labels