Browse Source

Update docs/en/release-info/migration-guides/abp-10-2.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24938/head
Ma Liming 1 month ago
committed by GitHub
parent
commit
ce8a2ccdc9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/release-info/migration-guides/abp-10-2.md

2
docs/en/release-info/migration-guides/abp-10-2.md

@ -42,7 +42,7 @@ using (var scope = _auditingHelper.DisableAuditing())
### TickerQ Package Upgrade (2.5.3 → 10.1.1)
**If you are using the TickerQ integration packages** (`Volo.Abp.TickerQ`, `Volo.Abp.BackgroundJobs.TickerQ`, or `Volo.Abp.BackgroundWorkers.TickerQ`), you need to apply the following breaking changes. TickerQ 10.1.1 only targets `net10.0` and contains several API changes.
**If you are using the TickerQ integration packages** (`Volo.Abp.TickerQ`, `Volo.Abp.BackgroundJobs.TickerQ`, or `Volo.Abp.BackgroundWorkers.TickerQ`), you need to apply the following breaking changes. TickerQ 10.1.1 only targets .NET 10.0 and contains several API changes.
#### UseAbpTickerQ moved from IApplicationBuilder to IHost

Loading…
Cancel
Save