Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 24, 2025

Fixes #[issue_number]

The global.json file was still referencing .NET 9 release candidate versions instead of the stable release that shipped in November 2024. This PR updates the runtime dependencies to use the stable bits.

Changes

  • Updated dotnet runtime from 9.0.0-rc.1.24431.7 to 9.0.0
  • Updated aspnetcore runtime from 9.0.0-rc.1.24452.1 to 9.0.0

These changes ensure the repository uses the official stable .NET 9.0.0 release rather than outdated release candidates.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • h6tvsblobprodcus346.vsblob.vsassets.io
    • Triggering command: /home/REDACTED/work/extensions/extensions/.dotnet/dotnet msbuild /m /nologo /clp:Summary /v:minimal /nr:true /p:TreatWarningsAsErrors=false /p:ContinuousIntegrationBuild=false /home/REDACTED/work/extensions/extensions/artifacts/toolset/restore.proj /t:__WriteToolsetLocation /clp:ErrorsOnly;NoSummary /p:__ToolsetLocationOutputFile=/home/REDACTED/work/extensions/extensions/artifacts/toolset/9.0.0-beta.25428.3.txt (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


Additional instructions:

9.0.0 released last November. We should not still be using a release candidate but instead stable bits. Please update these dependencies accordingly.

Fixes #6842


💡 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.

Microsoft Reviewers: Open in CodeFlow

@Copilot Copilot AI changed the title [WIP] global.json is still referencing .NET 9 RC 1 Update global.json to use .NET 9.0.0 stable instead of RC 1 Sep 24, 2025
@Copilot Copilot AI requested a review from stephentoub September 24, 2025 22:11
Copilot finished work on behalf of stephentoub September 24, 2025 22:11
@stephentoub stephentoub marked this pull request as ready for review September 24, 2025 22:15
@stephentoub stephentoub requested a review from a team as a code owner September 24, 2025 22:15
@Copilot Copilot AI review requested due to automatic review settings September 24, 2025 22:15
Copy link
Contributor

@Copilot 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

Updates the global.json file to use the stable .NET 9.0.0 release instead of release candidate versions, aligning with the official stable release that shipped in November 2024.

  • Updated dotnet runtime from RC version to stable 9.0.0
  • Updated aspnetcore runtime from RC version to stable 9.0.0

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

@stephentoub stephentoub enabled auto-merge (squash) September 24, 2025 22:16
@stephentoub stephentoub merged commit 3cce027 into main Sep 25, 2025
6 checks passed
@stephentoub stephentoub deleted the copilot/fix-fd646298-1f0d-40cb-9a31-6b4786928989 branch September 25, 2025 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

global.json is still referencing .NET 9 RC 1
3 participants