Skip to content

Commit 273f452

Browse files
Update .NET SDK version from 9.0 to 10.0
1 parent a389275 commit 273f452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipelines/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ pool:
88
vmImage: 'windows-2022'
99

1010
steps:
11-
# Step 1: Install .NET 9.0 SDK
11+
# Step 1: Install .NET 10.0 SDK
1212
- task: UseDotNet@2
1313
inputs:
1414
packageType: 'sdk'
15-
version: '9.0.x' # Use the latest .NET 9.0 SDK version
15+
version: '10.0.x' # Use the latest .NET 9.0 SDK version
1616
installationPath: $(Agent.ToolsDirectory)/dotnet
1717

1818
# Step 2: Verify .NET SDK Installation

0 commit comments

Comments
 (0)