Dotnet-GitSync-Bot f76994e0a1 Mirror changes from mono/coreclr,corert (#12612) il y a 7 ans
..
HelloWorld c797248624 [build] Add dotnet launcher bridge to the runtime (#12416) il y a 7 ans
Makefile f76994e0a1 Mirror changes from mono/coreclr,corert (#12612) il y a 7 ans
README.md 6fee0c0ad8 [build] Fix netcore build (#12526) il y a 7 ans

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