From afc3e9ec6cb2123115b16328ddc181ad20b20a27 Mon Sep 17 00:00:00 2001 From: Kir-Antipov Date: Sat, 27 Feb 2021 16:42:12 +0200 Subject: [PATCH] Fixed travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2b1f4c..aad775e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: csharp mono: none solution: CryptoExchange.Net.sln -dotnet: 3.0 +dotnet: 5.0.103 script: - 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