We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81808c commit 2821790Copy full SHA for 2821790
samples/FscExe/App.config
@@ -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