Skip to content

Commit

Permalink
Stop fsi from auto-referencing System.ValueTuple.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Jul 26, 2016
1 parent 7295a8f commit 152cb30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fsharp/CompileOps.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,6 @@ let DefaultBasicReferencesForOutOfProjectSources =
yield "System.Runtime.Serialization.Formatters.Soap"
yield "System.Data"
yield "System.Drawing"
yield "System.ValueTuple"

// Don't reference System.Core for .NET 2.0 compilations.
//
Expand Down Expand Up @@ -1693,7 +1692,6 @@ let SystemAssemblies primaryAssemblyName =
yield "System.Threading.Thread"
yield "System.Threading.ThreadPool"
yield "System.Threading.Timer"
yield "System.ValueTuple"
]

// The set of references entered into the TcConfigBuilder for scripts prior to computing
Expand Down

0 comments on commit 152cb30

Please sign in to comment.