From 7a11ce7a64bebbd68ce6db92620cb7ac665ecef2 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Thu, 6 Oct 2016 13:39:53 +0800 Subject: [PATCH] Fix MSBuild build with xbuild 12.0 engine (mono 4.2.1) If anyone tried to build IKVM.Reflection with the xbuild 12.0 engine that comes with mono 4.2.1 [1] (quite widespread given that it's the version bundled with Ubuntu 16.04.x LTS), the build would not work. This change similar to this recent commit in MonoAddins: https://github.com/mono/mono-addins/commit/a3efa4ca9f56fab3aae32060b3b56d3585505966 [1] $ mono --version Mono JIT compiler version 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen --- reflect/IKVM.Reflection.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflect/IKVM.Reflection.csproj b/reflect/IKVM.Reflection.csproj index 48dcee7e..568fec8a 100644 --- a/reflect/IKVM.Reflection.csproj +++ b/reflect/IKVM.Reflection.csproj @@ -10,7 +10,7 @@ Properties IKVM.Reflection IKVM.Reflection - v4.0 + v4.5 512