Commit b40f6af
Fix target framework compatibility issue
- Change root project from invalid TargetFrameworks to single TargetFramework=net8
- Resolve netstandard3.1 compatibility issue (netstandard3.1 is not a valid framework)
- Align with current csharp projects that use net8
- Fix dependency compatibility with Platform.Collections 0.4.0 which only supports net7+
Related to issue #32 analysis - while the original netcoreapp3.0 → netcoreapp3.1
upgrade was already completed in previous commits, this fixes remaining framework
compatibility issues in the root project file.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent c10af43 commit b40f6af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments