Skip to content

Commit

Permalink
fixed Fable compile problems
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Apr 16, 2020
1 parent 7f9af8a commit a831528
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ namespace FSharp.Data.Adaptive

open System
open FSharp.Data.Traceable
open FSharp.Data.Adaptive

/// An adaptive reader for alist that allows to pull operations and exposes its current state.
type IIndexListReader<'T> =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

open System
open FSharp.Data.Traceable
open FSharp.Data.Adaptive

/// An adaptive reader for alist that allows to pull operations and exposes its current state.
type IIndexListReader<'T> =
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.Data.Adaptive/FSharp.Data.Adaptive.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit a831528

Please sign in to comment.