Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 13, 2025

📋 Issue Reference

Closes #31

✅ Analysis Summary

Upon investigation, issue #31 has already been resolved by a previous framework upgrade. The original issue requested updating the target framework from netcoreapp3.0 to netcoreapp3.1, but the project has since been upgraded to .NET 8 which far exceeds the requested upgrade.

🔍 Historical Context

  • Original state (commit b8e1330): <TargetFrameworks>net472;netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
  • Issue request: Change netcoreapp3.0 to netcoreapp3.1
  • Current state: <TargetFramework>net8</TargetFramework>

✨ Current Status

Both project files now use .NET 8 as the target framework:

  • csharp/Platform.Random/Platform.Random.csproj (line 9): <TargetFramework>net8</TargetFramework>
  • csharp/Platform.Random.Tests/Platform.Random.Tests.csproj (line 4): <TargetFramework>net8</TargetFramework>

🧪 Verification

Build Status: dotnet build completes successfully
Test Status: All 3 tests pass with dotnet test
Framework: .NET 8 (much newer than the requested netcoreapp3.1)

🏁 Conclusion

No code changes are required as the issue has been addressed by the framework upgrade to .NET 8. The project is now using a much more modern and capable framework than what was originally requested.


🤖 Generated with Claude Code

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

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