From f033de7816fca6b9d7dc5572065bf69360e57611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=2E=20Aragoneses?= Date: Tue, 24 Sep 2013 01:21:28 +0200 Subject: [PATCH] glib: reference .NET 3.5's System.Core in MSBuild project glib.csproj needs to reference System.Core from .NET 3.5 because glib-sharp now[1] uses System.Action [2] delegate (not to confuse with System.Action) which was not available in .NET 2.0's System reference. This way MonoDevelop stops marking "Action" in red color. [1] https://github.com/mono/gtk-sharp/commit/8e07e7d2257b185866dedfda9cbf32b2e00cd3ee [2] http://msdn.microsoft.com/en-us/library/system.action%28v=vs.90%29.aspx --- glib/glib.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glib/glib.csproj b/glib/glib.csproj index c8b70dcbd..0f7bf4384 100644 --- a/glib/glib.csproj +++ b/glib/glib.csproj @@ -88,4 +88,7 @@ + + + \ No newline at end of file