Skip to content

Instantly share code, notes, and snippets.

@beratdogan
Last active August 29, 2015 13:56
Show Gist options
  • Save beratdogan/9222874 to your computer and use it in GitHub Desktop.
Save beratdogan/9222874 to your computer and use it in GitHub Desktop.
Blog Post: .Net2.0 Uygulamalarinin .Net4.0'da Calismamasi
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0.30319" />
</startup>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment