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 99global using System . Text . Json . Serialization ;
1010global using System . Threading ;
1111global using System . Threading . Tasks ;
12- global using EFCoreGeneric . Infrastructure . Interfaces ;
1312global using MailKit . Net . Smtp ;
1413global using MailKit . Security ;
1514global using Microsoft . AspNetCore . Builder ;
2423global using Microsoft . Extensions . Hosting ;
2524global using Microsoft . Extensions . Logging ;
2625global using Microsoft . Extensions . Options ;
26+ global using Microsoft . Net . Http . Headers ;
2727global using Microsoft . OpenApi . Any ;
2828global using Microsoft . OpenApi . Models ;
2929global using MimeKit ;
3737global using NET6CustomLibrary . MailKit . Options ;
3838global using NET6CustomLibrary . MailKit . Services ;
3939global using NET6CustomLibrary . RabbitMQ . Abstractions ;
40+ global using NET6CustomLibrary . Serilog . Models ;
4041global using NET6CustomLibrary . Serilog . Services ;
4142global using RabbitMQ . Client ;
4243global using RabbitMQ . Client . Events ;
4344global 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