Skip to content

Commit a853c8d

Browse files
authored
Merge pull request #588 from ncave/netcore
Store useMonoResolution flag
2 parents 1cd398c + 5e82af7 commit a853c8d

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)