We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e3729 commit 99f2703Copy full SHA for 99f2703
1 file changed
ProjectTemplates/ReferenceProject/Program.cs
@@ -9,7 +9,7 @@
9
10
namespace ReferenceProject
11
{
12
- public class Program
+ public class Program
13
14
public static int Main(string[] args)
15
@@ -29,9 +29,9 @@ public static int Main(string[] args)
29
return 1;
30
}
31
finally
32
- {
+ {
33
Log.CloseAndFlush();
34
- }
+ }
35
36
37
public static IHostBuilder CreateHostBuilder(string[] args) =>
0 commit comments