From 32d5779b82fe4c04e4978dc74f5c3691ce53545a Mon Sep 17 00:00:00 2001 From: Steven Hildreth Date: Wed, 23 Oct 2019 13:12:58 -0500 Subject: [PATCH] Update .travis.yml Updated to dotnet core 3.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a635e7b..5fe383d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp mono: none sudo: required dist: xenial -dotnet: 2.2 +dotnet: 3.0 script: - dotnet restore - dotnet build