File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ namespace FSharp.Data.Adaptive
22
33open System
44open 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.
78type IIndexListReader < 'T > =
Original file line number Diff line number Diff line change 22
33open System
44open 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.
78type IIndexListReader < 'T > =
Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments