chore(deps): update dotnet monorepo to v10 (major)#21
Merged
Conversation
9f9d2fe to
dd12aea
Compare
dd12aea to
13cbde1
Compare
phmatray
added a commit
that referenced
this pull request
Mar 9, 2026
* docs: include stats * chore: Upgrade to .NET 10 This PR upgrades the project to .NET 10 (latest stable release). Changes: - Updated all .csproj files to target net10.0 - Updated global.json to SDK 10.0.100 with latestFeature rollForward - Updated GitHub Actions workflows to use .NET 10.x and setup-dotnet@v5 - Verified successful build locally Migration notes: - .NET 10 includes C# 13 language features - All NuGet packages should be compatible - CI/CD will validate cross-platform builds * chore: add Renovate configuration * chore: remove Dependabot configuration (switching to Renovate) * chore: remove Qodana configuration * docs: standardize README following org template * chore(deps): update dependency nuke.common to 9.0.4 * chore(deps): update dotnet monorepo * chore(deps): update dependency betalgo.ranul.openai to 9.2.6 (#14) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency scrutor to 5.1.2 (#15) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/cache action to v5 (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/checkout action to v6 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency nuke.common to v10 (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency scrutor to v7 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update spectre-console monorepo (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dotnet monorepo to v10 (#21) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: remove broken Nuke.Common.IO imports after v10 upgrade (#22) FileSystemTasks and PathConstruction were removed in Nuke.Common v10. The code already uses the new extension method API style, so these unused using static imports just need to be removed. * fix: update ExecuteAsync signature for Spectre.Console v1 breaking change (#23) AsyncCommand<T>.ExecuteAsync now requires a CancellationToken parameter in the latest Spectre.Console version. Add the parameter to satisfy the override contract. * ci: restrict triggers to main branch and add concurrency (#24) - Change trigger from all pushes to push/PR on main only - Add concurrency group to cancel redundant runs - Add .NET 10.0.x SDK alongside existing versions * chore: configure Renovate auto-merge for patch+minor * chore: add standardized renovate config (#25) * chore: standardize renovate config * chore: fix renovate config for repo technologies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 contains the following updates:
9.0.13→10.0.39.0.13→10.0.39.0.13→10.0.3Release Notes
dotnet/dotnet (Microsoft.Extensions.Configuration)
v10.0.3v10.0.2v10.0.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.