RepoToolset does not declare `IsTestProject` earlier enough to use as a TargetFramework condition
Open
- Dominant language
- C#
- Stars
- 109
- Forks
- 85
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 1
Description
As per the title, `IsTestProject` is declared late enough that it cannot be used as a condition on the `TargetFramework` property.
It would be great if this was possible, since some repos are targeting `net46` for shipping binaries and `net461` for test binaries.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.