From 2c8497bb097d5c5d3ef12f355594873838a48494 Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Fri, 22 Feb 2019 14:07:45 -0800 Subject: [PATCH] Remove System.Data.SqlClient (#6274) * Lets see what breaks without sql client * Remove more --- build/targets/PackageVersions.props | 1 - fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj | 1 - .../FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj | 1 - src/fsharp/CompileOps.fs | 3 +-- .../FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj | 1 - 5 files changed, 1 insertion(+), 6 deletions(-) diff --git a/build/targets/PackageVersions.props b/build/targets/PackageVersions.props index 6eb904adbf0..498a9d7fd68 100644 --- a/build/targets/PackageVersions.props +++ b/build/targets/PackageVersions.props @@ -44,7 +44,6 @@ 4.3.0 4.3.0 4.3.0 - 4.3.0 4.3.0 4.3.0 4.3.0 diff --git a/fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj b/fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj index bdfe6970e8a..602050c09a4 100644 --- a/fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj +++ b/fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj @@ -640,7 +640,6 @@ - diff --git a/src/buildfromsource/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj b/src/buildfromsource/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj index 334d7c1096b..bd976bb12ca 100644 --- a/src/buildfromsource/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj +++ b/src/buildfromsource/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj @@ -629,7 +629,6 @@ - diff --git a/src/fsharp/CompileOps.fs b/src/fsharp/CompileOps.fs index 47ba63034d2..64dcf722c94 100644 --- a/src/fsharp/CompileOps.fs +++ b/src/fsharp/CompileOps.fs @@ -1854,8 +1854,7 @@ let DefaultReferencesForScriptsAndOutOfProjectSources(assumeDotNetFramework) = yield Path.Combine(Path.GetDirectoryName(typeof.Assembly.Location), "mscorlib.dll") // mscorlib yield typeof.Assembly.Location // System.Console yield typeof.Assembly.Location // System.Collections - yield typeof.Assembly.Location // System.Data.SqlClient - yield typeof.Assembly.Location // System.ObjectModel + yield typeof.Assembly.Location // System.ObjectModel yield typeof.Assembly.Location // System.IO.FileSystem yield typeof.Assembly.Location // System.IO yield typeof.Assembly.Location // System.Linq diff --git a/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj b/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj index 7afc21b96cf..9c4cf145437 100644 --- a/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj +++ b/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj @@ -683,7 +683,6 @@ -