This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/packaging/windows/Dotnet.Cli.Msi.Tests/Program.cs

18 lines
371 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Dotnet.Cli.Msi.Tests
{
class Program
{
// A main method is currently required because of https://github.com/dotnet/cli/issues/314
public static void Main(string[] args)
{
return;
}
}
}