From 318f5300cf4244d6eb440b00278c062f1da56e91 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 3 Jun 2026 22:20:43 -0400 Subject: Target VS2026 and .NET 10 for WiX v8. VS2022/v143 toolsets are no longer required. --- src/api/api.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/api/api.cmd') diff --git a/src/api/api.cmd b/src/api/api.cmd index 42ca8567..66b25a65 100644 --- a/src/api/api.cmd +++ b/src/api/api.cmd @@ -27,8 +27,8 @@ msbuild api_t.proj -p:Configuration=%_C% -tl -nologo -warnaserror -bl:%_L%\api_b :: Test dotnet test ^ - %_B%\net8.0\WixToolsetTest.Data.dll ^ - %_B%\net8.0\win-x86\WixToolsetTest.BootstrapperApplicationApi.dll ^ + %_B%\net10.0\WixToolsetTest.Data.dll ^ + %_B%\net10.0\win-x86\WixToolsetTest.BootstrapperApplicationApi.dll ^ %_B%\x86\BalUtilUnitTest.dll ^ %_B%\x86\BextUtilUnitTest.dll ^ --nologo -l "trx;LogFileName=%_L%\TestResults\api.trx" || exit /b -- cgit v1.2.3-55-g6feb