dotnet-installer/TestAssets/TestProjects/DuplicatedReferenceAssembly/TestLibrary/Program.cs
2016-05-03 09:54:50 -07:00

10 lines
No EOL
150 B
C#

namespace TestLibrary
{
public class Program
{
public static int Main(string[] args)
{
return 0;
}
}
}