Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the MediatR project to support .NET 10, updating target frameworks and dependency versions across the solution.
- Updated target frameworks from .NET 8/9 to .NET 10 across all projects
- Upgraded Microsoft.Extensions.* packages from version 8.x/9.x to 10.0.0
- Updated third-party DI container packages to newer versions compatible with .NET 10
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/MediatR/MediatR.csproj | Added net10.0 as an additional target framework alongside existing ones; updated Microsoft.Extensions.* packages to version 10.0.0 |
| test/MediatR.Tests/MediatR.Tests.csproj | Changed target from net9.0 to net10.0; removed obsolete System.Net.Http and System.Text.RegularExpressions packages; updated Microsoft.Extensions.* to 10.0.0 |
| test/MediatR.DependencyInjectionTests/MediatR.DependencyInjectionTests.csproj | Changed target from net8.0 to net10.0; removed obsolete packages; updated Microsoft.Extensions.* to 10.0.0 |
| samples/MediatR.Examples/MediatR.Examples.csproj | Changed target from netstandard2.1 to net10.0 |
| samples/MediatR.Examples.Stashbox/MediatR.Examples.Stashbox.csproj | Changed target to net10.0; updated Stashbox and Microsoft.Extensions.DependencyInjection to newer versions |
| samples/MediatR.Examples.SimpleInjector/MediatR.Examples.SimpleInjector.csproj | Changed target to net10.0; updated SimpleInjector and Microsoft.Extensions.DependencyInjection to newer versions |
| samples/MediatR.Examples.PublishStrategies/MediatR.Examples.PublishStrategies.csproj | Changed target to net10.0; updated Microsoft.Extensions.DependencyInjection to 10.0.0 |
| samples/MediatR.Examples.LightInject/MediatR.Examples.LightInject.csproj | Changed target to net10.0; updated LightInject packages and Microsoft.Extensions.DependencyInjection to newer versions |
| samples/MediatR.Examples.Lamar/MediatR.Examples.Lamar.csproj | Changed target to net10.0; updated Lamar and Microsoft.Extensions packages to newer versions |
| samples/MediatR.Examples.DryIoc/MediatR.Examples.DryIoc.csproj | Changed target to net10.0; updated DryIoc to preview version and Microsoft.Extensions.DependencyInjection to 10.0.0 |
| samples/MediatR.Examples.Autofac/MediatR.Examples.Autofac.csproj | Changed target to net10.0; updated Autofac packages and Microsoft.Extensions.DependencyInjection to newer versions |
| samples/MediatR.Examples.AspNetCore/MediatR.Examples.AspNetCore.csproj | Changed target to net10.0; updated Microsoft.Extensions.DependencyInjection to 10.0.0 |
| .github/workflows/release.yml | Added .NET 10.0.x SDK to the build matrix |
| .github/workflows/ci.yml | Added .NET 10.0.x SDK to the build matrix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Dec 3, 2025
This was referenced Jan 15, 2026
This was referenced Jan 25, 2026
This was referenced Feb 2, 2026
This was referenced Feb 9, 2026
Open
This was referenced Feb 16, 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.
No description provided.