diff --git a/GlobalUsings.cs b/GlobalUsings.cs new file mode 100644 index 0000000..ed01f43 --- /dev/null +++ b/GlobalUsings.cs @@ -0,0 +1,3 @@ +global using System.Text.RegularExpressions; +global using Google.Cloud.Diagnostics.Common; +global using Microsoft.Data.Sqlite; diff --git a/Program.cs b/Program.cs index 22845aa..f3b9874 100644 --- a/Program.cs +++ b/Program.cs @@ -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();