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

Commit 6f50f0f

Browse files
committed
Aggiunto metodo AddPostgresHealthChecks
1 parent a76821b commit 6f50f0f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/NET6CustomLibrary/GlobalUsings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
global using NET6CustomLibrary.RabbitMQ.Abstractions;
4040
global using NET6CustomLibrary.Serilog.Models;
4141
global using NET6CustomLibrary.Serilog.Services;
42+
global using Npgsql;
4243
global using RabbitMQ.Client;
4344
global using RabbitMQ.Client.Events;
4445
global using Serilog;

src/NET6CustomLibrary/NET6CustomLibrary.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="7.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
2929
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
30+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.3" />
3031
<PackageReference Include="RabbitMQ.Client" Version="6.4.0" />
3132
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
3233
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />

0 commit comments

Comments
 (0)