diff options
author | Bob Arnson <bob@firegiant.com> | 2024-06-10 18:43:55 -0400 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-10-04 12:06:17 -0700 |
commit | 6b0a0837afdcaea5cf6f55832ad88fb147b9860b (patch) | |
tree | a9b70f2355c0c28a3b81bc2de844b336a7ab3cd8 /README.md | |
parent | cff717e0122bbb52d4d808d9b2cca88f25451211 (diff) | |
download | wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.tar.gz wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.tar.bz2 wix-6b0a0837afdcaea5cf6f55832ad88fb147b9860b.zip |
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -24,9 +24,8 @@ This repository contains the WiX Toolset v4 codebase. | |||
24 | | :-------------------- | | 24 | | :-------------------- | |
25 | | .NET Framework 4.7.2 SDK | | 25 | | .NET Framework 4.7.2 SDK | |
26 | | .NET Framework 4.7.2 targeting pack | | 26 | | .NET Framework 4.7.2 targeting pack | |
27 | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | | 27 | | .NET Framework 4.6.2 targeting pack | |
28 | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | | 28 | | MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | |
29 | | MSVC v143 - VS 2022 C++ ARM64 build tools (Latest) | | ||
30 | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | | 29 | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | |
31 | 30 | ||
32 | - [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path. | 31 | - [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path. |