Skip to content
This repository has been 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
stephen-hawley opened this issue Jan 23, 2024 · 0 comments
Milestone

Comments

@stephen-hawley
Copy link
Contributor

          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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant