How do i change mono to run code made for .NET 4 intead of 2? I'm on Ubuntu Server 11.04
mono --version gives me this:
mono --version
Mono JIT compiler version 2.6.7 (Debian 2.6.7-5ubuntu3)
Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC and Parallel Mark)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
Supposedly i need to run mono 2.8 or greater. So i ran this script (Ubuntu) and rebooted but it still looks like i have the same version.
Edit #1: When i get an error i see this at the bottom:
Version information: Mono Runtime Version: 2.6.7 (Debian 2.6.7-5ubuntu3); ASP.NET Version: 2.0.50727.1433
Edit #2: When i try to install the mono-parallel 2.10 deb package as suggested by skolima's answer and here. I get the following error:
dpkg: error processing mono-2.10.1-parallel-environment.deb (--install): package architecture (amd64) does not match system (i386) Errors were encountered while processing: mono-2.10.1-parallel-environment.deb
But i don't see any alternate downloads for i386.
PATH. – skolima Jun 16 '11 at 21:31