From 1dcaf62e2700419014c5e1cebd8c9763fb0da4b1 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Sat, 2 May 2020 14:13:20 +0300 Subject: [PATCH] add dependency to FSharp.Core ensure there are no runtime errors when FSharp.Core cannot be located: * add reference to FSharp.Core 4.7.1 in Flow.Launcher.Core * update FSharp.Core to 4.7.1 in HelloWorldFSharp --- Flow.Launcher.Core/Flow.Launcher.Core.csproj | 1 + Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Flow.Launcher.Core/Flow.Launcher.Core.csproj b/Flow.Launcher.Core/Flow.Launcher.Core.csproj index 5b471cabd..cd939e401 100644 --- a/Flow.Launcher.Core/Flow.Launcher.Core.csproj +++ b/Flow.Launcher.Core/Flow.Launcher.Core.csproj @@ -52,6 +52,7 @@ + diff --git a/Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj b/Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj index 79f28e7cb..d688ab6a9 100644 --- a/Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj +++ b/Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj @@ -29,4 +29,8 @@ + + + + \ No newline at end of file