From 0d1516c7c1f36fae76bb5d9b09d57425ced17a53 Mon Sep 17 00:00:00 2001 From: Faraj Farook Date: Tue, 20 Aug 2019 21:44:53 +1000 Subject: [PATCH] Update dep versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a867099..e217066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ env: global: - - PACKAGE_VERSION="1.2.1" + - PACKAGE_VERSION="1.2.2" - PACKAGE_ICON="https://www.enbiso.com/logo.svg" - PACKAGE_PROJECT="https://nlib.enbiso.com" - PACKAGE_REPO="https://github.com/enbiso/Enbiso.NLib" language: csharp mono: none -dotnet: 2.1.302 +dotnet: 2.2.401 script: - dotnet restore - dotnet build -c release -o ../bin