de4dot-cex/dumpMethods/App.config
2011-09-22 04:55:30 +02:00

8 lines
254 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>
</configuration>