<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <!-- This configuration is needed only for Mono runtime on platforms other than Windows -->
    <dllmap dll="libdl">
        <dllentry os="linux" dll="libdl.so.2"/>
        <dllentry os="osx" dll="libdl.dylib"/>
    </dllmap>
    <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
    </startup>
</configuration>
