Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the NUKE build automation system from version 9.0.4 to 10.1.0, which requires updating both the NUKE package versions and the target framework for the build project.
Key Changes:
- Updated NUKE packages (Nuke.Common and Nuke.Components) from 9.0.4 to 10.1.0
- Updated build project target framework from .NET 8.0 to .NET 10.0
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Pipeline/Build.csproj | Updated target framework to .NET 10.0 to support NUKE 10.1.0 |
| Directory.Packages.props | Bumped Nuke.Common and Nuke.Components package versions to 10.1.0 |
|
Test Results 23 files - 27 23 suites - 27 7m 33s ⏱️ -1s Results for commit 822e779. ± Comparison against base commit c02d082. This pull request removes 3115 and adds 3090 tests. Note that renamed tests count towards both. |
🚀 Benchmark ResultsDetails
|
|
This is addressed in release v2.30.0. |



This PR upgrades the NUKE build automation system from version 9.0.4 to 10.1.0, which requires updating both the NUKE package versions and the target framework for the build project.
Key Changes: