Commit a23d335
v0.2.0: multi-target net8.0 alongside net10.0
Retarget the package from net10.0-only to net8.0;net10.0 so .NET 8 CLIs
can consume it directly. No API or behaviour changes — every dependency
already ships net8.0 assets and no net9+-only APIs are used.
- src csproj: TargetFramework -> TargetFrameworks net8.0;net10.0; bump 0.1.10 -> 0.2.0
- Directory.Build.props: drop the singular TargetFramework so TargetFrameworks
is honoured (tests/demo declare their own TFM)
- CHANGELOG: 0.2.0 entry
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e7be4e4 commit a23d335
3 files changed
Lines changed: 10 additions & 3 deletions
File tree
- src/NextIteration.SpectreConsole.SelfUpdate
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments