Skip to content

Commit

Permalink
Adds the .NET SDK 2.1 as a prerequisite on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Mar 14, 2021
1 parent f7ef2c7 commit c27cf31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ mono: none
dotnet: 5.0
dist: xenial
sudo: required
addons:
apt_packages: dotnet-sdk-2.1
git:
depth: false
script:
Expand Down

0 comments on commit c27cf31

Please sign in to comment.