diff --git a/tests/xharness/ProjectFileExtensions.cs b/tests/xharness/ProjectFileExtensions.cs index 4e71790e413d..b5e39e99b754 100644 --- a/tests/xharness/ProjectFileExtensions.cs +++ b/tests/xharness/ProjectFileExtensions.cs @@ -324,7 +324,7 @@ public static void SetExtraLinkerDefs (this XmlDocument csproj, string value) public static void AddExtraMtouchArgs (this XmlDocument csproj, string value, string platform, string configuration) { - AddToNode (csproj, "MTouchExtraArgs", value, platform, configuration); + AddToNode (csproj, "MtouchExtraArgs", value, platform, configuration); } public static void AddMonoBundlingExtraArgs (this XmlDocument csproj, string value, string platform, string configuration)