Core/Build: Should fix travis builds

This commit is contained in:
hondacrx
2018-07-12 17:46:51 -04:00
parent ce16e1cffb
commit 472bfcea7d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ language: csharp
dist: trusty dist: trusty
sudo: required sudo: required
mono: none mono: none
dotnet: 2.0.0 dotnet: 2.1.0
script: script:
- dotnet restore - dotnet restore
- dotnet build - dotnet build