Skip to content

Commit

Permalink
Merge pull request #602 from louisaxel-ambroise/dependabot/nuget/mult…
Browse files Browse the repository at this point in the history
…i-8f10e1a9ba

Bump Microsoft.Extensions.Diagnostics.HealthChecks and Microsoft.Extensions.Hosting.Abstractions
  • Loading branch information
louisaxel-ambroise authored Oct 15, 2024
2 parents 46abc02 + 4ea0a52 commit e2c56aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FasTnT.Application/FasTnT.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FasTnT.Domain\FasTnT.Domain.csproj" />
Expand Down

0 comments on commit e2c56aa

Please sign in to comment.