Skip to content

Commit 2f39b5d

Browse files
GitHubSync update - master (#250)
Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com>
1 parent 62c8136 commit 2f39b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/msbuild/ConvertToVersionRange.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public override bool Execute()
3939

4040
if (match.Value.Equals(string.Empty, StringComparison.Ordinal))
4141
{
42-
Log.LogError("Reference '{0}' with version '{1}' is not valid for automatic version range conversion. Fix the version or exclude the reference from conversion by setting 'AutomaticVersionRange=\"false\"' on the reference", reference.ItemSpec, version);
42+
Log.LogError("Reference '{0}' with version '{1}' is not valid for automatic version range conversion. Fix the version or exclude the reference from conversion by setting 'AutomaticVersionRange=\"false\"' on the reference.", reference.ItemSpec, version);
4343
success = false;
4444
continue;
4545
}

0 commit comments

Comments
 (0)