dotnet-installer/TestAssets/NonRestoredTestProjects/ToolWithRandomPackageName/AppWithDepOnTool/Program.cs

9 lines
81 B
C#
Raw Normal View History

using System;
class Program
{
static void Main(string[] args)
{
}
}