aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-06-10 18:43:55 -0400
committerRob Mensching <rob@firegiant.com>2024-10-04 12:06:17 -0700
commit6b0a0837afdcaea5cf6f55832ad88fb147b9860b (patch)
treea9b70f2355c0c28a3b81bc2de844b336a7ab3cd8 /README.md
parentcff717e0122bbb52d4d808d9b2cca88f25451211 (diff)
downloadwix-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.md5
1 files changed, 2 insertions, 3 deletions
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.
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.