Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2019-02-20 21:15:52 +0300
committerLluis Sanchez <llsan@microsoft.com>2019-02-20 21:15:52 +0300
commit976bd568a2ffe7cc77ac9758d4b919129097adb9 (patch)
treebe31a782f6f7ab529c82816294c244153c9144fa /main/external/fsharpbinding
parent0ed2c03a56d7c157952d29a212b8993b79ae766e (diff)
Try to fix compat check
Removed System.IO reference from f# interactive. It doesn't exist in .net 4.7.2 and it doesn't seem to be needed.
Diffstat (limited to 'main/external/fsharpbinding')
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj b/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj
index 6db85d0372..34bfc624ab 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj
+++ b/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj
@@ -69,9 +69,6 @@
<Reference Include="ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Paket>True</Paket>
</Reference>
- <Reference Include="System.IO">
- <Paket>True</Paket>
- </Reference>
<Reference Include="System.Runtime">
<Paket>True</Paket>
</Reference>