Skip to content

Commit a831528

Browse files
committed
fixed Fable compile problems
1 parent 7f9af8a commit a831528

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ namespace FSharp.Data.Adaptive
22

33
open System
44
open FSharp.Data.Traceable
5+
open FSharp.Data.Adaptive
56

67
/// An adaptive reader for alist that allows to pull operations and exposes its current state.
78
type IIndexListReader<'T> =

src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
open System
44
open FSharp.Data.Traceable
5+
open FSharp.Data.Adaptive
56

67
/// An adaptive reader for alist that allows to pull operations and exposes its current state.
78
type IIndexListReader<'T> =

src/FSharp.Data.Adaptive/FSharp.Data.Adaptive.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>netstandard2.0</TargetFramework>
5+
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
66
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)