Skip to content

Latest commit

 

History

History
 
 

mono-samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Sample .NET apps using the Mono runtime

This folder contains sample code demonstrating how to build mobile (iOS, Android, Browser WebAssembly) apps with the mono runtime on macOS. The requirements for each sample can be found within the corresponding folder, and each sample can be ran using dotnet publish.

Prerequisites

.NET SDK version 6.0.100-alpha.1.20628.2 is needed to run these samples. To install a specific version of the dotnet sdk, download the latest stable version of the dotnet-install script:

Install version .NET version 6.0.100-alpha.1.20628.2:

./dotnet-install.sh --version 6.0.100-alpha.1.20628.2

For more information, see dotnet-install script reference