Upgrade to .net 10

This commit is contained in:
2025-12-22 11:44:06 -06:00
parent 0a415a2292
commit 357c3d9932
10 changed files with 13 additions and 13 deletions

View File

@@ -21,10 +21,10 @@ steps:
- task: NuGetToolInstaller@1
- task: UseDotNet@2
inputs:
packageType: sdk
#useGlobalJson: true
version: 8.x
inputs:
packageType: sdk
#useGlobalJson: true
version: 10.x
installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present.
- task: CmdLine@2