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

Commit 11c8944

Browse files
committed
Rimosso package Nuget non necessario
1 parent 36b64f2 commit 11c8944

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/NET6CustomLibrary/GlobalUsings.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
global using NET6CustomLibrary.RedisCache.Services;
4646
global using NET6CustomLibrary.Serilog.Models;
4747
global using NET6CustomLibrary.Serilog.Services;
48-
global using Newtonsoft.Json;
4948
global using Npgsql;
5049
global using RabbitMQ.Client;
5150
global using RabbitMQ.Client.Events;
5251
global using Serilog;
53-
global using Swashbuckle.AspNetCore.SwaggerGen;
52+
global using Swashbuckle.AspNetCore.SwaggerGen;

src/NET6CustomLibrary/NET6CustomLibrary.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<PackageReference Include="System.Text.Json" Version="6.0.7" />
5555
<PackageReference Include="SequentialGuid" Version="4.0.4" />
5656
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="6.0.16" />
57-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
5857
<PackageReference Include="MassTransit.AspNetCore" Version="7.3.1" />
5958
<PackageReference Include="MassTransit.RabbitMQ" Version="8.0.15" />
6059
</ItemGroup>

0 commit comments

Comments
 (0)