Skip to content

Commit fd98176

Browse files
committed
integrate visualfsharp/master and fsharp/master (2)
1 parent 5e26d1f commit fd98176

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

samples/FscExe/App.config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<runtime>
4+
<legacyUnhandledExceptionPolicy enabled="true" />
5+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
6+
<dependentAssembly>
7+
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
8+
<bindingRedirect oldVersion="2.0.0.0-4.3.0.0" newVersion="4.3.1.0" />
9+
</dependentAssembly>
10+
</assemblyBinding>
11+
</runtime>
12+
<startup>
13+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
14+
</startup>
15+
</configuration>

0 commit comments

Comments
 (0)