Skip to content

Commit

Permalink
Update dependency Planar.Job to 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent af879ea commit e2d21de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/HelloWorldJob/HelloWorldJob/HelloWorldJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Planar.Job" Version="1.7.5" />
<PackageReference Include="Planar.Job" Version="1.7.8" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion generic jobs/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="Planar.Job" Version="1.7.6.2" />
<PackageReference Include="Planar.Job" Version="1.7.8" />
<PackageReference Include="Polly" Version="8.4.2" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e2d21de

Please sign in to comment.