Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates NuGet package dependencies across multiple projects in the CsToml solution to support .NET 10 and incorporate newer package versions.
Changes:
- Updated Microsoft .NET packages from version 9.x to 10.x to align with .NET 10 support
- Updated test framework packages (Microsoft.NET.Test.Sdk, Shouldly, xunit.v3) to newer versions
- Updated third-party dependencies (NativeMemoryArray, BenchmarkDotNet, Samboy063.Tomlet) to latest versions
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/CsToml.Tests/CsToml.Tests.csproj | Updated test dependencies: Microsoft.NET.Test.Sdk to 18.0.1, Shouldly to 4.3.0, xunit.v3 to 3.2.2 |
| tests/CsToml.Generator.Tests/CsToml.Generator.Tests.csproj | Updated test dependencies: Microsoft.NET.Test.Sdk to 18.0.1, Shouldly to 4.3.0, xunit.v3 to 3.2.2 |
| tests/CsToml.Extensions.Configuration.Tests/CsToml.Extensions.Configuration.Tests.csproj | Updated test and configuration dependencies to version 10.x and 18.x to support .NET 10 |
| src/CsToml/CsToml.csproj | Updated System.IO.Hashing from 9.0.5 to 10.0.2 for .NET 10 compatibility |
| src/CsToml.Extensions/CsToml.Extensions.csproj | Updated NativeMemoryArray from 1.2.1 to 1.2.2 (patch update) |
| src/CsToml.Extensions.Configuration/CsToml.Extensions.Configuration.csproj | Updated Microsoft.Extensions.Configuration.FileExtensions from 9.0.1 to 10.0.2 for .NET 10 compatibility |
| sandbox/Benchmark/Benchmark.csproj | Updated BenchmarkDotNet to 0.15.8 and Samboy063.Tomlet to 6.2.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merged
This was referenced Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates the NuGet package dependencies for the following projects.