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 @@
-