Browse Source

Require full .NET 4.0 framework in SharpDevelop's app.config.

pull/1/head
Daniel Grunwald 16 years ago
parent
commit
ec937c8363
  1. 2
      src/Main/StartUp/Project/app.template.config

2
src/Main/StartUp/Project/app.template.config

@ -4,7 +4,7 @@
</configSections> </configSections>
<startup useLegacyV2RuntimeActivationPolicy="true"> <startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup> </startup>
<runtime> <runtime>

Loading…
Cancel
Save