Skip to content

Commit

Permalink
Fix missing pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Mar 7, 2022
1 parent d863d9f commit 8c1520f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controls/samples/Controls.Sample/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public static MauiApp CreateMauiApp()
services.AddMauiBlazorWebView();
#if DEBUG
services.AddBlazorWebViewDeveloperTools();
#endif
#endif

services.AddLogging(logging =>
Expand Down

0 comments on commit 8c1520f

Please sign in to comment.