Skip to content

Commit e6d1194

Browse files
committed
turn off copy FSharp.Core as this is still F# 4.0
1 parent bc0af88 commit e6d1194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/CompileOps.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ type TcConfigBuilder =
21822182
sqmSessionStartedTime = System.DateTime.Now.Ticks
21832183
emitDebugInfoInQuotations = false
21842184
exename = None
2185-
copyFSharpCore = true
2185+
copyFSharpCore = false
21862186
shadowCopyReferences = false
21872187
}
21882188

0 commit comments

Comments
 (0)