Egor Bogatov 39ff579432 [netcore] Disable annoying SourceLink warrnings (#17055) 6 năm trước cách đây
..
AspNetCore b861cacd48 [netcore] Improve netcore/build.sh script (#14835) 6 năm trước cách đây
HelloWorld 39ff579432 [netcore] Disable annoying SourceLink warrnings (#17055) 6 năm trước cách đây
Makefile a0d0209fb1 [netcore] Add support for running tests. 6 năm trước cách đây
README.md 6fee0c0ad8 [build] Fix netcore build (#12526) 7 năm trước cách đây

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