File tree Expand file tree Collapse file tree
src/FSharp.Control.AsyncSeq Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### 2.0.21-alpha02 - 28.12.2017
2+ * Fix packaging issues
3+ * Reference FSharp.Core 4.3 for nestandard builds
4+
5+ ### 2.0.21-alpha01 - 28.12.2017
6+ * Fix packaging issues
7+ * Reference FSharp.Core 4.3 for nestandard builds
8+
9+ ### 2.0.20 - 16.12.2017
10+ * Target .NET Standard
11+
112### 2.0.19-alpha01 - 22.12.2017
213* Target .NET Standard
314
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Target "NuGet" (fun _ ->
9191Target " PublishNuget" ( fun _ ->
9292 Paket.Push( fun p ->
9393 { p with
94- WorkingDir = " temp " })
94+ WorkingDir = buildDir })
9595)
9696
9797// --------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ description
2121 Asynchronous sequences for F#
2222dependencies
2323 framework: net452
24- FSharp.Core >= LOCKEDVERSION
24+ FSharp.Core >= LOCKEDVERSION-Legacy
2525 framework: netstandard2.0
26- FSharp.Core >= LOCKEDVERSION-Legacy
26+ FSharp.Core >= LOCKEDVERSION
2727files
2828 bin/Release/net452/FSharp.Control.AsyncSeq.dll ==> lib/net452
2929 bin/Release/net452/FSharp.Control.AsyncSeq.pdb ==> lib/net452
You can’t perform that action at this time.
0 commit comments