Skip to content

Commit

Permalink
Merge pull request #669 from DustinCampbell/add-app-config
Browse files Browse the repository at this point in the history
Add app.config to require .NET 4.6 when launching OmniSharp.exe
  • Loading branch information
DustinCampbell authored Nov 16, 2016
2 parents 5ea0fd0 + 8b55be6 commit 52d236a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/OmniSharp/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
</configuration>

0 comments on commit 52d236a

Please sign in to comment.