From fdc7ea27e8d024cddc704f47d37de310317f420f Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 11 Jan 2019 00:30:01 +0100 Subject: [PATCH] Travis: bump dotnet --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b33f80774..114f13c84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,5 +84,5 @@ matrix: dist: xenial - os: osx # Ref: https://docs.travis-ci.com/user/reference/osx - dotnet: 2.2.101 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved + dotnet: 2.2.102 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved osx_image: xcode10.1