Move NetLatest to target net9.0
Open
Nobody has claimed this yet.
Area-Infrastructure
untriaged
- Dominant language
- C#
- Stars
- 20.7k
- Forks
- 4.3k
- PR merge metrics
- PR metrics pending
Description
Presently `TargetFramework.NetCoreApp` points to `net7.0`. This means that at the conclusion of the move to using `NetLatest` our tests will be targeting `net7.0` API surface when running on .NET Core. That is a vast improvement but still a few releases behind. Need to move this to target `net9.0`.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for the TargetFramework.NetCoreApp definition and inspect how NetLatest is used in the test targeting configuration. Update the framework target from net7.0 to net9.0, then run the relevant tests or build validation to confirm the .NET Core tests use the net9.0 API surface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100