aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-11-13 10:20:34 -0800
committerRob Mensching <rob@firegiant.com>2025-12-14 08:00:56 -0800
commita52036eda6958f4671c9ecb04373bf7bc2e4bd36 (patch)
tree2a25156ab485316666b321a4188c00008ac50e91 /README.md
parent84689a9b15900ece2c3c40f000416b5bba2c2059 (diff)
downloadwix-a52036eda6958f4671c9ecb04373bf7bc2e4bd36.tar.gz
wix-a52036eda6958f4671c9ecb04373bf7bc2e4bd36.tar.bz2
wix-a52036eda6958f4671c9ecb04373bf7bc2e4bd36.zip
Update to use .NET 10 SDK for builds
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 93768e41..d95c62da 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto
26 26
27### Prerequisites 27### Prerequisites
28 28
29Before building the WiX Toolset, ensure you have Visual Studio 2022 (17.8.2 or higher) with the following installed: 29Before building the WiX Toolset, ensure you have Visual Studio 2026 (17.8.2 or higher) with the following installed:
30 30
31| Workloads | 31| Workloads |
32| :-------- | 32| :-------- |
@@ -36,13 +36,13 @@ Before building the WiX Toolset, ensure you have Visual Studio 2022 (17.8.2 or h
36 36
37| Individual components | 37| Individual components |
38| :-------------------- | 38| :-------------------- |
39| .NET 8.0 Runtime (Long Term Support) | 39| .NET 10.0 Runtime (Long Term Support) |
40| .NET Framework 4.7.2 SDK | 40| .NET Framework 4.7.2 SDK |
41| .NET Framework 4.7.2 targeting pack | 41| .NET Framework 4.7.2 targeting pack |
42| .NET Framework 4.6.2 targeting pack | 42| .NET Framework 4.6.2 targeting pack |
43| ATL v143 - VS 2022 C++ x64/x86 build tools (Latest) | 43| ATL v143 - VS 2026 C++ x64/x86 build tools (Latest) |
44| MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | 44| MSVC v143 - VS 2026 C++ ARM64/ARM64EC build tools (Latest) |
45| MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | 45| MSVC v143 - VS 2026 C++ x64/x86 build tools (Latest) |
46| Git for Windows | 46| Git for Windows |
47 47
48Also, download the latest [nuget.exe command-line tool](https://www.nuget.org/downloads) and place it in a directory on your path. 48Also, download the latest [nuget.exe command-line tool](https://www.nuget.org/downloads) and place it in a directory on your path.
@@ -56,7 +56,7 @@ Also, download the latest [nuget.exe command-line tool](https://www.nuget.org/do
56 56
57#### To build the WiX toolset: 57#### To build the WiX toolset:
58 58
59 * Start a VS2022 'Developer Command Prompt' 59 * Start a VS2026 'Developer Command Prompt'
60 * Change directory to the root of the cloned repository 60 * Change directory to the root of the cloned repository
61 * Issue the command `devbuild` (or `devbuild release` if you want to create a release version) 61 * Issue the command `devbuild` (or `devbuild release` if you want to create a release version)
62 62