Skip to content

Commit c307b35

Browse files
committed
sdk 10.0.100
1 parent 68996eb commit c307b35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines/build-steps-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
displayName: 'Install dotnet if not already present'
3535
inputs:
3636
packageType: 'sdk'
37-
version: '10.0.0' # 9.0.101 - we are currently building a 8.0 app. TODO: Try upgrading to 8.x in the future
37+
version: '10.0.100' # 9.0.101 - we are currently building a 8.0 app. TODO: Try upgrading to 8.x in the future
3838
performMultiLevelLookup: false
3939

4040

azure-pipelines/templates/build-steps-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
displayName: 'Install dotnet if not already present'
3535
inputs:
3636
packageType: 'sdk'
37-
version: '10.0.0' # '9.0.101' - we are currently building a 8.0 app. TODO: Try upgrading to 8.x in the future
37+
version: '10.0.100' # '9.0.101' - we are currently building a 8.0 app. TODO: Try upgrading to 8.x in the future
3838
performMultiLevelLookup: false
3939

4040
- task: PowerShell@2

0 commit comments

Comments
 (0)