From 1c66495178548dc91649f9ae3372e1b27fd916c3 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Sun, 18 Aug 2019 23:33:02 -0400 Subject: [PATCH] SHould fix travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02c219ef7..9a3d1a213 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp dist: trusty sudo: required mono: none -dotnet: 2.1 +dotnet: 2.2 script: - dotnet restore - dotnet build \ No newline at end of file