Bump dependency versions across projects#181
Merged
ChrisPulman merged 3 commits intomainfrom Mar 8, 2026
Merged
Conversation
Update various package and SDK versions to keep dependencies current and avoid transitive downgrade issues. Key changes: - Set CoreVersion to 10.0.3 in Directory.Build.props. - Bump test-related packages (TUnit, Microsoft.NET.Test.Sdk, CodeCoverage, Verify.TUnit) and Microsoft.SourceLink.GitHub. - Align MSBuild packages to 18.3.3 to prevent NU1605 downgrades. - Upgrade EF/Identity packages and tools to 9.0.13 for net9 targets. - Update MAUI packages to 10.0.41. - Update Splat to 19.3.1 and ReactiveUI packages (Maui/WinForms/WinUI/WPF/Drawing) to 23.1.8. - Bump Microsoft.WindowsAppSDK and NuGet.Protocol to newer patch versions. These updates address compatibility and maintainability across the solution.
Replace the $(MauiVersion) property with an explicit 10.0.41 version for Microsoft.Maui.Controls and Microsoft.Maui.Essentials in the MAUI example project (src/examples/Extensions.Hosting.Maui.Example/Extensions.Hosting.Maui.Example.csproj). This pins the MAUI dependencies to a concrete version to ensure consistent, reproducible builds and avoid relying on the project-wide MauiVersion property.
Update Microsoft.Maui.Controls and Microsoft.Maui.Core package references from 10.0.30 to 10.0.41 in the net10 conditional ItemGroup to pick up MAUI fixes/updates and ensure compatibility with the newer runtime.
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.
Update various package and SDK versions to keep dependencies current and avoid transitive downgrade issues.
Key changes:
These updates address compatibility and maintainability across the solution.