diff options
Diffstat (limited to 'src/test/burn/README.md')
-rw-r--r-- | src/test/burn/README.md | 4 |
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 | ||
22 | The VM must have: | 22 | The VM must have: |
23 | 1. x64 .NET Core SDK of 5.0 or later (for the test runner) | 23 | 1. x64 .NET Core SDK of 6.0 or later (for the test runner and .NET Core TestBA) |
24 | 1. Any version of .NET Framework (for the .NET Framework TestBA) | 24 | 1. Any version of .NET Framework (for the .NET Framework TestBA) |
25 | 1. x86 .NET Core Desktop Runtime of 5.0 or later (for the .NET Core TestBA) | 25 | 1. 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 | ||