From 6b0a0837afdcaea5cf6f55832ad88fb147b9860b Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 10 Jun 2024 18:43:55 -0400 Subject: Build native code with VC v143 toolset only. v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index aabec075..66add6c5 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,8 @@ This repository contains the WiX Toolset v4 codebase. | :-------------------- | | .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) | +| .NET Framework 4.6.2 targeting pack | +| MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | - [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