added new runtimes
This commit is contained in:
parent
c27d039ede
commit
3af8accf9b
23 changed files with 378 additions and 82 deletions
12
Test.NetFX/Program.cs
Normal file
12
Test.NetFX/Program.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Test.Common;
|
||||
|
||||
namespace Test.NetFX
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Common.Test.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue