Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 6128bef

Browse files
committed
Refactoring
1 parent 9f72a26 commit 6128bef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/NET6CustomLibrary/GlobalUsings.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
global using System.Text.Json.Serialization;
1010
global using System.Threading;
1111
global using System.Threading.Tasks;
12-
global using EFCoreGeneric.Infrastructure.Interfaces;
1312
global using MailKit.Net.Smtp;
1413
global using MailKit.Security;
1514
global using Microsoft.AspNetCore.Builder;
@@ -24,6 +23,7 @@
2423
global using Microsoft.Extensions.Hosting;
2524
global using Microsoft.Extensions.Logging;
2625
global using Microsoft.Extensions.Options;
26+
global using Microsoft.Net.Http.Headers;
2727
global using Microsoft.OpenApi.Any;
2828
global using Microsoft.OpenApi.Models;
2929
global using MimeKit;
@@ -37,8 +37,9 @@
3737
global using NET6CustomLibrary.MailKit.Options;
3838
global using NET6CustomLibrary.MailKit.Services;
3939
global using NET6CustomLibrary.RabbitMQ.Abstractions;
40+
global using NET6CustomLibrary.Serilog.Models;
4041
global using NET6CustomLibrary.Serilog.Services;
4142
global using RabbitMQ.Client;
4243
global using RabbitMQ.Client.Events;
4344
global using Serilog;
44-
global using Swashbuckle.AspNetCore.SwaggerGen;
45+
global using Swashbuckle.AspNetCore.SwaggerGen;

0 commit comments

Comments
 (0)