Skip to content
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
@stephen-hawley

Description

@stephen-hawley
          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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions