Created
February 20, 2015 21:53
-
-
Save jbutters/4b40f9edf364d9fadb75 to your computer and use it in GitHub Desktop.
allow .NET 4 to be ran in PowerShell
This file contains 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