Browse Source

Remove the NuGet error code from the v10.7 migration guide

pull/26135/head
maliming 14 hours ago
parent
commit
f55c904560
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      docs/en/release-info/migration-guides/abp-10-7.md

2
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:

Loading…
Cancel
Save