Commit 61107da
fix: Enable .NET runtime roll-forward for compatibility with newer versions (#276)
Add RollForward property to support running CLI on .NET 9, 10, and future versions without requiring exact .NET 8.0 installation.
Changes:
- Add <RollForward>Major</RollForward> to CLI csproj
- Update README.md with .NET 8.0+ system requirements
- Update CLAUDE.md to reflect cross-version compatibility
- Update .NET badge to show "8.0+" instead of "8.0"
Fixes issue where users with only newer .NET versions (e.g., 10.0.3) couldn't run the CLI without installing .NET 8.0 specifically.
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 1b73523 commit 61107da
3 files changed
Lines changed: 10 additions & 2 deletions
File tree
- src/Microsoft.Agents.A365.DevTools.Cli
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments