Skip to content

Commit 06b1c11

Browse files
author
Nick Craver
committed
SDK: switch to 2.1.500
Until we can figure out how to install on Ubuntu...
1 parent 1a70a47 commit 06b1c11

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ nuget:
7070
build_script:
7171
- ps: >-
7272
if ($env:OS -eq "Windows_NT") {
73-
.\build\dotnet-install.ps1 -Version 2.1.400
73+
.\build\dotnet-install.ps1 -Version 2.1.500
7474
}
75-
- sh: ./build/dotnet-install.sh --version 2.1.400
7675
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT")
7776

7877
test: off

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{
33
"sdk": {
4-
"version": "2.1.400"
4+
"version": "2.1.500"
55
}
66
}

0 commit comments

Comments
 (0)