Skip to content

Add .NET 10 support#113

Merged
LittleLittleCloud merged 2 commits intomainfrom
copilot/support-dotnet10
Nov 14, 2025
Merged

Add .NET 10 support#113
LittleLittleCloud merged 2 commits intomainfrom
copilot/support-dotnet10

Conversation

Copy link
Contributor

Copilot AI commented Nov 14, 2025

Adds .NET 10 as a target framework alongside existing net8.0 and net9.0 support.

Changes

  • global.json: SDK version 9.0.300 → 10.0.100
  • Directory.Build.props: Added net10.0 to TargetFrameworks
  • README.md: Updated .NET badge to reflect 8.0 | 9.0 | 10.0

Technical Notes

Package versions remain at 8.0.0 for forward compatibility. .NET's compatibility model allows these packages to work across all three target frameworks without requiring version-specific dependencies.

Original prompt

This section details on the original issue you should resolve

<issue_title>Support .Net10</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for .Net10 Add .NET 10 support Nov 14, 2025
@LittleLittleCloud LittleLittleCloud marked this pull request as ready for review November 14, 2025 07:14
Copilot AI review requested due to automatic review settings November 14, 2025 07:14
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 PR adds .NET 10 as a target framework to the RazorConsole project, expanding cross-version support alongside existing .NET 8.0 and 9.0 targets.

Key Changes:

  • Updated SDK version to 10.0.100 in global.json
  • Added net10.0 to the multi-targeting configuration
  • Updated documentation badge to reflect .NET 8.0 | 9.0 | 10.0 support

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
global.json Updates SDK version from 9.0.300 to 10.0.100 to enable .NET 10 development
Directory.Build.props Adds net10.0 to the TargetFrameworks list for multi-targeting compilation
README.md Updates the .NET version badge to include 10.0 alongside 8.0 and 9.0

@LittleLittleCloud LittleLittleCloud merged commit 781370f into main Nov 14, 2025
16 checks passed
@LittleLittleCloud LittleLittleCloud deleted the copilot/support-dotnet10 branch November 14, 2025 08:12
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.

Support .Net10

4 participants