Breaking Change: SDK container images upgraded to Visual Studio 2022 tools #934
mthalman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking Change: SDK container images upgraded to Visual Studio 2022 tools
With the release of Visual Studio 2022, the .NET Framework SDK images have now been upgraded to include the VS 2022 tools. For most scenarios, this change will not be observable. However, there may be some breaks which will be documented in this announcement as they are discovered.
Details
The tools installed include the following:
The .NET Framework SDK images will only include the VS 2022 tools. We will not produce another set of .NET Framework SDK images that includes VS 2019 tools.
If you encounter a breaking change or other issues and need to quickly unblock yourself, you can reference the previous version of the image by using its full version tag (e.g.
mcr.microsoft.com/dotnet/framework/sdk:4.8-20211012-windowsservercore-ltsc2022
).Related pull requests:
Beta Was this translation helpful? Give feedback.
All reactions