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

14 lines
207 B
C#
Raw Normal View History

using System;
using System.Xml;
namespace ConsoleApplication
{
public class Program
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}
}