microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
Update supported dotnet target frameworks
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 789
- Forks
- 264
- Avg merge
- 15h 17m
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe the problem.
Currently the dotnet sdks are produced targeting net5.0, netstandard2.0, and netstandard2.0.
This is a very old target set and includes unsupported dotnet versions. Additionally, .NET 10 is being released this week.
Describe the solution you'd like.
Once the official release of .NET 10 happens we should ship a new version of the SDK that targets netstandard2.0, netstandard2.1, net8.0, and net10.0
This will be a breaking change for customers who are still on unsupported versions of .NET and we should accordingly ship this a new major version.
Additional context?
No response
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
Start by locating the SDK project configuration that declares the current target frameworks and the package release/version configuration. Check how CI or existing tests validate supported .NET targets, then confirm the SDK targets netstandard2.0, netstandard2.1, net8.0, and net10.0 and that the breaking change is prepared for a new major version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100