Update .travis.yml

Updated to dotnet core 3.0
This commit is contained in:
Steven Hildreth 2019-10-23 13:12:58 -05:00 committed by GitHub
parent 43e20b9e8e
commit 32d5779b82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ language: csharp
mono: none
sudo: required
dist: xenial
dotnet: 2.2
dotnet: 3.0
script:
- dotnet restore
- dotnet build