Skip to content

Commit

Permalink
Bump Npgsql from 8.0.0 to 8.0.3 in /src/HealthChecks.NpgSql
Browse files Browse the repository at this point in the history
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 8.0.0 to 8.0.3.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v8.0.0...v8.0.3)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 2f6a10f commit 1621e4f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/HealthChecks.NpgSql/HealthChecks.NpgSql.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net7.0;net8.0</TargetFrameworks>
<PackageTags>$(PackageTags);Beat;Postgress</PackageTags>
<Description>HealthChecks.NpgSql is a health check for Postgress Sql.</Description>
<VersionPrefix>$(HealthCheckNpgSql)</VersionPrefix>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net7.0;net8.0</TargetFrameworks>
<PackageTags>$(PackageTags);Beat;Postgress</PackageTags>
<Description>HealthChecks.NpgSql is a health check for Postgress Sql.</Description>
<VersionPrefix>$(HealthCheckNpgSql)</VersionPrefix>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit 1621e4f

Please sign in to comment.