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
710 stars 335 forks source link

Updates for VS 2022 #845

Closed mthalman closed 3 years ago

mthalman commented 3 years ago

Upgrades the SDK Dockerfiles to VS 2022 tools. Note that the Microsoft.VisualStudio.Workload.NetCoreBuildTools VS component no longer exists. There isn't a direct replacement; instead, the individual sub-components are now directly referenced.

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