Skip to content

Commit

Permalink
Move usings to separated file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano committed Aug 1, 2024
1 parent b6f55ed commit 4404540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
global using System.Text.RegularExpressions;
global using Google.Cloud.Diagnostics.Common;
global using Microsoft.Data.Sqlite;
4 changes: 0 additions & 4 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using System.Text.RegularExpressions;
using Google.Cloud.Diagnostics.Common;
using Microsoft.Data.Sqlite;

var builder = WebApplication.CreateBuilder(args);

builder.Logging.ClearProviders();
Expand Down

0 comments on commit 4404540

Please sign in to comment.