From ce8a2ccdc92c6cc6c6718591b7078d8d8fbfbe34 Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Tue, 24 Feb 2026 18:49:08 +0800 Subject: [PATCH] Update docs/en/release-info/migration-guides/abp-10-2.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/en/release-info/migration-guides/abp-10-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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