Commit 259aee5
Revert "Remove platform-specific DefaultTestTargetFrameworks"
This reverts the changes from commit db11c07. The approach of removing net472 on Windows was incorrect. We need to maintain both:
1. net472 tests on Windows (for netstandard2.0 testing on .NET Framework)
2. Conditional SetTargetFramework on non-Windows (for netstandard2.0 testing on modern .NET)
Restoring the configuration where:
- Windows tests: net10.0, net9.0, net8.0, net472
- Non-Windows tests: net10.0, net9.0, net8.0 (with net8.0 using netstandard2.0 build)
Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>1 parent db11c07 commit 259aee5
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
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