diff --git a/docs/getting-started/csharp.mdx b/docs/getting-started/csharp.mdx index b2f46e9..09d888c 100644 --- a/docs/getting-started/csharp.mdx +++ b/docs/getting-started/csharp.mdx @@ -53,6 +53,7 @@ Get started with .NET 5+ (cross-platform) or .NET Framework. [STAThread] private static void Main(string[] args) { + VelopackApp.Build().Run(); App app = new(); app.InitializeComponent(); app.Run();