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

15 lines
231 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ConsoleApp1
{
public class Program
{
public static void Main(string[] args)
{
}
}
}