Commit 01e9fdd
authored
[release/7.0] Target only net7.0 during source-build (#75168)
* Target net7.0 in additional projects
* Update compatibility suppressions
* Only target net7.0 for source-build
* Revert "Update compatibility suppressions"
This reverts commit 2975185.
* Disable package validation for source-build
* Revert compatibility suppression changes
* Use NetCoreAppCurrent instead of hardcoding net7.0
* Revert mono Apple TFM change
* Remove unnecessary LangVersion1 parent 8f18a0d commit 01e9fdd
4 files changed
Lines changed: 3 additions & 3 deletions
File tree
- eng
- src/libraries
- System.Diagnostics.DiagnosticSource/src
- System.Text.RegularExpressions/tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments