From f86c762e75c2dc769a3bd50406649207e1b4b0b2 Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Wed, 9 Nov 2016 16:03:35 +0100 Subject: [PATCH 1/9] Correcting paths --- build.fsx | 2 +- build.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.fsx b/build.fsx index 99b39fcf..9dfe907b 100644 --- a/build.fsx +++ b/build.fsx @@ -1,4 +1,4 @@ -#I @"packages/FsReveal/fsreveal/" +#I @"packages/FsReveal/tools/" #I @"packages/FAKE/tools/" #I @"packages/Suave/lib/net40" diff --git a/build.sh b/build.sh index cef16ee6..0de2d7da 100755 --- a/build.sh +++ b/build.sh @@ -6,13 +6,13 @@ then .paket/paket.bootstrapper.exe exit_code=$? if [ $exit_code -ne 0 ]; then - exit $exit_code + exit $exit_code fi .paket/paket.exe restore exit_code=$? if [ $exit_code -ne 0 ]; then - exit $exit_code + exit $exit_code fi packages/FAKE/tools/FAKE.exe $@ --fsiargs -d:MONO build.fsx @@ -21,13 +21,13 @@ else mono .paket/paket.bootstrapper.exe exit_code=$? if [ $exit_code -ne 0 ]; then - exit $exit_code + exit $exit_code fi mono .paket/paket.exe restore exit_code=$? if [ $exit_code -ne 0 ]; then - exit $exit_code + exit $exit_code fi mono packages/FAKE/tools/FAKE.exe $@ --fsiargs -d:MONO build.fsx fi From da6e89aa1464182fbea6a822b78ece29fc35344e Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Wed, 9 Nov 2016 16:07:17 +0100 Subject: [PATCH 2/9] Bumping deps --- build.fsx | 27 +- paket.dependencies | 2 +- paket.lock | 686 ++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 698 insertions(+), 17 deletions(-) diff --git a/build.fsx b/build.fsx index 9dfe907b..484d89c0 100644 --- a/build.fsx +++ b/build.fsx @@ -39,11 +39,11 @@ Target "Clean" (fun _ -> CleanDirs [outDir] ) -let fsiEvaluator = +let fsiEvaluator = let evaluator = FSharp.Literate.FsiEvaluator() - evaluator.EvaluationFailed.Add(fun err -> + evaluator.EvaluationFailed.Add(fun err -> traceImportant <| sprintf "Evaluating F# snippet failed:\n%s\nThe snippet evaluated:\n%s" err.StdErr err.Text ) - evaluator + evaluator let copyStylesheet() = try @@ -57,15 +57,15 @@ let copyPics() = with | exn -> traceImportant <| sprintf "Could not copy picture: %s" exn.Message -let generateFor (file:FileInfo) = +let generateFor (file:FileInfo) = try copyPics() let rec tryGenerate trials = try FsReveal.GenerateFromFile(file.FullName, outDir, fsiEvaluator = fsiEvaluator) - with + with | exn when trials > 0 -> tryGenerate (trials - 1) - | exn -> + | exn -> traceImportant <| sprintf "Could not generate slides for: %s" file.FullName traceImportant exn.Message @@ -92,8 +92,11 @@ let socketHandler (webSocket : WebSocket) = while true do let! refreshed = Control.Async.AwaitEvent(refreshEvent.Publish) - |> Suave.Sockets.SocketOp.ofAsync - do! webSocket.send Text (ASCII.bytes "refreshed") true + |> Suave.Sockets.SocketOp.ofAsync + let seg = + let bs = ASCII.bytes "refreshed" + ByteSegment bs + do! webSocket.send Text seg true } let startWebServer () = @@ -107,10 +110,10 @@ let startWebServer () = let port = findPort 8083 - let serverConfig = + let serverConfig = { defaultConfig with homeFolder = Some (FullName outDir) - bindings = [ HttpBinding.mkSimple HTTP "127.0.0.1" port ] + bindings = [ HttpBinding.createSimple HTTP "127.0.0.1" port ] } let app = choose [ @@ -131,7 +134,7 @@ Target "GenerateSlides" (fun _ -> Target "KeepRunning" (fun _ -> use watcher = !! (slidesDir + "/**/*.*") |> WatchChanges handleWatcherEvents - + startWebServer () traceImportant "Waiting for slide edits. Press any key to stop." @@ -162,5 +165,5 @@ Target "ReleaseSlides" (fun _ -> "GenerateSlides" ==> "ReleaseSlides" - + RunTargetOrDefault "KeepRunning" diff --git a/paket.dependencies b/paket.dependencies index eb67a0e6..4686a36e 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -2,4 +2,4 @@ source https://nuget.org/api/v2 nuget FsReveal nuget FAKE -nuget Suave \ No newline at end of file +nuget Suave prerelease diff --git a/paket.lock b/paket.lock index a39b62d3..b23ae54d 100644 --- a/paket.lock +++ b/paket.lock @@ -1,8 +1,8 @@ NUGET remote: https://www.nuget.org/api/v2 - FAKE (4.28) + FAKE (4.45.1) FSharp.Compiler.Service (2.0.0.6) - FSharp.Core (4.0.0.1) + FSharp.Core (4.0.0.1) - framework: >= net10, netstandard10, netstandard11, netstandard12, netstandard13, netstandard14, netstandard15 FSharp.Formatting (2.14.4) FSharp.Compiler.Service (2.0.0.6) FSharpVSPowerTools.Core (>= 2.3 < 2.4) @@ -10,5 +10,683 @@ NUGET FSharp.Compiler.Service (>= 2.0.0.3) FsReveal (1.3.1) FSharp.Formatting (>= 2.11) - Suave (1.1.2) - FSharp.Core (>= 3.1.2.5) + Microsoft.FSharp.Core.netcore (1.0.0-alpha-161103) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= net463, >= netstandard16 + NETStandard.Library (>= 1.6) - framework: >= net463, >= netstandard16 + System.Linq.Expressions (>= 4.1) - framework: >= net463, >= netstandard16 + System.Linq.Queryable (>= 4.0.1) - framework: >= net463, >= netstandard16 + System.Net.Requests (>= 4.0.11) - framework: >= net463, >= netstandard16 + System.Reflection.Emit (>= 4.0.1) - framework: >= net463, >= netstandard16 + System.Reflection.TypeExtensions (>= 4.1) - framework: >= net463, >= netstandard16 + System.Runtime.Loader (>= 4.0) - framework: >= net463, >= netstandard16 + System.Threading.Tasks.Parallel (>= 4.0.1) - framework: >= net463, >= netstandard16 + System.Threading.Thread (>= 4.0) - framework: >= net463, >= netstandard16 + System.Threading.ThreadPool (>= 4.0.10) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (1.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Targets (1.0.1) - framework: >= netstandard16 + Microsoft.Win32.Primitives (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + Microsoft.Win32.Registry (4.0) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + System.Collections (>= 4.0.11) - framework: >= netstandard13 + System.Globalization (>= 4.0.11) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 + NETStandard.Library (1.6) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard10 + Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.AppContext (>= 4.1) - framework: >= net46, >= netstandard13 + System.Collections (>= 4.0.11) - framework: >= netstandard10 + System.Collections.Concurrent (>= 4.0.12) - framework: >= net45, >= netstandard11 + System.Console (>= 4.0) - framework: >= net46, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard10 + System.Diagnostics.Tools (>= 4.0.1) - framework: >= netstandard10 + System.Diagnostics.Tracing (>= 4.1) - framework: >= net45, >= netstandard11 + System.Globalization (>= 4.0.11) - framework: >= netstandard10 + System.Globalization.Calendars (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard10 + System.IO.Compression (>= 4.1) - framework: >= net45, >= netstandard11 + System.IO.Compression.ZipFile (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.IO.FileSystem (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Linq (>= 4.1) - framework: >= netstandard10 + System.Linq.Expressions (>= 4.1) - framework: >= netstandard10 + System.Net.Http (>= 4.1) - framework: >= net45, >= netstandard11 + System.Net.Primitives (>= 4.0.11) - framework: >= netstandard10 + System.Net.Sockets (>= 4.1) - framework: >= net46, >= netstandard13 + System.ObjectModel (>= 4.0.12) - framework: >= netstandard10 + System.Reflection (>= 4.1) - framework: >= netstandard10 + System.Reflection.Extensions (>= 4.0.1) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard10 + System.Runtime (>= 4.1) - framework: >= netstandard10 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard10 + System.Runtime.Handles (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= net45, >= netstandard11 + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - framework: >= net45, >= netstandard11 + System.Runtime.Numerics (>= 4.0.1) - framework: >= net45, >= netstandard11 + System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard10 + System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard10 + System.Text.RegularExpressions (>= 4.1) - framework: >= netstandard10 + System.Threading (>= 4.0.11) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 + System.Threading.Timer (>= 4.0.1) - framework: >= net451, >= netstandard12 + System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard10 + System.Xml.XDocument (>= 4.0.11) - framework: >= netstandard10 + runtime.native.System (4.0) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) + Microsoft.NETCore.Targets (>= 1.0.1) + runtime.native.System.IO.Compression (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) + Microsoft.NETCore.Targets (>= 1.0.1) + runtime.native.System.Net.Http (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) + Microsoft.NETCore.Targets (>= 1.0.1) + runtime.native.System.Net.Security (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) + Microsoft.NETCore.Targets (>= 1.0.1) + runtime.native.System.Security.Cryptography (4.0) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) + Microsoft.NETCore.Targets (>= 1.0.1) + Suave (2.0.0-rc1) + FSharp.Core (>= 4.0.0.1) - framework: >= net10, netstandard10, netstandard11, netstandard12, netstandard13, netstandard14, netstandard15 + Microsoft.FSharp.Core.netcore (>= 1.0.0-alpha-161103) - framework: >= netstandard16 + NETStandard.Library (>= 1.6) - framework: >= netstandard16 + System.Data.Common (>= 4.1) - framework: >= netstandard16 + System.Diagnostics.Process (>= 4.1) - framework: >= netstandard16 + System.Globalization.Extensions (>= 4.0.1) - framework: >= netstandard16 + System.Net.Security (>= 4.0) - framework: >= netstandard16 + System.Runtime.Serialization.Json (>= 4.0.2) - framework: >= netstandard16 + System.Security.Claims (>= 4.0.1) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard16 + System.AppContext (4.1) - framework: >= netstandard16 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Buffers (4.0) - framework: >= netstandard16 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard11 + System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard11 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard11 + System.Runtime (>= 4.1) - framework: >= netstandard11 + System.Threading (>= 4.0.11) - framework: >= netstandard11 + System.Collections (4.0.11) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Collections.Concurrent (4.0.12) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.1) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Console (4.0) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 + System.Data.Common (4.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: >= netstandard12 + System.Globalization (>= 4.0.11) - framework: >= netstandard12 + System.IO (>= 4.1) - framework: >= netstandard12 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard12 + System.Runtime (>= 4.1) - framework: >= netstandard12 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard12 + System.Text.RegularExpressions (>= 4.1) - framework: >= netstandard12 + System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard12 + System.Diagnostics.Debug (4.0.11) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Diagnostics.DiagnosticSource (4.0) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: netstandard11, >= netstandard13 + System.Diagnostics.Tracing (>= 4.1) - framework: netstandard11, >= netstandard13 + System.Reflection (>= 4.1) - framework: netstandard11, >= netstandard13 + System.Runtime (>= 4.1) - framework: netstandard11, >= netstandard13 + System.Threading (>= 4.0.11) - framework: netstandard11, >= netstandard13 + System.Diagnostics.Process (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard14 + Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= netstandard14 + Microsoft.Win32.Registry (>= 4.0) - framework: >= netstandard14 + runtime.native.System (>= 4.0) - framework: >= netstandard14 + System.Collections (>= 4.0.11) - framework: >= netstandard14 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard14 + System.Globalization (>= 4.0.11) - framework: >= netstandard14 + System.IO (>= 4.1) - framework: >= netstandard13 + System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard14 + System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard14 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard14 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard14 + System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard14 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 + System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard14 + System.Threading (>= 4.0.11) - framework: >= netstandard14 + System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard14 + System.Threading.Thread (>= 4.0) - framework: >= netstandard14 + System.Threading.ThreadPool (>= 4.0.10) - framework: >= netstandard14 + System.Diagnostics.Tools (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 + System.Diagnostics.Tracing (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Globalization (4.0.11) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Globalization.Calendars (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 + System.Globalization (>= 4.0.11) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Globalization.Extensions (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + System.Globalization (>= 4.0.11) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 + System.IO (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO.Compression (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + runtime.native.System (>= 4.0) - framework: >= netstandard13 + runtime.native.System.IO.Compression (>= 4.1) - framework: >= netstandard13 + System.Collections (>= 4.0.11) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Threading (>= 4.0.11) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.IO.Compression.ZipFile (4.0.1) - framework: >= netstandard16 + System.Buffers (>= 4.0) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.IO.Compression (>= 4.1) - framework: >= netstandard13 + System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 + System.IO.FileSystem (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (4.0.1) - framework: >= netstandard16 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Linq (4.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Linq.Expressions (4.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.ObjectModel (>= 4.0.12) - framework: >= netstandard16 + System.Reflection (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Reflection.Emit (>= 4.0.1) - framework: >= netstandard16 + System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Reflection.Emit.Lightweight (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Reflection.TypeExtensions (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Linq.Queryable (4.0.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Linq.Expressions (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Net.Http (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 + runtime.native.System (>= 4.0) - framework: >= netstandard16 + runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.DiagnosticSource (>= 4.0) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Globalization (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Globalization.Extensions (>= 4.0.1) - framework: >= netstandard16 + System.IO (>= 4.1) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard16 + System.Net.Primitives (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, >= netstandard16 + System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard16 + System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Threading (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Net.Primitives (4.0.11) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Net.Requests (4.0.11) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + System.Collections (>= 4.0.11) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 + System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard13 + System.Globalization (>= 4.0.11) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Net.Http (>= 4.1) - framework: >= netstandard13 + System.Net.Primitives (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Net.WebHeaderCollection (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Threading (>= 4.0.11) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Net.Security (4.0) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: netstandard13, >= netstandard16 + Microsoft.Win32.Primitives (>= 4.0.1) - framework: netstandard13, >= netstandard16 + runtime.native.System (>= 4.0) - framework: >= netstandard16 + runtime.native.System.Net.Security (>= 4.0.1) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: netstandard13, >= netstandard16 + System.Collections.Concurrent (>= 4.0.12) - framework: netstandard13, >= netstandard16 + System.Diagnostics.Tracing (>= 4.1) - framework: netstandard13, >= netstandard16 + System.Globalization (>= 4.0.11) - framework: netstandard13, >= netstandard16 + System.Globalization.Extensions (>= 4.0.1) - framework: >= netstandard16 + System.IO (>= 4.1) - framework: netstandard13, >= netstandard16 + System.Net.Primitives (>= 4.0.11) - framework: netstandard13, >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: netstandard13, >= netstandard16 + System.Runtime (>= 4.1) - framework: netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: netstandard13, >= netstandard16 + System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, >= netstandard16 + System.Runtime.InteropServices (>= 4.1) - framework: netstandard13, >= netstandard16 + System.Security.Claims (>= 4.0.1) - framework: netstandard13, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.0) - framework: netstandard13, >= netstandard16 + System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, netstandard13, >= netstandard16 + System.Security.Principal (>= 4.0.1) - framework: netstandard13, >= netstandard16 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard16 + System.Threading (>= 4.0.11) - framework: netstandard13, >= netstandard16 + System.Threading.Tasks (>= 4.0.11) - framework: netstandard13, >= netstandard16 + System.Threading.ThreadPool (>= 4.0.10) - framework: netstandard13, >= netstandard16 + System.Net.Sockets (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.Net.Primitives (>= 4.0.11) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 + System.Net.WebHeaderCollection (4.0.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.ObjectModel (4.0.12) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Private.DataContractSerialization (4.1.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Collections.Concurrent (>= 4.0.12) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard13, monoandroid, monotouch, xamarinios, xamarinmac + System.Reflection.Emit.Lightweight (>= 4.0.1) - framework: >= netstandard13, monoandroid, monotouch, xamarinios, xamarinmac + System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.TypeExtensions (>= 4.1) - framework: >= net46, dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Runtime.Serialization.Primitives (>= 4.1.1) - framework: >= net46, dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding.Extensions (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Text.RegularExpressions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Xml.ReaderWriter (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Xml.XmlDocument (>= 4.0.1) - framework: >= net46, dnxcore50, >= netstandard13 + System.Xml.XmlSerializer (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Reflection (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Emit (4.0.1) - framework: >= netstandard16 + System.IO (>= 4.1) - framework: >= netstandard11 + System.Reflection (>= 4.1) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard11, monotouch, xamarinios + System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard11 + System.Runtime (>= 4.1) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (4.0.1) - framework: >= netstandard16 + System.Reflection (>= 4.1) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 + System.Runtime (>= 4.1) - framework: >= netstandard10 + System.Reflection.Emit.Lightweight (4.0.1) - framework: >= netstandard16 + System.Reflection (>= 4.1) - framework: >= netstandard10 + System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard10, monoandroid, monotouch, xamarinios, xamarinmac + System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 + System.Runtime (>= 4.1) - framework: >= netstandard10 + System.Reflection.Extensions (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 + System.Reflection.Primitives (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 + System.Reflection.TypeExtensions (4.1) - framework: >= netstandard16 + System.Reflection (>= 4.1) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Resources.ResourceManager (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Extensions (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime.Handles (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.InteropServices (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.1) - framework: >= net462, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Runtime.InteropServices.RuntimeInformation (4.0) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard11 + runtime.native.System (>= 4.0) - framework: >= netstandard11 + System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard11 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard11 + System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard11 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard11 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard11 + System.Runtime.Loader (4.0) - framework: >= netstandard16 + System.IO (>= 4.1) - framework: >= netstandard15 + System.Reflection (>= 4.1) - framework: >= netstandard15 + System.Runtime (>= 4.1) - framework: >= netstandard15 + System.Runtime.Numerics (4.0.1) - framework: >= netstandard16 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Runtime.Serialization.Json (4.0.2) - framework: >= netstandard16 + System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Private.DataContractSerialization (>= 4.1.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Serialization.Primitives (4.1.1) - framework: >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Security.Claims (4.0.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: >= netstandard13 + System.Globalization (>= 4.0.11) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Security.Principal (>= 4.0.1) - framework: >= netstandard13 + System.Security.Cryptography.Algorithms (4.2) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 + runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: >= netstandard16 + System.IO (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Runtime.Numerics (>= 4.0.1) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, dnxcore50, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Cng (4.2) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: netstandard14, >= netstandard16 + System.IO (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: netstandard14, >= netstandard16 + System.Runtime (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: netstandard14, >= netstandard16 + System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, netstandard14, >= netstandard16 + System.Runtime.InteropServices (>= 4.1) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.0) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (>= 4.0.11) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Csp (4.0) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.Reflection (>= 4.1) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 + System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 + System.Threading (>= 4.0.11) - framework: >= netstandard13 + System.Security.Cryptography.Encoding (4.0) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 + runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard13 + System.Collections (>= 4.0.11) - framework: >= netstandard13 + System.Collections.Concurrent (>= 4.0.12) - framework: >= netstandard13 + System.Linq (>= 4.1) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 + System.Security.Cryptography.OpenSsl (4.0) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography (>= 4.0) + System.Collections (>= 4.0.11) - framework: >= netstandard16 + System.IO (>= 4.1) - framework: >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard16 + System.Runtime (>= 4.1) - framework: >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: >= net463, >= netstandard16 + System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard16 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard16 + System.Runtime.Numerics (>= 4.0.1) - framework: >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net463, >= netstandard16 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (4.0) - framework: >= netstandard16 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 + System.Globalization (>= 4.0.11) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Threading (>= 4.0.11) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 + System.Security.Cryptography.X509Certificates (4.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 + runtime.native.System (>= 4.0) - framework: >= netstandard16 + runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard16 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Globalization.Calendars (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Runtime.Numerics (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Cng (>= 4.2) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Csp (>= 4.0) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.0) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.0) - framework: dnxcore50, >= netstandard16 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Security.Principal (4.0.1) - framework: >= netstandard16 + System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 + System.Text.Encoding (4.0.11) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (4.0.11) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.RegularExpressions (4.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 + System.Threading (4.0.11) - framework: >= netstandard16 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (4.0.11) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (4.0) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: >= netstandard10 + System.Runtime (>= 4.1) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 + System.Threading.Tasks.Parallel (4.0.1) - framework: >= netstandard16 + System.Collections.Concurrent (>= 4.0.12) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Threading.Thread (4.0) - framework: >= netstandard16 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Threading.ThreadPool (4.0.10) - framework: >= netstandard16 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 + System.Threading.Timer (4.0.1) - framework: >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard12 + Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard12 + System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard12 + System.Xml.ReaderWriter (4.0.11) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Text.RegularExpressions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (>= 4.0) - framework: dnxcore50, >= netstandard13 + System.Xml.XDocument (4.0.11) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tools (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Xml.ReaderWriter (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Xml.XmlDocument (4.0.1) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 + System.Globalization (>= 4.0.11) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 + System.Runtime (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 + System.Threading (>= 4.0.11) - framework: >= netstandard13 + System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 + System.Xml.XmlSerializer (4.0.11) - framework: >= netstandard16 + System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.Emit (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Reflection.TypeExtensions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Text.RegularExpressions (>= 4.1) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 + System.Xml.ReaderWriter (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Xml.XmlDocument (>= 4.0.1) - framework: dnxcore50, >= netstandard13 From b9bfdb71ce2274838a1b50628ca9c77a6d1b4991 Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Wed, 9 Nov 2016 16:14:29 +0100 Subject: [PATCH 3/9] Framework constraint --- paket.dependencies | 1 + paket.lock | 683 +-------------------------------------------- 2 files changed, 4 insertions(+), 680 deletions(-) diff --git a/paket.dependencies b/paket.dependencies index 4686a36e..4e25f6ad 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,4 +1,5 @@ source https://nuget.org/api/v2 +framework NET461 nuget FsReveal nuget FAKE diff --git a/paket.lock b/paket.lock index b23ae54d..670ef079 100644 --- a/paket.lock +++ b/paket.lock @@ -1,8 +1,9 @@ +FRAMEWORK: NET461 NUGET remote: https://www.nuget.org/api/v2 FAKE (4.45.1) FSharp.Compiler.Service (2.0.0.6) - FSharp.Core (4.0.0.1) - framework: >= net10, netstandard10, netstandard11, netstandard12, netstandard13, netstandard14, netstandard15 + FSharp.Core (4.0.0.1) FSharp.Formatting (2.14.4) FSharp.Compiler.Service (2.0.0.6) FSharpVSPowerTools.Core (>= 2.3 < 2.4) @@ -10,683 +11,5 @@ NUGET FSharp.Compiler.Service (>= 2.0.0.3) FsReveal (1.3.1) FSharp.Formatting (>= 2.11) - Microsoft.FSharp.Core.netcore (1.0.0-alpha-161103) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= net463, >= netstandard16 - NETStandard.Library (>= 1.6) - framework: >= net463, >= netstandard16 - System.Linq.Expressions (>= 4.1) - framework: >= net463, >= netstandard16 - System.Linq.Queryable (>= 4.0.1) - framework: >= net463, >= netstandard16 - System.Net.Requests (>= 4.0.11) - framework: >= net463, >= netstandard16 - System.Reflection.Emit (>= 4.0.1) - framework: >= net463, >= netstandard16 - System.Reflection.TypeExtensions (>= 4.1) - framework: >= net463, >= netstandard16 - System.Runtime.Loader (>= 4.0) - framework: >= net463, >= netstandard16 - System.Threading.Tasks.Parallel (>= 4.0.1) - framework: >= net463, >= netstandard16 - System.Threading.Thread (>= 4.0) - framework: >= net463, >= netstandard16 - System.Threading.ThreadPool (>= 4.0.10) - framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (1.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Targets (1.0.1) - framework: >= netstandard16 - Microsoft.Win32.Primitives (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - Microsoft.Win32.Registry (4.0) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - NETStandard.Library (1.6) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard10 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.AppContext (>= 4.1) - framework: >= net46, >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard10 - System.Collections.Concurrent (>= 4.0.12) - framework: >= net45, >= netstandard11 - System.Console (>= 4.0) - framework: >= net46, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard10 - System.Diagnostics.Tools (>= 4.0.1) - framework: >= netstandard10 - System.Diagnostics.Tracing (>= 4.1) - framework: >= net45, >= netstandard11 - System.Globalization (>= 4.0.11) - framework: >= netstandard10 - System.Globalization.Calendars (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard10 - System.IO.Compression (>= 4.1) - framework: >= net45, >= netstandard11 - System.IO.Compression.ZipFile (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Linq (>= 4.1) - framework: >= netstandard10 - System.Linq.Expressions (>= 4.1) - framework: >= netstandard10 - System.Net.Http (>= 4.1) - framework: >= net45, >= netstandard11 - System.Net.Primitives (>= 4.0.11) - framework: >= netstandard10 - System.Net.Sockets (>= 4.1) - framework: >= net46, >= netstandard13 - System.ObjectModel (>= 4.0.12) - framework: >= netstandard10 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Extensions (>= 4.0.1) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard10 - System.Runtime.Handles (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= net45, >= netstandard11 - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - framework: >= net45, >= netstandard11 - System.Runtime.Numerics (>= 4.0.1) - framework: >= net45, >= netstandard11 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard10 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard10 - System.Text.RegularExpressions (>= 4.1) - framework: >= netstandard10 - System.Threading (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Timer (>= 4.0.1) - framework: >= net451, >= netstandard12 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard10 - System.Xml.XDocument (>= 4.0.11) - framework: >= netstandard10 - runtime.native.System (4.0) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.IO.Compression (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Net.Http (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Net.Security (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - runtime.native.System.Security.Cryptography (4.0) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) Suave (2.0.0-rc1) - FSharp.Core (>= 4.0.0.1) - framework: >= net10, netstandard10, netstandard11, netstandard12, netstandard13, netstandard14, netstandard15 - Microsoft.FSharp.Core.netcore (>= 1.0.0-alpha-161103) - framework: >= netstandard16 - NETStandard.Library (>= 1.6) - framework: >= netstandard16 - System.Data.Common (>= 4.1) - framework: >= netstandard16 - System.Diagnostics.Process (>= 4.1) - framework: >= netstandard16 - System.Globalization.Extensions (>= 4.0.1) - framework: >= netstandard16 - System.Net.Security (>= 4.0) - framework: >= netstandard16 - System.Runtime.Serialization.Json (>= 4.0.2) - framework: >= netstandard16 - System.Security.Claims (>= 4.0.1) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard16 - System.AppContext (4.1) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Buffers (4.0) - framework: >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard11 - System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard11 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard11 - System.Runtime (>= 4.1) - framework: >= netstandard11 - System.Threading (>= 4.0.11) - framework: >= netstandard11 - System.Collections (4.0.11) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Collections.Concurrent (4.0.12) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Reflection (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Console (4.0) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Data.Common (4.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard12 - System.Globalization (>= 4.0.11) - framework: >= netstandard12 - System.IO (>= 4.1) - framework: >= netstandard12 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard12 - System.Runtime (>= 4.1) - framework: >= netstandard12 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard12 - System.Text.RegularExpressions (>= 4.1) - framework: >= netstandard12 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard12 - System.Diagnostics.Debug (4.0.11) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Diagnostics.DiagnosticSource (4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: netstandard11, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Reflection (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Runtime (>= 4.1) - framework: netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: netstandard11, >= netstandard13 - System.Diagnostics.Process (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard14 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= netstandard14 - Microsoft.Win32.Registry (>= 4.0) - framework: >= netstandard14 - runtime.native.System (>= 4.0) - framework: >= netstandard14 - System.Collections (>= 4.0.11) - framework: >= netstandard14 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard14 - System.Globalization (>= 4.0.11) - framework: >= netstandard14 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard14 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard14 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard14 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard14 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard14 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= netstandard14 - System.Threading (>= 4.0.11) - framework: >= netstandard14 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard14 - System.Threading.Thread (>= 4.0) - framework: >= netstandard14 - System.Threading.ThreadPool (>= 4.0.10) - framework: >= netstandard14 - System.Diagnostics.Tools (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Diagnostics.Tracing (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Globalization (4.0.11) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Globalization.Calendars (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Globalization.Extensions (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.IO (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO.Compression (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - runtime.native.System (>= 4.0) - framework: >= netstandard13 - runtime.native.System.IO.Compression (>= 4.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO.Compression.ZipFile (4.0.1) - framework: >= netstandard16 - System.Buffers (>= 4.0) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.Compression (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.IO.FileSystem (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (4.0.1) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Linq (4.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Linq.Expressions (4.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.ObjectModel (>= 4.0.12) - framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Reflection.Emit (>= 4.0.1) - framework: >= netstandard16 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Emit.Lightweight (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Reflection.TypeExtensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Linq.Queryable (4.0.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Linq.Expressions (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Net.Http (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 - runtime.native.System (>= 4.0) - framework: >= netstandard16 - runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.DiagnosticSource (>= 4.0) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Globalization.Extensions (>= 4.0.1) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard16 - System.Net.Primitives (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Net.Primitives (4.0.11) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Net.Requests (4.0.11) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Net.Http (>= 4.1) - framework: >= netstandard13 - System.Net.Primitives (>= 4.0.11) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Net.WebHeaderCollection (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Net.Security (4.0) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: netstandard13, >= netstandard16 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: netstandard13, >= netstandard16 - runtime.native.System (>= 4.0) - framework: >= netstandard16 - runtime.native.System.Net.Security (>= 4.0.1) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: netstandard13, >= netstandard16 - System.Collections.Concurrent (>= 4.0.12) - framework: netstandard13, >= netstandard16 - System.Diagnostics.Tracing (>= 4.1) - framework: netstandard13, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: netstandard13, >= netstandard16 - System.Globalization.Extensions (>= 4.0.1) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: netstandard13, >= netstandard16 - System.Net.Primitives (>= 4.0.11) - framework: netstandard13, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: netstandard13, >= netstandard16 - System.Runtime (>= 4.1) - framework: netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: netstandard13, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: netstandard13, >= netstandard16 - System.Security.Claims (>= 4.0.1) - framework: netstandard13, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: netstandard13, >= netstandard16 - System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, netstandard13, >= netstandard16 - System.Security.Principal (>= 4.0.1) - framework: netstandard13, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard16 - System.Threading (>= 4.0.11) - framework: netstandard13, >= netstandard16 - System.Threading.Tasks (>= 4.0.11) - framework: netstandard13, >= netstandard16 - System.Threading.ThreadPool (>= 4.0.10) - framework: netstandard13, >= netstandard16 - System.Net.Sockets (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Net.Primitives (>= 4.0.11) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.Net.WebHeaderCollection (4.0.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.ObjectModel (4.0.12) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Private.DataContractSerialization (4.1.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Collections.Concurrent (>= 4.0.12) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard13, monoandroid, monotouch, xamarinios, xamarinmac - System.Reflection.Emit.Lightweight (>= 4.0.1) - framework: >= netstandard13, monoandroid, monotouch, xamarinios, xamarinmac - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.TypeExtensions (>= 4.1) - framework: >= net46, dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.Serialization.Primitives (>= 4.1.1) - framework: >= net46, dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Text.RegularExpressions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Xml.XmlDocument (>= 4.0.1) - framework: >= net46, dnxcore50, >= netstandard13 - System.Xml.XmlSerializer (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Reflection (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Emit (4.0.1) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: >= netstandard11 - System.Reflection (>= 4.1) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard11, monotouch, xamarinios - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard11 - System.Runtime (>= 4.1) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (4.0.1) - framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Reflection.Emit.Lightweight (4.0.1) - framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: >= netstandard10 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard10, monoandroid, monotouch, xamarinios, xamarinmac - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Reflection.Extensions (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Reflection.Primitives (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Reflection.TypeExtensions (4.1) - framework: >= netstandard16 - System.Reflection (>= 4.1) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Resources.ResourceManager (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard10 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard10 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Extensions (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime.Handles (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Reflection (>= 4.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: >= net462, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Runtime.InteropServices.RuntimeInformation (4.0) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard11 - runtime.native.System (>= 4.0) - framework: >= netstandard11 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard11 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard11 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard11 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard11 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard11 - System.Runtime.Loader (4.0) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: >= netstandard15 - System.Reflection (>= 4.1) - framework: >= netstandard15 - System.Runtime (>= 4.1) - framework: >= netstandard15 - System.Runtime.Numerics (4.0.1) - framework: >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.Serialization.Json (4.0.2) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Private.DataContractSerialization (>= 4.1.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Serialization.Primitives (4.1.1) - framework: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Security.Claims (4.0.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Security.Principal (>= 4.0.1) - framework: >= netstandard13 - System.Security.Cryptography.Algorithms (4.2) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, dnxcore50, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Cng (4.2) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: netstandard14, >= netstandard16 - System.IO (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: netstandard14, >= netstandard16 - System.Runtime (>= 4.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: netstandard14, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: netstandard13, netstandard14, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Csp (4.0) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Reflection (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.Encoding (4.0) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= netstandard13 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Collections.Concurrent (>= 4.0.12) - framework: >= netstandard13 - System.Linq (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.OpenSsl (4.0) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - System.Collections (>= 4.0.11) - framework: >= netstandard16 - System.IO (>= 4.1) - framework: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: >= net463, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net463, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net463, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: >= net463, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (4.0) - framework: >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard13 - System.Security.Cryptography.X509Certificates (4.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard16 - runtime.native.System (>= 4.0) - framework: >= netstandard16 - runtime.native.System.Net.Http (>= 4.0.1) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography (>= 4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization.Calendars (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.IO (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Handles (>= 4.0.1) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Cng (>= 4.2) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Csp (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.0) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.0) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Security.Principal (4.0.1) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard10 - System.Text.Encoding (4.0.11) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (4.0.11) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.RegularExpressions (4.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard16 - System.Threading (4.0.11) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (4.0.11) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (4.0) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard10 - System.Runtime (>= 4.1) - framework: >= netstandard10 - System.Threading.Tasks (>= 4.0.11) - framework: >= netstandard10 - System.Threading.Tasks.Parallel (4.0.1) - framework: >= netstandard16 - System.Collections.Concurrent (>= 4.0.12) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading.Thread (4.0) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading.ThreadPool (4.0.10) - framework: >= netstandard16 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Threading.Timer (4.0.1) - framework: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.0.1) - framework: dnxcore50, >= netstandard12 - Microsoft.NETCore.Targets (>= 1.0.1) - framework: dnxcore50, >= netstandard12 - System.Runtime (>= 4.1) - framework: dnxcore50, >= netstandard12 - System.Xml.ReaderWriter (4.0.11) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Text.RegularExpressions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (>= 4.0) - framework: dnxcore50, >= netstandard13 - System.Xml.XDocument (4.0.11) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tools (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Xml.XmlDocument (4.0.1) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard13 - System.Globalization (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard13 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 - System.Xml.XmlSerializer (4.0.11) - framework: >= netstandard16 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Emit (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Extensions (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.Primitives (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Reflection.TypeExtensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Text.RegularExpressions (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Xml.XmlDocument (>= 4.0.1) - framework: dnxcore50, >= netstandard13 + FSharp.Core (>= 4.0.0.1) From 590d24d1ac8ae7cc0d7a444aed26aacd6c29de0b Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Wed, 9 Nov 2016 17:40:05 +0100 Subject: [PATCH 4/9] Updating docs on how to get started easily --- README.md | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e3b63a77..c7c7b51f 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,42 @@ [![Issue Stats](http://issuestats.com/github/fsprojects/FsReveal/badge/issue)](http://issuestats.com/github/fsprojects/FsReveal) [![Issue Stats](http://issuestats.com/github/fsprojects/FsReveal/badge/pr)](http://issuestats.com/github/fsprojects/FsReveal) -# FsReveal [![NuGet Status](http://img.shields.io/nuget/v/FsReveal.svg?style=flat)](https://www.nuget.org/packages/FsReveal/) +# FsReveal [![NuGet +Status](http://img.shields.io/nuget/v/FsReveal.svg?style=flat)](https://www.nuget.org/packages/FsReveal/) -FsReveal allows you to write beautiful slides in [Markdown](http://daringfireball.net/projects/markdown/syntax) -and brings F# to the [reveal.js][revealjs] web presentation framework. +FsReveal allows you to write beautiful slides in +[Markdown](http://daringfireball.net/projects/markdown/syntax) and brings F# to +the [reveal.js][revealjs] web presentation framework. + +## Quickstart + +``` +git clone --depth=1 https://github.com/fsprojects/FsReveal.git +cd FsReveal +./build.sh +``` ## Features -- Write your slides in [Markdown](http://daringfireball.net/projects/markdown/syntax) or .fsx files +- Write your slides in + [Markdown](http://daringfireball.net/projects/markdown/syntax) or .fsx files - Automatically updates the browser in edit mode on every save - Syntax highlighting for most programming languages including C#, F# and LaTeX -- Speaker notes; Shows the current slide, next slide, elapsed time and current time +- Speaker notes; Shows the current slide, next slide, elapsed time and current + time - Built in themes - Horizontal and vertical slides - Built in slide transitions using CSS 3D transforms - Slide overview - Works on mobile browsers. Swipe your way through the presentation. -[Examples](http://fsprojects.github.io/FsReveal/index.html#Examples) and a [Getting started guide](http://fsprojects.github.io/FsReveal/getting-started.html) can be found in the docs. +[Examples](http://fsprojects.github.io/FsReveal/index.html#Examples) and a +[Getting started +guide](http://fsprojects.github.io/FsReveal/getting-started.html) can be found +in the docs. -[revealjs]: https://github.com/hakimel/reveal.js/ "reveal.js | HTML presentations made easy" +[revealjs]: https://github.com/hakimel/reveal.js/ "reveal.js | HTML +presentations made easy" ### Maintainer(s) @@ -28,4 +44,15 @@ and brings F# to the [reveal.js][revealjs] web presentation framework. - [@forki](https://github.com/forki) - [@troykershaw](https://github.com/troykershaw) -The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management) +The default maintainer account for projects under "fsprojects" is +[@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project +Incubation Space (repo management) + +### Hacking on the project + +``` +git checkout develop +# follow README in branch +# git commit ... +# send PR +``` From 4635524315fb4eeb08981a82f532807f541c44f8 Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Mon, 22 May 2017 08:18:22 +0200 Subject: [PATCH 5/9] Bump verisons --- paket.dependencies | 2 +- paket.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/paket.dependencies b/paket.dependencies index 4e25f6ad..1e72ec0e 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -3,4 +3,4 @@ framework NET461 nuget FsReveal nuget FAKE -nuget Suave prerelease +nuget Suave diff --git a/paket.lock b/paket.lock index 670ef079..76ca4727 100644 --- a/paket.lock +++ b/paket.lock @@ -1,9 +1,10 @@ FRAMEWORK: NET461 NUGET remote: https://www.nuget.org/api/v2 - FAKE (4.45.1) + FAKE (4.61.2) FSharp.Compiler.Service (2.0.0.6) - FSharp.Core (4.0.0.1) + FSharp.Core (4.1.17) + System.ValueTuple (>= 4.3) FSharp.Formatting (2.14.4) FSharp.Compiler.Service (2.0.0.6) FSharpVSPowerTools.Core (>= 2.3 < 2.4) @@ -11,5 +12,6 @@ NUGET FSharp.Compiler.Service (>= 2.0.0.3) FsReveal (1.3.1) FSharp.Formatting (>= 2.11) - Suave (2.0.0-rc1) + Suave (2.1) FSharp.Core (>= 4.0.0.1) + System.ValueTuple (4.3.1) From e6cf42dafbc4f974596fb36959a214f4ba103bba Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Mon, 22 May 2017 08:28:57 +0200 Subject: [PATCH 6/9] Docs fix --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c7c7b51f..a3c6b8d1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ [![Issue Stats](http://issuestats.com/github/fsprojects/FsReveal/badge/issue)](http://issuestats.com/github/fsprojects/FsReveal) [![Issue Stats](http://issuestats.com/github/fsprojects/FsReveal/badge/pr)](http://issuestats.com/github/fsprojects/FsReveal) -# FsReveal [![NuGet -Status](http://img.shields.io/nuget/v/FsReveal.svg?style=flat)](https://www.nuget.org/packages/FsReveal/) +# FsReveal [![NuGet Status](http://img.shields.io/nuget/v/FsReveal.svg?style=flat)](https://www.nuget.org/packages/FsReveal/) FsReveal allows you to write beautiful slides in [Markdown](http://daringfireball.net/projects/markdown/syntax) and brings F# to @@ -10,11 +9,9 @@ the [reveal.js][revealjs] web presentation framework. ## Quickstart -``` -git clone --depth=1 https://github.com/fsprojects/FsReveal.git -cd FsReveal -./build.sh -``` + git clone --depth=1 https://github.com/fsprojects/FsReveal.git + cd FsReveal + ./build.sh ## Features From f4d64a16ea56f1a13f6eb6968007a0e55f153325 Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Mon, 22 May 2017 08:42:45 +0200 Subject: [PATCH 7/9] A bit of docs, ignore paket.local --- .gitignore | 3 +-- README.md | 24 +++++++++--------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index cc7799ad..c7e86d29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. +paket.local # User-specific files *.suo diff --git a/README.md b/README.md index a3c6b8d1..db9d5a33 100644 --- a/README.md +++ b/README.md @@ -32,24 +32,18 @@ the [reveal.js][revealjs] web presentation framework. guide](http://fsprojects.github.io/FsReveal/getting-started.html) can be found in the docs. -[revealjs]: https://github.com/hakimel/reveal.js/ "reveal.js | HTML -presentations made easy" +[revealjs]: https://github.com/hakimel/reveal.js/ "reveal.js | HTML presentations made easy" + +### Hacking on the project + + git checkout develop + # follow README in branch + # git commit ... + # send PR to `develop` if you're improving `FsReveal` or to `master` if you're + # changing the 'default' presentation everyone starts off with. ### Maintainer(s) - [@kimsk](https://github.com/kimsk) - [@forki](https://github.com/forki) - [@troykershaw](https://github.com/troykershaw) - -The default maintainer account for projects under "fsprojects" is -[@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project -Incubation Space (repo management) - -### Hacking on the project - -``` -git checkout develop -# follow README in branch -# git commit ... -# send PR -``` From 2575ff8e99439c2f22eaf41bdbd80b37a4ebfab1 Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Mon, 22 May 2017 10:16:42 +0200 Subject: [PATCH 8/9] Using port 8080 --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index 484d89c0..d63bdf30 100644 --- a/build.fsx +++ b/build.fsx @@ -108,7 +108,7 @@ let startWebServer () = if portIsTaken then findPort (port + 1) else port - let port = findPort 8083 + let port = findPort 8080 let serverConfig = { defaultConfig with From f195f38d49c0309e1e5a8fe5bfb997939db1e26d Mon Sep 17 00:00:00 2001 From: Henrik Feldt Date: Mon, 22 May 2017 10:33:00 +0200 Subject: [PATCH 9/9] Newer nugets --- build.fsx | 2 +- slides/index.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.fsx b/build.fsx index d63bdf30..f3dd2aba 100644 --- a/build.fsx +++ b/build.fsx @@ -12,7 +12,7 @@ let gitOwner = "myGitUser" let gitHome = "https://github.com/" + gitOwner // The name of the project on GitHub -let gitProjectName = "MyProject" +let gitProjectName = "FsReveal" // The name of the GitHub repo subdirectory to publish slides to let gitSubDir = "" diff --git a/slides/index.md b/slides/index.md index d14877d2..92088cd3 100644 --- a/slides/index.md +++ b/slides/index.md @@ -117,11 +117,11 @@ [lang=paket] source https://nuget.org/api/v2 - nuget Castle.Windsor-log4net >= 3.2 - nuget NUnit - - github forki/FsUnit FsUnit.fs - + nuget Suave ~> 2 + nuget Expecto + + github logary/logary src/Logary.Facade/Facade.fs + --- ### C/AL