Open samruddhikhandale opened 2 months ago
Templates and MCR docs PR's have been merged for this issue.
- [x] Open a PR
- [x] Create a release
- [x] Update templates (if necessary)
- [x] Update [Tracking] Image support, deprecation / EOL dates #90
- [x] Update Microsoft Artifact Registry docs
The .NET 9.0 GA container images are live, the dev container images should be rebuilt now.
When I create a .NET 9 devcontainer now it seems the .NET 9 RC2 SDK is used - can you please publish an image using the GA version?
Like @hansmbakker mentioned the 9.0 images do not have the released SDK version 9.100.0 installed.
For example, the devcontainer mcr.microsoft.com/devcontainers/dotnet:1-9.0
image contains dotnet version: 9.0.100-rc.2.24474.11.
When I build my project in a devcontainer based on that image I get:
/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [path_to_my_project_csproj_file]
Does anyone know when the 9.0 devcontainer images will be updated to SDK version 9.100.0?