microsoft/dotnet-framework-docker

Remove .NET Core 3.1 runtime from SDK when unsupported

mthalman opened this issue · 1 comments

.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.

--add Microsoft.NetCore.Component.Runtime.3.1 @^ `

Related to #984

Create an announcement for this when it's removed.