Commit 0b43e9f
ci: add .NET 10 SDK to build; scope publish to SDK project only
The audit-fix branch left the test project on net10.0 (which is LTS as
of Nov 2025), but the workflows only installed .NET 6 + 8, so restore
would fail on master.
- build.yml: install 10.0.x alongside 6.0.x and 8.0.x so the test
project restores and runs.
- publish.yml: restore/build/pack the SDK project explicitly instead
of the whole repo, so packaging cannot be blocked by an unrelated
test-project framework. The SDK itself still only needs 6/8.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 819f225 commit 0b43e9f
2 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
25 | | - | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
28 | | - | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
0 commit comments