Skip to content

Commit 1852a61

Browse files
authored
Downgrade dotnet SDK to 6.0.100 (#7422)
1 parent 9f3094f commit 1852a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builds/azure-pipelines-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- task: UseDotNet@2
6262
inputs:
6363
packageType: sdk
64-
version: 6.x
64+
version: 6.0.100
6565

6666
- task: DownloadSecureFile@1
6767
name: caCertificate

builds/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ steps:
5252
- task: UseDotNet@2
5353
inputs:
5454
packageType: sdk
55-
version: 6.x
55+
version: 6.0.100
5656

5757
- task: MSBuild@1
5858
inputs:

0 commit comments

Comments
 (0)