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.
2 parents 1cd398c + 5e82af7 commit a853c8dCopy full SHA for a853c8d
src/fsharp/CompileOps.fs
@@ -4849,6 +4849,7 @@ module private ScriptPreprocessClosure =
4849
| CodeContext.Compilation | CodeContext.Evaluation -> MSBuildResolver.CompileTimeLike
4850
#endif
4851
tcConfigB.framework <- false
4852
+ tcConfigB.useMonoResolution <- useMonoResolution
4853
// Indicates that there are some references not in BasicReferencesForScriptLoadClosure which should
4854
// be added conditionally once the relevant version of mscorlib.dll has been detected.
4855
tcConfigB.addVersionSpecificFrameworkReferences <- true
0 commit comments