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

Commit 741f283

Browse files
committed
Aggiunti pacchetti Nuget per Serilog
1 parent f1755a2 commit 741f283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/NET6CustomLibrary/NET6CustomLibrary.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
2525
<PackageReference Include="RabbitMQ.Client" Version="6.4.0" />
26+
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
27+
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
28+
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
29+
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
2630
</ItemGroup>
2731

2832
<ItemGroup>

0 commit comments

Comments
 (0)