Skip to content

Commit

Permalink
Add SeriLog Package
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadKarimi committed Jan 15, 2024
1 parent 9b14c00 commit 338050a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SwiftLink.Application/SwiftLink.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.0" />
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
<PackageReference Include="Serilog" Version="3.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/SwiftLink.Presentation/SwiftLink.Presentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</PackageReference>
<PackageReference Include="prometheus-net" Version="8.2.1" />
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>

Expand Down

0 comments on commit 338050a

Please sign in to comment.