From 5e82af707efd6ca0b4d4458ac4816af45dbb5d2e Mon Sep 17 00:00:00 2001 From: ncave Date: Sun, 19 Jun 2016 22:35:51 -0700 Subject: [PATCH] Store useMonoResolution flag --- src/fsharp/CompileOps.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fsharp/CompileOps.fs b/src/fsharp/CompileOps.fs index 04af230c0a..8f3726fd76 100755 --- a/src/fsharp/CompileOps.fs +++ b/src/fsharp/CompileOps.fs @@ -4849,6 +4849,7 @@ module private ScriptPreprocessClosure = | CodeContext.Compilation | CodeContext.Evaluation -> MSBuildResolver.CompileTimeLike #endif tcConfigB.framework <- false + tcConfigB.useMonoResolution <- useMonoResolution // Indicates that there are some references not in BasicReferencesForScriptLoadClosure which should // be added conditionally once the relevant version of mscorlib.dll has been detected. tcConfigB.addVersionSpecificFrameworkReferences <- true