mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
pkg(mono-6.12.0): change to new build system
This commit is contained in:
parent
66fd00e410
commit
51666c2d5a
7 changed files with 32 additions and 34 deletions
9
packages/mono-6.12.0/test.cs
vendored
Normal file
9
packages/mono-6.12.0/test.cs
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
|
||||
public class Test
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("OK");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue