From 3867a59286b1fd9e2bdc79696b9ba5c59277fc31 Mon Sep 17 00:00:00 2001 From: JKorf Date: Mon, 21 Oct 2019 16:42:11 +0200 Subject: [PATCH] Updated travis config --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 100393f..e2b1f4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: csharp mono: none solution: CryptoExchange.Net.sln -dotnet: 2.0.0 -dist: xenial +dotnet: 3.0 script: - - dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.0" + - dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.1" - dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj \ No newline at end of file