Skip to content

Resolve #55: Framework already upgraded to net8#89

Open
konard wants to merge 2 commits into
mainfrom
issue-55-4d4472ca
Open

Resolve #55: Framework already upgraded to net8#89
konard wants to merge 2 commits into
mainfrom
issue-55-4d4472ca

Conversation

@konard

@konard konard commented Sep 13, 2025

Copy link
Copy Markdown
Member

🎯 Issue Resolution

This issue requested upgrading from netcoreapp3.0 to netcoreapp3.1, but the codebase has since been upgraded to net8 which is significantly more recent and better.

✅ Current State

All project files now use net8 target framework:

  • csharp/Platform.Converters/Platform.Converters.csproj
  • csharp/Platform.Converters.Benchmarks/Platform.Converters.Benchmarks.csproj
  • csharp/Platform.Converters.Tests/Platform.Converters.Tests.csproj

📈 Framework Evolution

  • Original: netcoreapp3.0
  • Requested: netcoreapp3.1
  • Current: net8

The framework has been upgraded through several versions as shown in the git history:

1d47473 Upgrade target framework from net7 to net8

🏁 Conclusion

The issue is resolved - the codebase now uses a much more modern framework (net8) than what was originally requested (netcoreapp3.1).

Closes #55

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #55
@konard konard self-assigned this Sep 13, 2025
@konard konard changed the title [WIP] Use netcoreapp3.1 instead of netcoreapp3.0 Resolve #55: Framework already upgraded to net8 Sep 13, 2025
@konard
konard marked this pull request as ready for review September 13, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use netcoreapp3.1 instead of netcoreapp3.0

1 participant