Skip to content

Commit

Permalink
Update dependency Microsoft.Extensions.Diagnostics.HealthChecks to v3…
Browse files Browse the repository at this point in the history
….1.28
  • Loading branch information
renovate[bot] authored Aug 9, 2022
1 parent 424817b commit 4ab5b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Prometheus.Client.HealthChecks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Prometheus.Client" Version="[4.4.0,5.0.0)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="3.1.27" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="3.1.28" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.17" />
Expand Down

0 comments on commit 4ab5b30

Please sign in to comment.