Skip to content

Instantly share code, notes, and snippets.

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