Skip to content

Commit

Permalink
Dotnet SDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
deqenq committed Apr 14, 2022
1 parent 222a58e commit 11244a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-macos.yml
Expand Up @@ -2,7 +2,7 @@ trigger:
- master

variables:
sdk_version: 6.0.201
sdk_version: 6.0.202

jobs:
- job: macOS
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-ubuntu.yml
Expand Up @@ -2,7 +2,7 @@ trigger:
- master

variables:
sdk_version: 6.0.201
sdk_version: 6.0.202

jobs:
- job: Linux
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-windows.yml
Expand Up @@ -2,7 +2,7 @@ trigger:
- master

variables:
sdk_version: 6.0.201
sdk_version: 6.0.202

jobs:
- job: Windows
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.201",
"version": "6.0.202",
"rollForward": "latestFeature"
}
}

0 comments on commit 11244a5

Please sign in to comment.