1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-04-30 08:56:30 +02:00

pkg(dotnet-5.0.201): Add dotnet 5.0.201 support

This commit is contained in:
Thomas Hobson 2021-03-20 14:39:59 +13:00
parent 6d04cc1680
commit 7ad8f337bc
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
6 changed files with 36 additions and 0 deletions
packages/dotnet/5.0.201

9
packages/dotnet/5.0.201/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");
}
}