de4dot-cex/dumpMethods/App.config

8 lines
254 B
Plaintext
Raw Normal View History

2011-09-22 10:55:30 +08:00
<?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>