Skip to content

Conversation

@Wesley-Young
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 13, 2025 03:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@KusaGumina KusaGumina merged commit 1b7a08d into main Nov 13, 2025
15 checks passed
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.

6 participants