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:
parent
6d04cc1680
commit
7ad8f337bc
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
9
packages/dotnet/5.0.201/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