Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Add a title to the sample console
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Apr 4, 2024
1 parent aff32bc commit f9d52a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

Log.Information("Host.Main Starting up");

Console.Title = "Web (Sample)";

try
{
var builder = WebApplication.CreateBuilder(args);
Expand Down

0 comments on commit f9d52a6

Please sign in to comment.