diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-18 19:44:47 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-19 11:46:11 -0800 |
commit | f02ef4acf9649badaa3ab78d2499ca5014fa2234 (patch) | |
tree | 78e9cbccc6f11a7a354d73cb6d5df95718799828 /README.md | |
parent | 7b63b092cbc393739d64c371dd89f91891d15102 (diff) | |
download | wix-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) | |