diff options
| author | Christopher Painter <chrpai@iswix.com> | 2023-12-05 23:19:19 -0600 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-12-18 16:31:03 -0800 |
| commit | 7b63b092cbc393739d64c371dd89f91891d15102 (patch) | |
| tree | b5a73e10f417fa288c0d5125e5713d503234ad8a | |
| parent | 87a1ab5871d43166a4ce32798093ddfd144c0fbf (diff) | |
| download | wix-7b63b092cbc393739d64c371dd89f91891d15102.tar.gz wix-7b63b092cbc393739d64c371dd89f91891d15102.tar.bz2 wix-7b63b092cbc393739d64c371dd89f91891d15102.zip | |
Update Build Requirements
Issue 7388
Update README.md
Add .NET 6.0 to list of components
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -12,7 +12,9 @@ This repository contains the WiX Toolset codebase. | |||
| 12 | 12 | ||
| 13 | ## Prerequisites | 13 | ## Prerequisites |
| 14 | 14 | ||
| 15 | - Visual Studio 2022 (17.0.4 or higher) with the following installed: | 15 | - Microsoft .NET Framework 3.5 SP1 |
| 16 | - 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 | 18 | ||
| 17 | | Workloads | | 19 | | Workloads | |
| 18 | | :-------- | | 20 | | :-------- | |
| @@ -22,12 +24,14 @@ This repository contains the WiX Toolset codebase. | |||
| 22 | 24 | ||
| 23 | | Individual components | | 25 | | Individual components | |
| 24 | | :-------------------- | | 26 | | :-------------------- | |
| 27 | | .NET 6.0 Runtime (Long Term Support) | | ||
| 25 | | .NET Framework 4.7.2 SDK | | 28 | | .NET Framework 4.7.2 SDK | |
| 26 | | .NET Framework 4.7.2 targeting pack | | 29 | | .NET Framework 4.7.2 targeting pack | |
| 27 | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | | 30 | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | |
| 28 | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | | 31 | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | |
| 29 | | MSVC v143 - VS 2022 C++ ARM64 build tools (Latest) | | 32 | | MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | |
| 30 | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | | 33 | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | |
| 34 | | Git for Windows | | ||
| 31 | 35 | ||
| 32 | - [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path. | 36 | - [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path. |
| 33 | 37 | ||
