dotnet-installer/TestAssets/TestProjects/AppWithOutputAssemblyName/Program.cs

10 lines
No EOL
183 B
C#

namespace AppWithOutputAssemblyName
{
public class MyApp
{
public static void Main()
{
System.Console.WriteLine("Hello, World!");
}
}
}