diff --git a/docs/en/release-info/migration-guides/abp-10-2.md b/docs/en/release-info/migration-guides/abp-10-2.md index 916a71ce3c..64ab4f36e3 100644 --- a/docs/en/release-info/migration-guides/abp-10-2.md +++ b/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