microsoft / dotnet-framework-docker

The repo for the official docker images for .NET Framework on Windows Server Core.
https://hub.docker.com/_/microsoft-dotnet-framework
MIT License
698 stars 334 forks source link

Remove .NET Core 3.1 runtime from SDK when unsupported #994

Closed mthalman closed 1 year ago

mthalman commented 2 years ago

.NET Core 3.1 will be EOL on Dec 13, 2022. At that time, .NET Core 3.1 runtime component should be removed as part of the installation of VS Build Tools in the SDK images.

https://github.com/microsoft/dotnet-framework-docker/blob/3638c1811c7aa316daeb4f6c143db22d10c84256/eng/dockerfile-templates/sdk/Dockerfile#L55

Related to https://github.com/microsoft/dotnet-framework-docker/issues/984

mthalman commented 1 year ago

Create an announcement for this when it's removed.