Skip to content

Update .NET 10 from RC to production release#466

Merged
PTKu merged 3 commits intodevfrom
copilot/update-dotnet-10-version
Nov 12, 2025
Merged

Update .NET 10 from RC to production release#466
PTKu merged 3 commits intodevfrom
copilot/update-dotnet-10-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 11, 2025

Description

Updates .NET 10 SDK and package versions from Release Candidate (rc.2) to the stable production release.

Fixes #(issue)

Changes

SDK Version (global.json):

  • 10.0.100-rc.2.25502.10710.0.100

Package Versions (Directory.Packages.props):

  • All 12 .NET 10-specific packages updated from 10.0.0-rc.2.25502.10710.0.0:
    • Microsoft.Extensions.DependencyInjection.Abstractions
    • Microsoft.AspNetCore.Components.Web
    • System.Collections.Immutable
    • System.IO.Packaging
    • System.Text.Encodings.Web
    • System.Text.Json
    • System.Speech
    • Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
    • Microsoft.AspNetCore.Identity.EntityFrameworkCore
    • Microsoft.AspNetCore.Identity.UI
    • Microsoft.EntityFrameworkCore.SqlServer
    • Microsoft.EntityFrameworkCore.Tools

Type of change

  • Third party dependency update

How Has This Been Tested?

Build verification requires .NET 10 SDK production release to be installed.

Test Configuration:

  • simatix-ax version (apax.yml): N/A
  • AX# version: N/A
  • PLC Target system: N/A
  • PLC Firmware version: N/A
  • OS System: N/A
  • Other relevant hardware: N/A

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • New texts in UI controls are localized into supported languages
  • New text (localizable strings/wstrings) in the controller that were set for localization are localized into supported languages
Original prompt

This section details on the original issue you should resolve

<issue_title>[DEPS] Update from rc version of dotnet 10 to full production version</issue_title>
<issue_description></issue_description>

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


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: PTKu <61538034+PTKu@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependency from rc version of dotnet 10 to production version Update .NET 10 from RC to production release Nov 11, 2025
Copilot AI requested a review from PTKu November 11, 2025 18:10
@PTKu PTKu marked this pull request as ready for review November 12, 2025 09:30
@PTKu PTKu merged commit 7333070 into dev Nov 12, 2025
@PTKu PTKu deleted the copilot/update-dotnet-10-version branch November 12, 2025 09:30
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.

[DEPS] Update from rc version of dotnet 10 to full production version

2 participants