Update .travis.yml

update to core 5.0
This commit is contained in:
Steven Hildreth 2020-11-14 17:12:46 -06:00 committed by GitHub
parent 2e0759ab21
commit a2806e48a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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