Egor Bogatov 26f0222284 [netcore] Fix CI build script (#15130) hace 6 años
..
AspNetCore b861cacd48 [netcore] Improve netcore/build.sh script (#14835) hace 6 años
HelloWorld 26f0222284 [netcore] Fix CI build script (#15130) hace 6 años
Makefile a0d0209fb1 [netcore] Add support for running tests. hace 6 años
README.md 6fee0c0ad8 [build] Fix netcore build (#12526) hace 7 años

README.md

This is simple Hello World sample running Mono within .NET Core

Steps required

Build Mono

./configure --with-core=only
make

Prepare dependencies

make prepare

Run the sample

make run