de4dot-cex/dumpMethods/App.config

11 lines
326 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<!-- Methods dumper works better with CLR 2.0 than 4.0 -->
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v4.0"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>