From b1f2954475ea2831fce64599e14b2c830ee2b9ab Mon Sep 17 00:00:00 2001 From: hondacrx Date: Fri, 6 Dec 2019 23:13:55 -0500 Subject: [PATCH] Should fix travis and appveyor builds --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7458b762e..b5ba80240 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp dist: xenial sudo: required mono: none -dotnet: 2.2 +dotnet: 3.1 script: - dotnet restore - dotnet build \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index a9273ae95..6fb217447 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: '{build}' pull_requests: do_not_increment_build_number: true -image: Visual Studio 2017 +image: Visual Studio 2019 clone_script: - cmd: git clone -q --branch=master --recursive https://github.com/CypherCore/CypherCore.git C:\projects\CypherCore-master