You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/Errors-and-Warnings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ The errors and warnings listed here are available only with [PackageReference-ba
169
169
| --- | --- |
170
170
|**Issue**| Unable to resolve dependency constraints between packages. |
171
171
|**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. |
0 commit comments