aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-12-18 19:44:47 -0800
committerRob Mensching <rob@firegiant.com>2023-12-19 11:46:11 -0800
commitf02ef4acf9649badaa3ab78d2499ca5014fa2234 (patch)
tree78e9cbccc6f11a7a354d73cb6d5df95718799828 /README.md
parent7b63b092cbc393739d64c371dd89f91891d15102 (diff)
downloadwix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.tar.gz
wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.tar.bz2
wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.zip
Make the minimum supported .NET Framework v4.6.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c12b8db..7e55a3cc 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ This repository contains the WiX Toolset codebase.
12 12
13## Prerequisites 13## Prerequisites
14 14
15- Microsoft .NET Framework 3.5 SP1
16- A command line Git client that is in the system path 15- A command line Git client that is in the system path
17- Visual Studio 2022 (17.8.2 or higher) with the following installed: 16- Visual Studio 2022 (17.8.2 or higher) with the following installed:
18 17
@@ -27,6 +26,7 @@ This repository contains the WiX Toolset codebase.
27| .NET 6.0 Runtime (Long Term Support) | 26| .NET 6.0 Runtime (Long Term Support) |
28| .NET Framework 4.7.2 SDK | 27| .NET Framework 4.7.2 SDK |
29| .NET Framework 4.7.2 targeting pack | 28| .NET Framework 4.7.2 targeting pack |
29| .NET Framework 4.6.2 targeting pack |
30| MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | 30| MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) |
31| MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | 31| MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) |
32| MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | 32| MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) |