|
|
|
@ -0,0 +1,13 @@
|
|
|
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
|
global using Microsoft.Extensions.Hosting;
|
|
|
|
|
global using Microsoft.Extensions.Logging;
|
|
|
|
|
global using Microsoft.Extensions.Options;
|
|
|
|
|
global using System.Collections;
|
|
|
|
|
global using System.Collections.Concurrent;
|
|
|
|
|
global using System.Diagnostics.CodeAnalysis;
|
|
|
|
|
global using System.IO;
|
|
|
|
|
global using System.Net;
|
|
|
|
|
global using System.Reflection;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Text.Json;
|
|
|
|
|
global using System.Threading;
|