mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 23:29:31 -04:00
9 lines
223 B
C#
9 lines
223 B
C#
namespace Duplicati.Server.Net8
|
|
{
|
|
// Wrapper class to keep code independent
|
|
public static class Program
|
|
{
|
|
public static int Main(string[] args)
|
|
=> Duplicati.Server.Program.Main(args);
|
|
}
|
|
} |