1d76b2846c
includes a smoke test for verifying that the output can be used to build also includes a checked-in CoreCLR in order to work around CoreCLR issue
13 lines
223 B
C#
13 lines
223 B
C#
using System;
|
|
using System.Diagnostics;
|
|
|
|
namespace TestApp
|
|
{
|
|
public class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("This is a test app");
|
|
}
|
|
}
|
|
}
|