diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-10-15 23:06:59 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-11-02 11:48:43 -0800 |
| commit | 177c9a8f474346402982034c64e4f8330715cc78 (patch) | |
| tree | 6967e73759f32738750bfadc35158187896edbb5 /src/api/api.cmd | |
| parent | edcad27d89bf80e3334bdbb5982f2138c2ff2b1f (diff) | |
| download | wix-177c9a8f474346402982034c64e4f8330715cc78.tar.gz wix-177c9a8f474346402982034c64e4f8330715cc78.tar.bz2 wix-177c9a8f474346402982034c64e4f8330715cc78.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 |
