Update the subdirectory of tools directory of all build task projects to net/netframework
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
Currently, the BuildTask.targets uses TFM for the subdirectories (e.g. `tools/net9.0` and `tools/net472`).
We added `BuildTaskTargetTfmSpecificFolder` customization for Xliff build task, to use `net` and `netframework` instead (to avoid having to hardcode TFM to .props/.targets projects of the build task.
Update all build task projects to use this approach and remove `BuildTaskTargetTfmSpecificFolder`.
Contributor guide
Assessment
This issue has not been assessed yet.