This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
global using System . Text . Json . Serialization ;
10
10
global using System . Threading ;
11
11
global using System . Threading . Tasks ;
12
- global using EFCoreGeneric . Infrastructure . Interfaces ;
13
12
global using MailKit . Net . Smtp ;
14
13
global using MailKit . Security ;
15
14
global using Microsoft . AspNetCore . Builder ;
24
23
global using Microsoft . Extensions . Hosting ;
25
24
global using Microsoft . Extensions . Logging ;
26
25
global using Microsoft . Extensions . Options ;
26
+ global using Microsoft . Net . Http . Headers ;
27
27
global using Microsoft . OpenApi . Any ;
28
28
global using Microsoft . OpenApi . Models ;
29
29
global using MimeKit ;
37
37
global using NET6CustomLibrary . MailKit . Options ;
38
38
global using NET6CustomLibrary . MailKit . Services ;
39
39
global using NET6CustomLibrary . RabbitMQ . Abstractions ;
40
+ global using NET6CustomLibrary . Serilog . Models ;
40
41
global using NET6CustomLibrary . Serilog . Services ;
41
42
global using RabbitMQ . Client ;
42
43
global using RabbitMQ . Client . Events ;
43
44
global using Serilog ;
44
- global using Swashbuckle . AspNetCore . SwaggerGen ;
45
+ global using Swashbuckle . AspNetCore . SwaggerGen ;
You can’t perform that action at this time.
0 commit comments