[CI] Set to use .NET 10 SDK in job-build-project.yml

This commit is contained in:
Jeremy Sinclair 2025-08-20 09:27:16 -04:00
parent 2560590dfb
commit aa7bb45cc2

View File

@ -168,7 +168,7 @@ jobs:
- template: steps-ensure-dotnet-version.yml
parameters:
sdk: true
version: '9.0'
version: '10.0'
- ${{ if eq(parameters.runTests, true) }}:
- task: VisualStudioTestPlatformInstaller@1