Skip to content

Commit 3e0ca65

Browse files
committed
workaround reference assemblies path on mono
1 parent 68d93e4 commit 3e0ca65

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ matrix:
1313
mono: latest
1414
sudo: false
1515

16+
install:
17+
# workaround for missing .net 4.5 targing pack
18+
- export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/
19+
1620
script:
1721
- dotnet --info
1822
- ./build.sh All

0 commit comments

Comments
 (0)