Skip to content

Commit d71a8a1

Browse files
committed
Upgrade NuGet packages #285 - Upgraded the SDK in the build pipelines
1 parent 7eddb38 commit d71a8a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipeline-PR.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ pool:
1414
steps:
1515
- script: echo Build Number $(name)
1616
- task: UseDotNet@2
17-
displayName: 'Use .NET 8.0 sdk'
17+
displayName: 'Use .NET 9.0 sdk'
1818
inputs:
1919
packageType: sdk
20-
version: 9.0.102
20+
version: 9.0.200
2121
installationPath: $(Agent.ToolsDirectory)/dotnet
2222
- script: echo Started restoring the source code
2323
- task: DotNetCoreCLI@2

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ pool:
2222
steps:
2323
- script: echo Build Number $(name)
2424
- task: UseDotNet@2
25-
displayName: 'Use .NET 8.0 sdk'
25+
displayName: 'Use .NET 9.0 sdk'
2626
inputs:
2727
packageType: sdk
28-
version: 9.0.102
28+
version: 9.0.200
2929
installationPath: $(Agent.ToolsDirectory)/dotnet
3030
- script: echo Started restoring the source code
3131
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)