Skip to content

Commit

Permalink
Fix build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
AR-May committed Jan 12, 2022
1 parent f086dba commit 19c60f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/Hash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Microsoft.Build.Tasks
/// </remarks>
public class Hash : TaskExtension
{
private static readonly char s_itemSeparatorCharacter = '\u2028';
private const char s_itemSeparatorCharacter = '\u2028';

private static readonly Encoding s_encoding = Encoding.UTF8;

Expand Down

0 comments on commit 19c60f4

Please sign in to comment.