-
Notifications
You must be signed in to change notification settings - Fork 604
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
Support .NET 10.0 Preview 1 scheduled for 2025-02-20 #1309
Comments
The release was pushed back to 2025-02-25 (next Tuesday). |
@samruddhikhandale, @bamurtaugh, @Kaniska244 - Does the assignment mean that this is planned? And is there an ETA? |
Hello @lbussell , We will update you on the planning part early next week by 12th March. With Regards, |
Hi @lbussell , I checked further on this one. As per the history of devcontainers, we are supporting the new dotnet version once the go-live release is done. I don't think as of now we support the preview versions. For e.g. devcontainer dotnet image started supporting dotnet 9 after first go-live version 9.0.0-rc.1 was released. Also devcontainer is using bookworm-slim sdk image variant from MCR repo as the base image right now which I believe is yet to be published for dotnet 10 preview-1 version. Kindly let me know in case of any further concern. With Regards, |
What's the main concern with supporting the preview releases? The update frequency is the same as go-live versions of .NET (monthly). The reason you don't see Bookworm is because the Debian version for .NET 10 was updated to Trixie (Debian 13): https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview1/containers.md#debian-images-use-debian-13-trixie |
.NET 10 Preview 1 is scheduled to be released on 2025-02-25. .NET Previews and release candidates are released on a monthly basis leading up to the final release which is planned for November 2025.
The .NET 10 Preview 1 SDK image will be tagged as
mcr.microsoft.com/dotnet/sdk:10.0-preview-<variant>
. The configuration should be the same as the .NET 8 and 9 images. The10.0-preview
tags will be updated with subsequent preview releases until around September 2025, when .NET 10 Release Candidate 1 is published.The text was updated successfully, but these errors were encountered: