aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/README.md')
-rw-r--r--src/test/burn/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/README.md b/src/test/burn/README.md
index 1f2168cf..6c9edb3c 100644
--- a/src/test/burn/README.md
+++ b/src/test/burn/README.md
@@ -20,9 +20,9 @@ For example, the following line runs only the specified test:
20> dotnet test --filter WixToolsetTest.BurnE2E.BasicFunctionalityTests.CanInstallAndUninstallSimpleBundle_x86_wixstdba WixToolsetTest.BurnE2E.dll 20> dotnet test --filter WixToolsetTest.BurnE2E.BasicFunctionalityTests.CanInstallAndUninstallSimpleBundle_x86_wixstdba WixToolsetTest.BurnE2E.dll
21 21
22The VM must have: 22The VM must have:
231. x64 .NET Core SDK of 5.0 or later (for the test runner) 231. x64 .NET Core SDK of 6.0 or later (for the test runner and .NET Core TestBA)
241. Any version of .NET Framework (for the .NET Framework TestBA) 241. Any version of .NET Framework (for the .NET Framework TestBA)
251. x86 .NET Core Desktop Runtime of 5.0 or later (for the .NET Core TestBA) 251. x86 .NET Core Desktop Runtime of 6.0 or later (for the .NET Core TestBA)
26 26
27## Building with local changes 27## Building with local changes
28 28