Skip to content

Commit

Permalink
Link to documentation on how to resolve a conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A authored Feb 25, 2017
1 parent 02cd9c8 commit 754bfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket.Core/PackageResolver.fs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ type Resolution =
| Resolution.Conflict(_) ->
"There was a version conflict during package resolution." + Environment.NewLine +
this.GetErrorText(true) + Environment.NewLine +
" Please try to relax some conditions."
" Please try to relax some conditions or resolve the conflict manually (see http://fsprojects.github.io/Paket/nuget-dependencies.html#Use-exactly-this-version-constraint)."
|> failwithf "%s"

member this.IsDone =
Expand Down

0 comments on commit 754bfc0

Please sign in to comment.