Skip to content

Instantly share code, notes, and snippets.

@goyuix
Created October 23, 2014 20:48
Show Gist options
  • Save goyuix/5eaeeeb526264200e3b4 to your computer and use it in GitHub Desktop.
Save goyuix/5eaeeeb526264200e3b4 to your computer and use it in GitHub Desktop.
Config file to force .NET 4 runtime for 2.0, 3.0 and 3.5 executables
<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment