Skip to content

Commit

Permalink
Change default framework directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
hafuu committed Jul 28, 2016
1 parent ef605bd commit a8e89e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpApiSearch.Database/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration>
<appSettings>
<add key="FSharpCore" value="C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.4.0.0\"/>
<add key="Framework" value="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\;C:\Windows\Microsoft.NET\Framework\v4.0.30319\"/>
<add key="Framework" value="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\;C:\Windows\Microsoft.NET\Framework\v4.0.30319\"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
Expand Down

0 comments on commit a8e89e8

Please sign in to comment.