Upgrade .NET to v10, Add win-arm64 and linux-arm64#351
Open
ReneSchumacher wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the repository’s .NET toolchain from .NET 6 to .NET 10 and expands the published artifacts to include additional ARM64 runtime outputs (Windows and Linux), aligning the build pipeline and project target frameworks with the new SDK.
Changes:
- Bump SDK selection to .NET 10 via
src/global.jsonand update all projects to targetnet10.0. - Expand supported runtime identifiers to include
win-arm64andlinux-arm64. - Update CI to install .NET 10 and publish additional platform artifacts.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/global.json |
Pins the repo’s .NET SDK to 10.0.202. |
src/ActionsImporter/ActionsImporter.csproj |
Targets net10.0 and adds win/linux ARM64 runtime identifiers. |
src/ActionsImporter.UnitTests/ActionsImporter.UnitTests.csproj |
Targets net10.0 for test execution. |
src/ActionsImporter.ThirdPartyLicenseGenerator/ActionsImporter.ThirdPartyLicenseGenerator.csproj |
Targets net10.0 for the license generator tool. |
.github/workflows/ci.yml |
Switches CI to .NET 10, adds win/linux ARM64 publish + release assets. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@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.
What's changing?
How's this tested?
Installed locally and tested