From 7b63b092cbc393739d64c371dd89f91891d15102 Mon Sep 17 00:00:00 2001 From: Christopher Painter Date: Tue, 5 Dec 2023 23:19:19 -0600 Subject: Update Build Requirements Issue 7388 Update README.md Add .NET 6.0 to list of components --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') 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. ## Prerequisites -- Visual Studio 2022 (17.0.4 or higher) with the following installed: +- Microsoft .NET Framework 3.5 SP1 +- A command line Git client that is in the system path +- Visual Studio 2022 (17.8.2 or higher) with the following installed: | Workloads | | :-------- | @@ -22,12 +24,14 @@ This repository contains the WiX Toolset codebase. | Individual components | | :-------------------- | +| .NET 6.0 Runtime (Long Term Support) | | .NET Framework 4.7.2 SDK | | .NET Framework 4.7.2 targeting pack | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | -| MSVC v143 - VS 2022 C++ ARM64 build tools (Latest) | +| MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | +| Git for Windows | - [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path. -- cgit v1.2.3-55-g6feb