dotnet-installer/TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/Program.cs
piotrp a23568b4e5 Fix build break on non-Windows
And PR Feedback
2016-03-28 17:25:52 -07:00

12 lines
202 B
C#

using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}