Skip to content

Commit

Permalink
review packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cerqueira committed Feb 18, 2024
1 parent 8895f3e commit 3222b56
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/HealthCheckPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,16 @@
<Exec Command="xmldoc2md $(SolutionDir)src\bin\local\net7.0\HealthCheckPlus.dll $(SolutionDir)docs\apis --templatefile $(SolutionDir)docapitemplate.md --excludeinternal --index-page-name apis --back-button &quot;Back to List Api&quot; --link-back-button &quot;./apis.md&quot; --back-index-button &quot;Main&quot; --link-backindex-button &quot;../index.md#table-of-contents&quot;" />
</Target>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2.0" />
<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
</ItemGroup>

<ItemGroup >
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.2" />
</ItemGroup>

</Project>

0 comments on commit 3222b56

Please sign in to comment.