From 7b3c8573801766bec375c36afe0a8f0dc48f8aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Gr=C3=BCtzmacher?= Date: Fri, 24 May 2013 15:15:28 +0200 Subject: [PATCH] fix execution of ILMerge on systems .NET4.5 already installed to get full .NET4.0 compatibility --- Source/Moq.csproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Source/Moq.csproj b/Source/Moq.csproj index ab21f1643..8d3f048d9 100644 --- a/Source/Moq.csproj +++ b/Source/Moq.csproj @@ -245,8 +245,14 @@ - - + + + + + + + +