From 84af5b235e6fed68197d95448b5715fb776776dd Mon Sep 17 00:00:00 2001 From: Katelyn Gadd Date: Sun, 2 Sep 2018 08:54:01 -0700 Subject: Move the PreBuild dependency property later in the file so targets can't override it (#10429) * Move the PreBuild dependency property later in the file so targets can't override it * [csproj] Update project files --- .../framework/nunit.framework.extensions.csproj | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mcs/nunit24/NUnitExtensions/framework') diff --git a/mcs/nunit24/NUnitExtensions/framework/nunit.framework.extensions.csproj b/mcs/nunit24/NUnitExtensions/framework/nunit.framework.extensions.csproj index 7a1892cf1d9..d68a0b7922a 100644 --- a/mcs/nunit24/NUnitExtensions/framework/nunit.framework.extensions.csproj +++ b/mcs/nunit24/NUnitExtensions/framework/nunit.framework.extensions.csproj @@ -22,10 +22,6 @@ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This is a problem to compile the Mono mscorlib.dll --> false - - ResolveReferences ./../../../class/lib/net_4_x-$(HostPlatform) @@ -68,4 +64,10 @@ + + + ResolveReferences + \ No newline at end of file -- cgit v1.2.3