small .net 4 fix

This commit is contained in:
Michael Oborne 2011-09-19 13:19:19 +08:00
parent 5c83968c7e
commit 9e3967d4c4
1 changed files with 2 additions and 5 deletions

View File

@ -2,8 +2,5 @@
<configuration> <configuration>
<configSections> <configSections>
</configSections> </configSections>
<startup useLegacyV2RuntimeActivationPolicy="true"> <startup><supportedRuntime version="v2.0.50727"/></startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </configuration>
<supportedRuntime version="v4.0"/>
</startup>
</configuration>