Skip to content

Commit

Permalink
Merge pull request #59 from prom-client-net/renovate/dotnet-monorepo
Browse files Browse the repository at this point in the history
Update dependency Microsoft.Extensions.Diagnostics.HealthChecks to v3.1.28
  • Loading branch information
phnx47 authored Aug 10, 2022
2 parents 424817b + 4ab5b30 commit bf986f5
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 bf986f5

Please sign in to comment.