Skip to content

Commit 74474a1

Browse files
committed
remove System.Console since facade not part of .NET 4.5.x or 4.6.x
1 parent 71903d7 commit 74474a1

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
@@ -1632,7 +1632,7 @@ let DefaultBasicReferencesForOutOfProjectSources =
16321632
yield "System.Linq.Expressions" // System.Linq.IQueryable<T>
16331633
yield "System.Threading.Tasks" // valuetype [System.Threading.Tasks]System.Threading.CancellationToken
16341634
yield "System.IO" // System.IO.TextWriter
1635-
yield "System.Console" // System.Console.Out etc.
1635+
//yield "System.Console" // System.Console.Out etc.
16361636
yield "System.Net.Requests" // System.Net.WebResponse etc.
16371637
yield "System.Collections" // System.Collections.Generic.List<T>
16381638
yield "System.Runtime.Numerics" // BigInteger

0 commit comments

Comments
 (0)