From 90157a3799acc06ba094b9c445e50f459f3fd194 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 15 Oct 2025 23:06:59 -0700 Subject: Update to .NET 8 to fix build .NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it releases. --- 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 cae0cf5a..42ca8567 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%\net6.0\WixToolsetTest.Data.dll ^ - %_B%\net6.0\win-x86\WixToolsetTest.BootstrapperApplicationApi.dll ^ + %_B%\net8.0\WixToolsetTest.Data.dll ^ + %_B%\net8.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