aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index a028c9f5..6c12b8db 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@ This repository contains the WiX Toolset codebase.
12 12
13## Prerequisites 13## Prerequisites
14 14
15- Visual Studio 2022 (17.0.4 or higher) with the following installed: 15- Microsoft .NET Framework 3.5 SP1
16- 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 18
17| Workloads | 19| Workloads |
18| :-------- | 20| :-------- |
@@ -22,12 +24,14 @@ This repository contains the WiX Toolset codebase.
22 24
23| Individual components | 25| Individual components |
24| :-------------------- | 26| :-------------------- |
27| .NET 6.0 Runtime (Long Term Support) |
25| .NET Framework 4.7.2 SDK | 28| .NET Framework 4.7.2 SDK |
26| .NET Framework 4.7.2 targeting pack | 29| .NET Framework 4.7.2 targeting pack |
27| MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | 30| MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) |
28| MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | 31| MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) |
29| MSVC v143 - VS 2022 C++ ARM64 build tools (Latest) | 32| MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) |
30| MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | 33| MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) |
34| Git for Windows |
31 35
32- [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path. 36- [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path.
33 37