Commit a383774
feat!: update target frameworks to net8.0 and net10.0, drop net5.0 (#3096)
* feat!: update target frameworks to net8.0 and net10.0, drop net5.0
BREAKING CHANGE: Dropped net5.0 target framework. The SDK now targets
netstandard2.0, netstandard2.1, net8.0, and net10.0. Consumers targeting
net5.0 must upgrade to net8.0 or later.
- Update Microsoft.Graph TFMs from netstandard2.0;netstandard2.1;net5.0
to netstandard2.0;netstandard2.1;net8.0;net10.0
- Update test project from net8.0 to net8.0;net10.0
- Replace net5.0 per-TFM property groups with net8.0 and net10.0
Fixes #3095
Co-authored-by: Copilot <[email protected]>
* refactor: consolidate per-TFM property groups into global NoWarn
Remove redundant per-TFM DocumentationFile/NoWarn property groups that
could cause parallel build file write races. GenerateDocumentationFile
is already enabled globally, and NoWarn values are now consolidated into
the main PropertyGroup.
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Michael Mainer <[email protected]>1 parent c988840 commit a383774
2 files changed
Lines changed: 3 additions & 27 deletions
File tree
- src/Microsoft.Graph
- tests/Microsoft.Graph.DotnetCore.Test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 43 | | |
68 | 44 | | |
69 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments