Created
October 23, 2014 20:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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