Skip to content

Commit 09b2616

Browse files
committed
Upgrade SDK to latest 2.2.100
1 parent f7bed4b commit 09b2616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addons:
2222
osx_image: xcode7.2
2323

2424
# Ensure that .NET Core is installed
25-
dotnet: 2.1.403
25+
dotnet: 2.2.101
2626
# Ensure Mono is installed
2727
mono: latest
2828

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ environment:
2121
DOTNET_CLI_TELEMETRY_OPTOUT: true
2222

2323
build_script:
24-
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.403
24+
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.0
2525
- ps: .\build.ps1
2626

2727
test: off

0 commit comments

Comments
 (0)