Skip to content
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

[ macOS ] .NET 7.x will be removed from macOS-13 and macOS-14 images on February 24,2025. #11501

Open
6 of 14 tasks
susmitamane opened this issue Jan 29, 2025 · 0 comments
Open
6 of 14 tasks

Comments

@susmitamane
Copy link
Contributor

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

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

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

@susmitamane susmitamane self-assigned this Jan 29, 2025
@susmitamane 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant