You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
susmitamane
changed the title
[ macOS ] All the pre-cached .NET 7.x version will be removed from macOS-13 and macOS-14 images on February 24,2025.
[ macOS ] .NET 7.x will be removed from macOS-13 and macOS-14 images on February 24,2025.
Jan 29, 2025
Breaking changes
All the pre-cached .NET 7.x version will be removed from macOS-13 and macOS-14 images.
Target date
The rollout will start on February 24 ,and will take 3-4 days to propagate the image to all the environments.
The motivation for the changes
According to our Software and image guidelines tools and versions have to be removed 6 months after they are deprecated or have reached end-of-life. The .NET 7 has reached EOL on May 14, 2024).
Possible impact
If your project depends on a pre-installed .NET 7.x it can be broken.
Platforms affected
Runner images affected
Mitigation ways
Try to switch to version 8,9 or To install any version in runtime you can use the following action\task:
https://github.com/actions/setup-dotnet for GH actions
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/dotnet-core-tool-installer?view=azure-devops task for AzDO
The text was updated successfully, but these errors were encountered: