From 1ec611cb344c57e6b296b905a3c9190401f4c0d1 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Fri, 8 Sep 2017 12:48:03 +0300 Subject: [PATCH] Update Travis for .NET Core SDK 2.0 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11633c7a..53095ba5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,14 @@ dist: trusty language: csharp mono: none -dotnet: 1.0.1 +dotnet: 2.0.0 solution: DepotDownloader.sln install: - dotnet restore DepotDownloader.sln script: - - dotnet build --framework netcoreapp1.1 DepotDownloader.sln + - dotnet build DepotDownloader.sln notifications: irc: