Skip to content

Commit

Permalink
.NET SDK 3.1.201
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Mar 29, 2020
1 parent 04d73b1 commit 98539ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ steps:
custom: '--info'

- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1.102'
displayName: 'Use .NET Core SDK 3.1.201'
inputs:
packageType: sdk
version: 3.1.102
version: 3.1.201

- task: DotNetCoreCLI@2
displayName: 'dotnet info'
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.1.102",
"version": "3.1.201",
"rollForward": "latestMajor"
}
}

0 comments on commit 98539ac

Please sign in to comment.