mirror of
https://github.com/sphildreth/roadie
synced 2024-11-22 04:03:10 +00:00
Update .travis.yml
update to core 5.0
This commit is contained in:
parent
2e0759ab21
commit
a2806e48a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue