From 7498c61b0440ee16a85fc6c8ba7f554f0db1fb93 Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Tue, 29 Nov 2016 20:57:08 -0500 Subject: [PATCH 01/10] upgrade to paket4, setup sln, setup FAKE build --- .gitignore | 5 +- .paket/Paket.Restore.targets | 21 ++++++ .paket/PaketRestoreTask.deps.json | 110 ++++++++++++++++++++++++++++++ .paket/PaketRestoreTask.dll | Bin 0 -> 6144 bytes Expecto.sln | 67 ++++++++++++++++++ build.cmd | 14 ++++ build.fsx | 18 +++++ build.sh | 47 +++++++++++++ paket.dependencies | 7 +- paket.lock | 6 +- 10 files changed, 291 insertions(+), 4 deletions(-) create mode 100644 .paket/Paket.Restore.targets create mode 100644 .paket/PaketRestoreTask.deps.json create mode 100644 .paket/PaketRestoreTask.dll create mode 100644 Expecto.sln create mode 100644 build.cmd create mode 100644 build.fsx create mode 100644 build.sh diff --git a/.gitignore b/.gitignore index 902696f1..fc1624de 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,6 @@ packages/* .nuget/*.exe *.sln.ide project.lock.json -paket-files/ -BenchmarkDotNet.Artifacts/ +paket-files/ +BenchmarkDotNet.Artifacts/ +/.fake/ diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets new file mode 100644 index 00000000..7a148b26 --- /dev/null +++ b/.paket/Paket.Restore.targets @@ -0,0 +1,21 @@ + + + + true + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.paket/PaketRestoreTask.deps.json b/.paket/PaketRestoreTask.deps.json new file mode 100644 index 00000000..8a0e10dd --- /dev/null +++ b/.paket/PaketRestoreTask.deps.json @@ -0,0 +1,110 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v1.0", + "signature": "4bc084c4aa235e3b5760a404fab9f87822632c58" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v1.0": { + "paketrestoretask/1.0.0": { + "dependencies": { + "Microsoft.Build.Framework": "14.3.0-prerelease02", + "Microsoft.Build.Tasks.Core": "14.3.0-prerelease02", + "Microsoft.Build.Utilities.Core": "14.3.0-prerelease02", + "Microsoft.NET.Sdk": "1.0.0-alpha-20161019-1" + }, + "runtime": { + "PaketRestoreTask.dll": {} + } + }, + "microsoft.build.framework/14.3.0-prerelease02": {}, + "microsoft.build.tasks.core/14.3.0-prerelease02": { + "dependencies": { + "Microsoft.Build.Framework": "14.3.0-prerelease02", + "Microsoft.Build.Utilities.Core": "14.3.0-prerelease02" + } + }, + "microsoft.build.utilities.core/14.3.0-prerelease02": { + "dependencies": { + "Microsoft.Build.Framework": "14.3.0-prerelease02", + "System.Collections.Specialized": "4.0.1" + } + }, + "microsoft.net.sdk/1.0.0-alpha-20161019-1": { + "dependencies": { + "NuGet.Build.Tasks.Pack": "3.6.0-rc-1984" + } + }, + "nuget.build.tasks.pack/3.6.0-rc-1984": {}, + "system.collections.nongeneric/4.0.1": { + "runtime": { + "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} + } + }, + "system.collections.specialized/4.0.1": { + "dependencies": { + "System.Collections.NonGeneric": "4.0.1" + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Specialized.dll": {} + } + } + } + }, + "libraries": { + "paketrestoretask/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.build.framework/14.3.0-prerelease02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CfdwrqSEDw0AwKkpwtX/TCBzanschsOrbVezh8MIWw0cqMiZw9qf84+Zo0seT1J9KTLyZvZZ6g58wBiENaaE7w==", + "path": "microsoft.build.framework/14.3.0-prerelease02", + "hashPath": "microsoft.build.framework.14.3.0-prerelease02.nupkg.sha512" + }, + "microsoft.build.tasks.core/14.3.0-prerelease02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YTWNhYpTIuCC/2HCNPcSD+yOtBIvlf2jDC+QNUnRKRAgslg913euBVx36TyZ00x1gJ6L35EobOOH/YkMqLarpg==", + "path": "microsoft.build.tasks.core/14.3.0-prerelease02", + "hashPath": "microsoft.build.tasks.core.14.3.0-prerelease02.nupkg.sha512" + }, + "microsoft.build.utilities.core/14.3.0-prerelease02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-A2XERwPRwrYTGjkOwW19p6+0M6euhJPIBxT3741bUACY3N3P22IOQdz1VygThLpovl/tU2jGCBzCPiwWPCqCdA==", + "path": "microsoft.build.utilities.core/14.3.0-prerelease02", + "hashPath": "microsoft.build.utilities.core.14.3.0-prerelease02.nupkg.sha512" + }, + "microsoft.net.sdk/1.0.0-alpha-20161019-1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RozsUJziqKro+8bRU6RxiDXD4/rldrBr57Vjl1/acH9u8rxdQqueOZl+lrrtYHSJ7zO3C5aj8oSfB24CWvL3eA==", + "path": "microsoft.net.sdk/1.0.0-alpha-20161019-1", + "hashPath": "microsoft.net.sdk.1.0.0-alpha-20161019-1.nupkg.sha512" + }, + "nuget.build.tasks.pack/3.6.0-rc-1984": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gEF8smuszJ7jFWskbgrt5ASK+67ZDNvmxh5y0xH0P+4ysAKdnAw8WGH6l26rj+G/Bh0TFC9+UQqgpnU7Oi+pBQ==", + "path": "nuget.build.tasks.pack/3.6.0-rc-1984", + "hashPath": "nuget.build.tasks.pack.3.6.0-rc-1984.nupkg.sha512" + }, + "system.collections.nongeneric/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", + "path": "system.collections.nongeneric/4.0.1", + "hashPath": "system.collections.nongeneric.4.0.1.nupkg.sha512" + }, + "system.collections.specialized/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", + "path": "system.collections.specialized/4.0.1", + "hashPath": "system.collections.specialized.4.0.1.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/.paket/PaketRestoreTask.dll b/.paket/PaketRestoreTask.dll new file mode 100644 index 0000000000000000000000000000000000000000..c91f0323fdac3f08e19c1acefeb00c157969ef04 GIT binary patch literal 6144 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 a=dnJQqKCiL{JfrUpUWWscly5?f&Tz^1WBL( literal 0 HcmV?d00001 diff --git a/Expecto.sln b/Expecto.sln new file mode 100644 index 00000000..377f24ae --- /dev/null +++ b/Expecto.sln @@ -0,0 +1,67 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Expecto", "Expecto\Expecto.fsproj", "{C0D55728-10A9-4A7A-9DF9-D2F21F663AC2}" +EndProject +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Expecto.BenchmarkDotNet", "Expecto.BenchmarkDotNet\Expecto.BenchmarkDotNet.fsproj", "{0ACABEAA-29BD-4F9F-89DB-0D03B5AFC952}" +EndProject +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Expecto.FsCheck", "Expecto.FsCheck\Expecto.FsCheck.fsproj", "{58507646-335A-460E-B283-77A2BAF0D3A8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{1870B8C4-3943-41D3-AEA3-F8A69AB9E9FE}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + .gitignore = .gitignore + .travis.yml = .travis.yml + build.cmd = build.cmd + build.sh = build.sh + Gemfile = Gemfile + paket.dependencies = paket.dependencies + Rakefile = Rakefile + README.md = README.md + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5B9D0E5F-378A-4310-B9F3-4ECF67AA5A23}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{191A316D-EA59-4BA9-9A70-D2AC46ECC6ED}" +EndProject +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Expecto.Tests", "Expecto.Tests\Expecto.Tests.fsproj", "{4182E778-F6C2-4BA4-BFC7-19DB54890E18}" +EndProject +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Expecto.Sample", "Expecto.Sample\Expecto.Sample.fsproj", "{9996E3A7-F97F-4A6A-AD5F-C6C70858E220}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C0D55728-10A9-4A7A-9DF9-D2F21F663AC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C0D55728-10A9-4A7A-9DF9-D2F21F663AC2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C0D55728-10A9-4A7A-9DF9-D2F21F663AC2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C0D55728-10A9-4A7A-9DF9-D2F21F663AC2}.Release|Any CPU.Build.0 = Release|Any CPU + {0ACABEAA-29BD-4F9F-89DB-0D03B5AFC952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0ACABEAA-29BD-4F9F-89DB-0D03B5AFC952}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0ACABEAA-29BD-4F9F-89DB-0D03B5AFC952}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0ACABEAA-29BD-4F9F-89DB-0D03B5AFC952}.Release|Any CPU.Build.0 = Release|Any CPU + {58507646-335A-460E-B283-77A2BAF0D3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {58507646-335A-460E-B283-77A2BAF0D3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {58507646-335A-460E-B283-77A2BAF0D3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {58507646-335A-460E-B283-77A2BAF0D3A8}.Release|Any CPU.Build.0 = Release|Any CPU + {4182E778-F6C2-4BA4-BFC7-19DB54890E18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4182E778-F6C2-4BA4-BFC7-19DB54890E18}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4182E778-F6C2-4BA4-BFC7-19DB54890E18}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4182E778-F6C2-4BA4-BFC7-19DB54890E18}.Release|Any CPU.Build.0 = Release|Any CPU + {9996E3A7-F97F-4A6A-AD5F-C6C70858E220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9996E3A7-F97F-4A6A-AD5F-C6C70858E220}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9996E3A7-F97F-4A6A-AD5F-C6C70858E220}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9996E3A7-F97F-4A6A-AD5F-C6C70858E220}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {4182E778-F6C2-4BA4-BFC7-19DB54890E18} = {5B9D0E5F-378A-4310-B9F3-4ECF67AA5A23} + {9996E3A7-F97F-4A6A-AD5F-C6C70858E220} = {191A316D-EA59-4BA9-9A70-D2AC46ECC6ED} + EndGlobalSection +EndGlobal diff --git a/build.cmd b/build.cmd new file mode 100644 index 00000000..73e18441 --- /dev/null +++ b/build.cmd @@ -0,0 +1,14 @@ +@echo off + +.paket\paket.bootstrapper.exe 4.0.0-alpha030 --max-file-age=120 +if errorlevel 1 ( + exit /b %errorlevel% +) + + +.paket\paket.exe restore +if errorlevel 1 ( + exit /b %errorlevel% +) + +packages\build\FAKE\tools\FAKE.exe build.fsx %* \ No newline at end of file diff --git a/build.fsx b/build.fsx new file mode 100644 index 00000000..de9284b8 --- /dev/null +++ b/build.fsx @@ -0,0 +1,18 @@ +#I @"packages/build/FAKE/tools/" +#r @"FakeLib.dll" + +open Fake + +let solutionFile = "Expecto" + +// -------------------------------------------------------------------------------------- +// Build library, test project, & sample + +Target "Build" (fun _ -> + // We would like to build only one solution + !! (solutionFile + ".sln") + |> MSBuildRelease "" "Rebuild" + |> ignore +) + +RunTargetOrDefault "Build" \ No newline at end of file diff --git a/build.sh b/build.sh new file mode 100644 index 00000000..fc4a3436 --- /dev/null +++ b/build.sh @@ -0,0 +1,47 @@ +#!/usr/bin/env bash + + +if test "$OS" = "Windows_NT" +then + # use .Net + + .paket/paket.bootstrapper.exe $@ 4.0.0-alpha030 --max-file-age=120 + exit_code=$? + if [ $exit_code -ne 0 ]; then + exit $exit_code + fi + + .paket/paket.exe restore + exit_code=$? + if [ $exit_code -ne 0 ]; then + exit $exit_code + fi + + packages/build/FAKE/tools/FAKE.exe $@ --fsiargs -d:MONO build.fsx +else + # use mono + mono .paket/paket.bootstrapper.exe + exit_code=$? + if [ $exit_code -ne 0 ]; then + certificate_count=$(certmgr -list -c Trust | grep X.509 | wc -l) + if [ $certificate_count -le 1 ]; then + echo "Couldn't download Paket. This might be because your Mono installation" + echo "doesn't have the right SSL root certificates installed. One way" + echo "to fix this would be to download the list of SSL root certificates" + echo "from the Mozilla project by running the following command:" + echo "" + echo " mozroots --import --sync" + echo "" + echo "This will import over 100 SSL root certificates into your Mono" + echo "certificate repository. Then try running the build script again." + fi + exit $exit_code + fi + + mono .paket/paket.exe restore + exit_code=$? + if [ $exit_code -ne 0 ]; then + exit $exit_code + fi + mono packages/build/FAKE/tools/FAKE.exe $@ --fsiargs -d:MONO build.fsx +fi \ No newline at end of file diff --git a/paket.dependencies b/paket.dependencies index 2625e0a6..7b37103b 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -7,4 +7,9 @@ nuget FSharpx.Core nuget BenchmarkDotNet nuget NuGet.CommandLine -github logary/logary src/Logary.Facade/Facade.fs 4b21d888e83d72d1238ab0f36110e2a3946240e7 \ No newline at end of file +github logary/logary src/Logary.Facade/Facade.fs 4b21d888e83d72d1238ab0f36110e2a3946240e7 + +group Build +source https://www.nuget.org/api/v2 + +nuget FAKE \ No newline at end of file diff --git a/paket.lock b/paket.lock index 919b7426..b88bddfc 100644 --- a/paket.lock +++ b/paket.lock @@ -415,4 +415,8 @@ NUGET System.Xml.XPath (>= 4.0.1) - framework: >= net46, >= netstandard13 GITHUB remote: logary/logary - src/Logary.Facade/Facade.fs (dcc261ca9ef26a3c5f15f6be7995eea4119df920) 4b21d888e83d72d1238ab0f36110e2a3946240e7 \ No newline at end of file + src/Logary.Facade/Facade.fs (dcc261ca9ef26a3c5f15f6be7995eea4119df920) 4b21d888e83d72d1238ab0f36110e2a3946240e7 +GROUP Build +NUGET + remote: https://www.nuget.org/api/v2 + FAKE (4.45.3) From 10205dfc8a208dbb4bb0437bbeeeab77ea0a3f15 Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Tue, 29 Nov 2016 21:19:04 -0500 Subject: [PATCH 02/10] started devguide --- DEVGUIDE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DEVGUIDE.md diff --git a/DEVGUIDE.md b/DEVGUIDE.md new file mode 100644 index 00000000..42856ad5 --- /dev/null +++ b/DEVGUIDE.md @@ -0,0 +1,14 @@ +## Setup + + +1. **EditorConfig** + If you haven't already, install the EditorConfig extension to prevent any conflicts between your default F# formatting conventions and the ones used by this project. + + * Visual Studio - [EditorConfig VS Extension](https://marketplace.visualstudio.com/items?itemName=EditorConfigTeam.EditorConfig) + * vscode - [EditorConfig VScode Extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) + + +2. Install the latest version of the [**netcore SDK**](https://github.com/dotnet/cli#installers-and-binaries) + + + From 99e1b6e0731b67616f563fe6c27ac6a6b2b57cb8 Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Tue, 29 Nov 2016 21:37:16 -0500 Subject: [PATCH 03/10] fix logging remove missing files --- .../Expecto.BenchmarkDotNet.fs | 5 +++-- Expecto.FsCheck/Expecto.FsCheck.fsproj | 1 - Expecto/Expecto.fs | 21 ++++++++++++------- Expecto/Expecto.fsproj | 1 - 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs index b114792f..d879bc03 100644 --- a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs +++ b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs @@ -12,8 +12,9 @@ open BenchmarkDotNet.Loggers open BenchmarkDotNet.Order open BenchmarkDotNet.Validators open Expecto -open Expecto.Logging -open Expecto.Logging.Message +//open Expecto.Logging +//open Expecto.Logging.Message +open Logary.Facade [] module BenchmarkDotNet = diff --git a/Expecto.FsCheck/Expecto.FsCheck.fsproj b/Expecto.FsCheck/Expecto.FsCheck.fsproj index 540dae11..f4eb35e4 100644 --- a/Expecto.FsCheck/Expecto.FsCheck.fsproj +++ b/Expecto.FsCheck/Expecto.FsCheck.fsproj @@ -51,7 +51,6 @@ - diff --git a/Expecto/Expecto.fs b/Expecto/Expecto.fs index 2553af47..8cb33616 100644 --- a/Expecto/Expecto.fs +++ b/Expecto/Expecto.fs @@ -128,11 +128,13 @@ module Test = module Impl = - open Expecto.Logging - open Expecto.Logging.Message +// open Expecto.Logging +// open Expecto.Logging.Message open Helpers + open Logary.Facade + open Logary.Facade.Message - let logger = Log.create "Fuchu" + let logger = Log.create "Expecto" type TestResult = | Passed @@ -245,10 +247,12 @@ module Impl = summary : TestResultCounts -> unit } static member Default = - { beforeRun = fun tests -> - logger.info (eventX "EXPECTO? Running tests...") + { beforeRun = fun _tests -> + logger.info ( + eventX "EXPECTO? Running tests...") beforeEach = fun n -> + logger.debug ( eventX "{testName} starting..." >> setField "testName" n) @@ -426,10 +430,11 @@ module Impl = [] module Tests = - open Expecto.Logging +// open Expecto.Logging open Impl open Helpers open Argu + open Logary.Facade /// Fail this test let inline failtest msg = raise <| AssertException msg @@ -511,7 +516,7 @@ module Tests = { parallel = true filter = id printer = TestPrinters.Default - verbosity = Logging.Info } + verbosity = LogLevel.Info } type CLIArguments = | Sequenced @@ -545,7 +550,7 @@ module Tests = function | Sequenced -> fun o -> { o with ExpectoConfig.parallel = false } | Parallel -> fun o -> { o with parallel = true } - | Debug -> fun o -> { o with verbosity = Logging.Debug } + | Debug -> fun o -> { o with verbosity = LogLevel.Debug } | Filter _ -> fun o -> failwith "TODO: PRs much appreciated." | FilterTestList _ -> fun o -> failwith "TODO: PRs much appreciated." | FilterTestCase _ -> fun o -> failwith "TODO: PRs much appreciated." diff --git a/Expecto/Expecto.fsproj b/Expecto/Expecto.fsproj index da341c3c..ce619d15 100644 --- a/Expecto/Expecto.fsproj +++ b/Expecto/Expecto.fsproj @@ -52,7 +52,6 @@ True paket-files/Facade.fs - From 51a8b1a26c452ed698c6a9064a8327adb598fcc5 Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Wed, 30 Nov 2016 19:53:14 -0500 Subject: [PATCH 04/10] netcore expecto savepoint --- Expecto.netcore/Nuget.config | 9 +++++++++ Expecto.netcore/project.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Expecto.netcore/Nuget.config create mode 100644 Expecto.netcore/project.json diff --git a/Expecto.netcore/Nuget.config b/Expecto.netcore/Nuget.config new file mode 100644 index 00000000..b16f2d3f --- /dev/null +++ b/Expecto.netcore/Nuget.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Expecto.netcore/project.json b/Expecto.netcore/project.json new file mode 100644 index 00000000..4c38f610 --- /dev/null +++ b/Expecto.netcore/project.json @@ -0,0 +1,33 @@ +{ + "version": "1.0.0", + "buildOptions": { + // "compilerName": "fsc", + "debugType": "portable", + "compile": { + "includeFiles": [ + "../paket-files/logary/logary/src/Logary.Facade/Facade.fs", + "../Expecto/Expecto.fs", + "../Expecto/Expect.fs" + ] + } + + }, + "dependencies": { + "FSharp.Core": "4.0.1.7-alpha" + }, + "tools": { + "dotnet-compile-fsc": { + "version": "1.0.0-preview2-020000" + } + }, + "frameworks": { + "netstandard1.6":{ + "dependencies": { + "NETStandard.Library": "1.6.1", + "FSharp.NET.Sdk": "1.0.0-alpha-000009", + "System.Diagnostics.TraceSource":"4.3.0", + "Microsoft.NET.Sdk":"1.0.0-alpha-20161104-2" + } + } + } +} \ No newline at end of file From d966e33c67f0a430d158b578a6dd2ae320cda545 Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Wed, 30 Nov 2016 20:06:52 -0500 Subject: [PATCH 05/10] expecto netcore fsproj --- Expecto.netcore/Expecto.netcore.fsproj | 51 ++++++++++++++++++++++++++ Expecto.netcore/project.json | 33 ----------------- 2 files changed, 51 insertions(+), 33 deletions(-) create mode 100644 Expecto.netcore/Expecto.netcore.fsproj delete mode 100644 Expecto.netcore/project.json diff --git a/Expecto.netcore/Expecto.netcore.fsproj b/Expecto.netcore/Expecto.netcore.fsproj new file mode 100644 index 00000000..0155fec9 --- /dev/null +++ b/Expecto.netcore/Expecto.netcore.fsproj @@ -0,0 +1,51 @@ + + + + Expecto.netcore + 1.0.0-preview3 + Library + netstandard1.6 + pdbonly + + + $(DefineConstants);RELEASE + + + + + + + + + + 1.0.0-alpha-20161104-2 + All + + + 4.0.1.7-alpha + + + 3.3.0 + + + + + 1.6.1 + + + 1.0.0-alpha-000009 + + + 4.3.0 + + + 1.0.0-alpha-20161104-2 + + + + + 1.0.0-preview2-020000 + + + + \ No newline at end of file diff --git a/Expecto.netcore/project.json b/Expecto.netcore/project.json deleted file mode 100644 index 4c38f610..00000000 --- a/Expecto.netcore/project.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "version": "1.0.0", - "buildOptions": { - // "compilerName": "fsc", - "debugType": "portable", - "compile": { - "includeFiles": [ - "../paket-files/logary/logary/src/Logary.Facade/Facade.fs", - "../Expecto/Expecto.fs", - "../Expecto/Expect.fs" - ] - } - - }, - "dependencies": { - "FSharp.Core": "4.0.1.7-alpha" - }, - "tools": { - "dotnet-compile-fsc": { - "version": "1.0.0-preview2-020000" - } - }, - "frameworks": { - "netstandard1.6":{ - "dependencies": { - "NETStandard.Library": "1.6.1", - "FSharp.NET.Sdk": "1.0.0-alpha-000009", - "System.Diagnostics.TraceSource":"4.3.0", - "Microsoft.NET.Sdk":"1.0.0-alpha-20161104-2" - } - } - } -} \ No newline at end of file From 03d14e1e41b873d49ff7d3cabc7a1321285b18a3 Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Wed, 30 Nov 2016 20:15:25 -0500 Subject: [PATCH 06/10] netframework building successfully --- .paket/paket.bootstrapper.exe | Bin 28208 -> 49664 bytes .paket/paket.exe.config | 6 + .paket/paket.targets | 43 + .../Expecto.BenchmarkDotNet.fs | 24 +- .../Expecto.BenchmarkDotNet.fsproj | 1 + Expecto.FsCheck/Expecto.FsCheck.fsproj | 1 + Expecto.Sample/Expecto.Sample.fsproj | 59 +- Expecto.Tests/Expecto.Tests.fsproj | 1 + Expecto.netcore/Expecto.netcore.fsproj | 6 + Expecto.netcore/backup/project.json | 33 + Expecto.sln | 5 + Expecto/Expecto.fsproj | 1 + Expecto/paket.references | 2 +- Expecto/project.json | 44 - globals.json | 7 + paket.dependencies | 23 +- paket.lock | 1609 ++++++++++++----- 17 files changed, 1340 insertions(+), 525 deletions(-) create mode 100644 .paket/paket.exe.config create mode 100644 .paket/paket.targets create mode 100644 Expecto.netcore/backup/project.json delete mode 100644 Expecto/project.json create mode 100644 globals.json diff --git a/.paket/paket.bootstrapper.exe b/.paket/paket.bootstrapper.exe index 64fdf248bfcf48ee396f801e8a8a266b85974238..aecbc57cac25b841553e4dfea8f9f45083d53f1c 100644 GIT binary patch literal 49664 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
SV|C^5SU~ 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 diff --git a/.paket/paket.exe.config b/.paket/paket.exe.config new file mode 100644 index 00000000..2fc733f9 --- /dev/null +++ b/.paket/paket.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.paket/paket.targets b/.paket/paket.targets new file mode 100644 index 00000000..acd851fd --- /dev/null +++ b/.paket/paket.targets @@ -0,0 +1,43 @@ + + + + + true + + true + $(MSBuildThisFileDirectory) + $(MSBuildThisFileDirectory)..\ + /Library/Frameworks/Mono.framework/Commands/mono + mono + + + + $(PaketRootPath)paket.exe + $(PaketToolsPath)paket.exe + $(PaketToolsPath)paket.bootstrapper.exe + "$(PaketExePath)" + $(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" + "$(PaketBootStrapperExePath)" $(PaketBootStrapperCommandArgs) + $(MonoPath) --runtime=v4.0.30319 $(PaketBootStrapperExePath) $(PaketBootStrapperCommandArgs) + + $(MSBuildProjectDirectory)\paket.references + $(MSBuildStartupDirectory)\paket.references + $(MSBuildProjectFullPath).paket.references + $(PaketCommand) restore --references-files "$(PaketReferences)" + $(PaketBootStrapperCommand) + + RestorePackages; $(BuildDependsOn); + + + + + + + + + + + + + diff --git a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs index d879bc03..be3721b5 100644 --- a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs +++ b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs @@ -25,27 +25,27 @@ module BenchmarkDotNet = type SetupAttribute = BenchmarkDotNet.Attributes.SetupAttribute type BenchmarkConfig = - { columns : IColumn list + { columns : IColumnProvider list exporters : IExporter list loggers : ILogger list diagnosers : IDiagnoser list analysers : IAnalyser list - jobs : IJob list + jobs : Job list validators : IValidator list orderProvider : IOrderProvider unionRule : ConfigUnionRule keepFiles : bool } interface IConfig with - member x.GetColumns() : IColumn seq = upcast x.columns - member x.GetExporters() : seq = upcast x.exporters - member x.GetLoggers() : seq = upcast x.loggers - member x.GetDiagnosers() : seq = upcast x.diagnosers - member x.GetAnalysers() : seq = upcast x.analysers - member x.GetJobs() : seq = upcast x.jobs - member x.GetValidators() : seq = upcast x.validators - member x.GetOrderProvider() : IOrderProvider = x.orderProvider - member x.UnionRule : ConfigUnionRule = x.unionRule + member x.GetColumnProviders() = x.columns :> IColumnProvider seq + member x.GetExporters() = x.exporters :> seq + member x.GetLoggers() = x.loggers :> seq + member x.GetDiagnosers() = x.diagnosers :> seq + member x.GetAnalysers() = x.analysers :> seq + member x.GetJobs() = x.jobs :> seq + member x.GetValidators() = x.validators :> seq + member x.GetOrderProvider() = x.orderProvider : IOrderProvider + member x.UnionRule = x.unionRule : ConfigUnionRule /// Determines if all auto-generated files should be kept or removed after running benchmarks member x.KeepBenchmarkFiles = x.keepFiles @@ -62,7 +62,7 @@ module BenchmarkDotNet = let benchmarkConfig = let def = DefaultConfig.Instance - { columns = def.GetColumns() |> List.ofSeq + { columns = def.GetColumnProviders() |> List.ofSeq exporters = def.GetExporters() |> List.ofSeq loggers = [ synchronisedLogger ] diagnosers = def.GetDiagnosers() |> List.ofSeq diff --git a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj index b95a22db..51e695da 100644 --- a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj +++ b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj @@ -1015,4 +1015,5 @@ + \ No newline at end of file diff --git a/Expecto.FsCheck/Expecto.FsCheck.fsproj b/Expecto.FsCheck/Expecto.FsCheck.fsproj index f4eb35e4..ab485ae6 100644 --- a/Expecto.FsCheck/Expecto.FsCheck.fsproj +++ b/Expecto.FsCheck/Expecto.FsCheck.fsproj @@ -168,4 +168,5 @@ + \ No newline at end of file diff --git a/Expecto.Sample/Expecto.Sample.fsproj b/Expecto.Sample/Expecto.Sample.fsproj index 1c54a689..a65f89f8 100644 --- a/Expecto.Sample/Expecto.Sample.fsproj +++ b/Expecto.Sample/Expecto.Sample.fsproj @@ -71,34 +71,7 @@ - - - - ..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - - - - - ..\packages\FSharp.Core\lib\portable-net45+monoandroid10+monotouch10+xamarinios10\FSharp.Core.dll - True - True - - - - + ..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll @@ -107,32 +80,6 @@ - - - - ..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - - + + \ No newline at end of file diff --git a/Expecto.Tests/Expecto.Tests.fsproj b/Expecto.Tests/Expecto.Tests.fsproj index 1cf7a2d5..818e39b0 100644 --- a/Expecto.Tests/Expecto.Tests.fsproj +++ b/Expecto.Tests/Expecto.Tests.fsproj @@ -1093,4 +1093,5 @@ + \ No newline at end of file diff --git a/Expecto.netcore/Expecto.netcore.fsproj b/Expecto.netcore/Expecto.netcore.fsproj index 0155fec9..d04a74af 100644 --- a/Expecto.netcore/Expecto.netcore.fsproj +++ b/Expecto.netcore/Expecto.netcore.fsproj @@ -27,6 +27,12 @@ 3.3.0 + + 4.3.0 + + + + diff --git a/Expecto.netcore/backup/project.json b/Expecto.netcore/backup/project.json new file mode 100644 index 00000000..4c38f610 --- /dev/null +++ b/Expecto.netcore/backup/project.json @@ -0,0 +1,33 @@ +{ + "version": "1.0.0", + "buildOptions": { + // "compilerName": "fsc", + "debugType": "portable", + "compile": { + "includeFiles": [ + "../paket-files/logary/logary/src/Logary.Facade/Facade.fs", + "../Expecto/Expecto.fs", + "../Expecto/Expect.fs" + ] + } + + }, + "dependencies": { + "FSharp.Core": "4.0.1.7-alpha" + }, + "tools": { + "dotnet-compile-fsc": { + "version": "1.0.0-preview2-020000" + } + }, + "frameworks": { + "netstandard1.6":{ + "dependencies": { + "NETStandard.Library": "1.6.1", + "FSharp.NET.Sdk": "1.0.0-alpha-000009", + "System.Diagnostics.TraceSource":"4.3.0", + "Microsoft.NET.Sdk":"1.0.0-alpha-20161104-2" + } + } + } +} \ No newline at end of file diff --git a/Expecto.sln b/Expecto.sln index 377f24ae..6706030b 100644 --- a/Expecto.sln +++ b/Expecto.sln @@ -3,6 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{3786E131-11FB-4606-AFE0-5E6CDA744DD0}" + ProjectSection(SolutionItems) = preProject + paket.dependencies = paket.dependencies + EndProjectSection +EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Expecto", "Expecto\Expecto.fsproj", "{C0D55728-10A9-4A7A-9DF9-D2F21F663AC2}" EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Expecto.BenchmarkDotNet", "Expecto.BenchmarkDotNet\Expecto.BenchmarkDotNet.fsproj", "{0ACABEAA-29BD-4F9F-89DB-0D03B5AFC952}" diff --git a/Expecto/Expecto.fsproj b/Expecto/Expecto.fsproj index ce619d15..d3810c72 100644 --- a/Expecto/Expecto.fsproj +++ b/Expecto/Expecto.fsproj @@ -147,4 +147,5 @@ + \ No newline at end of file diff --git a/Expecto/paket.references b/Expecto/paket.references index 6e812f21..15b1228d 100644 --- a/Expecto/paket.references +++ b/Expecto/paket.references @@ -1,3 +1,3 @@ FSharp.Core Argu -File: Facade.fs \ No newline at end of file +File:Facade.fs \ No newline at end of file diff --git a/Expecto/project.json b/Expecto/project.json deleted file mode 100644 index a5044363..00000000 --- a/Expecto/project.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "version": "1.0.0-*", - "buildOptions": { - "compilerName": "fsc", - "compile": { - "includeFiles": [ - "AssemblyInfo.fs", - "Fuchu.fs", - "Assertions.fs", - "xUnitHelpers.fs", - "Fuchu.NUnit.fs", - "Fuchu.MbUnit.fs" - ] - } - }, - "dependencies": { - "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160831" - }, - "tools": { - "dotnet-compile-fsc": { - "version": "1.0.0-preview2-*", - "imports": [ - "dnxcore50", - "portable-net45+win81", - "netstandard1.3" - ] - } - }, - "frameworks": { - "netcoreapp1.0": { - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - }, - "System.Diagnostics.TraceSource": "4.0.0-rc2-24027" - }, - "imports": [ - "portable-net45+win8", - "dnxcore50" - ] - } - } -} \ No newline at end of file diff --git a/globals.json b/globals.json new file mode 100644 index 00000000..1118bfb9 --- /dev/null +++ b/globals.json @@ -0,0 +1,7 @@ +{ + "sdk": { + // "version": "1.0.0-preview4-004130" + "version": "1.0.0-preview4-004079" + + } +} \ No newline at end of file diff --git a/paket.dependencies b/paket.dependencies index 7b37103b..d0409ad3 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,4 +1,9 @@ source https://nuget.org/api/v2 +source https://dotnet.myget.org/F/dotnet-core +source https://www.myget.org/F/fsharp-daily +source https://www.myget.org/F/netcorecli-fsc-preview3 + +github logary/logary src/Logary.Facade/Facade.fs 4b21d888e83d72d1238ab0f36110e2a3946240e7 nuget Argu nuget FsCheck @@ -6,10 +11,22 @@ nuget FSharp.Core ~> 3 nuget FSharpx.Core nuget BenchmarkDotNet nuget NuGet.CommandLine +nuget Microsoft.NET.Sdk alpha +nuget FSharp.NET.Sdk 1.0.0-alpha-000007 alpha framework: netstandard1.6 +nuget NETStandard.Library 1.6.1 framework: netstandard1.6 +nuget System.Diagnostics.TraceSource -github logary/logary src/Logary.Facade/Facade.fs 4b21d888e83d72d1238ab0f36110e2a3946240e7 + source https://www.nuget.org/api/v2 +framework netstandard16 + +# nuget FSharp.Core 4.0.1.7-alpha alpha + +group build + source https://www.nuget.org/api/v2 + + nuget FAKE -group Build +group netcore source https://www.nuget.org/api/v2 -nuget FAKE \ No newline at end of file +nuget FSharp.Core 4.0.1.7-alpha alpha \ No newline at end of file diff --git a/paket.lock b/paket.lock index b88bddfc..5a2b5e6e 100644 --- a/paket.lock +++ b/paket.lock @@ -1,422 +1,1213 @@ +FRAMEWORK: NETSTANDARD16 NUGET remote: https://www.nuget.org/api/v2 Argu (3.2) - BenchmarkDotNet (0.9.9) - BenchmarkDotNet.Core (>= 0.9.9) - framework: >= netstandard15 - BenchmarkDotNet.Toolchains.Roslyn (>= 0.9.9) - framework: >= net45 - BenchmarkDotNet.Core (0.9.9) - framework: >= net45, >= netstandard15 - Microsoft.CSharp (>= 4.0.1) - framework: >= netstandard15 - Microsoft.DotNet.InternalAbstractions (>= 1.0) - framework: >= netstandard15 - Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= netstandard15 - System.Console (>= 4.0) - framework: >= netstandard15 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard15 - System.Diagnostics.Process (>= 4.1) - framework: >= netstandard15 - System.Diagnostics.Tools (>= 4.0.1) - framework: >= netstandard15 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard15 - System.Linq (>= 4.1) - framework: >= netstandard15 - System.Reflection (>= 4.1) - framework: >= netstandard15 - System.Reflection.Extensions (>= 4.0.1) - framework: >= netstandard15 - System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard15 - System.Reflection.TypeExtensions (>= 4.1) - framework: >= netstandard15 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard15 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard15 - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - framework: >= netstandard15 - System.Runtime.Serialization.Primitives (>= 4.1.1) - framework: >= netstandard15 - System.Text.RegularExpressions (>= 4.1) - framework: >= netstandard15 - System.Threading (>= 4.0.11) - framework: >= netstandard15 - System.Threading.Tasks.Extensions (>= 4.0) - framework: >= net45, >= netstandard15 - System.Threading.Thread (>= 4.0) - framework: >= netstandard15 - System.Xml.XPath.XmlDocument (>= 4.0.1) - framework: >= netstandard15 - BenchmarkDotNet.Toolchains.Roslyn (0.9.9) - framework: >= net45 - BenchmarkDotNet.Core (>= 0.9.9) - framework: >= net45 - Microsoft.CodeAnalysis.CSharp (>= 1.3.2) - framework: >= net45 - System.Threading.Tasks (>= 4.0) - framework: >= net45 + BenchmarkDotNet (0.10) + BenchmarkDotNet.Core (>= 0.10) + BenchmarkDotNet.Core (0.10) + Microsoft.CSharp (>= 4.0.1) + Microsoft.DotNet.InternalAbstractions (>= 1.0) + Microsoft.Win32.Primitives (>= 4.0.1) + System.Collections.Concurrent (>= 4.0.12) + System.Console (>= 4.0) + System.Diagnostics.Debug (>= 4.0.11) + System.Diagnostics.Process (>= 4.1) + System.Diagnostics.Tools (>= 4.0.1) + System.IO.FileSystem (>= 4.0.1) + System.Linq (>= 4.1) + System.Reflection (>= 4.1) + System.Reflection.Extensions (>= 4.0.1) + System.Reflection.Primitives (>= 4.0.1) + System.Reflection.TypeExtensions (>= 4.1) + System.Resources.ResourceManager (>= 4.0.1) + System.Runtime.InteropServices (>= 4.1) + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) + System.Runtime.Serialization.Primitives (>= 4.1.1) + System.Text.RegularExpressions (>= 4.1) + System.Threading (>= 4.0.11) + System.Threading.Tasks.Extensions (>= 4.0) - framework: >= net45, netstandard16 + System.Threading.Thread (>= 4.0) + System.Xml.XPath.XmlDocument (>= 4.0.1) FsCheck (2.6.2) FSharp.Core (>= 3.1.2.5) FSharp.Core (3.1.2.5) + FSharp.NET.Sdk (1.0.0-alpha-000007) FSharpx.Core (1.8.32) - Microsoft.CodeAnalysis.Analyzers (1.1) - framework: >= net45 - Microsoft.CodeAnalysis.Common (1.3.2) - framework: >= net45 - Microsoft.CodeAnalysis.Analyzers (>= 1.1) - framework: >= net45, >= netstandard11, portable-net45+win8 - System.AppContext (>= 4.1) - framework: >= net46, >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Collections.Concurrent (>= 4.0.12) - framework: >= net46, >= netstandard13 - System.Collections.Immutable (>= 1.1.37) - framework: >= net45, >= netstandard11, portable-net45+win8 - System.Collections.Immutable (>= 1.2) - framework: >= net46, >= netstandard13 - System.Console (>= 4.0) - framework: >= net46, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Diagnostics.FileVersionInfo (>= 4.0) - framework: >= net46, >= netstandard13 - System.Diagnostics.StackTrace (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Diagnostics.Tools (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Dynamic.Runtime (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Globalization (>= 4.0.11) - 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: >= net46, >= netstandard13 - System.Linq.Expressions (>= 4.1) - framework: >= net46, >= netstandard13 - System.Reflection (>= 4.1) - framework: >= net46, >= netstandard13 - System.Reflection.Metadata (>= 1.2) - framework: >= net45, >= netstandard11, portable-net45+win8 - System.Reflection.Metadata (>= 1.3) - framework: >= net46, >= netstandard13 - System.Reflection.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Resources.ResourceManager (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Runtime (>= 4.1) - framework: >= net46, >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= net46, >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= net46, >= netstandard13 - System.Runtime.Numerics (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Text.Encoding.CodePages (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Threading (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Threading.Tasks (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Threading.Tasks.Parallel (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Threading.Thread (>= 4.0) - framework: >= net46, >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Xml.XDocument (>= 4.0.11) - framework: >= net46, >= netstandard13 - System.Xml.XmlDocument (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Xml.XPath.XDocument (>= 4.0.1) - framework: >= net46, >= netstandard13 - Microsoft.CodeAnalysis.CSharp (1.3.2) - framework: >= net45 - Microsoft.CodeAnalysis.Common (1.3.2) - Microsoft.CSharp (4.0.1) - framework: >= netstandard15 - System.Collections (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Dynamic.Runtime (>= 4.0.11) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Globalization (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Linq.Expressions (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.ObjectModel (>= 4.0.12) - framework: dnxcore50, >= netstandard13 - System.Reflection (>= 4.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.Runtime.InteropServices (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - Microsoft.DotNet.InternalAbstractions (1.0) - framework: >= netstandard15 - System.AppContext (>= 4.1) - framework: >= netstandard13 - System.Collections (>= 4.0.11) - framework: >= netstandard13 - System.IO (>= 4.1) - framework: >= netstandard13 - System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard13 - System.Reflection.TypeExtensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - framework: >= netstandard13 - Microsoft.NETCore.Platforms (1.0.1) - framework: >= netstandard15 - Microsoft.NETCore.Targets (1.0.1) - framework: >= netstandard15 - Microsoft.Win32.Primitives (4.0.1) - framework: >= netstandard15 - 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: >= netstandard15 - 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 + Microsoft.CSharp (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Dynamic.Runtime (>= 4.3) + System.Globalization (>= 4.3) + System.Linq (>= 4.3) + System.Linq.Expressions (>= 4.3) + System.ObjectModel (>= 4.3) + System.Reflection (>= 4.3) + System.Reflection.Extensions (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Reflection.TypeExtensions (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Threading (>= 4.3) + Microsoft.DotNet.InternalAbstractions (1.0) + System.AppContext (>= 4.1) + System.Collections (>= 4.0.11) + System.IO (>= 4.1) + System.IO.FileSystem (>= 4.0.1) + System.Reflection.TypeExtensions (>= 4.1) + System.Runtime.Extensions (>= 4.1) + System.Runtime.InteropServices (>= 4.1) + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) + Microsoft.NETCore.Platforms (1.1) + Microsoft.NETCore.Targets (1.1) + Microsoft.Win32.Primitives (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + Microsoft.Win32.Registry (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + System.Collections (>= 4.3) + System.Globalization (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + NETStandard.Library (1.6.1) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46, netstandard16 + System.AppContext (>= 4.3) - framework: >= net46, netstandard16 + System.Collections (>= 4.3) + System.Collections.Concurrent (>= 4.3) - framework: >= net45, netstandard16 + System.Console (>= 4.3) - framework: >= net46, netstandard16 + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.Tools (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) - framework: >= net45, netstandard16 + System.Globalization (>= 4.3) + System.Globalization.Calendars (>= 4.3) - framework: >= net46, netstandard16 + System.IO (>= 4.3) + System.IO.Compression (>= 4.3) - framework: >= net45, netstandard16 + System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46, netstandard16 + System.IO.FileSystem (>= 4.3) - framework: >= net46, netstandard16 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, netstandard16 + System.Linq (>= 4.3) + System.Linq.Expressions (>= 4.3) + System.Net.Http (>= 4.3) - framework: >= net45, netstandard16 + System.Net.Primitives (>= 4.3) + System.Net.Sockets (>= 4.3) - framework: >= net46, netstandard16 + System.ObjectModel (>= 4.3) + System.Reflection (>= 4.3) + System.Reflection.Extensions (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) - framework: >= net46, netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: >= net45, netstandard16 + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - framework: >= net45, netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: >= net45, netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, netstandard16 + System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, netstandard16 + System.Text.Encoding (>= 4.3) + System.Text.Encoding.Extensions (>= 4.3) + System.Text.RegularExpressions (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Threading.Timer (>= 4.3) - framework: >= net451, netstandard16 + System.Xml.ReaderWriter (>= 4.3) + System.Xml.XDocument (>= 4.3) NuGet.CommandLine (3.4.3) - runtime.native.System (4.0) - framework: >= netstandard15 - Microsoft.NETCore.Platforms (>= 1.0.1) - Microsoft.NETCore.Targets (>= 1.0.1) - System.AppContext (4.1) - framework: >= net46, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Collections (4.0.11) - framework: >= net46, >= netstandard15 - 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: >= net46 - System.Collections.Immutable (1.2) - framework: >= net45 - System.Console (4.0) - framework: >= net46, >= netstandard15 - 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.Diagnostics.Debug (4.0.11) - framework: >= net46, >= netstandard15 - 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.FileVersionInfo (4.0) - framework: >= net46 - System.Diagnostics.Process (4.1) - framework: >= netstandard15 - 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.StackTrace (4.0.1) - framework: >= net46 - System.Diagnostics.Tools (4.0.1) - framework: >= net46, >= netstandard15 - 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.Dynamic.Runtime (4.0.11) - framework: >= net46, >= netstandard15 - 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.Linq (>= 4.1) - framework: dnxcore50, >= netstandard13 - System.Linq.Expressions (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.ObjectModel (>= 4.0.12) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection.Emit (>= 4.0.1) - framework: >= netstandard13 - System.Reflection.Emit.ILGeneration (>= 4.0.1) - framework: >= netstandard13 - System.Reflection.Primitives (>= 4.0.1) - framework: >= 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.Threading (>= 4.0.11) - framework: dnxcore50, >= netstandard13 - System.Globalization (4.0.11) - framework: >= net46, >= netstandard15 - 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.IO (4.1) - framework: >= net463, >= netstandard15 - 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.FileSystem (4.0.1) - framework: >= net46, >= netstandard15 - 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: >= net46, >= netstandard15 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Linq (4.1) - framework: >= net46, >= netstandard15 - 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: >= net46, >= netstandard15 - 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.ObjectModel (4.0.12) - framework: >= netstandard15 - 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.Reflection (4.1) - framework: >= net46, >= netstandard15 - 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: >= netstandard15 - 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: >= netstandard15 - 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: >= netstandard15 - 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.Metadata (1.3) - framework: >= net45 - System.Collections.Immutable (>= 1.2) - framework: >= net45, >= netstandard11, monoandroid, monotouch, xamarinios, xamarinmac, winv4.5, wpav8.1 - System.Reflection.Primitives (4.0.1) - framework: >= net46, >= netstandard15 - 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: >= netstandard15 - System.Reflection (>= 4.1) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Resources.ResourceManager (4.0.1) - framework: >= net46, >= netstandard15 - 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: >= net46, >= netstandard15 - 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: >= net46, >= netstandard15 - 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: >= net46, >= netstandard15 - 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: >= net46, >= netstandard15 - 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: >= netstandard15 - 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.Numerics (4.0.1) - framework: >= net46 - System.Runtime.Serialization.Primitives (4.1.1) - framework: >= netstandard15 - System.Resources.ResourceManager (>= 4.0.1) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Security.Cryptography.Algorithms (4.2) - framework: >= net46 - System.IO (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime (>= 4.1) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= 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.Security.Cryptography.Encoding (4.0) - framework: >= net46 - System.Security.Cryptography.Primitives (4.0) - framework: net46, net461, >= net463 - System.Security.Cryptography.X509Certificates (4.1) - framework: >= net46 - System.Security.Cryptography.Algorithms (>= 4.2) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.0) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (4.0.11) - framework: >= net46, >= netstandard15 - 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.CodePages (4.0.1) - framework: >= net46 - System.Text.Encoding.Extensions (4.0.11) - framework: >= net46, >= netstandard15 - 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: >= netstandard15 - 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: >= net46, >= netstandard15 - 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: >= net45, >= netstandard15 - System.Threading.Tasks.Extensions (4.0) - framework: >= net45, >= netstandard15 - 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: >= net46 - System.Threading.Thread (4.0) - framework: >= net46, >= netstandard15 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Threading.ThreadPool (4.0.10) - framework: >= netstandard15 - System.Runtime (>= 4.1) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.0.1) - framework: >= netstandard13 - System.Xml.ReaderWriter (4.0.11) - framework: >= net46, >= netstandard15 - 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: >= net46, >= 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: >= net46, >= netstandard15 - 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.XPath (4.0.1) - framework: >= net46, >= netstandard15 - 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.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 - System.Xml.XPath.XDocument (4.0.1) - framework: >= net46 - System.Xml.XPath (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Xml.XPath.XmlDocument (4.0.1) - framework: >= netstandard15 - 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.Threading (>= 4.0.11) - framework: >= netstandard13 - System.Xml.ReaderWriter (>= 4.0.11) - framework: >= netstandard13 - System.Xml.XmlDocument (>= 4.0.1) - framework: >= net46, >= netstandard13 - System.Xml.XPath (>= 4.0.1) - framework: >= net46, >= netstandard13 + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.native.System (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.IO.Compression (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.Net.Http (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.Security.Cryptography.Apple (4.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) + System.AppContext (4.3) + System.Runtime (>= 4.3) + System.Buffers (4.3) + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Threading (>= 4.3) + System.Collections (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Collections.Concurrent (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) + System.Globalization (>= 4.3) + System.Reflection (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Console (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.IO (>= 4.3) + System.Runtime (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Diagnostics.Debug (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Diagnostics.DiagnosticSource (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Tracing (>= 4.3) + System.Reflection (>= 4.3) + System.Runtime (>= 4.3) + System.Threading (>= 4.3) + System.Diagnostics.Process (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.Win32.Primitives (>= 4.3) + Microsoft.Win32.Registry (>= 4.3) + runtime.native.System (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.IO.FileSystem (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Text.Encoding.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Threading.Thread (>= 4.3) + System.Threading.ThreadPool (>= 4.3) + System.Diagnostics.Tools (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Diagnostics.TraceSource (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Diagnostics.Tracing (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Dynamic.Runtime (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Linq (>= 4.3) + System.Linq.Expressions (>= 4.3) + System.ObjectModel (>= 4.3) + System.Reflection (>= 4.3) + System.Reflection.Emit (>= 4.3) + System.Reflection.Emit.ILGeneration (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Reflection.TypeExtensions (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Globalization (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Globalization.Calendars (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Globalization (>= 4.3) + System.Runtime (>= 4.3) + System.Globalization.Extensions (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + System.Globalization (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.IO (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.IO.Compression (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System (>= 4.3) + runtime.native.System.IO.Compression (>= 4.3) + System.Buffers (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.IO (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.IO.Compression.ZipFile (4.3) + System.Buffers (>= 4.3) + System.IO (>= 4.3) + System.IO.Compression (>= 4.3) + System.IO.FileSystem (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Text.Encoding (>= 4.3) + System.IO.FileSystem (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.IO (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, netstandard16 + System.Runtime (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.IO.FileSystem.Primitives (4.3) + System.Runtime (>= 4.3) + System.Linq (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Linq.Expressions (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.Linq (>= 4.3) + System.ObjectModel (>= 4.3) + System.Reflection (>= 4.3) + System.Reflection.Emit (>= 4.3) + System.Reflection.Emit.ILGeneration (>= 4.3) + System.Reflection.Emit.Lightweight (>= 4.3) + System.Reflection.Extensions (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Reflection.TypeExtensions (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Net.Http (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System (>= 4.3) + runtime.native.System.Net.Http (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.DiagnosticSource (>= 4.3) - framework: >= net46, netstandard16 + System.Diagnostics.Tracing (>= 4.3) + System.Globalization (>= 4.3) + System.Globalization.Extensions (>= 4.3) + System.IO (>= 4.3) + System.IO.FileSystem (>= 4.3) + System.Net.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Security.Cryptography.Algorithms (>= 4.3) + System.Security.Cryptography.Encoding (>= 4.3) + System.Security.Cryptography.OpenSsl (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) + System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, netstandard16 + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Net.Primitives (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Net.Sockets (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.IO (>= 4.3) + System.Net.Primitives (>= 4.3) + System.Runtime (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.ObjectModel (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Threading (>= 4.3) + System.Reflection (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.IO (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Runtime (>= 4.3) + System.Reflection.Emit (4.3) + System.IO (>= 4.3) + System.Reflection (>= 4.3) + System.Reflection.Emit.ILGeneration (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Runtime (>= 4.3) + System.Reflection.Emit.ILGeneration (4.3) + System.Reflection (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Runtime (>= 4.3) + System.Reflection.Emit.Lightweight (4.3) + System.Reflection (>= 4.3) + System.Reflection.Emit.ILGeneration (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Runtime (>= 4.3) + System.Reflection.Extensions (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Reflection (>= 4.3) + System.Runtime (>= 4.3) + System.Reflection.Primitives (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Reflection.TypeExtensions (4.3) + System.Reflection (>= 4.3) - framework: >= net462, netstandard16 + System.Runtime (>= 4.3) + System.Resources.ResourceManager (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Globalization (>= 4.3) + System.Reflection (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime.Extensions (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Runtime.Handles (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Runtime.InteropServices (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Reflection (>= 4.3) + System.Reflection.Primitives (>= 4.3) + System.Runtime (>= 4.3) - framework: >= net462, netstandard16 + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices.RuntimeInformation (4.3) + runtime.native.System (>= 4.3) + System.Reflection (>= 4.3) + System.Reflection.Extensions (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Threading (>= 4.3) + System.Runtime.Numerics (4.3) + System.Globalization (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Serialization.Primitives (4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Security.Cryptography.Algorithms (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System.Security.Cryptography.Apple (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) + System.IO (>= 4.3) - framework: >= net463, netstandard16 + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) - framework: >= net463, netstandard16 + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Runtime.Numerics (>= 4.3) + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard16 + System.Text.Encoding (>= 4.3) + System.Security.Cryptography.Cng (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + System.IO (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, net461, >= net463, netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard16 + System.Text.Encoding (>= 4.3) + System.Security.Cryptography.Csp (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + System.IO (>= 4.3) + System.Reflection (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, netstandard16 + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Security.Cryptography.Encoding (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) + System.Collections.Concurrent (>= 4.3) + System.Linq (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Security.Cryptography.OpenSsl (4.3) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) + System.IO (>= 4.3) - framework: >= net463, netstandard16 + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) - framework: >= net463, netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: >= net463, netstandard16 + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Runtime.Numerics (>= 4.3) + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net463, netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net463, netstandard16 + System.Text.Encoding (>= 4.3) + System.Security.Cryptography.Primitives (4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Threading (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Security.Cryptography.X509Certificates (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + runtime.native.System (>= 4.3) + runtime.native.System.Net.Http (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.Globalization.Calendars (>= 4.3) + System.IO (>= 4.3) + System.IO.FileSystem (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Runtime.Numerics (>= 4.3) + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, netstandard16 + System.Security.Cryptography.Cng (>= 4.3) + System.Security.Cryptography.Csp (>= 4.3) + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.3) + System.Security.Cryptography.Primitives (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Text.Encoding (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Text.Encoding.Extensions (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Text.RegularExpressions (4.3) + System.Collections (>= 4.3) + System.Globalization (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Threading (4.3) + System.Runtime (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Threading.Tasks (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Threading.Tasks.Extensions (4.3) + System.Collections (>= 4.3) + System.Runtime (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Threading.Thread (4.3) + System.Runtime (>= 4.3) + System.Threading.ThreadPool (4.3) + System.Runtime (>= 4.3) + System.Runtime.Handles (>= 4.3) + System.Threading.Timer (4.3) + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + System.Runtime (>= 4.3) + System.Xml.ReaderWriter (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.IO.FileSystem (>= 4.3) + System.IO.FileSystem.Primitives (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Runtime.InteropServices (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Text.Encoding.Extensions (>= 4.3) + System.Text.RegularExpressions (>= 4.3) + System.Threading.Tasks (>= 4.3) + System.Threading.Tasks.Extensions (>= 4.3) + System.Xml.XDocument (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Diagnostics.Tools (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.Reflection (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Xml.ReaderWriter (>= 4.3) + System.Xml.XmlDocument (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Text.Encoding (>= 4.3) + System.Threading (>= 4.3) + System.Xml.ReaderWriter (>= 4.3) + System.Xml.XPath (4.3) + System.Collections (>= 4.3) + System.Diagnostics.Debug (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Xml.ReaderWriter (>= 4.3) + System.Xml.XPath.XmlDocument (4.3) + System.Collections (>= 4.3) + System.Globalization (>= 4.3) + System.IO (>= 4.3) + System.Resources.ResourceManager (>= 4.3) + System.Runtime (>= 4.3) + System.Runtime.Extensions (>= 4.3) + System.Threading (>= 4.3) + System.Xml.ReaderWriter (>= 4.3) + System.Xml.XmlDocument (>= 4.3) - framework: >= net46, netstandard16 + System.Xml.XPath (>= 4.3) - framework: >= net46, netstandard16 + remote: https://dotnet.myget.org/F/dotnet-core + Microsoft.NET.Sdk (1.0.0-alpha-20161130-4) + NuGet.Build.Tasks.Pack (>= 4.0.0-rc-2048) + NuGet.Build.Tasks.Pack (4.0.0-rc3-2106) GITHUB remote: logary/logary - src/Logary.Facade/Facade.fs (dcc261ca9ef26a3c5f15f6be7995eea4119df920) 4b21d888e83d72d1238ab0f36110e2a3946240e7 -GROUP Build + src/Logary.Facade/Facade.fs (eb038a0358defbb99cde2298e104d5de05d43ebf) 4b21d888e83d72d1238ab0f36110e2a3946240e7 +GROUP build NUGET remote: https://www.nuget.org/api/v2 FAKE (4.45.3) + +GROUP netcore +NUGET + remote: https://www.nuget.org/api/v2 + FSharp.Core (4.0.1.7-alpha) + 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.1) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Targets (1.1) - framework: >= net463, >= netstandard16 + Microsoft.Win32.Primitives (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + NETStandard.Library (1.6.1) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard10 + Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.AppContext (>= 4.3) - framework: >= net46, >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard10 + System.Collections.Concurrent (>= 4.3) - framework: >= net45, >= netstandard11 + System.Console (>= 4.3) - framework: >= net46, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard10 + System.Diagnostics.Tools (>= 4.3) - framework: >= netstandard10 + System.Diagnostics.Tracing (>= 4.3) - framework: >= net45, >= netstandard11 + System.Globalization (>= 4.3) - framework: >= netstandard10 + System.Globalization.Calendars (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard10 + System.IO.Compression (>= 4.3) - framework: >= net45, >= netstandard11 + System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= net46, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Linq (>= 4.3) - framework: >= netstandard10 + System.Linq.Expressions (>= 4.3) - framework: >= netstandard10 + System.Net.Http (>= 4.3) - framework: >= net45, >= netstandard11 + System.Net.Primitives (>= 4.3) - framework: >= netstandard10 + System.Net.Sockets (>= 4.3) - framework: >= net46, >= netstandard13 + System.ObjectModel (>= 4.3) - framework: >= netstandard10 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Extensions (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard10 + System.Runtime.Handles (>= 4.3) - framework: >= net46, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= net45, >= netstandard11 + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - framework: >= net45, >= netstandard11 + System.Runtime.Numerics (>= 4.3) - framework: >= net45, >= netstandard11 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard10 + System.Text.Encoding.Extensions (>= 4.3) - framework: >= netstandard10 + System.Text.RegularExpressions (>= 4.3) - framework: >= netstandard10 + System.Threading (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 + System.Threading.Timer (>= 4.3) - framework: >= net451, >= netstandard12 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard10 + System.Xml.XDocument (>= 4.3) - framework: >= netstandard10 + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.native.System (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.IO.Compression (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.Net.Http (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) + Microsoft.NETCore.Targets (>= 1.1) + runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net463, >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) + runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net463, >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + System.AppContext (4.3) - framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Buffers (4.3) - framework: >= net463, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard11 + System.Diagnostics.Tracing (>= 4.3) - framework: >= netstandard11 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard11 + System.Runtime (>= 4.3) - framework: >= netstandard11 + System.Threading (>= 4.3) - framework: >= netstandard11 + System.Collections (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Collections.Concurrent (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Console (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Diagnostics.DiagnosticSource (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Reflection (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Runtime (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: netstandard11, >= netstandard13 + System.Diagnostics.Tools (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Diagnostics.Tracing (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Globalization (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Globalization.Calendars (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Globalization.Extensions (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.IO (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO.Compression (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + runtime.native.System (>= 4.3) - framework: >= netstandard13 + runtime.native.System.IO.Compression (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Buffers (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.Compression.ZipFile (4.3) - framework: >= net463, >= netstandard16 + System.Buffers (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.Compression (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (4.3) - framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Linq (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq.Expressions (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.ObjectModel (>= 4.3) - framework: >= netstandard16 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Reflection.Emit (>= 4.3) - framework: >= netstandard16 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Emit.Lightweight (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq.Queryable (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Net.Http (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard13, >= netstandard16 + runtime.native.System (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.DiagnosticSource (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Globalization.Extensions (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.IO.FileSystem (>= 4.3) - framework: >= netstandard16 + System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: netstandard13, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.Net.Primitives (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Net.Requests (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Net.Http (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Net.WebHeaderCollection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Net.Sockets (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Net.Primitives (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.Net.WebHeaderCollection (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.ObjectModel (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Emit (4.3) - framework: >= net463, >= netstandard16 + System.IO (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard11 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard11 + System.Runtime (>= 4.3) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (4.3) - framework: >= net463, >= netstandard16 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Reflection.Emit.Lightweight (4.3) - framework: >= net463, >= netstandard16 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Reflection.Extensions (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection.Primitives (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection.TypeExtensions (4.3) - framework: >= net463, >= netstandard16 + System.Reflection (>= 4.3) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Resources.ResourceManager (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Extensions (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime.Handles (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: net462, >= net463, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net463, >= netstandard16 + runtime.native.System (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard11 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime.Loader (4.3) - framework: >= net463, >= netstandard16 + System.IO (>= 4.3) - framework: >= netstandard15 + System.Reflection (>= 4.3) - framework: >= netstandard15 + System.Runtime (>= 4.3) - framework: >= netstandard15 + System.Runtime.Numerics (4.3) - framework: >= net463, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Security.Cryptography.Algorithms (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 + runtime.native.System.Security.Cryptography.Apple (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, dnxcore50, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Cng (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: netstandard14, >= netstandard16 + System.IO (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Runtime (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 + System.Security.Cryptography.Csp (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Reflection (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Encoding (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Collections.Concurrent (>= 4.3) - framework: >= netstandard13 + System.Linq (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) + System.Collections (>= 4.3) - framework: >= netstandard16 + System.IO (>= 4.3) - framework: >= net463, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard16 + System.Runtime (>= 4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net463, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (4.3) - framework: >= net463, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.Security.Cryptography.X509Certificates (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 + runtime.native.System (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization.Calendars (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime.Numerics (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Cng (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Security.Cryptography.Csp (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Text.Encoding (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.RegularExpressions (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (4.3) - framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks.Parallel (4.3) - framework: >= net463, >= netstandard16 + System.Collections.Concurrent (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Threading.Thread (4.3) - framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading.ThreadPool (4.3) - framework: >= net463, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Threading.Timer (4.3) - framework: >= net463, >= netstandard16 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard12 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard12 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard12 + System.Xml.ReaderWriter (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.RegularExpressions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Xml.XDocument (4.3) - framework: >= net463, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tools (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 From 28b924da16dee9e417278faadb5985613c3dfbd6 Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Wed, 30 Nov 2016 20:37:50 -0500 Subject: [PATCH 07/10] netcore fsproj and net46 build success --- ...e.config => paket.bootstrapper.exe.config} | 0 .../Expecto.BenchmarkDotNet.fsproj | 175 ++- Expecto.FsCheck/Expecto.FsCheck.fsproj | 2 +- Expecto.Sample/Expecto.Sample.fsproj | 58 +- Expecto.Tests/Expecto.Tests.fsproj | 175 ++- Expecto.netcore/Nuget.config | 9 - Expecto.netcore/paket.references | 11 + Expecto/Expecto.fsproj | 2 +- paket.dependencies | 23 +- paket.lock | 1232 +++++++---------- 10 files changed, 935 insertions(+), 752 deletions(-) rename .paket/{paket.exe.config => paket.bootstrapper.exe.config} (100%) delete mode 100644 Expecto.netcore/Nuget.config create mode 100644 Expecto.netcore/paket.references diff --git a/.paket/paket.exe.config b/.paket/paket.bootstrapper.exe.config similarity index 100% rename from .paket/paket.exe.config rename to .paket/paket.bootstrapper.exe.config diff --git a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj index 51e695da..7bf875a4 100644 --- a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj +++ b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj @@ -60,6 +60,7 @@ + @@ -205,6 +206,13 @@ + + + + True + + + @@ -216,6 +224,15 @@ + + + + ..\packages\Microsoft.DotNet.InternalAbstractions\lib\net451\Microsoft.DotNet.InternalAbstractions.dll + True + True + + + @@ -227,6 +244,15 @@ + + + + ..\packages\Microsoft.Win32.Primitives\ref\net46\Microsoft.Win32.Primitives.dll + False + True + + + @@ -238,6 +264,15 @@ + + + + ..\packages\Microsoft.Win32.Registry\ref\net46\Microsoft.Win32.Registry.dll + False + True + + + @@ -288,6 +323,17 @@ + + + + + ..\packages\System.Collections.Concurrent\ref\netstandard1.3\System.Collections.Concurrent.dll + False + True + + + + @@ -342,6 +388,24 @@ + + + + ..\packages\System.Diagnostics.Process\ref\net46\System.Diagnostics.Process.dll + False + True + + + + + + + ..\packages\System.Diagnostics.Process\ref\net461\System.Diagnostics.Process.dll + False + True + + + @@ -374,6 +438,26 @@ + + + + + ..\packages\System.Diagnostics.Tracing\ref\net462\System.Diagnostics.Tracing.dll + False + True + + + + + + + ..\packages\System.Diagnostics.Tracing\ref\netstandard1.5\System.Diagnostics.Tracing.dll + False + True + + + + @@ -397,7 +481,7 @@ - + ..\packages\System.IO\ref\net462\System.IO.dll @@ -612,6 +696,24 @@ + + + + ..\packages\System.Reflection.TypeExtensions\ref\net46\System.Reflection.TypeExtensions.dll + False + True + + + + + + + ..\packages\System.Reflection.TypeExtensions\ref\net462\System.Reflection.TypeExtensions.dll + False + True + + + @@ -634,7 +736,7 @@ - + True @@ -695,7 +797,7 @@ - + ..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -704,6 +806,15 @@ + + + + ..\packages\System.Runtime.InteropServices\ref\net463\System.Runtime.InteropServices.dll + False + True + + + @@ -715,7 +826,7 @@ - + ..\packages\System.Runtime.InteropServices.RuntimeInformation\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -726,6 +837,25 @@ + + + + True + + + + + + + ..\packages\System.Runtime.Serialization.Primitives\ref\net46\System.Runtime.Serialization.Primitives.dll + False + True + + + True + + + @@ -841,6 +971,15 @@ + + + + ..\packages\System.Text.RegularExpressions\ref\net463\System.Text.RegularExpressions.dll + False + True + + + @@ -914,6 +1053,15 @@ + + + + ..\packages\System.Threading.ThreadPool\ref\net46\System.Threading.ThreadPool.dll + False + True + + + @@ -925,6 +1073,15 @@ + + + + ..\packages\System.Xml.ReaderWriter\ref\net46\System.Xml.ReaderWriter.dll + False + True + + + @@ -1006,6 +1163,15 @@ + + + True + + + + + + ..\packages\System.Xml.XPath.XmlDocument\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll @@ -1015,5 +1181,4 @@ - \ No newline at end of file diff --git a/Expecto.FsCheck/Expecto.FsCheck.fsproj b/Expecto.FsCheck/Expecto.FsCheck.fsproj index ab485ae6..bca535bb 100644 --- a/Expecto.FsCheck/Expecto.FsCheck.fsproj +++ b/Expecto.FsCheck/Expecto.FsCheck.fsproj @@ -65,6 +65,7 @@ True + @@ -168,5 +169,4 @@ - \ No newline at end of file diff --git a/Expecto.Sample/Expecto.Sample.fsproj b/Expecto.Sample/Expecto.Sample.fsproj index a65f89f8..bcf546e9 100644 --- a/Expecto.Sample/Expecto.Sample.fsproj +++ b/Expecto.Sample/Expecto.Sample.fsproj @@ -70,8 +70,36 @@ + - + + + + ..\packages\FSharp.Core\lib\net20\FSharp.Core.dll + True + True + + + + + + + ..\packages\FSharp.Core\lib\net40\FSharp.Core.dll + True + True + + + + + + + ..\packages\FSharp.Core\lib\portable-net45+monoandroid10+monotouch10+xamarinios10\FSharp.Core.dll + True + True + + + + ..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll @@ -80,6 +108,32 @@ + + + + ..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll + True + True + + + + + + + ..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll + True + True + + + + + + + ..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll + True + True + + + - \ No newline at end of file diff --git a/Expecto.Tests/Expecto.Tests.fsproj b/Expecto.Tests/Expecto.Tests.fsproj index 818e39b0..bb103026 100644 --- a/Expecto.Tests/Expecto.Tests.fsproj +++ b/Expecto.Tests/Expecto.Tests.fsproj @@ -80,6 +80,7 @@ + @@ -283,6 +284,13 @@ + + + + True + + + @@ -294,6 +302,15 @@ + + + + ..\packages\Microsoft.DotNet.InternalAbstractions\lib\net451\Microsoft.DotNet.InternalAbstractions.dll + True + True + + + @@ -305,6 +322,15 @@ + + + + ..\packages\Microsoft.Win32.Primitives\ref\net46\Microsoft.Win32.Primitives.dll + False + True + + + @@ -316,6 +342,15 @@ + + + + ..\packages\Microsoft.Win32.Registry\ref\net46\Microsoft.Win32.Registry.dll + False + True + + + @@ -366,6 +401,17 @@ + + + + + ..\packages\System.Collections.Concurrent\ref\netstandard1.3\System.Collections.Concurrent.dll + False + True + + + + @@ -420,6 +466,24 @@ + + + + ..\packages\System.Diagnostics.Process\ref\net46\System.Diagnostics.Process.dll + False + True + + + + + + + ..\packages\System.Diagnostics.Process\ref\net461\System.Diagnostics.Process.dll + False + True + + + @@ -452,6 +516,26 @@ + + + + + ..\packages\System.Diagnostics.Tracing\ref\net462\System.Diagnostics.Tracing.dll + False + True + + + + + + + ..\packages\System.Diagnostics.Tracing\ref\netstandard1.5\System.Diagnostics.Tracing.dll + False + True + + + + @@ -475,7 +559,7 @@ - + ..\packages\System.IO\ref\net462\System.IO.dll @@ -690,6 +774,24 @@ + + + + ..\packages\System.Reflection.TypeExtensions\ref\net46\System.Reflection.TypeExtensions.dll + False + True + + + + + + + ..\packages\System.Reflection.TypeExtensions\ref\net462\System.Reflection.TypeExtensions.dll + False + True + + + @@ -712,7 +814,7 @@ - + True @@ -773,7 +875,7 @@ - + ..\packages\System.Runtime.InteropServices\ref\net462\System.Runtime.InteropServices.dll @@ -782,6 +884,15 @@ + + + + ..\packages\System.Runtime.InteropServices\ref\net463\System.Runtime.InteropServices.dll + False + True + + + @@ -793,7 +904,7 @@ - + ..\packages\System.Runtime.InteropServices.RuntimeInformation\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -804,6 +915,25 @@ + + + + True + + + + + + + ..\packages\System.Runtime.Serialization.Primitives\ref\net46\System.Runtime.Serialization.Primitives.dll + False + True + + + True + + + @@ -919,6 +1049,15 @@ + + + + ..\packages\System.Text.RegularExpressions\ref\net463\System.Text.RegularExpressions.dll + False + True + + + @@ -992,6 +1131,15 @@ + + + + ..\packages\System.Threading.ThreadPool\ref\net46\System.Threading.ThreadPool.dll + False + True + + + @@ -1003,6 +1151,15 @@ + + + + ..\packages\System.Xml.ReaderWriter\ref\net46\System.Xml.ReaderWriter.dll + False + True + + + @@ -1084,6 +1241,15 @@ + + + True + + + + + + ..\packages\System.Xml.XPath.XmlDocument\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll @@ -1093,5 +1259,4 @@ - \ No newline at end of file diff --git a/Expecto.netcore/Nuget.config b/Expecto.netcore/Nuget.config deleted file mode 100644 index b16f2d3f..00000000 --- a/Expecto.netcore/Nuget.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Expecto.netcore/paket.references b/Expecto.netcore/paket.references new file mode 100644 index 00000000..4d6bffe3 --- /dev/null +++ b/Expecto.netcore/paket.references @@ -0,0 +1,11 @@ + + +group netcore + +Argu +System.Linq.Parallel +NETStandard.Library +FSharp.NET.Sdk +System.Diagnostics.TraceSource +Microsoft.NET.Sdk +FSharp.Core \ No newline at end of file diff --git a/Expecto/Expecto.fsproj b/Expecto/Expecto.fsproj index d3810c72..550987f4 100644 --- a/Expecto/Expecto.fsproj +++ b/Expecto/Expecto.fsproj @@ -62,6 +62,7 @@ + @@ -147,5 +148,4 @@ - \ No newline at end of file diff --git a/paket.dependencies b/paket.dependencies index d0409ad3..c2b46196 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -5,21 +5,12 @@ source https://www.myget.org/F/netcorecli-fsc-preview3 github logary/logary src/Logary.Facade/Facade.fs 4b21d888e83d72d1238ab0f36110e2a3946240e7 -nuget Argu +nuget Argu nuget FsCheck nuget FSharp.Core ~> 3 nuget FSharpx.Core nuget BenchmarkDotNet nuget NuGet.CommandLine -nuget Microsoft.NET.Sdk alpha -nuget FSharp.NET.Sdk 1.0.0-alpha-000007 alpha framework: netstandard1.6 -nuget NETStandard.Library 1.6.1 framework: netstandard1.6 -nuget System.Diagnostics.TraceSource - - source https://www.nuget.org/api/v2 -framework netstandard16 - -# nuget FSharp.Core 4.0.1.7-alpha alpha group build source https://www.nuget.org/api/v2 @@ -27,6 +18,12 @@ group build nuget FAKE group netcore -source https://www.nuget.org/api/v2 - -nuget FSharp.Core 4.0.1.7-alpha alpha \ No newline at end of file + source https://www.nuget.org/api/v2 + nuget Microsoft.NET.Sdk 1.0.0-alpha-20161104-2 alpha + nuget FSharp.NET.Sdk 1.0.0-alpha-000009 alpha + nuget NETStandard.Library 1.6.1 + nuget System.Diagnostics.TraceSource 4.3.0 + nuget System.Linq.Parallel 4.3.0 + + nuget Argu 3.3.0 + nuget FSharp.Core 4.0.1.7-alpha alpha \ No newline at end of file diff --git a/paket.lock b/paket.lock index 5a2b5e6e..92adc610 100644 --- a/paket.lock +++ b/paket.lock @@ -1,656 +1,432 @@ -FRAMEWORK: NETSTANDARD16 NUGET remote: https://www.nuget.org/api/v2 Argu (3.2) BenchmarkDotNet (0.10) - BenchmarkDotNet.Core (>= 0.10) - BenchmarkDotNet.Core (0.10) - Microsoft.CSharp (>= 4.0.1) - Microsoft.DotNet.InternalAbstractions (>= 1.0) - Microsoft.Win32.Primitives (>= 4.0.1) - System.Collections.Concurrent (>= 4.0.12) - System.Console (>= 4.0) - System.Diagnostics.Debug (>= 4.0.11) - System.Diagnostics.Process (>= 4.1) - System.Diagnostics.Tools (>= 4.0.1) - System.IO.FileSystem (>= 4.0.1) - System.Linq (>= 4.1) - System.Reflection (>= 4.1) - System.Reflection.Extensions (>= 4.0.1) - System.Reflection.Primitives (>= 4.0.1) - System.Reflection.TypeExtensions (>= 4.1) - System.Resources.ResourceManager (>= 4.0.1) - System.Runtime.InteropServices (>= 4.1) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - System.Runtime.Serialization.Primitives (>= 4.1.1) - System.Text.RegularExpressions (>= 4.1) - System.Threading (>= 4.0.11) - System.Threading.Tasks.Extensions (>= 4.0) - framework: >= net45, netstandard16 - System.Threading.Thread (>= 4.0) - System.Xml.XPath.XmlDocument (>= 4.0.1) + BenchmarkDotNet.Core (>= 0.10) - framework: >= netstandard15 + BenchmarkDotNet.Toolchains.Roslyn (>= 0.10) - framework: >= net45 + BenchmarkDotNet.Core (0.10) - framework: >= net45, >= netstandard15 + Microsoft.CSharp (>= 4.0.1) - framework: >= netstandard15 + Microsoft.DotNet.InternalAbstractions (>= 1.0) - framework: >= netstandard15 + Microsoft.Win32.Primitives (>= 4.0.1) - framework: >= netstandard15 + System.Collections.Concurrent (>= 4.0.12) - framework: >= netstandard15 + System.Console (>= 4.0) - framework: >= netstandard15 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= netstandard15 + System.Diagnostics.Process (>= 4.1) - framework: >= netstandard15 + System.Diagnostics.Tools (>= 4.0.1) - framework: >= netstandard15 + System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard15 + System.Linq (>= 4.1) - framework: >= netstandard15 + System.Reflection (>= 4.1) - framework: >= netstandard15 + System.Reflection.Extensions (>= 4.0.1) - framework: >= netstandard15 + System.Reflection.Primitives (>= 4.0.1) - framework: >= netstandard15 + System.Reflection.TypeExtensions (>= 4.1) - framework: >= netstandard15 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= netstandard15 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard15 + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - framework: >= netstandard15 + System.Runtime.Serialization.Primitives (>= 4.1.1) - framework: >= netstandard15 + System.Text.RegularExpressions (>= 4.1) - framework: >= netstandard15 + System.Threading (>= 4.0.11) - framework: >= netstandard15 + System.Threading.Tasks.Extensions (>= 4.0) - framework: >= net45, >= netstandard15 + System.Threading.Thread (>= 4.0) - framework: >= netstandard15 + System.Xml.XPath.XmlDocument (>= 4.0.1) - framework: >= netstandard15 + BenchmarkDotNet.Toolchains.Roslyn (0.10) - framework: >= net45 + BenchmarkDotNet.Core (>= 0.10) - framework: >= net45 + Microsoft.CodeAnalysis.CSharp (>= 1.3.2) - framework: >= net45 + System.Threading.Tasks (>= 4.0) - framework: >= net45 FsCheck (2.6.2) FSharp.Core (>= 3.1.2.5) FSharp.Core (3.1.2.5) - FSharp.NET.Sdk (1.0.0-alpha-000007) FSharpx.Core (1.8.32) - Microsoft.CSharp (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Dynamic.Runtime (>= 4.3) - System.Globalization (>= 4.3) - System.Linq (>= 4.3) - System.Linq.Expressions (>= 4.3) - System.ObjectModel (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Reflection.TypeExtensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Threading (>= 4.3) - Microsoft.DotNet.InternalAbstractions (1.0) - System.AppContext (>= 4.1) - System.Collections (>= 4.0.11) - System.IO (>= 4.1) - System.IO.FileSystem (>= 4.0.1) - System.Reflection.TypeExtensions (>= 4.1) - System.Runtime.Extensions (>= 4.1) - System.Runtime.InteropServices (>= 4.1) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - Microsoft.NETCore.Platforms (1.1) - Microsoft.NETCore.Targets (1.1) - Microsoft.Win32.Primitives (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - Microsoft.Win32.Registry (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - System.Collections (>= 4.3) - System.Globalization (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - NETStandard.Library (1.6.1) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46, netstandard16 - System.AppContext (>= 4.3) - framework: >= net46, netstandard16 - System.Collections (>= 4.3) - System.Collections.Concurrent (>= 4.3) - framework: >= net45, netstandard16 - System.Console (>= 4.3) - framework: >= net46, netstandard16 - System.Diagnostics.Debug (>= 4.3) - System.Diagnostics.Tools (>= 4.3) - System.Diagnostics.Tracing (>= 4.3) - framework: >= net45, netstandard16 - System.Globalization (>= 4.3) - System.Globalization.Calendars (>= 4.3) - framework: >= net46, netstandard16 - System.IO (>= 4.3) - System.IO.Compression (>= 4.3) - framework: >= net45, netstandard16 - System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46, netstandard16 - System.IO.FileSystem (>= 4.3) - framework: >= net46, netstandard16 - System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, netstandard16 - System.Linq (>= 4.3) - System.Linq.Expressions (>= 4.3) - System.Net.Http (>= 4.3) - framework: >= net45, netstandard16 - System.Net.Primitives (>= 4.3) - System.Net.Sockets (>= 4.3) - framework: >= net46, netstandard16 - System.ObjectModel (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - framework: >= net46, netstandard16 - System.Runtime.InteropServices (>= 4.3) - framework: >= net45, netstandard16 - System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - framework: >= net45, netstandard16 - System.Runtime.Numerics (>= 4.3) - framework: >= net45, netstandard16 - System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, netstandard16 - System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, netstandard16 - System.Text.Encoding (>= 4.3) - System.Text.Encoding.Extensions (>= 4.3) - System.Text.RegularExpressions (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Timer (>= 4.3) - framework: >= net451, netstandard16 - System.Xml.ReaderWriter (>= 4.3) - System.Xml.XDocument (>= 4.3) + Microsoft.CodeAnalysis.Analyzers (1.1) - framework: >= net45 + Microsoft.CodeAnalysis.Common (1.3.2) - framework: >= net45 + Microsoft.CodeAnalysis.Analyzers (>= 1.1) - framework: >= net45, >= netstandard11, portable-net45+win8 + System.AppContext (>= 4.1) - framework: >= net46, >= netstandard13 + System.Collections (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Collections.Concurrent (>= 4.0.12) - framework: >= net46, >= netstandard13 + System.Collections.Immutable (>= 1.1.37) - framework: >= net45, >= netstandard11, portable-net45+win8 + System.Collections.Immutable (>= 1.2) - framework: >= net46, >= netstandard13 + System.Console (>= 4.0) - framework: >= net46, >= netstandard13 + System.Diagnostics.Debug (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Diagnostics.FileVersionInfo (>= 4.0) - framework: >= net46, >= netstandard13 + System.Diagnostics.StackTrace (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Diagnostics.Tools (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Dynamic.Runtime (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Globalization (>= 4.0.11) - 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: >= net46, >= netstandard13 + System.Linq.Expressions (>= 4.1) - framework: >= net46, >= netstandard13 + System.Reflection (>= 4.1) - framework: >= net46, >= netstandard13 + System.Reflection.Metadata (>= 1.2) - framework: >= net45, >= netstandard11, portable-net45+win8 + System.Reflection.Metadata (>= 1.3) - framework: >= net46, >= netstandard13 + System.Reflection.Primitives (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Resources.ResourceManager (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Runtime (>= 4.1) - framework: >= net46, >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= net46, >= netstandard13 + System.Runtime.Handles (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= net46, >= netstandard13 + System.Runtime.Numerics (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Algorithms (>= 4.2) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.Encoding (>= 4.0) - framework: >= net46, >= netstandard13 + System.Security.Cryptography.X509Certificates (>= 4.1) - framework: >= net46, >= netstandard13 + System.Text.Encoding (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Text.Encoding.CodePages (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Text.Encoding.Extensions (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Threading (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Threading.Tasks (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Threading.Tasks.Parallel (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Threading.Thread (>= 4.0) - framework: >= net46, >= netstandard13 + System.Xml.ReaderWriter (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Xml.XDocument (>= 4.0.11) - framework: >= net46, >= netstandard13 + System.Xml.XmlDocument (>= 4.0.1) - framework: >= net46, >= netstandard13 + System.Xml.XPath.XDocument (>= 4.0.1) - framework: >= net46, >= netstandard13 + Microsoft.CodeAnalysis.CSharp (1.3.2) - framework: >= net45 + Microsoft.CodeAnalysis.Common (1.3.2) + Microsoft.CSharp (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Dynamic.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.ObjectModel (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + Microsoft.DotNet.InternalAbstractions (1.0) - framework: >= net45, >= netstandard15 + System.AppContext (>= 4.1) - framework: >= netstandard13 + System.Collections (>= 4.0.11) - framework: >= netstandard13 + System.IO (>= 4.1) - framework: >= netstandard13 + System.IO.FileSystem (>= 4.0.1) - framework: >= netstandard13 + System.Reflection.TypeExtensions (>= 4.1) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.1) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.1) - framework: >= netstandard13 + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - framework: >= netstandard13 + Microsoft.NETCore.Platforms (1.1) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Targets (1.1) - framework: >= net45, >= netstandard15 + Microsoft.Win32.Primitives (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + Microsoft.Win32.Registry (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 NuGet.CommandLine (3.4.3) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.native.System (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.IO.Compression (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Net.Http (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (4.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - System.AppContext (4.3) - System.Runtime (>= 4.3) - System.Buffers (4.3) - System.Diagnostics.Debug (>= 4.3) - System.Diagnostics.Tracing (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Threading (>= 4.3) - System.Collections (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Collections.Concurrent (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Diagnostics.Tracing (>= 4.3) - System.Globalization (>= 4.3) - System.Reflection (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Console (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.Runtime (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Diagnostics.Debug (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Diagnostics.DiagnosticSource (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Tracing (>= 4.3) - System.Reflection (>= 4.3) - System.Runtime (>= 4.3) - System.Threading (>= 4.3) - System.Diagnostics.Process (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.Win32.Primitives (>= 4.3) - Microsoft.Win32.Registry (>= 4.3) - runtime.native.System (>= 4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Text.Encoding.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Thread (>= 4.3) - System.Threading.ThreadPool (>= 4.3) - System.Diagnostics.Tools (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Diagnostics.TraceSource (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System (>= 4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Diagnostics.Tracing (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Dynamic.Runtime (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Linq (>= 4.3) - System.Linq.Expressions (>= 4.3) - System.ObjectModel (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Reflection.TypeExtensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Globalization (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Globalization.Calendars (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Globalization (>= 4.3) - System.Runtime (>= 4.3) - System.Globalization.Extensions (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - System.Globalization (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.IO (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.Compression (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System (>= 4.3) - runtime.native.System.IO.Compression (>= 4.3) - System.Buffers (>= 4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.Compression.ZipFile (4.3) - System.Buffers (>= 4.3) - System.IO (>= 4.3) - System.IO.Compression (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Text.Encoding (>= 4.3) - System.IO.FileSystem (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, netstandard16 - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.FileSystem.Primitives (4.3) - System.Runtime (>= 4.3) - System.Linq (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Linq.Expressions (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Linq (>= 4.3) - System.ObjectModel (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Emit.Lightweight (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Reflection.TypeExtensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Net.Http (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System (>= 4.3) - runtime.native.System.Net.Http (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Diagnostics.DiagnosticSource (>= 4.3) - framework: >= net46, netstandard16 - System.Diagnostics.Tracing (>= 4.3) - System.Globalization (>= 4.3) - System.Globalization.Extensions (>= 4.3) - System.IO (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.Net.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Security.Cryptography.Algorithms (>= 4.3) - System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.OpenSsl (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, netstandard16 - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Net.Primitives (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Net.Sockets (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.Net.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.ObjectModel (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Threading (>= 4.3) - System.Reflection (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit (4.3) - System.IO (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit.ILGeneration (4.3) - System.Reflection (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit.Lightweight (4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Extensions (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Reflection (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Primitives (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Reflection.TypeExtensions (4.3) - System.Reflection (>= 4.3) - framework: >= net462, netstandard16 - System.Runtime (>= 4.3) - System.Resources.ResourceManager (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Globalization (>= 4.3) - System.Reflection (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime.Extensions (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Runtime.Handles (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Runtime.InteropServices (4.3) + runtime.native.System (4.3) - framework: >= net45, >= netstandard15 Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - System.Reflection (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - framework: >= net462, netstandard16 - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices.RuntimeInformation (4.3) - runtime.native.System (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Threading (>= 4.3) - System.Runtime.Numerics (4.3) - System.Globalization (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Serialization.Primitives (4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Security.Cryptography.Algorithms (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - System.Collections (>= 4.3) - System.IO (>= 4.3) - framework: >= net463, netstandard16 - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - framework: >= net463, netstandard16 - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Runtime.Numerics (>= 4.3) - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard16 - System.Text.Encoding (>= 4.3) - System.Security.Cryptography.Cng (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, net461, >= net463, netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard16 - System.Text.Encoding (>= 4.3) - System.Security.Cryptography.Csp (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - System.IO (>= 4.3) - System.Reflection (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, netstandard16 - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) - System.Security.Cryptography.Encoding (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - System.Collections (>= 4.3) - System.Collections.Concurrent (>= 4.3) - System.Linq (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Security.Cryptography.OpenSsl (4.3) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - System.Collections (>= 4.3) - System.IO (>= 4.3) - framework: >= net463, netstandard16 - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - framework: >= net463, netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: >= net463, netstandard16 - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Runtime.Numerics (>= 4.3) - System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net463, netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net463, netstandard16 - System.Text.Encoding (>= 4.3) - System.Security.Cryptography.Primitives (4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Security.Cryptography.X509Certificates (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - runtime.native.System (>= 4.3) - runtime.native.System.Net.Http (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.Globalization.Calendars (>= 4.3) - System.IO (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Runtime.Numerics (>= 4.3) - System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, netstandard16 - System.Security.Cryptography.Cng (>= 4.3) - System.Security.Cryptography.Csp (>= 4.3) - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.3) - System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) - System.Text.Encoding (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Encoding.Extensions (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Text.RegularExpressions (4.3) - System.Collections (>= 4.3) - System.Globalization (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Threading (4.3) - System.Runtime (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Tasks (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Threading.Tasks.Extensions (4.3) - System.Collections (>= 4.3) - System.Runtime (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Thread (4.3) - System.Runtime (>= 4.3) - System.Threading.ThreadPool (4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Threading.Timer (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Xml.ReaderWriter (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Text.Encoding.Extensions (>= 4.3) - System.Text.RegularExpressions (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Tasks.Extensions (>= 4.3) - System.Xml.XDocument (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Diagnostics.Tools (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Reflection (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) - System.Xml.ReaderWriter (>= 4.3) - System.Xml.XmlDocument (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading (>= 4.3) - System.Xml.ReaderWriter (>= 4.3) - System.Xml.XPath (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Xml.ReaderWriter (>= 4.3) - System.Xml.XPath.XmlDocument (4.3) - System.Collections (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Xml.ReaderWriter (>= 4.3) - System.Xml.XmlDocument (>= 4.3) - framework: >= net46, netstandard16 - System.Xml.XPath (>= 4.3) - framework: >= net46, netstandard16 - remote: https://dotnet.myget.org/F/dotnet-core - Microsoft.NET.Sdk (1.0.0-alpha-20161130-4) - NuGet.Build.Tasks.Pack (>= 4.0.0-rc-2048) - NuGet.Build.Tasks.Pack (4.0.0-rc3-2106) + System.AppContext (4.3) - framework: >= net45, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 + System.Collections (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Collections.Concurrent (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Collections.Immutable (1.3) - framework: >= net45 + System.Console (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Diagnostics.FileVersionInfo (4.3) - framework: >= net46 + System.Diagnostics.Process (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard14 + Microsoft.Win32.Primitives (>= 4.3) - framework: >= netstandard14 + Microsoft.Win32.Registry (>= 4.3) - framework: >= netstandard14 + runtime.native.System (>= 4.3) - framework: >= netstandard14 + System.Collections (>= 4.3) - framework: >= netstandard14 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard14 + System.Globalization (>= 4.3) - framework: >= netstandard14 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: >= netstandard14 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard14 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard14 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard14 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard14 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding.Extensions (>= 4.3) - framework: >= netstandard14 + System.Threading (>= 4.3) - framework: >= netstandard14 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard14 + System.Threading.Thread (>= 4.3) - framework: >= netstandard14 + System.Threading.ThreadPool (>= 4.3) - framework: >= netstandard14 + System.Diagnostics.StackTrace (4.3) - framework: >= net46 + System.Diagnostics.Tools (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Diagnostics.Tracing (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Dynamic.Runtime (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.ObjectModel (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection.Emit (>= 4.3) - framework: >= netstandard13 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard13 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard13 + System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.IO (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO.FileSystem (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 + System.IO.FileSystem.Primitives (4.3) - framework: >= net45, >= netstandard15 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Linq (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq.Expressions (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.ObjectModel (>= 4.3) - framework: >= netstandard16 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Reflection.Emit (>= 4.3) - framework: >= netstandard16 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Emit.Lightweight (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.ObjectModel (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Reflection (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Reflection.Emit (4.3) - framework: >= net45, >= netstandard15 + System.IO (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard11 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard11 + System.Runtime (>= 4.3) - framework: >= netstandard11 + System.Reflection.Emit.ILGeneration (4.3) - framework: >= net45, >= netstandard15 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Reflection.Emit.Lightweight (4.3) - framework: >= net45, >= netstandard16 + System.Reflection (>= 4.3) - framework: >= netstandard10 + System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Reflection.Extensions (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection.Metadata (1.4.1) - framework: >= net45 + System.Collections.Immutable (>= 1.3) - framework: >= net45, >= netstandard11, monoandroid, monotouch, xamarinios, xamarinmac, winv4.5, wpav8.1 + System.Reflection.Primitives (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection.TypeExtensions (4.3) - framework: >= net45, >= netstandard15 + System.Reflection (>= 4.3) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Resources.ResourceManager (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 + System.Runtime (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Extensions (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 + System.Runtime.Handles (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.InteropServices (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime (>= 4.3) - framework: net462, >= net463, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 + System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 + System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net45, >= netstandard15 + runtime.native.System (>= 4.3) - framework: >= netstandard11 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard11 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard11 + System.Runtime.Numerics (4.3) - framework: >= net46 + System.Runtime.Serialization.Primitives (4.3) - framework: >= net45, >= netstandard15 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Security.Cryptography.Algorithms (4.3) - framework: >= net46 + System.IO (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Runtime (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, dnxcore50, >= netstandard16 + System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Encoding (4.3) - framework: >= net46 + System.Security.Cryptography.Primitives (4.3) - framework: net46, net461, >= net463 + System.Security.Cryptography.X509Certificates (4.3) - framework: >= net46 + System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Security.Cryptography.Encoding (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 + System.Text.Encoding (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.CodePages (4.3) - framework: >= net46 + System.Text.Encoding.Extensions (4.3) - framework: >= net45, >= netstandard15 + Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.RegularExpressions (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Threading (4.3) - framework: >= net45, >= netstandard15 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks (4.3) - framework: >= net45, >= netstandard15 + System.Threading.Tasks.Extensions (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: >= netstandard10 + System.Runtime (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 + System.Threading.Tasks.Parallel (4.3) - framework: >= net46 + System.Threading.Thread (4.3) - framework: >= net45, >= netstandard15 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Threading.ThreadPool (4.3) - framework: >= net45, >= netstandard15 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 + System.Xml.ReaderWriter (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO.FileSystem.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Text.Encoding.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.RegularExpressions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Threading.Tasks.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Xml.XDocument (4.3) - framework: >= net46, >= netstandard16 + System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tools (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 + System.Xml.XmlDocument (4.3) - framework: >= net46, >= netstandard15 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Text.Encoding (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard13 + System.Xml.XPath (4.3) - framework: >= net46, >= netstandard15 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard13 + System.Xml.XPath.XDocument (4.3) - framework: >= net46 + System.Xml.XPath (>= 4.3) - framework: >= net46, >= netstandard13 + System.Xml.XPath.XmlDocument (4.3) - framework: >= net45, >= netstandard15 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.IO (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard13 + System.Xml.XmlDocument (>= 4.3) - framework: >= net46, >= netstandard13 + System.Xml.XPath (>= 4.3) - framework: >= net46, >= netstandard13 GITHUB remote: logary/logary src/Logary.Facade/Facade.fs (eb038a0358defbb99cde2298e104d5de05d43ebf) 4b21d888e83d72d1238ab0f36110e2a3946240e7 @@ -662,6 +438,10 @@ NUGET GROUP netcore NUGET remote: https://www.nuget.org/api/v2 + Argu (3.3) + FSharp.Core (>= 4.0.1.7-alpha) - framework: >= net463, >= netstandard16 + NETStandard.Library (>= 1.6) - framework: >= net463, >= netstandard16 + System.Xml.XDocument (>= 4.0.11) - framework: >= net463, >= netstandard16 FSharp.Core (4.0.1.7-alpha) Microsoft.NETCore.Platforms (>= 1.0.1) - framework: >= net463, >= netstandard16 NETStandard.Library (>= 1.6) - framework: >= net463, >= netstandard16 @@ -674,13 +454,16 @@ NUGET 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.1) - framework: >= net463, >= netstandard16 - Microsoft.NETCore.Targets (1.1) - framework: >= net463, >= netstandard16 - Microsoft.Win32.Primitives (4.3) - framework: >= net463, >= netstandard16 + FSharp.NET.Sdk (1.0.0-alpha-000009) + Microsoft.NET.Sdk (1.0.0-alpha-20161104-2) + NuGet.Build.Tasks.Pack (>= 4.0.0-rc-2048) + Microsoft.NETCore.Platforms (1.1) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13, netstandard14 + Microsoft.NETCore.Targets (1.1) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13, netstandard14 + Microsoft.Win32.Primitives (4.3) - framework: >= net45, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 System.Runtime (>= 4.3) - framework: >= netstandard13 - NETStandard.Library (1.6.1) - framework: >= net463, >= netstandard16 + NETStandard.Library (1.6.1) Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard10 Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 System.AppContext (>= 4.3) - framework: >= net46, >= netstandard13 @@ -725,21 +508,22 @@ NUGET System.Threading.Timer (>= 4.3) - framework: >= net451, >= netstandard12 System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard10 System.Xml.XDocument (>= 4.3) - framework: >= netstandard10 - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.native.System (4.3) - framework: >= net463, >= netstandard16 + NuGet.Build.Tasks.Pack (4.0.0-rc-2048) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.native.System (4.3) - framework: >= net45, >= netstandard11 Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.IO.Compression (4.3) - framework: >= net463, >= netstandard16 + runtime.native.System.IO.Compression (4.3) - framework: >= net45, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Net.Http (4.3) - framework: >= net463, >= netstandard16 + runtime.native.System.Net.Http (4.3) - framework: >= net45, >= netstandard16 Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net463, >= netstandard16 + runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net45, >= netstandard16 runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) @@ -750,27 +534,27 @@ NUGET runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net463, >= netstandard16 - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 - System.AppContext (4.3) - framework: >= net463, >= netstandard16 + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net45, >= netstandard16 + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 + System.AppContext (4.3) - framework: >= net46, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Buffers (4.3) - framework: >= net463, >= netstandard16 + System.Buffers (4.3) - framework: >= net45, >= netstandard13 System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard11 System.Diagnostics.Tracing (>= 4.3) - framework: >= netstandard11 System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard11 System.Runtime (>= 4.3) - framework: >= netstandard11 System.Threading (>= 4.3) - framework: >= netstandard11 - System.Collections (4.3) - framework: >= net463, >= netstandard16 + System.Collections (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Collections.Concurrent (4.3) - framework: >= net463, >= netstandard16 + System.Collections.Concurrent (4.3) - framework: >= net45, dnxcore50, >= netstandard11, netstandard14 System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 @@ -781,53 +565,63 @@ NUGET System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Console (4.3) - framework: >= net463, >= netstandard16 + System.Console (4.3) - framework: >= net46, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 System.IO (>= 4.3) - framework: >= netstandard13 System.Runtime (>= 4.3) - framework: >= netstandard13 System.Text.Encoding (>= 4.3) - framework: >= netstandard13 - System.Diagnostics.Debug (4.3) - framework: >= net463, >= netstandard16 + System.Diagnostics.Debug (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Diagnostics.DiagnosticSource (4.3) - framework: >= net463, >= netstandard16 + System.Diagnostics.DiagnosticSource (4.3) - framework: >= net46, netstandard13, >= netstandard16 System.Collections (>= 4.3) - framework: netstandard11, >= netstandard13 System.Diagnostics.Tracing (>= 4.3) - framework: netstandard11, >= netstandard13 System.Reflection (>= 4.3) - framework: netstandard11, >= netstandard13 System.Runtime (>= 4.3) - framework: netstandard11, >= netstandard13 System.Threading (>= 4.3) - framework: netstandard11, >= netstandard13 - System.Diagnostics.Tools (4.3) - framework: >= net463, >= netstandard16 + System.Diagnostics.Tools (4.3) - framework: >= net463, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Diagnostics.Tracing (4.3) - framework: >= net463, >= netstandard16 + System.Diagnostics.TraceSource (4.3) + Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 + runtime.native.System (>= 4.3) - framework: >= netstandard13 + System.Collections (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 + System.Globalization (>= 4.3) - framework: >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 + System.Runtime (>= 4.3) - framework: >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 + System.Threading (>= 4.3) - framework: >= netstandard13 + System.Diagnostics.Tracing (4.3) - framework: >= net45, dnxcore50, >= netstandard11, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Globalization (4.3) - framework: >= net463, >= netstandard16 + System.Globalization (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Globalization.Calendars (4.3) - framework: >= net463, >= netstandard16 + System.Globalization.Calendars (4.3) - framework: >= net46, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 System.Globalization (>= 4.3) - framework: >= netstandard13 System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Globalization.Extensions (4.3) - framework: >= net463, >= netstandard16 + System.Globalization.Extensions (4.3) - framework: >= net45, >= netstandard16 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 System.Globalization (>= 4.3) - framework: >= netstandard13 System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 System.Runtime (>= 4.3) - framework: >= netstandard13 System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 - System.IO (4.3) - framework: >= net463, >= netstandard16 + System.IO (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO.Compression (4.3) - framework: >= net463, >= netstandard16 + System.IO.Compression (4.3) - framework: >= net45, >= netstandard11, netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 runtime.native.System (>= 4.3) - framework: >= netstandard13 runtime.native.System.IO.Compression (>= 4.3) - framework: dnxcore50, >= netstandard13 @@ -843,7 +637,7 @@ NUGET System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Threading.Tasks (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.IO.Compression.ZipFile (4.3) - framework: >= net463, >= netstandard16 + System.IO.Compression.ZipFile (4.3) - framework: >= net46, >= netstandard13 System.Buffers (>= 4.3) - framework: >= netstandard13 System.IO (>= 4.3) - framework: >= netstandard13 System.IO.Compression (>= 4.3) - framework: >= netstandard13 @@ -853,7 +647,7 @@ NUGET System.Runtime (>= 4.3) - framework: >= netstandard13 System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 System.Text.Encoding (>= 4.3) - framework: >= netstandard13 - System.IO.FileSystem (4.3) - framework: >= net463, >= netstandard16 + System.IO.FileSystem (4.3) - framework: >= net45, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 System.IO (>= 4.3) - framework: >= netstandard13 @@ -862,9 +656,9 @@ NUGET System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 System.Text.Encoding (>= 4.3) - framework: >= netstandard13 System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (4.3) - framework: >= net463, >= netstandard16 + System.IO.FileSystem.Primitives (4.3) - framework: >= net46, >= netstandard13 System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Linq (4.3) - framework: >= net463, >= netstandard16 + System.Linq (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard14 System.Collections (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 @@ -888,6 +682,17 @@ NUGET System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 + System.Linq.Parallel (4.3) + System.Collections (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Collections.Concurrent (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Linq (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 + System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 + System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 System.Linq.Queryable (4.3) - framework: >= net463, >= netstandard16 System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 @@ -897,8 +702,9 @@ NUGET System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Net.Http (4.3) - framework: >= net463, >= netstandard16 + System.Net.Http (4.3) - framework: >= net45, >= netstandard11 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard13, >= netstandard16 + Microsoft.Win32.Primitives (>= 4.3) - framework: netstandard13 runtime.native.System (>= 4.3) - framework: >= netstandard16 runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 @@ -909,6 +715,7 @@ NUGET System.Globalization (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 System.Globalization.Extensions (>= 4.3) - framework: >= netstandard16 System.IO (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 + System.IO.Compression (>= 4.3) - framework: netstandard13 System.IO.FileSystem (>= 4.3) - framework: >= netstandard16 System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 @@ -924,7 +731,7 @@ NUGET System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 System.Threading (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Net.Primitives (4.3) - framework: >= net463, >= netstandard16 + System.Net.Primitives (4.3) - framework: >= net45, >= netstandard10, netstandard11, netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 @@ -943,7 +750,7 @@ NUGET System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Net.Sockets (4.3) - framework: >= net463, >= netstandard16 + System.Net.Sockets (4.3) - framework: >= net46, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 System.IO (>= 4.3) - framework: >= netstandard13 @@ -961,7 +768,7 @@ NUGET System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Reflection (4.3) - framework: >= net463, >= netstandard16 + System.Reflection (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 @@ -974,51 +781,44 @@ NUGET System.Reflection.Primitives (>= 4.3) - framework: >= netstandard11 System.Runtime (>= 4.3) - framework: >= netstandard11 System.Reflection.Emit.ILGeneration (4.3) - framework: >= net463, >= netstandard16 - System.Reflection (>= 4.3) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 - System.Runtime (>= 4.3) - framework: >= netstandard10 System.Reflection.Emit.Lightweight (4.3) - framework: >= net463, >= netstandard16 - System.Reflection (>= 4.3) - framework: >= netstandard10 - System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 - System.Runtime (>= 4.3) - framework: >= netstandard10 - System.Reflection.Extensions (4.3) - framework: >= net463, >= netstandard16 + System.Reflection.Extensions (4.3) - framework: >= net45, >= netstandard10 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Reflection.Primitives (4.3) - framework: >= net463, >= netstandard16 + System.Reflection.Primitives (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 System.Reflection.TypeExtensions (4.3) - framework: >= net463, >= netstandard16 System.Reflection (>= 4.3) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Resources.ResourceManager (4.3) - framework: >= net463, >= netstandard16 + System.Resources.ResourceManager (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard10 System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Runtime (4.3) - framework: >= net463, >= netstandard16 + System.Runtime (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Extensions (4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Extensions (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime.Handles (4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Handles (4.3) - framework: >= net45, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.InteropServices (4.3) - framework: >= net463, >= netstandard16 + System.Runtime.InteropServices (4.3) - framework: >= net45, >= netstandard11, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Reflection (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Runtime (>= 4.3) - framework: net462, >= net463, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net463, >= netstandard16 + System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net45, >= netstandard11 runtime.native.System (>= 4.3) - framework: >= netstandard11 System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard11 System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard11 @@ -1030,12 +830,12 @@ NUGET System.IO (>= 4.3) - framework: >= netstandard15 System.Reflection (>= 4.3) - framework: >= netstandard15 System.Runtime (>= 4.3) - framework: >= netstandard15 - System.Runtime.Numerics (4.3) - framework: >= net463, >= netstandard16 + System.Runtime.Numerics (4.3) - framework: >= net45, >= netstandard11 System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Security.Cryptography.Algorithms (4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Algorithms (4.3) - framework: >= net45, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 runtime.native.System.Security.Cryptography.Apple (>= 4.3) - framework: >= netstandard16 runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 @@ -1050,7 +850,7 @@ NUGET System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, dnxcore50, >= netstandard16 System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Cng (4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Cng (4.3) - framework: >= net46, >= netstandard16 Microsoft.NETCore.Platforms (>= 1.1) - framework: netstandard14, >= netstandard16 System.IO (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 System.Resources.ResourceManager (>= 4.3) - framework: netstandard14, >= netstandard16 @@ -1062,7 +862,7 @@ NUGET System.Security.Cryptography.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 System.Text.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Csp (4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Csp (4.3) - framework: >= net46, >= netstandard16 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 System.IO (>= 4.3) - framework: >= netstandard13 System.Reflection (>= 4.3) - framework: >= netstandard13 @@ -1076,7 +876,7 @@ NUGET System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 System.Text.Encoding (>= 4.3) - framework: >= netstandard13 System.Threading (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.Encoding (4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Encoding (4.3) - framework: >= net45, >= netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard13 System.Collections (>= 4.3) - framework: >= netstandard13 @@ -1089,7 +889,7 @@ NUGET System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard13 System.Text.Encoding (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.OpenSsl (4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard16 runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) System.Collections (>= 4.3) - framework: >= netstandard16 System.IO (>= 4.3) - framework: >= net463, >= netstandard16 @@ -1103,7 +903,7 @@ NUGET System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, >= netstandard16 System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net463, >= netstandard16 System.Text.Encoding (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.Primitives (4.3) - framework: >= net45, >= netstandard13, netstandard14 System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 System.Globalization (>= 4.3) - framework: >= netstandard13 System.IO (>= 4.3) - framework: >= netstandard13 @@ -1111,7 +911,7 @@ NUGET System.Runtime (>= 4.3) - framework: >= netstandard13 System.Threading (>= 4.3) - framework: >= netstandard13 System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.X509Certificates (4.3) - framework: >= net463, >= netstandard16 + System.Security.Cryptography.X509Certificates (4.3) - framework: >= net46, >= netstandard13 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 runtime.native.System (>= 4.3) - framework: >= netstandard16 runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 @@ -1137,30 +937,30 @@ NUGET System.Security.Cryptography.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (4.3) - framework: >= net463, >= netstandard16 + System.Text.Encoding (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (4.3) - framework: >= net463, >= netstandard16 + System.Text.Encoding.Extensions (4.3) - framework: >= net463 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.RegularExpressions (4.3) - framework: >= net463, >= netstandard16 + System.Text.RegularExpressions (4.3) - framework: >= net463 System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Threading (4.3) - framework: >= net463, >= netstandard16 + System.Threading (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (4.3) - framework: >= net463, >= netstandard16 + System.Threading.Tasks (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard13, netstandard14 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (4.3) - framework: >= net463, >= netstandard16 + System.Threading.Tasks.Extensions (4.3) - framework: >= net463, >= netstandard13 System.Collections (>= 4.3) - framework: >= netstandard10 System.Runtime (>= 4.3) - framework: >= netstandard10 System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 @@ -1178,11 +978,11 @@ NUGET System.Threading.ThreadPool (4.3) - framework: >= net463, >= netstandard16 System.Runtime (>= 4.3) - framework: >= netstandard13 System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 - System.Threading.Timer (4.3) - framework: >= net463, >= netstandard16 + System.Threading.Timer (4.3) - framework: >= net451, >= netstandard12 Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard12 Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard12 System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard12 - System.Xml.ReaderWriter (4.3) - framework: >= net463, >= netstandard16 + System.Xml.ReaderWriter (4.3) - framework: >= net463 System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 @@ -1198,7 +998,7 @@ NUGET System.Text.RegularExpressions (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 System.Threading.Tasks.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Xml.XDocument (4.3) - framework: >= net463, >= netstandard16 + System.Xml.XDocument (4.3) - framework: >= net463 System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 System.Diagnostics.Tools (>= 4.3) - framework: dnxcore50, >= netstandard13 From 595e18c10835abb57f9a440486b80dd0a270ab2f Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Wed, 30 Nov 2016 21:07:24 -0500 Subject: [PATCH 08/10] setup FAKE build for netframework and netcore --- build.fsx | 62 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 55 insertions(+), 7 deletions(-) diff --git a/build.fsx b/build.fsx index de9284b8..07cecce8 100644 --- a/build.fsx +++ b/build.fsx @@ -1,18 +1,66 @@ #I @"packages/build/FAKE/tools/" #r @"FakeLib.dll" - +System.IO.Directory.SetCurrentDirectory __SOURCE_DIRECTORY__ +open System open Fake -let solutionFile = "Expecto" + + +let run cmd args dir = + if execProcess( fun info -> + info.FileName <- cmd + if not( String.IsNullOrWhiteSpace dir) then + info.WorkingDirectory <- dir + info.Arguments <- args + ) System.TimeSpan.MaxValue = false then + failwithf "Error while running '%s' with args: %s" cmd args + + +// -------------------------------------------------------------------------------------- +// Clean Build Detritus + +Target "Clean" (fun _ -> + !! "/**/bin/" + ++ "/**/obj/" + |> CleanDirs + |> ignore +) + // -------------------------------------------------------------------------------------- // Build library, test project, & sample +let solutionFile = "Expecto" + Target "Build" (fun _ -> - // We would like to build only one solution - !! (solutionFile + ".sln") - |> MSBuildRelease "" "Rebuild" - |> ignore + !! (solutionFile + ".sln") + |> MSBuildRelease "" "Rebuild" + |> ignore ) -RunTargetOrDefault "Build" \ No newline at end of file + +// -------------------------------------------------------------------------------------- +// Build netcore expecto library + +let netcoreDir = "Expecto.netcore" +let dotnet args dir = run "dotnet" args dir + +Target "DotnetBuild" (fun _ -> + dotnet "restore" netcoreDir + dotnet "build" netcoreDir +) + + +// -------------------------------------------------------------------------------------- +// Target Dependencies + +Target "All" DoNothing + +"Clean" + ==> "Build" + <=> "DotnetBuild" + +"Build" ==> "All" +"DotnetBuild" ==> "All" + +RunTargetOrDefault "All" \ No newline at end of file From f268249aa85e5947793bdf4615e3a63f8ab3aec2 Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Wed, 30 Nov 2016 21:22:24 -0500 Subject: [PATCH 09/10] added appveyor config --- .gitignore | 1 + Expecto.netcore/backup/project.json | 33 ----------------------------- appveyor.yml | 26 +++++++++++++++++++++++ build.fsx | 1 + 4 files changed, 28 insertions(+), 33 deletions(-) delete mode 100644 Expecto.netcore/backup/project.json create mode 100644 appveyor.yml diff --git a/.gitignore b/.gitignore index fc1624de..c48f354f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ project.lock.json paket-files/ BenchmarkDotNet.Artifacts/ /.fake/ +/.vs/ \ No newline at end of file diff --git a/Expecto.netcore/backup/project.json b/Expecto.netcore/backup/project.json deleted file mode 100644 index 4c38f610..00000000 --- a/Expecto.netcore/backup/project.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "version": "1.0.0", - "buildOptions": { - // "compilerName": "fsc", - "debugType": "portable", - "compile": { - "includeFiles": [ - "../paket-files/logary/logary/src/Logary.Facade/Facade.fs", - "../Expecto/Expecto.fs", - "../Expecto/Expect.fs" - ] - } - - }, - "dependencies": { - "FSharp.Core": "4.0.1.7-alpha" - }, - "tools": { - "dotnet-compile-fsc": { - "version": "1.0.0-preview2-020000" - } - }, - "frameworks": { - "netstandard1.6":{ - "dependencies": { - "NETStandard.Library": "1.6.1", - "FSharp.NET.Sdk": "1.0.0-alpha-000009", - "System.Diagnostics.TraceSource":"4.3.0", - "Microsoft.NET.Sdk":"1.0.0-alpha-20161104-2" - } - } - } -} \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..70d7860c --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,26 @@ +os: Visual Studio 2015 + +environment: + matrix: + - CLI_VERSION: 1.0.0-preview3-003857 + +build_script: + + # .NET Core SDK binaries + - ps: $url = "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/rel-1.0.0/dotnet-dev-win-x64.latest.zip" + + # Download .NET Core SDK and add to PATH + - ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk" + - ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null + - ps: $tempFile = [System.IO.Path]::GetTempFileName() + - ps: (New-Object System.Net.WebClient).DownloadFile($url, $tempFile) + - ps: Add-Type -AssemblyName System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::ExtractToDirectory($tempFile, $env:DOTNET_INSTALL_DIR) + - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" + - dotnet --info + - cmd: build.cmd + +# artifacts: +# - path: 'bin' + +test: off +version: 0.0.1.{build} diff --git a/build.fsx b/build.fsx index 07cecce8..ba82b616 100644 --- a/build.fsx +++ b/build.fsx @@ -46,6 +46,7 @@ let netcoreDir = "Expecto.netcore" let dotnet args dir = run "dotnet" args dir Target "DotnetBuild" (fun _ -> + dotnet "--info" "" dotnet "restore" netcoreDir dotnet "build" netcoreDir ) From 6cca7ebc8e0a51e1ab50d4344196c67bd8c5a16a Mon Sep 17 00:00:00 2001 From: Jared Hester Date: Thu, 1 Dec 2016 10:24:35 -0500 Subject: [PATCH 10/10] add facade rename to build --- .../Expecto.BenchmarkDotNet.fs | 5 +- .../Expecto.BenchmarkDotNet.fsproj | 1 + Expecto.Sample/Expecto.Sample.fsproj | 1 + Expecto.netcore/Expecto.netcore.fsproj | 9 +- Expecto.netcore/paket.references | 9 - Expecto.sln | 4 + Expecto/Expecto.fs | 9 +- Rakefile | 2 +- build.fsx | 18 +- paket.dependencies | 17 +- paket.lock | 576 +----------------- 11 files changed, 41 insertions(+), 610 deletions(-) diff --git a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs index be3721b5..49f4d0c2 100644 --- a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs +++ b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fs @@ -12,9 +12,8 @@ open BenchmarkDotNet.Loggers open BenchmarkDotNet.Order open BenchmarkDotNet.Validators open Expecto -//open Expecto.Logging -//open Expecto.Logging.Message -open Logary.Facade +open Expecto.Logging +open Expecto.Logging.Message [] module BenchmarkDotNet = diff --git a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj index 7bf875a4..c815ac56 100644 --- a/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj +++ b/Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj @@ -45,6 +45,7 @@ + diff --git a/Expecto.Sample/Expecto.Sample.fsproj b/Expecto.Sample/Expecto.Sample.fsproj index bcf546e9..533ab2bd 100644 --- a/Expecto.Sample/Expecto.Sample.fsproj +++ b/Expecto.Sample/Expecto.Sample.fsproj @@ -55,6 +55,7 @@ + diff --git a/Expecto.netcore/Expecto.netcore.fsproj b/Expecto.netcore/Expecto.netcore.fsproj index d04a74af..5ba2f556 100644 --- a/Expecto.netcore/Expecto.netcore.fsproj +++ b/Expecto.netcore/Expecto.netcore.fsproj @@ -1,8 +1,8 @@ - Expecto.netcore - 1.0.0-preview3 + Expecto + 1.1.2 Library netstandard1.6 pdbonly @@ -14,7 +14,6 @@ - @@ -30,9 +29,6 @@ 4.3.0 - - - @@ -54,4 +50,5 @@ + \ No newline at end of file diff --git a/Expecto.netcore/paket.references b/Expecto.netcore/paket.references index 4d6bffe3..139597f9 100644 --- a/Expecto.netcore/paket.references +++ b/Expecto.netcore/paket.references @@ -1,11 +1,2 @@ -group netcore - -Argu -System.Linq.Parallel -NETStandard.Library -FSharp.NET.Sdk -System.Diagnostics.TraceSource -Microsoft.NET.Sdk -FSharp.Core \ No newline at end of file diff --git a/Expecto.sln b/Expecto.sln index 6706030b..1f1209df 100644 --- a/Expecto.sln +++ b/Expecto.sln @@ -19,9 +19,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{1870 .editorconfig = .editorconfig .gitignore = .gitignore .travis.yml = .travis.yml + appveyor.yml = appveyor.yml build.cmd = build.cmd + build.fsx = build.fsx build.sh = build.sh + docker-build.sh = docker-build.sh Gemfile = Gemfile + globals.json = globals.json paket.dependencies = paket.dependencies Rakefile = Rakefile README.md = README.md diff --git a/Expecto/Expecto.fs b/Expecto/Expecto.fs index 8cb33616..4bae4e93 100644 --- a/Expecto/Expecto.fs +++ b/Expecto/Expecto.fs @@ -128,11 +128,9 @@ module Test = module Impl = -// open Expecto.Logging -// open Expecto.Logging.Message + open Expecto.Logging + open Expecto.Logging.Message open Helpers - open Logary.Facade - open Logary.Facade.Message let logger = Log.create "Expecto" @@ -430,11 +428,10 @@ module Impl = [] module Tests = -// open Expecto.Logging open Impl open Helpers open Argu - open Logary.Facade + open Expecto.Logging /// Fail this test let inline failtest msg = raise <| AssertException msg diff --git a/Rakefile b/Rakefile index 791a9b76..1924c8bf 100644 --- a/Rakefile +++ b/Rakefile @@ -56,7 +56,7 @@ desc 'package nugets - finds all projects and package them' nugets_pack :create_nugets => ['build/pkg', :versioning, :compile] do |p| p.configuration = Configuration p.files = FileList['*/*.{csproj,fsproj,nuspec}']. - exclude(/Tests|Sample/) + exclude(/Tests|Sample|netcore/) p.out = 'build/pkg' p.exe = 'packages/NuGet.CommandLine/tools/NuGet.exe' p.with_metadata do |m| diff --git a/build.fsx b/build.fsx index ba82b616..49b50094 100644 --- a/build.fsx +++ b/build.fsx @@ -15,6 +15,21 @@ let run cmd args dir = ) System.TimeSpan.MaxValue = false then failwithf "Error while running '%s' with args: %s" cmd args +// -------------------------------------------------------------------------------------- +// Rename Logary Facades for Expecto +// (why this is necessary - https://github.com/logary/logary/#using-logary-in-a-library) + +Target "ExpectoChangeo" (fun _ -> + ReplaceInFiles [ + "namespace Logary.Facade", "namespace Expecto.Logging" + "namespace Logary.Facade.Messages", "namespace Expecto.Logging.Messages" + "open Logary.Facade", "open Expecto.Logging" + "open Logary.Facade.Messages", "open Expecto.Logging.Messages" + ][ + "paket-files/logary/logary/src/Logary.Facade/Facade.fs" + ] +) + // -------------------------------------------------------------------------------------- // Clean Build Detritus @@ -57,7 +72,8 @@ Target "DotnetBuild" (fun _ -> Target "All" DoNothing -"Clean" +"ExpectoChangeo" + ==> "Clean" ==> "Build" <=> "DotnetBuild" diff --git a/paket.dependencies b/paket.dependencies index c2b46196..cf2d45c3 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -14,16 +14,15 @@ nuget NuGet.CommandLine group build source https://www.nuget.org/api/v2 - nuget FAKE group netcore source https://www.nuget.org/api/v2 - nuget Microsoft.NET.Sdk 1.0.0-alpha-20161104-2 alpha - nuget FSharp.NET.Sdk 1.0.0-alpha-000009 alpha - nuget NETStandard.Library 1.6.1 - nuget System.Diagnostics.TraceSource 4.3.0 - nuget System.Linq.Parallel 4.3.0 - - nuget Argu 3.3.0 - nuget FSharp.Core 4.0.1.7-alpha alpha \ No newline at end of file + # nuget Microsoft.NET.Sdk 1.0.0-alpha-20161104-2 alpha + # nuget FSharp.NET.Sdk 1.0.0-alpha-000009 alpha + # nuget NETStandard.Library 1.6.1 + # nuget System.Diagnostics.TraceSource 4.3.0 + # nuget System.Linq.Parallel 4.3.0 + # + # nuget Argu 3.3.0 + # nuget FSharp.Core 4.0.1.7-alpha alpha \ No newline at end of file diff --git a/paket.lock b/paket.lock index 92adc610..8ec106be 100644 --- a/paket.lock +++ b/paket.lock @@ -436,578 +436,4 @@ NUGET FAKE (4.45.3) GROUP netcore -NUGET - remote: https://www.nuget.org/api/v2 - Argu (3.3) - FSharp.Core (>= 4.0.1.7-alpha) - framework: >= net463, >= netstandard16 - NETStandard.Library (>= 1.6) - framework: >= net463, >= netstandard16 - System.Xml.XDocument (>= 4.0.11) - framework: >= net463, >= netstandard16 - FSharp.Core (4.0.1.7-alpha) - 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 - FSharp.NET.Sdk (1.0.0-alpha-000009) - Microsoft.NET.Sdk (1.0.0-alpha-20161104-2) - NuGet.Build.Tasks.Pack (>= 4.0.0-rc-2048) - Microsoft.NETCore.Platforms (1.1) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13, netstandard14 - Microsoft.NETCore.Targets (1.1) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13, netstandard14 - Microsoft.Win32.Primitives (4.3) - framework: >= net45, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - NETStandard.Library (1.6.1) - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard10 - Microsoft.Win32.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 - System.AppContext (>= 4.3) - framework: >= net46, >= netstandard13 - System.Collections (>= 4.3) - framework: >= netstandard10 - System.Collections.Concurrent (>= 4.3) - framework: >= net45, >= netstandard11 - System.Console (>= 4.3) - framework: >= net46, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard10 - System.Diagnostics.Tools (>= 4.3) - framework: >= netstandard10 - System.Diagnostics.Tracing (>= 4.3) - framework: >= net45, >= netstandard11 - System.Globalization (>= 4.3) - framework: >= netstandard10 - System.Globalization.Calendars (>= 4.3) - framework: >= net46, >= netstandard13 - System.IO (>= 4.3) - framework: >= netstandard10 - System.IO.Compression (>= 4.3) - framework: >= net45, >= netstandard11 - System.IO.Compression.ZipFile (>= 4.3) - framework: >= net46, >= netstandard13 - System.IO.FileSystem (>= 4.3) - framework: >= net46, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 - System.Linq (>= 4.3) - framework: >= netstandard10 - System.Linq.Expressions (>= 4.3) - framework: >= netstandard10 - System.Net.Http (>= 4.3) - framework: >= net45, >= netstandard11 - System.Net.Primitives (>= 4.3) - framework: >= netstandard10 - System.Net.Sockets (>= 4.3) - framework: >= net46, >= netstandard13 - System.ObjectModel (>= 4.3) - framework: >= netstandard10 - System.Reflection (>= 4.3) - framework: >= netstandard10 - System.Reflection.Extensions (>= 4.3) - framework: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - framework: >= netstandard10 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard10 - System.Runtime (>= 4.3) - framework: >= netstandard10 - System.Runtime.Extensions (>= 4.3) - framework: >= netstandard10 - System.Runtime.Handles (>= 4.3) - framework: >= net46, >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - framework: >= net45, >= netstandard11 - System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - framework: >= net45, >= netstandard11 - System.Runtime.Numerics (>= 4.3) - framework: >= net45, >= netstandard11 - System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: >= netstandard10 - System.Text.Encoding.Extensions (>= 4.3) - framework: >= netstandard10 - System.Text.RegularExpressions (>= 4.3) - framework: >= netstandard10 - System.Threading (>= 4.3) - framework: >= netstandard10 - System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 - System.Threading.Timer (>= 4.3) - framework: >= net451, >= netstandard12 - System.Xml.ReaderWriter (>= 4.3) - framework: >= netstandard10 - System.Xml.XDocument (>= 4.3) - framework: >= netstandard10 - NuGet.Build.Tasks.Pack (4.0.0-rc-2048) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.native.System (4.3) - framework: >= net45, >= netstandard11 - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.IO.Compression (4.3) - framework: >= net45, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Net.Http (4.3) - framework: >= net45, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net45, >= netstandard16 - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - framework: >= net45, >= netstandard16 - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard13, netstandard14 - System.AppContext (4.3) - framework: >= net46, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Buffers (4.3) - framework: >= net45, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard11 - System.Diagnostics.Tracing (>= 4.3) - framework: >= netstandard11 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard11 - System.Runtime (>= 4.3) - framework: >= netstandard11 - System.Threading (>= 4.3) - framework: >= netstandard11 - System.Collections (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Collections.Concurrent (4.3) - framework: >= net45, dnxcore50, >= netstandard11, netstandard14 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Reflection (>= 4.3) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Console (4.3) - framework: >= net46, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 - System.IO (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: >= netstandard13 - System.Diagnostics.Debug (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Diagnostics.DiagnosticSource (4.3) - framework: >= net46, netstandard13, >= netstandard16 - System.Collections (>= 4.3) - framework: netstandard11, >= netstandard13 - System.Diagnostics.Tracing (>= 4.3) - framework: netstandard11, >= netstandard13 - System.Reflection (>= 4.3) - framework: netstandard11, >= netstandard13 - System.Runtime (>= 4.3) - framework: netstandard11, >= netstandard13 - System.Threading (>= 4.3) - framework: netstandard11, >= netstandard13 - System.Diagnostics.Tools (4.3) - framework: >= net463, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Diagnostics.TraceSource (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - runtime.native.System (>= 4.3) - framework: >= netstandard13 - System.Collections (>= 4.3) - framework: >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 - System.Globalization (>= 4.3) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 - System.Threading (>= 4.3) - framework: >= netstandard13 - System.Diagnostics.Tracing (4.3) - framework: >= net45, dnxcore50, >= netstandard11, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Globalization (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Globalization.Calendars (4.3) - framework: >= net46, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 - System.Globalization (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Globalization.Extensions (4.3) - framework: >= net45, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - System.Globalization (>= 4.3) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 - System.IO (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO.Compression (4.3) - framework: >= net45, >= netstandard11, netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - runtime.native.System (>= 4.3) - framework: >= netstandard13 - runtime.native.System.IO.Compression (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Buffers (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.IO.Compression.ZipFile (4.3) - framework: >= net46, >= netstandard13 - System.Buffers (>= 4.3) - framework: >= netstandard13 - System.IO (>= 4.3) - framework: >= netstandard13 - System.IO.Compression (>= 4.3) - framework: >= netstandard13 - System.IO.FileSystem (>= 4.3) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: >= netstandard13 - System.IO.FileSystem (4.3) - framework: >= net45, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 - System.IO (>= 4.3) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 - System.IO.FileSystem.Primitives (4.3) - framework: >= net46, >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Linq (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard14 - System.Collections (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Linq.Expressions (4.3) - framework: >= net463, >= netstandard16 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Linq (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.ObjectModel (>= 4.3) - framework: >= netstandard16 - System.Reflection (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Reflection.Emit (>= 4.3) - framework: >= netstandard16 - System.Reflection.Emit.ILGeneration (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Reflection.Emit.Lightweight (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Reflection.TypeExtensions (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Linq.Parallel (4.3) - System.Collections (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Collections.Concurrent (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Linq.Queryable (4.3) - framework: >= net463, >= netstandard16 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Linq (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Linq.Expressions (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Net.Http (4.3) - framework: >= net45, >= netstandard11 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard13, >= netstandard16 - Microsoft.Win32.Primitives (>= 4.3) - framework: netstandard13 - runtime.native.System (>= 4.3) - framework: >= netstandard16 - runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 - System.Collections (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.DiagnosticSource (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 - System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Globalization (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Globalization.Extensions (>= 4.3) - framework: >= netstandard16 - System.IO (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.IO.Compression (>= 4.3) - framework: netstandard13 - System.IO.FileSystem (>= 4.3) - framework: >= netstandard16 - System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Runtime.Handles (>= 4.3) - framework: netstandard13, >= netstandard16 - System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.X509Certificates (>= 4.3) - framework: >= net46, dnxcore50, netstandard13, >= netstandard16 - System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Threading (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard16 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, netstandard13, >= netstandard16 - System.Net.Primitives (4.3) - framework: >= net45, >= netstandard10, netstandard11, netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Net.Requests (4.3) - framework: >= net463, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Net.Http (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Net.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Net.WebHeaderCollection (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard11, >= netstandard13 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Net.Sockets (4.3) - framework: >= net46, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 - System.IO (>= 4.3) - framework: >= netstandard13 - System.Net.Primitives (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 - System.Net.WebHeaderCollection (4.3) - framework: >= net463, >= netstandard16 - System.Collections (>= 4.3) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 - System.ObjectModel (4.3) - framework: >= net463, >= netstandard16 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Reflection (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.IO (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Reflection.Emit (4.3) - framework: >= net463, >= netstandard16 - System.IO (>= 4.3) - framework: >= netstandard11 - System.Reflection (>= 4.3) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (>= 4.3) - framework: >= netstandard11 - System.Reflection.Primitives (>= 4.3) - framework: >= netstandard11 - System.Runtime (>= 4.3) - framework: >= netstandard11 - System.Reflection.Emit.ILGeneration (4.3) - framework: >= net463, >= netstandard16 - System.Reflection.Emit.Lightweight (4.3) - framework: >= net463, >= netstandard16 - System.Reflection.Extensions (4.3) - framework: >= net45, >= netstandard10 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 - System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Reflection.Primitives (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Reflection.TypeExtensions (4.3) - framework: >= net463, >= netstandard16 - System.Reflection (>= 4.3) - framework: >= net462, dnxcore50, netstandard13, >= netstandard15 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Resources.ResourceManager (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard10 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard10 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard10 - System.Runtime (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard12, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Extensions (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard15 - System.Runtime.Handles (4.3) - framework: >= net45, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.InteropServices (4.3) - framework: >= net45, >= netstandard11, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Reflection (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Reflection.Primitives (>= 4.3) - framework: dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime (>= 4.3) - framework: net462, >= net463, dnxcore50, netstandard11, netstandard12, netstandard13, >= netstandard15 - System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, >= netstandard15 - System.Runtime.InteropServices.RuntimeInformation (4.3) - framework: >= net45, >= netstandard11 - runtime.native.System (>= 4.3) - framework: >= netstandard11 - System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard11 - System.Reflection.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard11 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard11 - System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard11 - System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard11 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard11 - System.Runtime.Loader (4.3) - framework: >= net463, >= netstandard16 - System.IO (>= 4.3) - framework: >= netstandard15 - System.Reflection (>= 4.3) - framework: >= netstandard15 - System.Runtime (>= 4.3) - framework: >= netstandard15 - System.Runtime.Numerics (4.3) - framework: >= net45, >= netstandard11 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Security.Cryptography.Algorithms (4.3) - framework: >= net45, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 - runtime.native.System.Security.Cryptography.Apple (>= 4.3) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 - System.Collections (>= 4.3) - framework: >= netstandard16 - System.IO (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.3) - framework: >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime.Handles (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, dnxcore50, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Cng (4.3) - framework: >= net46, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - framework: netstandard14, >= netstandard16 - System.IO (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - framework: netstandard14, >= netstandard16 - System.Runtime (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: netstandard14, >= netstandard16 - System.Runtime.Handles (>= 4.3) - framework: netstandard13, netstandard14, >= netstandard16 - System.Runtime.InteropServices (>= 4.3) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - framework: net46, net461, >= net463, netstandard13, netstandard14, >= netstandard16 - System.Text.Encoding (>= 4.3) - framework: netstandard14, >= netstandard16 - System.Security.Cryptography.Csp (4.3) - framework: >= net46, >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - System.IO (>= 4.3) - framework: >= netstandard13 - System.Reflection (>= 4.3) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net46, >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net46, >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: >= netstandard13 - System.Threading (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.Encoding (4.3) - framework: >= net45, >= netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: >= netstandard13 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard13 - System.Collections (>= 4.3) - framework: >= netstandard13 - System.Collections.Concurrent (>= 4.3) - framework: >= netstandard13 - System.Linq (>= 4.3) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - framework: >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.OpenSsl (4.3) - framework: >= net45, >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - System.Collections (>= 4.3) - framework: >= netstandard16 - System.IO (>= 4.3) - framework: >= net463, >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard16 - System.Runtime (>= 4.3) - framework: >= net463, >= netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: >= net463, >= netstandard16 - System.Runtime.Handles (>= 4.3) - framework: >= netstandard16 - System.Runtime.InteropServices (>= 4.3) - framework: >= netstandard16 - System.Runtime.Numerics (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.3) - framework: >= net463, >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - framework: >= net463, >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - framework: >= net463, >= netstandard16 - System.Text.Encoding (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (4.3) - framework: >= net45, >= netstandard13, netstandard14 - System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard13 - System.Globalization (>= 4.3) - framework: >= netstandard13 - System.IO (>= 4.3) - framework: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: >= netstandard13 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Threading (>= 4.3) - framework: >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: >= netstandard13 - System.Security.Cryptography.X509Certificates (4.3) - framework: >= net46, >= netstandard13 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard16 - runtime.native.System (>= 4.3) - framework: >= netstandard16 - runtime.native.System.Net.Http (>= 4.3) - framework: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Diagnostics.Debug (>= 4.3) - framework: >= netstandard16 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Globalization.Calendars (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.IO (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.IO.FileSystem.Primitives (>= 4.3) - framework: >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime.Handles (>= 4.3) - framework: dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime.Numerics (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.Cng (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Security.Cryptography.Csp (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - framework: net46, >= net461, dnxcore50, netstandard13, netstandard14, >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.3) - framework: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Text.Encoding (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (4.3) - framework: >= net463 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.RegularExpressions (4.3) - framework: >= net463 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, netstandard13, >= netstandard16 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard16 - System.Threading (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard13, netstandard14 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks (4.3) - framework: >= net45, dnxcore50, >= netstandard10, netstandard11, netstandard13, netstandard14 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (4.3) - framework: >= net463, >= netstandard13 - System.Collections (>= 4.3) - framework: >= netstandard10 - System.Runtime (>= 4.3) - framework: >= netstandard10 - System.Threading.Tasks (>= 4.3) - framework: >= netstandard10 - System.Threading.Tasks.Parallel (4.3) - framework: >= net463, >= netstandard16 - System.Collections.Concurrent (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tracing (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard11, >= netstandard13 - System.Threading.Thread (4.3) - framework: >= net463, >= netstandard16 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Threading.ThreadPool (4.3) - framework: >= net463, >= netstandard16 - System.Runtime (>= 4.3) - framework: >= netstandard13 - System.Runtime.Handles (>= 4.3) - framework: >= netstandard13 - System.Threading.Timer (4.3) - framework: >= net451, >= netstandard12 - Microsoft.NETCore.Platforms (>= 1.1) - framework: dnxcore50, >= netstandard12 - Microsoft.NETCore.Targets (>= 1.1) - framework: dnxcore50, >= netstandard12 - System.Runtime (>= 4.3) - framework: dnxcore50, >= netstandard12 - System.Xml.ReaderWriter (4.3) - framework: >= net463 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.IO.FileSystem (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Text.Encoding.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Text.RegularExpressions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading.Tasks (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Threading.Tasks.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Xml.XDocument (4.3) - framework: >= net463 - System.Collections (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Diagnostics.Tools (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Globalization (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.IO (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Reflection (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Runtime (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 - System.Runtime.Extensions (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Text.Encoding (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Threading (>= 4.3) - framework: dnxcore50, >= netstandard13 - System.Xml.ReaderWriter (>= 4.3) - framework: dnxcore50, netstandard10, >= netstandard13 +