Skip to content

Commit

Permalink
Update Mono to 5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Jan 13, 2019
1 parent 1bff99c commit 78eedba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
\
&& apt-get install -y \
ghc-8.4.3 \
mono-devel='5.16.*' \
mono-devel='5.18.*' \
nodejs='8.10.*' \
npm \
python3.7 \
Expand Down
2 changes: 1 addition & 1 deletion site/basics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ All Node.js examples will use Node.js 8.12 and the [ffi package][node-ffi].

## C\#

All C# examples will compile with Mono 5.14. It is assumed that this
All C# examples will compile with Mono 5.18. It is assumed that this
code will work with the Microsoft CLR frameworks, but this is
untested.

Expand Down

0 comments on commit 78eedba

Please sign in to comment.