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

[All OSs] .NET 3.1 will be removed from the images on July, 3 #7667

Closed
7 of 9 tasks
mikhailkoliada opened this issue Jun 4, 2023 · 2 comments
Closed
7 of 9 tasks
Assignees

Comments

@mikhailkoliada
Copy link
Member

mikhailkoliada commented Jun 4, 2023

Breaking changes

All the pre-cached .NET 3.1 versions will be removed from all operating systems.

Target date

The rollout will start on July, 3 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 3.1 has reached EOL on 13 December 2022.

Possible impact

If your project depends on a pre-installed .NET 3.1 it can be broken.

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • Windows Server 2019
  • Windows Server 2022

Mitigation ways

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

@mikhailkoliada mikhailkoliada pinned this issue Jun 4, 2023
@mikhailkoliada mikhailkoliada changed the title [All OSs] .NET 3.1 will be removed from the images on February, 6 [All OSs] .NET 3.1 will be removed from the images on July, 3 Jun 4, 2023
@wsmelton
Copy link

wsmelton commented Jun 7, 2023

The .NET 3.1 has reached EOL on 13 December 2023.

Should read as:

The .NET 3.1 has reached EOL on 13 December 2022.

@erik-bershel
Copy link
Contributor

All the images rolled out.

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

5 participants
@wsmelton @mikhailkoliada @erik-bershel and others