diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-10-15 23:06:59 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-10-15 23:12:35 -0700 |
| commit | 90157a3799acc06ba094b9c445e50f459f3fd194 (patch) | |
| tree | 6967e73759f32738750bfadc35158187896edbb5 /src/api/api.cmd | |
| parent | 064d58584d57ed8fa45d8f3f570a253a0490561b (diff) | |
| download | wix-90157a3799acc06ba094b9c445e50f459f3fd194.tar.gz wix-90157a3799acc06ba094b9c445e50f459f3fd194.tar.bz2 wix-90157a3799acc06ba094b9c445e50f459f3fd194.zip | |
Update to .NET 8 to fix build
.NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it
releases.
Diffstat (limited to 'src/api/api.cmd')
| -rw-r--r-- | src/api/api.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 27 | 27 | ||
| 28 | :: Test | 28 | :: Test |
| 29 | dotnet test ^ | 29 | dotnet test ^ |
| 30 | %_B%\net6.0\WixToolsetTest.Data.dll ^ | 30 | %_B%\net8.0\WixToolsetTest.Data.dll ^ |
| 31 | %_B%\net6.0\win-x86\WixToolsetTest.BootstrapperApplicationApi.dll ^ | 31 | %_B%\net8.0\win-x86\WixToolsetTest.BootstrapperApplicationApi.dll ^ |
| 32 | %_B%\x86\BalUtilUnitTest.dll ^ | 32 | %_B%\x86\BalUtilUnitTest.dll ^ |
| 33 | %_B%\x86\BextUtilUnitTest.dll ^ | 33 | %_B%\x86\BextUtilUnitTest.dll ^ |
| 34 | --nologo -l "trx;LogFileName=%_L%\TestResults\api.trx" || exit /b | 34 | --nologo -l "trx;LogFileName=%_L%\TestResults\api.trx" || exit /b |
