add partial class to program entry for testing framework
This commit is contained in:
parent
0254363d0c
commit
8118f3e24e
@ -4,3 +4,5 @@ var app = builder.Build();
|
||||
app.MapGet("/", () => "Hello World!");
|
||||
|
||||
app.Run();
|
||||
|
||||
public partial class Program { }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user