From 5ac70c587c6317e4f8276ad60507cc37caef688c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 14 Apr 2017 16:10:19 -0500 Subject: [PATCH] change dotnet ver to 1.0.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d09d0ff2..d7ef3b81d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ sudo: required dist: trusty solution: FilterLists.sln mono: none -dotnet: 1.0.3 \ No newline at end of file +dotnet: 1.0.1 \ No newline at end of file