Skip to content

Commit 015dcd7

Browse files
committed
Build: attempt to use .Net Core SDK 2.2.103
1 parent 5179bc6 commit 015dcd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55

66
sudo: required #false
77
dist: trusty
8-
dotnet: 2.2.100
8+
dotnet: 2.2.103
99
mono:
1010
- latest
1111
os:

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ image: Visual Studio 2017
22
init:
33
- git config --global core.autocrlf true
44
install:
5-
# Download .NET Core SDK 2.1.403 and add to PATH
6-
- ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.100/dotnet-sdk-2.2.100-win-x64.zip"
5+
# Download .NET Core SDK 2.2.103 and add to PATH
6+
- ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.103/dotnet-sdk-2.2.103-win-x64.zip"
77
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
88
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
99
- ps: $tempFileCurrent = [System.IO.Path]::GetTempFileName()

0 commit comments

Comments
 (0)