pkg(mono-6.12.0): change to new build system

This commit is contained in:
Thomas Hobson 2021-03-06 01:06:00 +13:00
parent 66fd00e410
commit 51666c2d5a
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
7 changed files with 32 additions and 34 deletions

9
packages/mono-6.12.0/test.cs vendored Normal file
View file

@ -0,0 +1,9 @@
using System;
public class Test
{
public static void Main(string[] args)
{
Console.WriteLine("OK");
}
}