-
Notifications
You must be signed in to change notification settings - Fork 839
Update global.json to use .NET 9.0.0 stable instead of RC 1 #6846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update global.json to use .NET 9.0.0 stable instead of RC 1 #6846
Conversation
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
There was a problem hiding this 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.
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
dotnet
runtime from9.0.0-rc.1.24431.7
to9.0.0
aspnetcore
runtime from9.0.0-rc.1.24452.1
to9.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
/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:
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