Skip to content

Commit

Permalink
Update dependency AspNetCore.HealthChecks.Redis to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2023
1 parent d4690f3 commit 8a4f1d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/ApiTemplate/Source/ApiTemplate/ApiTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</PropertyGroup>

<ItemGroup Label="Package References">
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="6.0.4" Condition="'$(Redis)' == 'true'" />
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="7.0.0" Condition="'$(Redis)' == 'true'" />
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
<PackageReference Include="Boxed.AspNetCore.Swagger" Version="10.0.0" Condition="'$(Swagger)' == 'true'" />
<PackageReference Include="Boxed.Mapping" Version="6.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</PropertyGroup>

<ItemGroup Label="Package References">
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="6.0.4" Condition="'$(Redis)' == 'true'" />
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="7.0.0" Condition="'$(Redis)' == 'true'" />
<PackageReference Include="Boxed.AspNetCore" Version="8.1.2" />
<PackageReference Include="Boxed.Mapping" Version="6.0.0" />
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="7.5.0" />
Expand Down

0 comments on commit 8a4f1d0

Please sign in to comment.