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