We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f9d3f commit 37c7eb9Copy full SHA for 37c7eb9
1 file changed
docs/getting-started/csharp.mdx
@@ -53,6 +53,7 @@ Get started with .NET 5+ (cross-platform) or .NET Framework.
53
[STAThread]
54
private static void Main(string[] args)
55
{
56
+ VelopackApp.Build().Run();
57
App app = new();
58
app.InitializeComponent();
59
app.Run();
0 commit comments