Resolve issue #103: Framework already upgraded beyond netcoreapp3.1 to net8 #160
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎯 Issue Resolution
This PR resolves issue #103 which requested updating from
netcoreapp3.0tonetcoreapp3.1.📋 Analysis
The issue was created to update the target framework in the test project from
netcoreapp3.0tonetcoreapp3.1. However, upon investigation, I found that:net8frameworknet7tonet8netcoreapp3.0ornetcoreapp3.1🔍 Historical Context
The original issue referenced this line:
This has been modernized to:
✅ Resolution
The issue is already resolved through the framework modernization process. The project has been upgraded beyond the requested
netcoreapp3.1to the currentnet8framework, which provides:📁 Files Updated Previously
csharp/Platform.Collections/Platform.Collections.csproj- Now targetsnet8csharp/Platform.Collections.Tests/Platform.Collections.Tests.csproj- Now targetsnet8csharp/Platform.Collections.Benchmarks/Platform.Collections.Benchmarks.csproj- Now targetsnet8Fixes #103
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com