@joebigelow / wix / commits / 7b63b092

Update Build Requirements

Issue 7388 Update README.md Add .NET 6.0 to list of components

Christopher Painter committed Dec 5, 2023 at 23:19 UTC 7b63b092cbc393739d64c371dd89f91891d15102
1 file changed +6 -2
README.md
+6 -2
@@ -12,7 +12,9 @@ This repository contains the WiX Toolset codebase.
12
13 ## Prerequisites
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:
18
19 | Workloads |
20 | :-------- |
@@ -22,12 +24,14 @@ This repository contains the WiX Toolset codebase.
24
25 | Individual components |
26 | :-------------------- |
27 +| .NET 6.0 Runtime (Long Term Support) |
28 | .NET Framework 4.7.2 SDK |
29 | .NET Framework 4.7.2 targeting pack |
30 | MSVC v141 - VS 2017 C++ ARM64 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) |
33 | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) |
34 +| Git for Windows |
35
36 - [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path.
37