Skip to content

Commit

Permalink
use v4.6.1 in travis (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada authored Feb 10, 2019
1 parent 80758af commit fcba7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mono: 5.18.0
dotnet: 2.1.401

install:
# workaround for missing .net 4.5 targing pack
- export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/
# workaround for missing .net 4.6.1 targing pack
- export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.6.1-api/

script:
- dotnet pack -v n
Expand Down

0 comments on commit fcba7d1

Please sign in to comment.