Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update quartznet monorepo to v3.8.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7c2b198 commit cf96614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/WebHostedServiceQuartz/WebHostedService.csproj
Original file line number Diff line number Diff line change
@@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Quartz" Version="3.5.0" />
<PackageReference Include="Quartz.AspNetCore" Version="3.5.0" />
<PackageReference Include="Quartz.Extensions.DependencyInjection" Version="3.5.0" />
<PackageReference Include="Quartz" Version="3.8.0" />
<PackageReference Include="Quartz.AspNetCore" Version="3.8.0" />
<PackageReference Include="Quartz.Extensions.DependencyInjection" Version="3.8.0" />
</ItemGroup>

</Project>

0 comments on commit cf96614

Please sign in to comment.