Skip to content

Commit 6141fed

Browse files
author
Rob Relyea
authored
Fix mistake in NU1107 (NuGet#914)
project -> package
1 parent d41c886 commit 6141fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/Errors-and-Warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The errors and warnings listed here are available only with [PackageReference-ba
169169
| --- | --- |
170170
| **Issue** | Unable to resolve dependency constraints between packages. |
171171
| **Example message** | *Version conflict detected for NuGet.Versioning. Reference the package directly from the project to resolve this issue.<br/> NuGet.Packaging 3.5.0 -> NuGet.Versioning (= 3.5.0)<br/> NuGet.Configuration 4.0.0 -> NuGet.Versioning (= 4.0.0)* |
172-
| **Solution** | Packages with dependency constraints on exact versions do not allow other packages to increase the version if needed. Add a reference to the project directly (in the project file) with the exact version required. |
172+
| **Solution** | Packages with dependency constraints on exact versions do not allow other packages to increase the version if needed. Add a reference to the package directly (in the project file) with the exact version required. |
173173

174174
<a name="nu1108"></a>
175175

0 commit comments

Comments
 (0)