From 1de6ab8aabae9b6cacd65f9672f4c1161ebdaa42 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 14 Apr 2017 15:54:40 -0500 Subject: [PATCH] update .net core sdk version in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0e826bc3..5fb9b33fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: csharp solution: FilterLists.sln mono: none -dotnet: 1.0.1 \ No newline at end of file +dotnet: 1.0.3 \ No newline at end of file