actions / runner-images

GitHub Actions runner images
MIT License
10.24k stars 3.08k forks source link

Add .NET Framework 4.7.2 SDK in the Windows 2022 image #10943

Open JoostVoskuil opened 2 weeks ago

JoostVoskuil commented 2 weeks ago

Description

New tool, Bug fixing, or Improvement? Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. For new tools, please provide total size and installation time.

Related issue:

Check list

This pull request includes a small change to the images/windows/toolsets/toolset-2022.json file. The change adds the Microsoft.Net.Component.4.7.2.SDK to the list of components.

Solves issue #10942

JoostVoskuil commented 2 weeks ago

Before we have the discussion: SDK is needed to develop applications for the .NET Framework and Targeting pack is required for targeting a .NET framework which is different from currently installed .NET framework.

So only the target pack is not enough