Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 763 Bytes

Compatibility.md

File metadata and controls

23 lines (15 loc) · 763 Bytes

== Coinium Runtime/Framework Compatibility File ==

Currently supported:

  • Microsoft .NET Framework Runtime
  • Mono Runtime

.NET Framework

CoiniumServ can run on dotnet framework 4.0+.

Mono

CoiniumServ can run on mono 2.x or 3.x series.

Mono versions

For a list of mono versions descriptions see here. Here's a quick summary;

  • 2.10.x - Latest 2.x series stable
  • 3.0.x - C# 5.0 support, async support
  • 3.4.x - Default Garbage Collector is now the SGEN, instead of Boehm