Commit be09fd2
refactor(build): centralize TFM definitions in Directory.Build.props
- Add centralized TFM variables in src/Directory.Build.props:
- RoslynTfm: netstandard2.0 for all Roslyn projects
- TestTfms: net8.0;net9.0;net10.0 for test projects
- MauiTfms: OS-specific (Linux: Android only, macOS: Android+Apple, Windows: All)
- Roslyn projects already use $(RoslynTfm) from previous commits
- Test project already uses $(TestTfms) from previous commits
- MAUI project already uses $(MauiTfms) from previous commits
This centralizes TFM management and enables easy future updates.
All 33 tests pass on net8.0, net9.0, and net10.0.
Co-authored-by: glennawatson <[email protected]>1 parent 30263f4 commit be09fd2
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
40 | 59 | | |
41 | 60 | | |
42 | 61 | | |
| |||
0 commit comments