dotnet-installer/TestAssets/DesktopTestProjects/DesktopAppWithRuntimes/Program.cs

15 lines
338 B
C#
Raw Normal View History

// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
2016-04-25 21:31:52 +00:00
using System;
namespace DesktopAppWithRuntimes
{
public static class Program
{
public static void Main(string[] args)
{
}
}
}