Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Quartz.NET-3.13.0.zip | 2024-08-10 | 37.0 MB | |
Quartz.NET 3.13.0 source code.tar.gz | 2024-08-10 | 5.8 MB | |
Quartz.NET 3.13.0 source code.zip | 2024-08-10 | 6.4 MB | |
README.md | 2024-08-10 | 921 Bytes | |
Totals: 4 Items | 49.1 MB | 0 |
This release aims to modernize targeted platforms and used dependencies.
The System.Configuration.ConfigurationManager
reference from non-framework builds. This means
using App.config's <quartz>
section as Quartz configuration source is only supported on .NET Framework builds. This
change was made to reduce legacy dependencies and to make Quartz more compatible with modern .NET.
The netcoreapp3.1
target has been removed from DI and hosting integration packages which makes NET 6 the lowest supported
modern runtime version for those packages.
What's Changed
- Remove netcoreapp3.1 support and trim dependencies by @lahma in https://github.com/quartznet/quartznet/pull/2507
- Remove System.Configuration.ConfigurationManager package reference by @lahma in https://github.com/quartznet/quartznet/pull/2513
Full Changelog: https://github.com/quartznet/quartznet/compare/v3.12.0...v3.13.0