如何将 mono 4.2.1 降级到 3.12?

如何将 mono 4.2.1 降级到 3.12?

Mono 4.2.1 的问题实在太多了。我尝试使用这个问题,但是当我输入时mono --version,我得到:

Mono JIT compiler version 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4).

我想要 mono 3.12,但我不知道该怎么做。

答案1

我找到了答案这里--- 尽管非常艰苦 --- 但这是唯一可行的解​​决方案。

我的代码适合任何希望降级到 mono V3.12 并希望避免陷入依赖地狱的人...

$ mono -V
Mono JIT compiler version 3.12.1 (tarball Fri Mar  6 19:12:47 UTC 2015)
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

答案2

使用此代码降级。但请确保先按照以下步骤完全删除 Mono本指南

相关内容