[All] Upgrade to .NET 10#82
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request upgrades the solution to support .NET 10 by updating target frameworks in project files and GitHub Actions workflows to use the .NET 10 SDK.
Key Changes:
- Added net10.0 to multi-targeting in Lagrange.Proto library (alongside net8.0 and net9.0)
- Updated target frameworks from net9.0 to net10.0 in all executable and test projects
- Updated GitHub Actions workflows to use .NET SDK version '10'
Reviewed Changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Lagrange.Proto/Lagrange.Proto.csproj | Added net10.0 to multi-target frameworks for library compatibility |
| Lagrange.Proto.Test/Lagrange.Proto.Test.csproj | Updated test project target framework to net10.0 |
| Lagrange.Proto.Runner/Lagrange.Proto.Runner.csproj | Updated runner project target framework to net10.0 |
| Lagrange.Proto.CodeGen/Lagrange.Proto.CodeGen.csproj | Updated code generation tool target framework to net10.0 |
| Lagrange.Proto.Benchmark/Lagrange.Proto.Benchmark.csproj | Updated benchmark project target framework to net10.0 |
| Lagrange.Milky/Lagrange.Milky.csproj | Updated AOT-compiled application target framework to net10.0 |
| Lagrange.Core.Test/Lagrange.Core.Test.csproj | Updated test project target framework to net10.0 |
| Lagrange.Core.Runner/Lagrange.Core.Runner.csproj | Updated runner project target framework to net10.0 |
| Lagrange.Core.NativeAPI/Lagrange.Core.NativeAPI.csproj | Updated native API target framework to net10.0 |
| Lagrange.Core.NativeAPI.Test/Lagrange.Core.NativeAPI.Test.csproj | Updated test project target framework to net10.0 |
| Lagrange.Codec/Lagrange.Codec.csproj | Updated codec library target framework to net10.0 |
| .github/workflows/nuget-push-lagrange-proto.yaml | Updated workflow to use .NET SDK version '10' |
| .github/workflows/nuget-push-lagrange-proto-codegen.yaml | Updated workflow to use .NET SDK version '10' |
| .github/workflows/nuget-push-lagrange-core.yaml | Updated workflow to use .NET SDK version '10' |
| .github/workflows/native-api-build.yaml | Updated workflow to use .NET SDK version '10' |
| .github/workflows/milky-build.yaml | Updated workflow to use .NET SDK version '10' |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
XeronOwO
approved these changes
Nov 13, 2025
1umine
approved these changes
Nov 13, 2025
BalconyJH
approved these changes
Nov 13, 2025
KusaGumina
approved these changes
Nov 13, 2025
Bemly
pushed a commit
to Bemly/CharonAnchor
that referenced
this pull request
May 3, 2026
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.
No description provided.