Commit db11c07
Remove platform-specific DefaultTestTargetFrameworks and apply SetTargetFramework to all platforms
- Removed conditional net472 addition to DefaultTestTargetFrameworks on Windows
- Changed SetTargetFramework to apply to all platforms (not just non-Windows)
- Now all platforms test net10.0, net9.0, and net8.0, with net8.0 using netstandard2.0 build
- This provides consistent netstandard2.0 test coverage across all platforms
Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>1 parent 753cc88 commit db11c07
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments