From c80271eba9fb4f7b7f3b8132e6ec1f24b3f7a9a4 Mon Sep 17 00:00:00 2001 From: Anthony Lloyd Date: Mon, 22 Jul 2019 21:38:08 +0100 Subject: [PATCH] xenial and 2.1.505 --- .travis.yml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ac475e1..56934860 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: csharp -dist: bionic +dist: xenial sudo: false -dotnet: 2.2.202 +dotnet: 2.1.505 matrix: fast_finish: true diff --git a/global.json b/global.json index c31bbd3d..630e9a2a 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.202" + "version": "2.1.505" } } \ No newline at end of file