Skip to content

Bump dependency versions across projects#181

Merged
ChrisPulman merged 3 commits intomainfrom
UpdatePackages
Mar 8, 2026
Merged

Bump dependency versions across projects#181
ChrisPulman merged 3 commits intomainfrom
UpdatePackages

Conversation

@ChrisPulman
Copy link
Copy Markdown
Member

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.

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.
@ChrisPulman ChrisPulman merged commit b912137 into main Mar 8, 2026
1 check passed
@ChrisPulman ChrisPulman deleted the UpdatePackages branch March 8, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant