Skip to content

Commit b375896

Browse files
committed
Update .NET SDK to 5.0.401
1 parent 49c2745 commit b375896

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ stages:
5656
displayName: Configure git commit author for testing
5757
5858
- task: UseDotNet@2
59-
displayName: Install .NET Core 5.0.202 SDK
59+
displayName: Install .NET Core 5.0.401 SDK
6060
inputs:
6161
packageType: sdk
62-
version: 5.0.202
62+
version: 5.0.401
6363

6464
- task: UseDotNet@2
6565
displayName: Install .NET Core 3.1 runtime
@@ -69,9 +69,9 @@ stages:
6969

7070
- pwsh: |
7171
Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile dotnet-install.ps1
72-
& .\dotnet-install.ps1 -Architecture x86 -Version 5.0.202 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
72+
& .\dotnet-install.ps1 -Architecture x86 -Version 5.0.401 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
7373
& .\dotnet-install.ps1 -Architecture x86 -Channel 3.1 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
74-
displayName: Install 32-bit .NET Core SDK 5.0.202, 3.1
74+
displayName: Install 32-bit .NET Core SDK 5.0.401, 3.1
7575
condition: ne(variables['dotnet32'], '')
7676
7777
- script: dotnet --info
@@ -329,10 +329,10 @@ stages:
329329
packageType: runtime
330330
version: 3.1.x
331331
- task: UseDotNet@2
332-
displayName: Install .NET Core 5.0.202 SDK
332+
displayName: Install .NET Core 5.0.401 SDK
333333
inputs:
334334
packageType: sdk
335-
version: 5.0.202
335+
version: 5.0.401
336336
- script: dotnet --info
337337
displayName: Show dotnet SDK info
338338
- bash: |

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"sdk": {
3-
"version": "5.0.202"
3+
"version": "5.0.401",
4+
"rollForward": "patch",
5+
"allowPrerelease": false
46
}
57
}

0 commit comments

Comments
 (0)