diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,6 @@ This repository contains the WiX Toolset codebase. | |||
12 | 12 | ||
13 | ## Prerequisites | 13 | ## Prerequisites |
14 | 14 | ||
15 | - Microsoft .NET Framework 3.5 SP1 | ||
16 | - A command line Git client that is in the system path | 15 | - A command line Git client that is in the system path |
17 | - Visual Studio 2022 (17.8.2 or higher) with the following installed: | 16 | - Visual Studio 2022 (17.8.2 or higher) with the following installed: |
18 | 17 | ||
@@ -27,6 +26,7 @@ This repository contains the WiX Toolset codebase. | |||
27 | | .NET 6.0 Runtime (Long Term Support) | | 26 | | .NET 6.0 Runtime (Long Term Support) | |
28 | | .NET Framework 4.7.2 SDK | | 27 | | .NET Framework 4.7.2 SDK | |
29 | | .NET Framework 4.7.2 targeting pack | | 28 | | .NET Framework 4.7.2 targeting pack | |
29 | | .NET Framework 4.6.2 targeting pack | | ||
30 | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | | 30 | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | |
31 | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | | 31 | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | |
32 | | MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | | 32 | | MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | |