From f55c904560c6d7a720d339a19fd259484c982c6e Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 7 Sep 2026 13:18:55 +0800 Subject: [PATCH] Remove the NuGet error code from the v10.7 migration guide --- docs/en/release-info/migration-guides/abp-10-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/release-info/migration-guides/abp-10-7.md b/docs/en/release-info/migration-guides/abp-10-7.md index b85c524810..81d63bdc91 100644 --- a/docs/en/release-info/migration-guides/abp-10-7.md +++ b/docs/en/release-info/migration-guides/abp-10-7.md @@ -221,7 +221,7 @@ Until you can upgrade, give every authorization server its own client signing ke **What to do** -Upgrading the ABP packages does not move the versions you pin yourself, and `abp update` rewrites `Volo.*` references only. A reference that stays below what ABP requires fails the restore with `NU1605: Detected package downgrade`, so align those versions in your own `.csproj` files. +Upgrading the ABP packages does not move the versions you pin yourself, and `abp update` rewrites `Volo.*` references only. A reference that stays below what ABP requires fails the restore, so align those versions in your own `.csproj` files. These are the ones a solution generated by the startup templates hits: