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

13 lines
176 B
C#
Raw Normal View History

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