Skip to content

Add .Net10 RC1#4728

Merged
rockfordlhotka merged 6 commits into
mainfrom
dev/4347-add-net10-tfm
Oct 6, 2025
Merged

Add .Net10 RC1#4728
rockfordlhotka merged 6 commits into
mainfrom
dev/4347-add-net10-tfm

Conversation

@StefanOssendorf

@StefanOssendorf StefanOssendorf commented Oct 4, 2025

Copy link
Copy Markdown
Contributor

I've added .Net 10 to every project and updated the global.json to use the .Net 10 rc1 sdk version.

With this PR merged VS2026 will be required to build the solution (or any other IDE that supports .Net 10)

#4347

@StefanOssendorf StefanOssendorf marked this pull request as ready for review October 6, 2025 17:59
@StefanOssendorf StefanOssendorf requested a review from a team as a code owner October 6, 2025 17:59
@rockfordlhotka rockfordlhotka requested a review from Copilot October 6, 2025 18:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds .NET 10 RC1 support to the CSLA .NET framework by updating target frameworks and package references across the entire solution.

  • Upgrades from .NET 8/9 to .NET 10 RC1 across all projects
  • Updates Microsoft package references to version 10.0.0-rc.1.25451.107
  • Configures global.json to use .NET 10 RC1 SDK and allows prereleases

Reviewed Changes

Copilot reviewed 24 out of 24 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
global.json Updates SDK version to 10.0.100-rc.1 and enables prerelease packages
Source/Csla/Csla.csproj Adds net10.0 target framework and corresponding package references
Multiple test projects Updates target frameworks from net8.0 to net10.0
Blazor/MAUI projects Adds net10.0 target frameworks with appropriate package versions
GitHub Actions workflows Updates .NET version from 9.0 to 10.0 in CI/CD pipelines

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread Source/Csla.Blazor.WebAssembly/Csla.Blazor.WebAssembly.csproj
@rockfordlhotka rockfordlhotka merged commit 21dee9c into main Oct 6, 2025
2 checks passed
@rockfordlhotka rockfordlhotka deleted the dev/4347-add-net10-tfm branch October 6, 2025 21:07
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.

3 participants