diff --git a/docs/reference/errors-and-warnings/NU1604.md b/docs/reference/errors-and-warnings/NU1604.md
index 99eb4d2d1..1f89a4645 100644
--- a/docs/reference/errors-and-warnings/NU1604.md
+++ b/docs/reference/errors-and-warnings/NU1604.md
@@ -32,3 +32,22 @@ or
> ``
which implies a lower bound.
+
+If using [Central Package Managment](https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) you will need to update the `PackageVersion` `Version` attribute in your `Directory.Packages.Props` file.
+For example change from:
+
+> ``
+
+
+to:
+
+> ``
+
+or
+
+> ``
+
+which implies a lower bound.
+
+> [!Note]
+> When using CPM and the file `Directory.Packages.Props` is invalid, NU1604 is raised.
\ No newline at end of file