Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 13, 2025

Summary

This PR addresses issue #75 which requested updating from netcoreapp3.0 to netcoreapp3.1.

Issue Resolution

The original issue asked to change:

  • From: netcoreapp3.0
  • To: netcoreapp3.1

However, the repository has already progressed beyond this requirement:

  • Current state: All projects now use net8 (a much more modern framework than netcoreapp3.1)

Files Status

All three C# project files have been updated to use net8:

  • csharp/Platform.Numbers.Benchmarks/Platform.Numbers.Benchmarks.csproj - uses net8
  • csharp/Platform.Numbers.Tests/Platform.Numbers.Tests.csproj - uses net8
  • csharp/Platform.Numbers/Platform.Numbers.csproj - uses net8

Conclusion

The intent of issue #75 (upgrading from the outdated netcoreapp3.0) has been fulfilled with an even better outcome. The repository now uses net8, which provides:

  • Better performance
  • Latest language features
  • Active support and security updates
  • Modern .NET ecosystem compatibility

Test plan

  • Verified all .csproj files use net8 instead of legacy netcoreapp3.0
  • Confirmed no references to netcoreapp3.0 remain in the codebase

🤖 Generated with Claude Code


Resolves #75

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

Issue: #75
@konard konard self-assigned this Sep 13, 2025
@konard konard changed the title [WIP] Use netcoreapp3.1 instead of netcoreapp3.0 Resolve issue #75: Framework upgraded beyond netcoreapp3.1 to net8 Sep 13, 2025
@konard konard marked this pull request as ready for review September 13, 2025 17:21
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

2 participants