Files
Kenneth Skovhede 2303f9151f Cleanup after merge
2024-03-04 14:00:55 +01:00

9 lines
257 B
C#

namespace Duplicati.CommandLine.BackendTool.Net8
{
// Wrapper class to keep code independent
public static class Program
{
public static int Main(string[] args)
=> Duplicati.CommandLine.BackendTool.Program.Main(args);
}
}