From e753ca24e85bbc2ca0f1e13b5a901c85eaf2b0a2 Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Wed, 12 Feb 2014 14:02:45 -0500 Subject: [PATCH] [xbuild] Fix dependency in C# targets There was a typo in DependsOnTargets attribute of the _AddCorlibReference target definition. It didn't break any behaviour, since the target it depended on was always built earlier in the build anyway, so it was really a sanity check. However, it broke the tests for the new (unused) engine, Microsoft.Build.dll, which checks for unexpected attributes. --- mcs/tools/xbuild/data/12.0/Microsoft.CSharp.targets | 2 +- mcs/tools/xbuild/data/4.0/Microsoft.CSharp.targets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcs/tools/xbuild/data/12.0/Microsoft.CSharp.targets b/mcs/tools/xbuild/data/12.0/Microsoft.CSharp.targets index 79d92af3c39c4..5595d71b98a63 100644 --- a/mcs/tools/xbuild/data/12.0/Microsoft.CSharp.targets +++ b/mcs/tools/xbuild/data/12.0/Microsoft.CSharp.targets @@ -24,7 +24,7 @@ - +