Skip to content

Commit 5e82af7

Browse files
committed
Store useMonoResolution flag
1 parent 1cd398c commit 5e82af7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fsharp/CompileOps.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4849,6 +4849,7 @@ module private ScriptPreprocessClosure =
48494849
| CodeContext.Compilation | CodeContext.Evaluation -> MSBuildResolver.CompileTimeLike
48504850
#endif
48514851
tcConfigB.framework <- false
4852+
tcConfigB.useMonoResolution <- useMonoResolution
48524853
// Indicates that there are some references not in BasicReferencesForScriptLoadClosure which should
48534854
// be added conditionally once the relevant version of mscorlib.dll has been detected.
48544855
tcConfigB.addVersionSpecificFrameworkReferences <- true

0 commit comments

Comments
 (0)