From 1263252910064ab59025fc94ae620be733a85272 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Sun, 13 Aug 2017 13:50:05 +0800 Subject: [PATCH] modify ci config. --- .travis.yml | 6 +++--- build.sh | 2 +- build/version.props | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec4e8c6..52f2ebc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,13 @@ matrix: include: - os: linux dist: trusty # Ubuntu 14.04 - dotnet: 1.0.1 + dotnet: 2.0.0 mono: none env: DOTNETCORE=1 sudo: required - os: osx - osx_image: xcode7.3 # macOS 10.11 - dotnet: 1.0.1 + osx_image: xcode8.3 # macOS 10.12 + dotnet: 2.0.0 mono: none env: DOTNETCORE=1 diff --git a/build.sh b/build.sh index 91b52b0..e70f996 100644 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ dotnet --info dotnet restore -dotnet test test/DotNetCore.CAP.Test/DotNetCore.CAP.Test.csproj -f netcoreapp1.1 \ No newline at end of file +dotnet test test/DotNetCore.CAP.Test/DotNetCore.CAP.Test.csproj -f netcoreapp2.0 \ No newline at end of file diff --git a/build/version.props b/build/version.props index a5d60c8..604d215 100644 --- a/build/version.props +++ b/build/version.props @@ -1,7 +1,7 @@ - 1 - 2 + 2 + 0 0 $(VersionMajor).$(VersionMinor).$(VersionPatch)