Skip to content

Commit 1dcaf62

Browse files
committed
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
1 parent 07be7e2 commit 1dcaf62

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Flow.Launcher.Core/Flow.Launcher.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
</ItemGroup>
5353

5454
<ItemGroup>
55+
<PackageReference Include="FSharp.Core" Version="4.7.1" />
5556
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
5657
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
5758
<PackageReference Include="squirrel.windows" Version="1.5.2" />

Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@
2929
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
3030
</ItemGroup>
3131

32+
<ItemGroup>
33+
<PackageReference Update="FSharp.Core" Version="4.7.1" />
34+
</ItemGroup>
35+
3236
</Project>

0 commit comments

Comments
 (0)