Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 14, 2025

Updates the required .NET runtime version from 9.0.1 to 10.0.0.

Changes

  • Updated version constants in src/lsptoolshost/dotnetRuntime/dotnetRuntimeExtensionResolver.ts:
    • DotNetMajorVersion: '9''10'
    • DotNetPatchVersion: '1''0'

The extension will now request .NET 10.0.0 runtime via the ms-dotnettools.vscode-dotnet-runtime extension dependency.

Original prompt

This section details on the original issue you should resolve

<issue_title>Update C# extension runtime to .NET 10</issue_title>
<issue_description></issue_description>

<agent_instructions>Update the DotNet runtime version in src/lsptoolshost/dotnetRuntime/dotnetRuntimeExtensionResolver.ts from 9.0.1 to 10.0.0</agent_instructions>

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: JoeRobich <611219+JoeRobich@users.noreply.github.com>
Copilot AI changed the title [WIP] Update C# extension runtime to .NET 10 Update .NET runtime requirement to 10.0.0 Nov 14, 2025
Copilot AI requested a review from JoeRobich November 14, 2025 21:24
Copilot finished work on behalf of JoeRobich November 14, 2025 21:24
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.

Update C# extension runtime to .NET 10

2 participants