diff --git a/.circleci/config.yml b/.circleci/config.yml index adcea1caba3..cee3552d4b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: command: | apt-get update apt-get install -y libunwind8 libicu52 unzip wget git - wget https://github.com/fsharp/FAKE/releases/download/5.0.0-rc010/fake-dotnetcore-ubuntu.14.04-x64.zip -O /tmp/fake-dotnetcore-ubuntu.14.04-x64.zip + wget https://github.com/fsharp/FAKE/releases/download/5.0.0-rc011/fake-dotnetcore-ubuntu.14.04-x64.zip -O /tmp/fake-dotnetcore-ubuntu.14.04-x64.zip mkdir fake-dotnetcore unzip /tmp/fake-dotnetcore-ubuntu.14.04-x64.zip -d fake-dotnetcore || echo unzip returned $? chmod +x $PWD/fake-dotnetcore/fake diff --git a/.fake/build.fsx/intellisense.fsx b/.fake/build.fsx/intellisense.fsx index dc1ae8f87c6..5a518c35113 100644 --- a/.fake/build.fsx/intellisense.fsx +++ b/.fake/build.fsx/intellisense.fsx @@ -1,114 +1,5 @@ // This file is automatically generated by FAKE // This file is needed for IDE support only #if !FAKE -#r "C:\\Users\\matth\\.nuget\\packages\\system.diagnostics.fileversioninfo\\4.3.0\\lib\\net46\\System.Diagnostics.FileVersionInfo.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\chessie\\0.6.0\\lib\\net40\\Chessie.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fparsec\\1.0.3\\lib\\net40-client\\FParsecCS.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\newtonsoft.json\\11.0.2\\lib\\net45\\Newtonsoft.Json.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.diagnostics.process\\4.3.0\\lib\\net461\\System.Diagnostics.Process.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\microsoft.win32.registry\\4.4.0\\lib\\net461\\Microsoft.Win32.Registry.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\octokit\\0.29.0\\lib\\net45\\Octokit.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.collections.immutable\\1.4.0\\lib\\netstandard2.0\\System.Collections.Immutable.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.net.http\\4.3.3\\lib\\net46\\System.Net.Http.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\mono.cecil\\0.10.0\\lib\\net40\\Mono.Cecil.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.2\\lib\\net461\\System.Security.Cryptography.X509Certificates.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.componentmodel.typeconverter\\4.3.0\\lib\\net462\\System.ComponentModel.TypeConverter.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.cryptography.cng\\4.4.0\\lib\\net47\\System.Security.Cryptography.Cng.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\lib\\net46\\System.Security.Cryptography.Csp.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.cryptography.openssl\\4.4.0\\lib\\netstandard2.0\\System.Security.Cryptography.OpenSsl.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.xml.xpath.xdocument\\4.3.0\\lib\\net46\\System.Xml.XPath.XDocument.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.xml.xpath.xmldocument\\4.3.0\\lib\\net46\\System.Xml.XPath.XmlDocument.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.collections.specialized\\4.3.0\\lib\\net46\\System.Collections.Specialized.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\lib\\net46\\System.IO.Compression.ZipFile.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.linq.expressions\\4.3.0\\lib\\net463\\System.Linq.Expressions.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.1\\lib\\net463\\System.Security.Cryptography.Algorithms.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.xml.xmldocument\\4.3.0\\lib\\net46\\System.Xml.XmlDocument.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.xml.xpath\\4.3.0\\lib\\net46\\System.Xml.XPath.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\lib\\net46\\System.Globalization.Extensions.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.io.compression\\4.3.0\\lib\\net46\\System.IO.Compression.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.io.filesystem.watcher\\4.3.0\\lib\\net46\\System.IO.FileSystem.Watcher.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\lib\\net45\\System.Runtime.InteropServices.RuntimeInformation.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\lib\\net46\\System.Security.Cryptography.Encoding.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.xml.readerwriter\\4.3.1\\lib\\net46\\System.Xml.ReaderWriter.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.4.1\\lib\\net46\\System.Diagnostics.DiagnosticSource.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.reflection.typeextensions\\4.4.0\\lib\\net461\\System.Reflection.TypeExtensions.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\lib\\net463\\System.Runtime.InteropServices.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.runtime.serialization.formatters\\4.3.0\\lib\\net46\\System.Runtime.Serialization.Formatters.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.console\\4.3.1\\lib\\net46\\System.Console.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.io.filesystem\\4.3.0\\lib\\net46\\System.IO.FileSystem.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.net.sockets\\4.3.0\\lib\\net46\\System.Net.Sockets.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.reflection\\4.3.0\\lib\\net462\\System.Reflection.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\lib\\net46\\System.Security.Cryptography.Primitives.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.buffers\\4.4.0\\lib\\netstandard2.0\\System.Buffers.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.collections.nongeneric\\4.3.0\\lib\\net46\\System.Collections.NonGeneric.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.componentmodel.primitives\\4.3.0\\lib\\net45\\System.ComponentModel.Primitives.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\lib\\net46\\System.Globalization.Calendars.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.io\\4.3.0\\lib\\net462\\System.IO.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.linq\\4.3.0\\lib\\net463\\System.Linq.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\lib\\net463\\System.Text.RegularExpressions.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.threading.overlapped\\4.3.0\\lib\\net46\\System.Threading.Overlapped.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.threading.tasks.extensions\\4.4.0\\lib\\netstandard2.0\\System.Threading.Tasks.Extensions.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.threading.threadpool\\4.3.0\\lib\\net46\\System.Threading.ThreadPool.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\lib\\net46\\Microsoft.Win32.Primitives.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.appcontext\\4.3.0\\lib\\net463\\System.AppContext.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\lib\\net462\\System.Diagnostics.Tracing.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\lib\\net46\\System.IO.FileSystem.Primitives.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\lib\\net462\\System.Runtime.Extensions.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\lib\\net46\\System.Runtime.Serialization.Primitives.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.accesscontrol\\4.4.1\\lib\\net461\\System.Security.AccessControl.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.threading.thread\\4.3.0\\lib\\net46\\System.Threading.Thread.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.runtime\\4.3.0\\lib\\net462\\System.Runtime.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.principal.windows\\4.4.1\\lib\\net461\\System.Security.Principal.Windows.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.4.0\\lib\\net461\\System.Security.Cryptography.ProtectedData.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.xml\\5.0.0-rc010\\lib\\net46\\Fake.Core.Xml.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.semver\\5.0.0-rc010\\lib\\net46\\Fake.Core.SemVer.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\paket.core\\5.157.0-alpha003\\lib\\net45\\Paket.Core.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.api.github\\5.0.0-rc010\\lib\\net46\\Fake.Api.GitHub.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.context\\5.0.0-rc010\\lib\\net46\\Fake.Core.Context.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.environment\\5.0.0-rc010\\lib\\net46\\Fake.Core.Environment.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.string\\5.0.0-rc010\\lib\\net46\\Fake.Core.String.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fparsec\\1.0.3\\lib\\net40-client\\FParsec.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\suave\\2.4.0\\lib\\net461\\Suave.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\system.reflection.metadata\\1.5.0\\lib\\netstandard2.0\\System.Reflection.Metadata.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\mono.cecil\\0.10.0\\lib\\net40\\Mono.Cecil.Rocks.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\mono.cecil\\0.10.0\\lib\\net40\\Mono.Cecil.Pdb.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\mono.cecil\\0.10.0\\lib\\net40\\Mono.Cecil.Mdb.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.releasenotes\\5.0.0-rc010\\lib\\net46\\Fake.Core.ReleaseNotes.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.io.filesystem\\5.0.0-rc010\\lib\\net46\\Fake.IO.FileSystem.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.commandlineparsing\\5.0.0-rc010\\lib\\net46\\Fake.Core.CommandLineParsing.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.trace\\5.0.0-rc010\\lib\\net46\\Fake.Core.Trace.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.buildserver.teamfoundation\\5.0.0-rc010\\lib\\net46\\Fake.BuildServer.TeamFoundation.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.buildserver.travis\\5.0.0-rc010\\lib\\net46\\Fake.BuildServer.Travis.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.tasks\\5.0.0-rc010\\lib\\net46\\Fake.Core.Tasks.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.testing.common\\5.0.0-rc010\\lib\\net46\\Fake.Testing.Common.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.process\\5.0.0-rc010\\lib\\net46\\Fake.Core.Process.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.assemblyinfofile\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.AssemblyInfoFile.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.io.zip\\5.0.0-rc010\\lib\\net46\\Fake.IO.Zip.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.core.target\\5.0.0-rc010\\lib\\net46\\Fake.Core.Target.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.net.http\\5.0.0-rc010\\lib\\net46\\Fake.Net.Http.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.buildserver.appveyor\\5.0.0-rc010\\lib\\net46\\Fake.BuildServer.AppVeyor.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.buildserver.teamcity\\5.0.0-rc010\\lib\\net46\\Fake.BuildServer.TeamCity.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.nuget\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.NuGet.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.testing.mspec\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.Testing.MSpec.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.testing.nunit\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.Testing.NUnit.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.testing.xunit2\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.Testing.XUnit2.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.cli\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.Cli.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.fsformatting\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.FSFormatting.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.msbuild\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.MSBuild.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.dotnet.paket\\5.0.0-rc010\\lib\\net46\\Fake.DotNet.Paket.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.tools.git\\5.0.0-rc010\\lib\\net46\\Fake.Tools.Git.dll" -#r "C:\\Users\\matth\\.nuget\\packages\\fake.windows.chocolatey\\5.0.0-rc010\\lib\\net46\\Fake.Windows.Chocolatey.dll" -#r "System" -#r "System.Core" -#r "System.Security" -#r "System.ComponentModel.Composition" -#r "System.Runtime.Serialization" -#r "System.Numerics" -#r "System.Xml" -#r "System.IO.Compression" -#r "System.Xml.Linq" -#r "System.IO.Compression.FileSystem" -#r "System.Net.Http" -#r "Microsoft.CSharp" -#r "System.Configuration" +#load "intellisense_lazy.fsx" #endif diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2af8dd65059..8f34764eb07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,20 +1,166 @@ -image: mono:5.8.0.127 +stages: + - build +# - test_package +# - staging +# - approve_prod +# - prod -before_script: - - apt-get update - - apt-get install -y libunwind8 libicu52 unzip wget git - - wget https://github.com/fsharp/FAKE/releases/download/5.0.0-beta024/fake-dotnetcore-ubuntu.14.04-x64.zip -O /tmp/fake-dotnetcore-ubuntu.14.04-x64.zip - - mkdir fake-dotnetcore - - unzip /tmp/fake-dotnetcore-ubuntu.14.04-x64.zip -d fake-dotnetcore || echo unzip returned $? - - chmod +x $PWD/fake-dotnetcore/fake +do_build: + stage: build + image: mono:5.8.0.127 + before_script: + - apt-get update + - apt-get install -y libunwind8 libicu52 unzip wget git + - wget https://github.com/fsharp/FAKE/releases/download/5.0.0-rc011/fake-dotnetcore-ubuntu.14.04-x64.zip -O /tmp/fake-dotnetcore-ubuntu.14.04-x64.zip + - mkdir fake-dotnetcore + - unzip -n /tmp/fake-dotnetcore-ubuntu.14.04-x64.zip -d fake-dotnetcore || echo unzip returned $? + - chmod +x $PWD/fake-dotnetcore/fake -build_all: variables: TERM: "xterm-256color" - # PATH: $PATH:$PWD/fake-dotnetcore/ MSBUILDDISABLENODEREUSE: "1" BuildInParallel: "false" - + script: | export PATH=$PATH:$PWD/fake-dotnetcore/ - fake run build.fsx \ No newline at end of file + fake run build.fsx target Release_BuildAndTest + + artifacts: + paths: + - artifacts/ + +#do_choco_pack: +# stage: test_package +# dependencies: +# - do_build +# image: mono:5.8.0.127 +# before_script: +# - apt-get update +# - apt-get install -y libunwind8 libicu52 unzip wget git apt-transport-https ca-certificates curl software-properties-common +# - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - +# - add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" +# - apt-get update +# - apt-get install -y docker-ce +# services: +# - docker:dind +# variables: +# DOCKER_HOST: "tcp://docker:2375" +# script: | +# docker version +# unzip -n artifacts/build-cache.zip || echo unzip returned $? +# mkdir fake-bin +# unzip -n artifacts/fake-dotnetcore-ubuntu.14.04-x64.zip -d fake-bin || echo unzip returned $? +# chmod +x fake-bin/fake +# mkdir -p nuget/dotnetcore/Fake.netcore/win7-x86 +# unzip -n artifacts/fake-dotnetcore-win7-x86.zip -d nuget/dotnetcore/Fake.netcore/win7-x86 || echo unzip returned $? +# unzip -n artifacts/chocolatey-requirements.zip || echo unzip returned $? +# export artifactsdirectory=$PWD/artifacts +# fake-bin/fake build target DotNetCoreCreateChocolateyPackage +# +# #- docker build -t $CI_REGISTRY_IMAGE:latest . +# #- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY +# #- docker push $CI_REGISTRY_IMAGE:$CI_BUILD_TAG +# +#do_staging: +# stage: staging +# image: mono:5.8.0.127 +# dependencies: +# - do_build +# before_script: +# - apt-get update +# - apt-get install -y libunwind8 libicu52 unzip wget git +# variables: +# TERM: "xterm-256color" +# MSBUILDDISABLENODEREUSE: "1" +# BuildInParallel: "false" +# nugetsource: "https://www.myget.org/F/fake/api/v2/package" +# +# script: | +# unzip -n artifacts/build-cache.zip || echo unzip returned $? +# mkdir fake-bin +# unzip -n artifacts/fake-dotnetcore-ubuntu.14.04-x64.zip -d fake-bin || echo unzip returned $? +# chmod +x fake-bin/fake +# export PATH=$PATH:$PWD/fake-bin/ +# export artifactsdirectory=$PWD/artifacts +# fake run build.fsx target Release_Staging +# only: +# - /^release.*$/ +# when: manual +# +# environment: +# name: staging +# url: https://staging.fake.build +# +#do_approve_prod: +# stage: approve_prod +# image: mono:5.8.0.127 +# dependencies: [] +# script: | +# echo "Approved!" +# only: +# - /^release.*$/ +# when: manual +# +# environment: +# name: production +# url: https://fake.build +# +#do_choco_push: +# stage: prod +# dependencies: +# - do_build +# - do_choco_pack +# - do_approve_prod +# image: mono:5.8.0.127 +# before_script: +# - apt-get update +# - apt-get install -y libunwind8 libicu52 unzip wget git apt-transport-https ca-certificates curl software-properties-common +# - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - +# - add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" +# - apt-get update +# - apt-get install -y docker-ce +# services: +# - docker:dind +# variables: +# DOCKER_HOST: "tcp://docker:2375" +# script: | +# docker version +# unzip -n artifacts/build-cache.zip || echo unzip returned $? +# mkdir fake-bin +# unzip -n artifacts/fake-dotnetcore-ubuntu.14.04-x64.zip -d fake-bin || echo unzip returned $? +# chmod +x fake-bin/fake +# export artifactsdirectory=$PWD/artifacts +# fake-bin/fake build target DotNetCorePushChocolateyPackage +# only: +# - /^release.*$/ +# +#do_prod: +# stage: prod +# image: mono:5.8.0.127 +# dependencies: +# - do_build +# - do_staging +# - do_approve_prod +# +# before_script: +# - apt-get update +# - apt-get install -y libunwind8 libicu52 unzip wget git +# +# variables: +# TERM: "xterm-256color" +# MSBUILDDISABLENODEREUSE: "1" +# BuildInParallel: "false" +# +# script: | +# unzip -n artifacts/build-cache.zip || echo unzip returned $? +# mkdir fake-bin +# unzip -n artifacts/fake-dotnetcore-ubuntu.14.04-x64.zip -d fake-bin || echo unzip returned $? +# chmod +x fake-bin/fake +# export PATH=$PATH:$PWD/fake-bin/ +# export artifactsdirectory=$PWD/artifacts +# fake run build.fsx target FastRelease +# only: +# - /^release.*$/ +# environment: +# name: production +# url: https://fake.build diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets index 44afec51b98..1a8920fc6e6 100644 --- a/.paket/Paket.Restore.targets +++ b/.paket/Paket.Restore.targets @@ -48,8 +48,8 @@ - /usr/bin/shasum $(PaketRestoreCacheFile) | /usr/bin/awk '{ print $1 }' - /usr/bin/shasum $(PaketLockFilePath) | /usr/bin/awk '{ print $1 }' + /usr/bin/shasum "$(PaketRestoreCacheFile)" | /usr/bin/awk '{ print $1 }' + /usr/bin/shasum "$(PaketLockFilePath)" | /usr/bin/awk '{ print $1 }' diff --git a/Fake.sln b/Fake.sln index 6b6d21245ad..e52f4f9ca56 100644 --- a/Fake.sln +++ b/Fake.sln @@ -125,9 +125,21 @@ EndProject Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Tools.Pickles", "src/app/Fake.Tools.Pickles/Fake.Tools.Pickles.fsproj", "{2EC1798B-3AD5-42FE-9406-F358B995ACC3}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{03CB61B6-EBB8-4C4A-B6A3-0D84D1F78A92}" -ProjectSection(SolutionItems) = preProject - build.fsx = build.fsx -EndProjectSection + ProjectSection(SolutionItems) = preProject + build.fsx = build.fsx + paket.lock = paket.lock + paket.dependencies = paket.dependencies + .gitlab-ci.yml = .gitlab-ci.yml + RELEASE_NOTES.md = RELEASE_NOTES.md + EndProjectSection +EndProject +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Core.IntegrationTests", "src/test/Fake.Core.IntegrationTests/Fake.Core.IntegrationTests.fsproj", "{AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}" +EndProject +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Windows.Registry", "src/app/Fake.Windows.Registry/Fake.Windows.Registry.fsproj", "{71259EF7-41FD-4068-BD85-E4C7F67EAC25}" +EndProject +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.DotNet.Fsc", "src/app/Fake.DotNet.Fsc/Fake.DotNet.Fsc.fsproj", "{32A82EF2-BB35-40A2-9418-904ECFC1EF47}" +EndProject +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fake.BuildServer.GitLab", "src/app/Fake.BuildServer.GitLab/Fake.BuildServer.GitLab.fsproj", "{F778A9E5-FC1A-4934-A6B9-98C84BE9A667}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -307,6 +319,18 @@ Global {93F1A71E-54E2-4C65-BB1E-1D499890317F}.Release|x64.Build.0 = Release|Any CPU {93F1A71E-54E2-4C65-BB1E-1D499890317F}.Release|x86.ActiveCfg = Release|Any CPU {93F1A71E-54E2-4C65-BB1E-1D499890317F}.Release|x86.Build.0 = Release|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|x64.ActiveCfg = Debug|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|x64.Build.0 = Debug|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|x86.ActiveCfg = Debug|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|x86.Build.0 = Debug|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|Any CPU.Build.0 = Release|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|x64.ActiveCfg = Release|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|x64.Build.0 = Release|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|x86.ActiveCfg = Release|Any CPU + {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|x86.Build.0 = Release|Any CPU {C1B87E1F-8D0D-4A78-9A24-9D5D38B7E9A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C1B87E1F-8D0D-4A78-9A24-9D5D38B7E9A8}.Debug|Any CPU.Build.0 = Debug|Any CPU {C1B87E1F-8D0D-4A78-9A24-9D5D38B7E9A8}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -703,18 +727,6 @@ Global {77E0066D-A04D-445B-B036-9008A40F8A44}.Release|x64.Build.0 = Release|Any CPU {77E0066D-A04D-445B-B036-9008A40F8A44}.Release|x86.ActiveCfg = Release|Any CPU {77E0066D-A04D-445B-B036-9008A40F8A44}.Release|x86.Build.0 = Release|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|x64.ActiveCfg = Debug|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|x64.Build.0 = Debug|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|x86.ActiveCfg = Debug|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Debug|x86.Build.0 = Debug|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|Any CPU.Build.0 = Release|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|x64.ActiveCfg = Release|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|x64.Build.0 = Release|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|x86.ActiveCfg = Release|Any CPU - {819E2756-7BEE-4FCD-BA08-7BF323405CBE}.Release|x86.Build.0 = Release|Any CPU {B636A082-4DB4-439D-8A37-E5214BDC00A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B636A082-4DB4-439D-8A37-E5214BDC00A3}.Debug|Any CPU.Build.0 = Debug|Any CPU {B636A082-4DB4-439D-8A37-E5214BDC00A3}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -753,16 +765,16 @@ Global {3BC4A91C-3381-4BF9-BF11-8E06706CF878}.Release|x86.Build.0 = Release|Any CPU {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|x64.ActiveCfg = Debug|x64 - {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|x64.Build.0 = Debug|x64 - {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|x86.ActiveCfg = Debug|x86 - {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|x86.Build.0 = Debug|x86 + {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|x64.ActiveCfg = Debug|Any CPU + {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|x64.Build.0 = Debug|Any CPU + {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|x86.ActiveCfg = Debug|Any CPU + {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Debug|x86.Build.0 = Debug|Any CPU {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|Any CPU.ActiveCfg = Release|Any CPU {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|Any CPU.Build.0 = Release|Any CPU - {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|x64.ActiveCfg = Release|x64 - {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|x64.Build.0 = Release|x64 - {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|x86.ActiveCfg = Release|x86 - {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|x86.Build.0 = Release|x86 + {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|x64.ActiveCfg = Release|Any CPU + {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|x64.Build.0 = Release|Any CPU + {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|x86.ActiveCfg = Release|Any CPU + {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D}.Release|x86.Build.0 = Release|Any CPU {4E702236-A2B1-4920-B56D-4746CC0726D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4E702236-A2B1-4920-B56D-4746CC0726D3}.Debug|Any CPU.Build.0 = Debug|Any CPU {4E702236-A2B1-4920-B56D-4746CC0726D3}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -811,6 +823,54 @@ Global {2EC1798B-3AD5-42FE-9406-F358B995ACC3}.Release|x64.Build.0 = Release|Any CPU {2EC1798B-3AD5-42FE-9406-F358B995ACC3}.Release|x86.ActiveCfg = Release|Any CPU {2EC1798B-3AD5-42FE-9406-F358B995ACC3}.Release|x86.Build.0 = Release|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Debug|x64.ActiveCfg = Debug|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Debug|x64.Build.0 = Debug|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Debug|x86.ActiveCfg = Debug|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Debug|x86.Build.0 = Debug|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Release|Any CPU.Build.0 = Release|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Release|x64.ActiveCfg = Release|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Release|x64.Build.0 = Release|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Release|x86.ActiveCfg = Release|Any CPU + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C}.Release|x86.Build.0 = Release|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Debug|Any CPU.Build.0 = Debug|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Debug|x64.ActiveCfg = Debug|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Debug|x64.Build.0 = Debug|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Debug|x86.ActiveCfg = Debug|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Debug|x86.Build.0 = Debug|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Release|Any CPU.ActiveCfg = Release|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Release|Any CPU.Build.0 = Release|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Release|x64.ActiveCfg = Release|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Release|x64.Build.0 = Release|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Release|x86.ActiveCfg = Release|Any CPU + {71259EF7-41FD-4068-BD85-E4C7F67EAC25}.Release|x86.Build.0 = Release|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Debug|Any CPU.Build.0 = Debug|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Debug|x64.ActiveCfg = Debug|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Debug|x64.Build.0 = Debug|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Debug|x86.ActiveCfg = Debug|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Debug|x86.Build.0 = Debug|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Release|Any CPU.ActiveCfg = Release|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Release|Any CPU.Build.0 = Release|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Release|x64.ActiveCfg = Release|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Release|x64.Build.0 = Release|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Release|x86.ActiveCfg = Release|Any CPU + {32A82EF2-BB35-40A2-9418-904ECFC1EF47}.Release|x86.Build.0 = Release|Any CPU + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Debug|x64.ActiveCfg = Debug|x64 + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Debug|x64.Build.0 = Debug|x64 + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Debug|x86.ActiveCfg = Debug|x86 + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Debug|x86.Build.0 = Debug|x86 + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Release|Any CPU.Build.0 = Release|Any CPU + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Release|x64.ActiveCfg = Release|x64 + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Release|x64.Build.0 = Release|x64 + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Release|x86.ActiveCfg = Release|x86 + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -828,9 +888,9 @@ Global {C3C12DCE-7AC4-4E97-A7FC-49189D218885} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {BB293F2E-C3BD-4F1C-8345-8AEF01998D2C} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {B2C0063A-FC66-4883-BB69-B1DBE6BF9CA2} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} - {D8CFE7F9-8E14-4B22-9729-7FF431AFE36B} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {64195C50-E138-4218-A7CE-13CD4565B87E} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {93F1A71E-54E2-4C65-BB1E-1D499890317F} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} + {819E2756-7BEE-4FCD-BA08-7BF323405CBE} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {C1B87E1F-8D0D-4A78-9A24-9D5D38B7E9A8} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {75C9DD21-B4EA-4117-BF4F-AFE777A80B5B} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {21E2FE31-4E7C-489E-8215-9303108A2F39} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} @@ -866,14 +926,18 @@ Global {E09B72E4-D890-46A8-8D14-7367C2E23E9D} = {539D7B9A-18A1-4D79-86AB-C8B48090CA84} {8561A35A-C2A4-43C7-A938-CB35A7747121} = {E09B72E4-D890-46A8-8D14-7367C2E23E9D} {77E0066D-A04D-445B-B036-9008A40F8A44} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} - {819E2756-7BEE-4FCD-BA08-7BF323405CBE} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {B636A082-4DB4-439D-8A37-E5214BDC00A3} = {901F162F-8925-4390-89C5-9EE2C343F744} {DE7579F2-C20F-4C35-BC04-C10362912243} = {901F162F-8925-4390-89C5-9EE2C343F744} {3BC4A91C-3381-4BF9-BF11-8E06706CF878} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {3C27E2CA-98DC-40ED-B334-87B84D7F3E0D} = {901F162F-8925-4390-89C5-9EE2C343F744} {4E702236-A2B1-4920-B56D-4746CC0726D3} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {DA58D728-C36A-4DC7-8D92-F2BA13667EA5} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} + {D8CFE7F9-8E14-4B22-9729-7FF431AFE36B} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} {2EC1798B-3AD5-42FE-9406-F358B995ACC3} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} + {AFEF80BC-0B9A-42D8-A830-3FF1946DF51C} = {E09B72E4-D890-46A8-8D14-7367C2E23E9D} + {71259EF7-41FD-4068-BD85-E4C7F67EAC25} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} + {32A82EF2-BB35-40A2-9418-904ECFC1EF47} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A} + {F778A9E5-FC1A-4934-A6B9-98C84BE9A667} = {901F162F-8925-4390-89C5-9EE2C343F744} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {058A0C5E-2216-4306-8AFB-0AE28320C26A} diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 385f73b8caf..5427149e46d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,18 @@ # Release Notes +## 5.0.0-rc012 - 2018-05-12 + +* FAKE5: New module `Fake.Windows.Registry` - https://github.com/fsharp/FAKE/pull/1909 +* BUGFIX: Fix MSBuild parameter parsing - https://github.com/fsharp/FAKE/pull/1918 +* BUGFIX: DocoptException was not reported correctly - https://github.com/MangelMaxime/fulma-demo/issues/4 +* FAKE5: New module `Fake.DotNet.Fsc` - https://github.com/fsharp/FAKE/pull/1919 +* ENHANCEMENT: Improve GitLab and VSTS CI Support - https://github.com/fsharp/FAKE/pull/1920 +* FAKE5: New module `Fake.BuildServer.GitLab` - https://github.com/fsharp/FAKE/pull/1919 +* BUGFIX: Zip.unzip was flattening the result - https://github.com/fsharp/FAKE/pull/1920 +* BUGFIX: Fake complained that Intellisense.fsx didn't exist - https://github.com/fsharp/FAKE/issues/1917 +* ENHANCEMENT: Targets now retrieve the current execution list as context parameter - https://github.com/fsharp/FAKE/pull/1920 +* DOCS: Huge update to the documentation, adds obsolete warnings thanks @kblohm - https://github.com/fsharp/FAKE/pull/1923 + ## 5.0.0-rc011 - 2018-05-06 * ENHANCEMENT: Add Verbosity setting for NuGet restore - https://github.com/fsharp/FAKE/pull/1904 diff --git a/build.fsx b/build.fsx index 8579879131e..706c3389be9 100644 --- a/build.fsx +++ b/build.fsx @@ -11,6 +11,7 @@ nuget Fake.BuildServer.AppVeyor prerelease nuget Fake.BuildServer.TeamCity prerelease nuget Fake.BuildServer.Travis prerelease nuget Fake.BuildServer.TeamFoundation prerelease +nuget Fake.BuildServer.GitLab prerelease nuget Fake.Core.Target prerelease nuget Fake.Core.SemVer prerelease nuget Fake.IO.FileSystem prerelease @@ -43,16 +44,14 @@ open System.Reflection #else // Load this before FakeLib, see https://github.com/fsharp/FSharp.Compiler.Service/issues/763 #r "packages/Mono.Cecil/lib/net40/Mono.Cecil.dll" -//#if DESIGNTIME #I "packages/build/FAKE/tools/" #r "FakeLib.dll" #r "Paket.Core.dll" #r "packages/build/System.Net.Http/lib/net46/System.Net.Http.dll" #r "packages/build/Octokit/lib/net45/Octokit.dll" -//#else -//#r "src/app/FakeLib/bin/Debug/FakeLib.dll" -//#endif #I "packages/build/SourceLink.Fake/tools/" + +#r "System.IO.Compression" //#load "packages/build/SourceLink.Fake/tools/SourceLink.fsx" #endif @@ -92,6 +91,13 @@ let gitName = "FAKE" let release = ReleaseNotes.load "RELEASE_NOTES.md" +(* +let version = + let semVer = SemVer.parse release.NugetVersion + match semVer.PreRelease with + | None -> () + | _ -> ()*) + let packages = ["FAKE.Core",projectDescription "FAKE.Gallio",projectDescription + " Extensions for Gallio" @@ -99,7 +105,7 @@ let packages = "FAKE.FluentMigrator",projectDescription + " Extensions for FluentMigrator" "FAKE.SQL",projectDescription + " Extensions for SQL Server" "FAKE.Experimental",projectDescription + " Experimental Extensions" - "FAKE.Deploy.Lib",projectDescription + " Extensions for FAKE Deploy" + "Fake.Deploy.Lib",projectDescription + " Extensions for FAKE Deploy" projectName,projectDescription + " This package bundles all extensions." "FAKE.Lib",projectDescription + " FAKE helper functions as library"] @@ -125,22 +131,114 @@ let additionalFiles = [ "./packages/FSharp.Core/lib/net45/FSharp.Core.sigdata" "./packages/FSharp.Core/lib/net45/FSharp.Core.optdata"] +let nuget_exe = Directory.GetCurrentDirectory() "packages" "build" "NuGet.CommandLine" "tools" "NuGet.exe" +let apikey = Environment.environVarOrDefault "nugetkey" "" +let nugetsource = Environment.environVarOrDefault "nugetsource" "https://www.nuget.org/api/v2/package" +let artifactsDir = Environment.environVarOrDefault "artifactsdirectory" "" +let fromArtifacts = not <| String.isNullOrEmpty artifactsDir + BuildServer.install [ AppVeyor.Installer TeamCity.Installer Travis.Installer TeamFoundation.Installer +#if DOTNETCORE + GitLab.Installer +#endif ] -let current = CoreTracing.getListeners() -if current |> Seq.contains CoreTracing.defaultConsoleTraceListener |> not then - CoreTracing.setTraceListeners (CoreTracing.defaultConsoleTraceListener :: current) +let version = + let segToString = function + | PreReleaseSegment.AlphaNumeric n -> n + | PreReleaseSegment.Numeric n -> string n + let createAlphaNum (s:string) = + PreReleaseSegment.AlphaNumeric (s.Replace("_", "-").Replace("+", "-")) + let source, buildMeta = + match BuildServer.buildServer with +#if DOTNETCORE + | BuildServer.GitLabCI -> + // Workaround for now + // We get CI_COMMIT_REF_NAME=master and CI_COMMIT_SHA + // Too long for chocolatey (limit = 20) and we don't strictly need it. + //let branchPath = + // MyGitLab.Environment.CommitRefName.Split('/') + // |> Seq.map createAlphaNum + [ //yield! branchPath + //yield PreReleaseSegment.AlphaNumeric "gitlab" + yield PreReleaseSegment.AlphaNumeric GitLab.Environment.PipelineId + ], sprintf "gitlab.%s" GitLab.Environment.CommitSha +#endif + | BuildServer.TeamFoundation -> + let sourceBranch = TeamFoundation.Environment.BuildSourceBranch + let isPr = sourceBranch.StartsWith "refs/pull/" + let firstSegment = + if isPr then + let splits = sourceBranch.Split '/' + let prNum = bigint (int splits.[2]) + [ PreReleaseSegment.AlphaNumeric "pr"; PreReleaseSegment.Numeric prNum ] + else + // Too long for chocolatey (limit = 20) and we don't strictly need it. + //let branchPath = sourceBranch.Split('/') |> Seq.skip 2 |> Seq.map createAlphaNum + //[ yield! branchPath ] + [] + let buildId = bigint (int TeamFoundation.Environment.BuildId) + [ yield! firstSegment + //yield PreReleaseSegment.AlphaNumeric "vsts" + yield PreReleaseSegment.Numeric buildId + ], sprintf "vsts.%s" TeamFoundation.Environment.BuildSourceVersion + | _ -> [], "" + + let semVer = SemVer.parse release.NugetVersion + let prerelease = + match semVer.PreRelease with + | None -> None + | Some p -> + let toAdd = System.String.Join(".", source |> Seq.map segToString) + let toAdd = if System.String.IsNullOrEmpty toAdd then toAdd else "." + toAdd + Some ({p with + Values = p.Values @ source + Origin = p.Origin + toAdd }) + { semVer with PreRelease = prerelease; Original = None; BuildMetaData = buildMeta } +let nugetVersion = + if System.String.IsNullOrEmpty version.BuildMetaData + then version.AsString + else sprintf "%s+%s" version.AsString version.BuildMetaData +let chocoVersion = + // Replace "." with "-" in the prerelease-string + let build = + if version.Build > 0I then ("." + version.Build.ToString("D")) else "" + let pre = + match version.PreRelease with + | Some preRelease -> ("-" + preRelease.Origin.Replace(".", "-")) + | None -> "" + let result = sprintf "%d.%d.%d%s%s" version.Major version.Minor version.Patch build pre + if pre.Length > 20 then + let msg = sprintf "Version '%s' is too long for chocolatey (Prerelease string is max 20 chars)" result + Trace.traceError msg + failwithf "%s" msg + result + +Trace.setBuildNumber nugetVersion + +//let current = CoreTracing.getListeners() +//if current |> Seq.contains CoreTracing.defaultConsoleTraceListener |> not then +// CoreTracing.setTraceListeners (CoreTracing.defaultConsoleTraceListener :: current) + let dotnetSdk = lazy DotNet.install DotNet.Release_2_1_4 let inline dtntWorkDir wd = DotNet.Options.lift dotnetSdk.Value >> DotNet.Options.withWorkingDirectory wd let inline dtntSmpl arg = DotNet.Options.lift dotnetSdk.Value arg +let publish f = + // Workaround + let path = Path.GetFullPath f + let name = Path.GetFileName path + let target = Path.Combine("artifacts", name) + let targetDir = Path.GetDirectoryName target + Directory.ensure targetDir + Trace.publish ImportData.BuildArtifact (Path.GetFullPath f) + let cleanForTests () = // Clean NuGet cache (because it might contain appveyor stuff) let cacheFolders = [ Paket.Constants.UserNuGetPackagesFolder; Paket.Constants.NuGetCacheFolder ] @@ -177,7 +275,7 @@ Target.create "WorkaroundPaketNuspecBug" (fun _ -> // https://github.com/fsprojects/Paket/issues/2689 // Basically paket fails if there is already an existing nuspec in obj/ dir because then MSBuild will call paket with multiple nuspec file arguments separated by ';' !! "src/*/*/obj/**/*.nuspec" - -- (sprintf "src/*/*/obj/**/*%s.nuspec" release.NugetVersion) + -- (sprintf "src/*/*/obj/**/*%s.nuspec" nugetVersion) |> File.deleteAll ) @@ -241,8 +339,8 @@ Target.create "RenameFSharpCompilerService" (fun _ -> let common = [ AssemblyInfo.Product "FAKE - F# Make" AssemblyInfo.Version release.AssemblyVersion - AssemblyInfo.InformationalVersion release.NugetVersion - AssemblyInfo.FileVersion release.NugetVersion] + AssemblyInfo.InformationalVersion nugetVersion + AssemblyInfo.FileVersion nugetVersion] // New FAKE libraries let dotnetAssemblyInfos = @@ -254,12 +352,13 @@ let dotnetAssemblyInfos = "Fake.Azure.Emulators", "Azure Emulators Support" "Fake.Azure.Kudu", "Azure Kudu Support" "Fake.Azure.WebJobs", "Azure Web Jobs Support" - "Fake.BuildServer.TeamCity", "Integration into TeamCity buildserver" "Fake.BuildServer.AppVeyor", "Integration into AppVeyor buildserver" - "Fake.BuildServer.Travis", "Integration into Travis buildserver" + "Fake.BuildServer.GitLab", "Integration into GitLab-CI buildserver" + "Fake.BuildServer.TeamCity", "Integration into TeamCity buildserver" "Fake.BuildServer.TeamFoundation", "Integration into TeamFoundation buildserver" - "Fake.Core.Context", "Core Context Infrastructure" + "Fake.BuildServer.Travis", "Integration into Travis buildserver" "Fake.Core.CommandLineParsing", "Core commandline parsing support via docopt like syntax" + "Fake.Core.Context", "Core Context Infrastructure" "Fake.Core.Environment", "Environment Detection" "Fake.Core.Process", "Starting and managing Processes" "Fake.Core.ReleaseNotes", "Parsing ReleaseNotes" @@ -269,37 +368,40 @@ let dotnetAssemblyInfos = "Fake.Core.Tasks", "Repeating and managing Tasks" "Fake.Core.Trace", "Core Logging functionality" "Fake.Core.Xml", "Core Xml functionality" + "Fake.Documentation.DocFx", "Documentation with DocFx" "Fake.DotNet.AssemblyInfoFile", "Writing AssemblyInfo files" "Fake.DotNet.Cli", "Running the dotnet cli" + "Fake.DotNet.Fsc", "Running the f# compiler - fsc" + "Fake.DotNet.FSFormatting", "Running fsformatting.exe and generating documentation" "Fake.DotNet.Mage", "Manifest Generation and Editing Tool" "Fake.DotNet.MSBuild", "Running msbuild" "Fake.DotNet.NuGet", "Running NuGet Client and interacting with NuGet Feeds" "Fake.DotNet.Paket", "Running Paket and publishing packages" - "Fake.DotNet.FSFormatting", "Running fsformatting.exe and generating documentation" + "Fake.DotNet.Testing.Expecto", "Running expecto test runner" "Fake.DotNet.Testing.MSpec", "Running mspec test runner" - "Fake.DotNet.Testing.NUnit", "Running nunit test runner" - "Fake.DotNet.Testing.XUnit2", "Running xunit test runner" "Fake.DotNet.Testing.MSTest", "Running mstest test runner" + "Fake.DotNet.Testing.NUnit", "Running nunit test runner" + "Fake.DotNet.Testing.OpenCover", "Code coverage with OpenCover" "Fake.DotNet.Testing.SpecFlow", "BDD with Gherkin and SpecFlow" + "Fake.DotNet.Testing.XUnit2", "Running xunit test runner" "Fake.DotNet.Xamarin", "Running Xamarin builds" - "Fake.JavaScript.Npm", "Running npm commands" - "Fake.JavaScript.Yarn", "Running Yarn commands" + "Fake.Installer.InnoSetup", "Creating installers with InnoSetup" "Fake.IO.FileSystem", "Core Filesystem utilities and globbing support" "Fake.IO.Zip", "Core Zip functionality" + "Fake.JavaScript.Npm", "Running npm commands" + "Fake.JavaScript.Yarn", "Running Yarn commands" "Fake.Net.Http", "HTTP Client" "Fake.netcore", "Command line tool" "Fake.Runtime", "Core runtime features" + "Fake.Sql.DacPac", "Sql Server Data Tools DacPac operations" + "Fake.Testing.Common", "Common testing data types" + "Fake.Testing.ReportGenerator", "Convert XML coverage output to various formats" + "Fake.Testing.SonarQube", "Analyzing your project with SonarQube" "Fake.Tools.Git", "Running git commands" "Fake.Tools.Pickles", "Convert Gherkin to HTML" - "Fake.Testing.Common", "Common testing data types" "Fake.Tracing.NAntXml", "NAntXml" "Fake.Windows.Chocolatey", "Running and packaging with Chocolatey" - "Fake.Testing.SonarQube", "Analyzing your project with SonarQube" - "Fake.Testing.ReportGenerator", "Convert XML coverage output to various formats" - "Fake.DotNet.Testing.OpenCover", "Code coverage with OpenCover" - "Fake.Sql.DacPac", "Sql Server Data Tools DacPac operations" - "Fake.Documentation.DocFx", "Documentation with DocFx" - "Fake.Installer.InnoSetup", "Creating installers with InnoSetup" ] + "Fake.Windows.Registry", "CRUD functionality for Windows registry" ] let assemblyInfos = [ legacyDir "FAKE/AssemblyInfo.fs", @@ -363,6 +465,13 @@ Target.create "UnskipAndRevertAssemblyInfo" (fun _ -> Target.create "_BuildSolution" (fun _ -> MSBuild.runWithDefaults "Build" ["./src/Legacy-FAKE.sln"; "./src/Legacy-FAKE.Deploy.Web.sln"] |> Trace.logItems "AppBuild-Output: " + + // TODO: Check if we run the test in the current build! + Directory.ensure "temp" + let testZip = "temp/tests-legacy.zip" + !! "test/**" + |> Zip.zip "." testZip + publish testZip ) Target.create "GenerateDocs" (fun _ -> @@ -376,7 +485,7 @@ Target.create "GenerateDocs" (fun _ -> "page-author", String.separated ", " authors "project-author", String.separated ", " authors "github-link", githubLink - "version", release.NugetVersion + "version", nugetVersion "project-github", "http://github.com/fsharp/fake" "project-nuget", "https://www.nuget.org/packages/FAKE" "root", "http://fsharp.github.io/FAKE" @@ -421,10 +530,12 @@ Target.create "GenerateDocs" (fun _ -> LayoutRoots = layoutRoots }) Directory.ensure apidocsDir - + + let baseDir = Path.GetFullPath "." let dllsAndLibDirs (dllPattern:IGlobbingPattern) = let dlls = dllPattern + |> GlobbingPattern.setBaseDir baseDir |> Seq.distinctBy Path.GetFileName |> List.ofSeq let libDirs = @@ -438,7 +549,7 @@ Target.create "GenerateDocs" (fun _ -> Directory.ensure fake5ApidocsDir let fake5Dlls, fake5LibDirs = - !! "./src/app/Fake.*/bin/Release/**/Fake.*.dll" + !! "src/app/Fake.*/bin/Release/**/Fake.*.dll" |> dllsAndLibDirs fake5Dlls @@ -483,14 +594,14 @@ Target.create "GenerateDocs" (fun _ -> let fake5LegacyApidocsDir = apidocsDir @@ "v5/legacy" Directory.ensure fake5LegacyApidocsDir let fake5LegacyDlls, fake5LegacyLibDirs = - !! "./build/**/Fake.*.dll" - ++ "./build/FakeLib.dll" - -- "./build/**/Fake.Experimental.dll" - -- "./build/**/FSharp.Compiler.Service.dll" - -- "./build/**/netcore/FAKE.FSharp.Compiler.Service.dll" - -- "./build/**/FAKE.FSharp.Compiler.Service.dll" - -- "./build/**/Fake.IIS.dll" - -- "./build/**/Fake.Deploy.Lib.dll" + !! "build/**/Fake.*.dll" + ++ "build/FakeLib.dll" + -- "build/**/Fake.Experimental.dll" + -- "build/**/FSharp.Compiler.Service.dll" + -- "build/**/netcore/FAKE.FSharp.Compiler.Service.dll" + -- "build/**/FAKE.FSharp.Compiler.Service.dll" + -- "build/**/Fake.IIS.dll" + -- "build/**/Fake.Deploy.Lib.dll" |> dllsAndLibDirs fake5LegacyDlls @@ -507,13 +618,13 @@ Target.create "GenerateDocs" (fun _ -> let fake4LegacyApidocsDir = apidocsDir @@ "v4" Directory.ensure fake4LegacyApidocsDir let fake4LegacyDlls, fake4LegacyLibDirs = - !! "./packages/docs/FAKE/tools/Fake.*.dll" - ++ "./packages/docs/FAKE/tools/FakeLib.dll" - -- "./packages/docs/FAKE/tools/Fake.Experimental.dll" - -- "./packages/docs/FAKE/tools/FSharp.Compiler.Service.dll" - -- "./packages/docs/FAKE/tools/FAKE.FSharp.Compiler.Service.dll" - -- "./packages/docs/FAKE/tools/Fake.IIS.dll" - -- "./packages/docs/FAKE/tools/Fake.Deploy.Lib.dll" + !! "packages/docs/FAKE/tools/Fake.*.dll" + ++ "packages/docs/FAKE/tools/FakeLib.dll" + -- "packages/docs/FAKE/tools/Fake.Experimental.dll" + -- "packages/docs/FAKE/tools/FSharp.Compiler.Service.dll" + -- "packages/docs/FAKE/tools/FAKE.FSharp.Compiler.Service.dll" + -- "packages/docs/FAKE/tools/Fake.IIS.dll" + -- "packages/docs/FAKE/tools/Fake.Deploy.Lib.dll" |> dllsAndLibDirs fake4LegacyDlls @@ -587,8 +698,10 @@ Target.create "Test" (fun _ -> Target.create "DotNetCoreIntegrationTests" (fun _ -> cleanForTests() - !! (testDir @@ "*.IntegrationTests.dll") - |> NUnit3.run id + let processResult = + DotNet.exec (dtntWorkDir root) "src/test/Fake.Core.IntegrationTests/bin/Release/netcoreapp2.0/Fake.Core.IntegrationTests.dll" "--summary" + + if processResult.ExitCode <> 0 then failwithf "DotNet Core Integration tests failed." ) @@ -754,22 +867,46 @@ Target.create "ILRepack" (fun _ -> ) Target.create "CreateNuGet" (fun _ -> + let path = + if Environment.isWindows + then "lib" @@ "corflags.exe" + else "lib" @@ "xCorFlags.exe" let set64BitCorFlags files = files |> Seq.iter (fun file -> - let args = - { Program = "lib" @@ "corflags.exe" - WorkingDir = Path.GetDirectoryName file - CommandLine = "/32BIT- /32BITPREF- " + Process.quoteIfNeeded file - Args = [] } - printfn "%A" args - Process.shellExec args |> ignore) + let exitCode = + Process.execSimple (fun proc -> + { proc with + FileName = Path.GetFullPath path + WorkingDirectory = Path.GetDirectoryName file + Arguments = "/32BIT- /32BITPREF- " + Process.quoteIfNeeded file + } + |> Process.withFramework) (System.TimeSpan.FromMinutes 1.) + if exitCode <> 0 then failwithf "corflags.exe failed with %d" exitCode) let x64ify (package:NuGet.NuGet.NuGetParams) = { package with Dependencies = package.Dependencies |> List.map (fun (pkg, ver) -> pkg + ".x64", ver) Project = package.Project + ".x64" } + let nugetExe = + let pref = Path.GetFullPath "packages/build/NuGet.CommandLine/tools/NuGet.exe" + if File.Exists pref then pref + else + let rec printDir space d = + for f in Directory.EnumerateFiles d do + Trace.tracefn "%sFile: %s" space f + for sd in Directory.EnumerateDirectories d do + Trace.tracefn "%sDirectory: %s" space sd + printDir (space + " ") d + printDir " " (Path.GetFullPath "packages") + match !! "packages/**/NuGet.exe" |> Seq.tryHead with + | Some e -> + Trace.tracefn "Found %s" e + e + | None -> + pref + for package,description in packages do let nugetDocsDir = nugetLegacyDir @@ "docs" let nugetToolsDir = nugetLegacyDir @@ "tools" @@ -788,6 +925,7 @@ Target.create "CreateNuGet" (fun _ -> //|> Seq.iter DeleteFile () + Directory.ensure docsDir match package with | p when p = projectName -> !! (buildDir @@ "**/*.*") |> Shell.copy nugetToolsDir @@ -811,12 +949,14 @@ Target.create "CreateNuGet" (fun _ -> Shell.copyTo nugetToolsDir additionalFiles !! (nugetToolsDir @@ "*.srcsv") |> File.deleteAll + let setParams (p:NuGet.NuGet.NuGetParams) = {p with + NuGet.NuGet.NuGetParams.ToolPath = nugetExe NuGet.NuGet.NuGetParams.Authors = authors NuGet.NuGet.NuGetParams.Project = package NuGet.NuGet.NuGetParams.Description = description - NuGet.NuGet.NuGetParams.Version = release.NugetVersion + NuGet.NuGet.NuGetParams.Version = nugetVersion NuGet.NuGet.NuGetParams.OutputPath = nugetLegacyDir NuGet.NuGet.NuGetParams.WorkingDir = nugetLegacyDir NuGet.NuGet.NuGetParams.Summary = projectSummary @@ -830,6 +970,11 @@ Target.create "CreateNuGet" (fun _ -> NuGet.NuGet.NuGet setParams "fake.nuspec" !! (nugetToolsDir @@ "FAKE.exe") |> set64BitCorFlags NuGet.NuGet.NuGet (setParams >> x64ify) "fake.nuspec" + + let legacyZip = "nuget/fake-legacy-packages.zip" + !! (nugetLegacyDir "**/*.nupkg") + |> Zip.zip nugetLegacyDir legacyZip + publish legacyZip ) let netCoreProjs = @@ -901,8 +1046,8 @@ Target.create "_DotNetPackage" (fun _ -> //Environment.setEnvironVar "IncludeSource" "true" //Environment.setEnvironVar "IncludeSymbols" "false" Environment.setEnvironVar "GenerateDocumentationFile" "true" - Environment.setEnvironVar "PackageVersion" release.NugetVersion - Environment.setEnvironVar "Version" release.NugetVersion + Environment.setEnvironVar "PackageVersion" nugetVersion + Environment.setEnvironVar "Version" nugetVersion Environment.setEnvironVar "Authors" (String.separated ";" authors) Environment.setEnvironVar "Description" projectDescription Environment.setEnvironVar "PackageReleaseNotes" (release.Notes |> String.toLines) @@ -922,10 +1067,17 @@ Target.create "_DotNetPackage" (fun _ -> { c.Common with CustomParams = Some "/m:1" } else c.Common } |> dtntSmpl) "Fake.sln" + + // TODO: Check if we run the test in the current build! + Directory.ensure "temp" + let testZip = "temp/tests.zip" + !! "src/test/*/bin/Release/netcoreapp2.0/**" + |> Zip.zip "src/test" testZip + publish testZip ) Target.create "DotNetCoreCreateZipPackages" (fun _ -> - Environment.setEnvironVar "Version" release.NugetVersion + Environment.setEnvironVar "Version" nugetVersion // build zip packages !! "nuget/dotnetcore/*.nupkg" @@ -938,30 +1090,65 @@ Target.create "DotNetCoreCreateZipPackages" (fun _ -> !! (sprintf "%s/**" runtimeDir) |> Zip.zip runtimeDir (sprintf "nuget/dotnetcore/Fake.netcore/fake-dotnetcore-%s.zip" runtime) ) + + runtimes @ [ "portable"; "packages" ] + |> List.map (fun n -> sprintf "nuget/dotnetcore/Fake.netcore/fake-dotnetcore-%s.zip" n) + |> List.iter publish ) +let getChocoWrapper () = + let altToolPath = Path.GetFullPath "temp/choco.sh" + if not Environment.isWindows then + Directory.ensure "temp" + File.WriteAllText(altToolPath, """#!/bin/bash +docker run --rm -v $PWD:$PWD -w $PWD linuturk/mono-choco $@ +""" ) + let result = Shell.Exec("chmod", sprintf "+x %s" altToolPath) + if result <> 0 then failwithf "'chmod +x %s' failed on unix" altToolPath + altToolPath + Target.create "DotNetCoreCreateChocolateyPackage" (fun _ -> // !! "" + let altToolPath = getChocoWrapper() + let changeToolPath (p: Choco.ChocoPackParams) = + if Environment.isWindows + then p + else { p with ToolPath = altToolPath } Directory.ensure "nuget/dotnetcore/chocolatey" Choco.packFromTemplate (fun p -> { p with PackageId = "fake" ReleaseNotes = release.Notes |> String.toLines InstallerType = Choco.ChocolateyInstallerType.SelfContained - Version = release.NugetVersion + Version = chocoVersion Files = [ (System.IO.Path.GetFullPath @"nuget\dotnetcore\Fake.netcore\win7-x86") + @"\**", Some "bin", None (System.IO.Path.GetFullPath @"src\VERIFICATION.txt"), Some "VERIFICATION.txt", None (System.IO.Path.GetFullPath @"License.txt"), Some "LICENSE.txt", None ] - OutputDir = "nuget/dotnetcore/chocolatey" }) "src/Fake-choco-template.nuspec" - () + OutputDir = "nuget/dotnetcore/chocolatey" } + |> changeToolPath) "src/Fake-choco-template.nuspec" + + let name = sprintf "%s.%s" "fake" chocoVersion + let chocoPackage = sprintf "nuget/dotnetcore/chocolatey/%s.nupkg" name + let chocoTargetPackage = sprintf "nuget/dotnetcore/chocolatey/chocolatey-%s.nupkg" name + File.Copy(chocoPackage, chocoTargetPackage, true) + publish chocoTargetPackage ) Target.create "DotNetCorePushChocolateyPackage" (fun _ -> - let path = sprintf "nuget/dotnetcore/chocolatey/%s.%s.nupkg" "fake" release.NugetVersion + let name = sprintf "%s.%s.nupkg" "fake" chocoVersion + let path = sprintf "nuget/dotnetcore/chocolatey/%s" name + if not Environment.isWindows && not (File.exists path) && fromArtifacts then + Directory.ensure "nuget/dotnetcore/chocolatey" + Shell.copyFile path (artifactsDir sprintf "chocolatey-%s" name) + + let altToolPath = getChocoWrapper() + let changeToolPath (p: Choco.ChocoPushParams) = + if Environment.isWindows then p else { p with ToolPath = altToolPath } path |> Choco.push (fun p -> { p with Source = "https://push.chocolatey.org/" - ApiKey = Environment.environVarOrFail "CHOCOLATEY_API_KEY" }) + ApiKey = Environment.environVarOrFail "CHOCOLATEY_API_KEY" } + |> changeToolPath) ) Target.create "CheckReleaseSecrets" (fun _ -> @@ -970,6 +1157,7 @@ Target.create "CheckReleaseSecrets" (fun _ -> Environment.environVarOrFail "github_user" |> ignore Environment.environVarOrFail "github_token" |> ignore ) + let executeFPM args = printfn "%s %s" "fpm" args Shell.Exec("fpm", args=args, dir="bin") @@ -1043,9 +1231,7 @@ Target.create "DotNetCoreCreateDebianPackage" (fun _ -> ) -let nuget_exe = Directory.GetCurrentDirectory() "packages" "build" "NuGet.CommandLine" "tools" "NuGet.exe" -let apikey = Environment.environVarOrDefault "nugetkey" "" -let nugetsource = Environment.environVarOrDefault "nugetsource" "https://www.nuget.org/api/v2/package" + let rec nugetPush tries nugetpackage = try if not <| System.String.IsNullOrEmpty apikey then @@ -1077,6 +1263,7 @@ Target.create "PublishNuget" (fun _ -> // Timeout atm Paket.push(fun p -> { p with + PublishUrl = nugetsource DegreeOfParallelism = 2 WorkingDir = nugetLegacyDir }) //!! (nugetLegacyDir "**/*.nupkg") @@ -1085,43 +1272,150 @@ Target.create "PublishNuget" (fun _ -> Target.create "ReleaseDocs" (fun _ -> Shell.cleanDir "gh-pages" - let url = Environment.environVarOrDefault "fake_git_url" "https://github.com/fsharp/FAKE.git" + let auth = + match Environment.environVarOrDefault "github_token" "" with + | s when not (System.String.IsNullOrWhiteSpace s) -> + TraceSecrets.register "" s + sprintf "%s:x-oauth-basic@" s + | _ -> "" + let url = Environment.environVarOrDefault "fake_git_url" (sprintf "https://%sgithub.com/fsharp/FAKE.git" auth) Git.Repository.cloneSingleBranch "" url "gh-pages" "gh-pages" Git.Repository.fullclean "gh-pages" Shell.copyRecursive "docs" "gh-pages" true |> printfn "%A" Shell.copyFile "gh-pages" "./Samples/FAKE-Calculator.zip" Git.Staging.stageAll "gh-pages" - Git.Commit.exec "gh-pages" (sprintf "Update generated documentation %s" release.NugetVersion) - Git.Branches.push "gh-pages" + if not BuildServer.isLocalBuild then + Git.CommandHelper.directRunGitCommandAndFail "gh-pages" "config user.email matthi.d@gmail.com" + Git.CommandHelper.directRunGitCommandAndFail "gh-pages" "config user.name \"Matthias Dittrich\"" + Git.Commit.exec "gh-pages" (sprintf "Update generated documentation %s" nugetVersion) + Git.Branches.pushBranch "gh-pages" url "gh-pages" ) Target.create "FastRelease" (fun _ -> - - Git.Staging.stageAll "" - Git.Commit.exec "" (sprintf "Bump version to %s" release.NugetVersion) - let branch = Git.Information.getBranchName "" - Git.Branches.pushBranch "" "origin" branch - - Git.Branches.tag "" release.NugetVersion - Git.Branches.pushTag "" "origin" release.NugetVersion - - let token = + let token = match Environment.environVarOrDefault "github_token" "" with - | s when not (System.String.IsNullOrWhiteSpace s) -> s + | s when not (System.String.IsNullOrWhiteSpace s) -> + TraceSecrets.register "" s + s | _ -> failwith "please set the github_token environment variable to a github personal access token with repro access." + let auth = sprintf "%s:x-oauth-basic@" token + let url = Environment.environVarOrDefault "fake_git_url" (sprintf "https://%sgithub.com/fsharp/FAKE.git" auth) + + let gitDirectory = Environment.environVarOrDefault "git_directory" "" + if not BuildServer.isLocalBuild then + Git.CommandHelper.directRunGitCommandAndFail gitDirectory "config user.email matthi.d@gmail.com" + Git.CommandHelper.directRunGitCommandAndFail gitDirectory "config user.name \"Matthias Dittrich\"" + if gitDirectory <> "" && BuildServer.buildServer = BuildServer.TeamFoundation then + Trace.trace "Prepare git directory" + Git.Branches.checkout gitDirectory false TeamFoundation.Environment.BuildSourceVersion + else + Git.Staging.stageAll gitDirectory + Git.Commit.exec gitDirectory (sprintf "Bump version to %s" nugetVersion) + let branch = Git.Information.getBranchName gitDirectory + Git.Branches.pushBranch gitDirectory "origin" branch + + Git.Branches.tag gitDirectory nugetVersion + Git.Branches.pushTag gitDirectory url nugetVersion let files = runtimes @ [ "portable"; "packages" ] |> List.map (fun n -> sprintf "nuget/dotnetcore/Fake.netcore/fake-dotnetcore-%s.zip" n) GitHub.createClientWithToken token - |> GitHub.draftNewRelease gitOwner gitName release.NugetVersion (release.SemVer.PreRelease <> None) release.Notes + |> GitHub.draftNewRelease gitOwner gitName nugetVersion (release.SemVer.PreRelease <> None) release.Notes |> GitHub.uploadFiles files |> GitHub.publishDraft |> Async.RunSynchronously ) +Target.create "Release_Staging" (fun _ -> ()) + +open System.IO.Compression +let unzip target (fileName : string) = + use stream = new FileStream(fileName, FileMode.Open) + use zipFile = new ZipArchive(stream) + for zipEntry in zipFile.Entries do + let unzipPath = Path.Combine(target, zipEntry.FullName) + let directoryPath = Path.GetDirectoryName(unzipPath) + if unzipPath.EndsWith "/" then + Directory.CreateDirectory(unzipPath) |> ignore + else + // unzip the file + Directory.ensure directoryPath + let zipStream = zipEntry.Open() + if unzipPath.EndsWith "/" |> not then + use unzippedFileStream = File.Create(unzipPath) + zipStream.CopyTo(unzippedFileStream) + +Target.create "PrepareArtifacts" (fun _ -> + if not fromArtifacts then + Trace.trace "empty artifactsDir." + else + !! (artifactsDir "fake-dotnetcore-*.zip") + |> Shell.copy "nuget/dotnetcore/Fake.netcore" + + unzip "nuget/dotnetcore" (artifactsDir "fake-dotnetcore-packages.zip") + + if Environment.isWindows then + Directory.ensure "nuget/dotnetcore/chocolatey" + let name = sprintf "%s.%s.nupkg" "fake" chocoVersion + Shell.copyFile (sprintf "nuget/dotnetcore/chocolatey/%s" name) (artifactsDir sprintf "chocolatey-%s" name) + else + unzip "." (artifactsDir "chocolatey-requirements.zip") + + Directory.ensure "nuget/legacy" + unzip "nuget/legacy" (artifactsDir "fake-legacy-packages.zip") + + Directory.ensure "temp/build" + !! ("nuget" "legacy" "*.nupkg") + |> Seq.iter (fun pack -> + unzip "temp/build" pack + ) + Shell.copyDir "build" "temp/build" (fun _ -> true) + + let unzipIfExists dir file = + Directory.ensure dir + if File.Exists file then + unzip dir file + + // File is not available in case we already have build the full docs + unzipIfExists "help" (artifactsDir "help-markdown.zip") + unzipIfExists "docs" (artifactsDir "docs.zip") + unzipIfExists "src/test" (artifactsDir "tests.zip") +) + +Target.create "BuildArtifacts" (fun args -> + Directory.ensure "temp" + + if not Environment.isWindows then + // Chocolatey package is done in a separate step... + let chocoReq = "temp/chocolatey-requirements.zip" + //!! @"nuget\dotnetcore\Fake.netcore\win7-x86\**" already part of fake-dotnetcore-win7-x86 + !! @"src\VERIFICATION.txt" + ++ @"License.txt" + ++ "src/Fake-choco-template.nuspec" + |> Zip.zip "." chocoReq + publish chocoReq + + let buildCache = "temp/build-cache.zip" + !! (".fake" "build.fsx" "*.dll") + ++ (".fake" "build.fsx" "*.pdb") + ++ "build.fsx" + ++ "paket.dependencies" + ++ "paket.lock" + ++ "RELEASE_NOTES.md" + |> Zip.zip "." buildCache + publish buildCache + + if args.Context.TryFindPrevious "Release_GenerateDocs" |> Option.isNone then + // When Release_GenerateDocs is missing upload markdown (for later processing) + let helpZip = "temp/help-markdown.zip" + !! ("help" "**") + |> Zip.zip "help" helpZip + publish helpZip +) + open System Target.create "PrintColors" (fun _ -> let color (color: ConsoleColor) (code : unit -> _) = @@ -1143,14 +1437,32 @@ Target.create "EnsureTestsRun" (fun _ -> //#endif () ) +Target.Description "Default Build all artifacts and documentation" Target.create "Default" ignore -Target.create "StartDnc" ignore +Target.create "_StartDnc" ignore +Target.Description "Simple local command line release" Target.create "Release" ignore +Target.Description "Build the full-framework (legacy) solution" Target.create "BuildSolution" ignore +Target.Description "dotnet pack pack to build all nuget packages" Target.create "DotNetPackage" ignore -Target.create "AfterBuild" ignore +Target.create "_AfterBuild" ignore +Target.Description "Build and test the dotnet sdk part (fake 5 - no legacy)" Target.create "FullDotNetCore" ignore +Target.Description "publish fake 5 runner for various platforms" Target.create "DotNetPublish" ignore +Target.Description "Run the tests - if artifacts are available via 'artifactsdirectory' those are used." +Target.create "RunTests" ignore +Target.Description "Generate the docs (potentially from artifacts) and publish as artifact." +Target.create "Release_GenerateDocs" (fun _ -> + let testZip = "temp/docs.zip" + !! "docs/**" + |> Zip.zip "docs" testZip + publish testZip +) + +Target.Description "Full Build & Test and publish results as artifacts." +Target.create "Release_BuildAndTest" ignore open Fake.Core.TargetOperators @@ -1160,15 +1472,16 @@ open Fake.Core.TargetOperators ==> "Clean" "WorkaroundPaketNuspecBug" ==> "_DotNetPackage" + // DotNet Core Build "Clean" - ?=> "StartDnc" + ?=> "_StartDnc" ?=> "DownloadPaket" ?=> "SetAssemblyInfo" ==> "_DotNetPackage" ?=> "UnskipAndRevertAssemblyInfo" ==> "DotNetPackage" -"StartDnc" +"_StartDnc" ==> "_DotNetPackage" "DownloadPaket" ==> "_DotNetPackage" @@ -1179,6 +1492,7 @@ let mutable prev = None for runtime in "current" :: "portable" :: runtimes do let rawTargetName = sprintf "_DotNetPublish_%s" runtime let targetName = sprintf "DotNetPublish_%s" runtime + Target.Description (sprintf "publish fake 5 runner for %s" runtime) Target.create targetName ignore "SetAssemblyInfo" ==> rawTargetName @@ -1188,7 +1502,7 @@ for runtime in "current" :: "portable" :: runtimes do rawTargetName ==> targetName |> ignore - "StartDnc" + "_StartDnc" ==> targetName |> ignore "DownloadPaket" @@ -1218,42 +1532,118 @@ for runtime in "current" :: "portable" :: runtimes do ==> "BuildSolution" // AfterBuild -> Both Builds completed "BuildSolution" - ==> "AfterBuild" + ==> "_AfterBuild" "DotNetPackage" - ==> "AfterBuild" + ==> "_AfterBuild" "DotNetPublish" - ==> "AfterBuild" + ==> "_AfterBuild" + // Create artifacts when build is finished -"AfterBuild" - =?> ("CreateNuGet", Environment.isWindows) +let prevDocs = + "_AfterBuild" + ==> "CreateNuGet" ==> "CopyLicense" =?> ("DotNetCoreCreateChocolateyPackage", Environment.isWindows) - =?> ("GenerateDocs", BuildServer.isLocalBuild && Environment.isWindows) +(if fromArtifacts then "PrepareArtifacts" else prevDocs) + =?> ("GenerateDocs", not <| Environment.hasEnvironVar "SkipDocs") ==> "Default" +prevDocs ?=> "GenerateDocs" + +"GenerateDocs" + ==> "Release_GenerateDocs" + +// Build artifacts only (no testing) +"CreateNuGet" + ==> "BuildArtifacts" +"DotNetCoreCreateChocolateyPackage" + =?> ("BuildArtifacts", Environment.isWindows) +"DotNetCoreCreateZipPackages" + ==> "BuildArtifacts" // Test the full framework build -"BuildSolution" +"_BuildSolution" =?> ("Test", not <| Environment.hasEnvironVar "SkipTests") + ==> "Default" + +"BuildSolution" + ==> "Default" + +(if fromArtifacts then "PrepareArtifacts" else "_BuildSolution") =?> ("BootstrapTest", not disableBootstrap && not <| Environment.hasEnvironVar "SkipTests") ==> "Default" +"_BuildSolution" ?=> "BootstrapTest" + +"BootstrapTest" + ==> "RunTests" // Test the dotnetcore build -"DotNetPackage" +(if fromArtifacts then "PrepareArtifacts" else "_DotNetPackage") =?> ("DotNetCoreUnitTests",not <| Environment.hasEnvironVar "SkipTests") - ==> "DotNetCoreCreateZipPackages" + ==> "FullDotNetCore" +"_DotNetPackage" ?=> "DotNetCoreUnitTests" + +"DotNetCoreUnitTests" + ==> "RunTests" + +(if fromArtifacts then "PrepareArtifacts" else "_DotNetPublish_current") =?> ("DotNetCoreIntegrationTests", not <| Environment.hasEnvironVar "SkipIntegrationTests" && not <| Environment.hasEnvironVar "SkipTests") + ==> "FullDotNetCore" +"_DotNetPublish_current" ?=> "DotNetCoreIntegrationTests" + +"DotNetCoreIntegrationTests" + ==> "RunTests" + +(if fromArtifacts then "PrepareArtifacts" else "_DotNetPackage") + =?> ("DotNetCoreIntegrationTests", not <| Environment.hasEnvironVar "SkipIntegrationTests" && not <| Environment.hasEnvironVar "SkipTests") +"_DotNetPackage" ?=> "DotNetCoreIntegrationTests" + +(if fromArtifacts then "PrepareArtifacts" else "_DotNetPublish_current") =?> ("BootstrapTestDotNetCore", not disableBootstrap && not <| Environment.hasEnvironVar "SkipTests") ==> "FullDotNetCore" +"_DotNetPublish_current" ?=> "BootstrapTestDotNetCore" + +"BootstrapTestDotNetCore" + ==> "RunTests" + +"DotNetPackage" + ==> "DotNetCoreCreateZipPackages" + ==> "FullDotNetCore" ==> "Default" +// Artifacts & Tests +"Default" ==> "Release_BuildAndTest" +"Release_GenerateDocs" ?=> "BuildArtifacts" +"BuildArtifacts" ==> "Release_BuildAndTest" +"Release_GenerateDocs" ==> "Release_BuildAndTest" + + // Release stuff ('FastRelease' is to release after running 'Default') -"EnsureTestsRun" +(if fromArtifacts then "PrepareArtifacts" else "EnsureTestsRun") =?> ("DotNetCorePushChocolateyPackage", Environment.isWindows) - =?> ("ReleaseDocs", BuildServer.isLocalBuild && Environment.isWindows) + ==> "FastRelease" +"EnsureTestsRun" ?=> "DotNetCorePushChocolateyPackage" + +(if fromArtifacts then "PrepareArtifacts" else "EnsureTestsRun") + =?> ("ReleaseDocs", not <| Environment.hasEnvironVar "SkipDocs") + ==> "FastRelease" +"EnsureTestsRun" ?=> "ReleaseDocs" + +(if fromArtifacts then "PrepareArtifacts" else "EnsureTestsRun") ==> "DotNetCorePushNuGet" + ==> "FastRelease" +"EnsureTestsRun" ?=> "DotNetCorePushNuGet" + +(if fromArtifacts then "PrepareArtifacts" else "EnsureTestsRun") ==> "PublishNuget" ==> "FastRelease" +"EnsureTestsRun" ?=> "PublishNuget" + +// Gitlab staging (myget release) +"PublishNuget" + ==> "Release_Staging" +"DotNetCorePushNuGet" + ==> "Release_Staging" // If 'Default' happens it needs to happen before 'EnsureTestsRun' "Default" diff --git a/build.proj b/build.proj index 106f7d28ca3..89b589d8add 100644 --- a/build.proj +++ b/build.proj @@ -16,10 +16,11 @@ --parallel 5 + target $(FakeTarget) - + diff --git a/help/content/assets/css/main.css b/help/content/assets/css/main.css index e262ac98060..df7b42509d7 100644 --- a/help/content/assets/css/main.css +++ b/help/content/assets/css/main.css @@ -1,6 +1,5 @@ @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,800"); @import url("font-awesome.min.css"); - /* ZeroFour by HTML5 UP html5up.net | @ajlkn @@ -9,2359 +8,2407 @@ /* Reset */ - html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; - } - - article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { - display: block; - } - - body { - line-height: 1; - } - - ol, ul { - list-style: none; - } - - blockquote, q { - quotes: none; - } - - blockquote:before, blockquote:after, q:before, q:after { - content: ''; - content: none; - } - - table { - border-collapse: collapse; - border-spacing: 0; - } - - body { - -webkit-text-size-adjust: none; - } +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} + +body { + line-height: 1; +} + +ol, +ul { + list-style: none; +} + +blockquote, +q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +body { + -webkit-text-size-adjust: none; +} /* Box Model */ - *, *:before, *:after { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - } +*, +*:before, +*:after { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} /* Containers */ - .container { - margin-left: auto; - margin-right: auto; - } - - .container.\31 25\25 { - width: 100%; - max-width: 1200px; - min-width: 960px; - } - - .container.\37 5\25 { - width: 720px; - } - - .container.\35 0\25 { - width: 480px; - } - - .container.\32 5\25 { - width: 240px; - } - - .container { - width: 960px; - } - - @media screen and (min-width: 737px) { - - .container.\31 25\25 { - width: 100%; - max-width: 1500px; - min-width: 1200px; - } - - .container.\37 5\25 { - width: 900px; - } - - .container.\35 0\25 { - width: 600px; - } - - .container.\32 5\25 { - width: 300px; - } - - .container { - width: 1200px; - } - - } - - @media screen and (min-width: 737px) and (max-width: 1200px) { - - .container.\31 25\25 { - width: 100%; - max-width: 1250px; - min-width: 1000px; - } - - .container.\37 5\25 { - width: 750px; - } - - .container.\35 0\25 { - width: 500px; - } - - .container.\32 5\25 { - width: 250px; - } - - .container { - width: 1000px; - } - - } - - @media screen and (max-width: 736px) { - - .container.\31 25\25 { - width: 100%; - max-width: 125%; - min-width: 100%; - } - - .container.\37 5\25 { - width: 75%; - } - - .container.\35 0\25 { - width: 50%; - } - - .container.\32 5\25 { - width: 25%; - } - - .container { - width: 100% !important; - } - - } +.container { + margin-left: auto; + margin-right: auto; +} + +.container.\31 25\25 { + width: 100%; + max-width: 1200px; + min-width: 960px; +} + +.container.\37 5\25 { + width: 720px; +} + +.container.\35 0\25 { + width: 480px; +} + +.container.\32 5\25 { + width: 240px; +} + +.container { + width: 960px; +} + +@media screen and (min-width: 737px) { + .container.\31 25\25 { + width: 100%; + max-width: 1500px; + min-width: 1200px; + } + .container.\37 5\25 { + width: 900px; + } + .container.\35 0\25 { + width: 600px; + } + .container.\32 5\25 { + width: 300px; + } + .container { + width: 1200px; + } +} + +@media screen and (min-width: 737px) and (max-width: 1200px) { + .container.\31 25\25 { + width: 100%; + max-width: 1250px; + min-width: 1000px; + } + .container.\37 5\25 { + width: 750px; + } + .container.\35 0\25 { + width: 500px; + } + .container.\32 5\25 { + width: 250px; + } + .container { + width: 1000px; + } +} + +@media screen and (max-width: 736px) { + .container.\31 25\25 { + width: 100%; + max-width: 125%; + min-width: 100%; + } + .container.\37 5\25 { + width: 75%; + } + .container.\35 0\25 { + width: 50%; + } + .container.\32 5\25 { + width: 25%; + } + .container { + width: 100% !important; + } +} /* Grid */ - .row { - border-bottom: solid 1px transparent; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - } - - .row > * { - float: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - } - - .row:after, .row:before { - content: ''; - display: block; - clear: both; - height: 0; - } - - .row.uniform > * > :first-child { - margin-top: 0; - } - - .row.uniform > * > :last-child { - margin-bottom: 0; - } - - .row.\30 \25 > * { - padding: 0 0 0 0px; - } - - .row.\30 \25 { - margin: 0 0 -1px 0px; - } - - .row.uniform.\30 \25 > * { - padding: 0px 0 0 0px; - } - - .row.uniform.\30 \25 { - margin: 0px 0 -1px 0px; - } - - .row > * { - padding: 0 0 0 40px; - } - - .row { - margin: 0 0 -1px -40px; - } - - .row.uniform > * { - padding: 40px 0 0 40px; - } - - .row.uniform { - margin: -40px 0 -1px -40px; - } - - .row.\32 00\25 > * { - padding: 0 0 0 80px; - } - - .row.\32 00\25 { - margin: 0 0 -1px -80px; - } - - .row.uniform.\32 00\25 > * { - padding: 80px 0 0 80px; - } - - .row.uniform.\32 00\25 { - margin: -80px 0 -1px -80px; - } - - .row.\31 50\25 > * { - padding: 0 0 0 60px; - } - - .row.\31 50\25 { - margin: 0 0 -1px -60px; - } - - .row.uniform.\31 50\25 > * { - padding: 60px 0 0 60px; - } - - .row.uniform.\31 50\25 { - margin: -60px 0 -1px -60px; - } - - .row.\35 0\25 > * { - padding: 0 0 0 20px; - } - - .row.\35 0\25 { - margin: 0 0 -1px -20px; - } - - .row.uniform.\35 0\25 > * { - padding: 20px 0 0 20px; - } - - .row.uniform.\35 0\25 { - margin: -20px 0 -1px -20px; - } - - .row.\32 5\25 > * { - padding: 0 0 0 10px; - } - - .row.\32 5\25 { - margin: 0 0 -1px -10px; - } - - .row.uniform.\32 5\25 > * { - padding: 10px 0 0 10px; - } - - .row.uniform.\32 5\25 { - margin: -10px 0 -1px -10px; - } - - .\31 2u, .\31 2u\24 { - width: 100%; - clear: none; - margin-left: 0; - } - - .\31 1u, .\31 1u\24 { - width: 91.6666666667%; - clear: none; - margin-left: 0; - } - - .\31 0u, .\31 0u\24 { - width: 83.3333333333%; - clear: none; - margin-left: 0; - } - - .\39 u, .\39 u\24 { - width: 75%; - clear: none; - margin-left: 0; - } - - .\38 u, .\38 u\24 { - width: 66.6666666667%; - clear: none; - margin-left: 0; - } - - .\37 u, .\37 u\24 { - width: 58.3333333333%; - clear: none; - margin-left: 0; - } - - .\36 u, .\36 u\24 { - width: 50%; - clear: none; - margin-left: 0; - } - - .\35 u, .\35 u\24 { - width: 41.6666666667%; - clear: none; - margin-left: 0; - } - - .\34 u, .\34 u\24 { - width: 33.3333333333%; - clear: none; - margin-left: 0; - } - - .\33 u, .\33 u\24 { - width: 25%; - clear: none; - margin-left: 0; - } - - .\32 u, .\32 u\24 { - width: 16.6666666667%; - clear: none; - margin-left: 0; - } - - .\31 u, .\31 u\24 { - width: 8.3333333333%; - clear: none; - margin-left: 0; - } - - .\31 2u\24 + *, - .\31 1u\24 + *, - .\31 0u\24 + *, - .\39 u\24 + *, - .\38 u\24 + *, - .\37 u\24 + *, - .\36 u\24 + *, - .\35 u\24 + *, - .\34 u\24 + *, - .\33 u\24 + *, - .\32 u\24 + *, - .\31 u\24 + * { - clear: left; - } - - .\-11u { - margin-left: 91.66667%; - } - - .\-10u { - margin-left: 83.33333%; - } - - .\-9u { - margin-left: 75%; - } - - .\-8u { - margin-left: 66.66667%; - } - - .\-7u { - margin-left: 58.33333%; - } - - .\-6u { - margin-left: 50%; - } - - .\-5u { - margin-left: 41.66667%; - } - - .\-4u { - margin-left: 33.33333%; - } - - .\-3u { - margin-left: 25%; - } - - .\-2u { - margin-left: 16.66667%; - } - - .\-1u { - margin-left: 8.33333%; - } - - @media screen and (min-width: 737px) { - - .row > * { - padding: 50px 0 0 50px; - } - - .row { - margin: -50px 0 -1px -50px; - } - - .row.uniform > * { - padding: 50px 0 0 50px; - } - - .row.uniform { - margin: -50px 0 -1px -50px; - } - - .row.\32 00\25 > * { - padding: 100px 0 0 100px; - } - - .row.\32 00\25 { - margin: -100px 0 -1px -100px; - } - - .row.uniform.\32 00\25 > * { - padding: 100px 0 0 100px; - } - - .row.uniform.\32 00\25 { - margin: -100px 0 -1px -100px; - } - - .row.\31 50\25 > * { - padding: 75px 0 0 75px; - } - - .row.\31 50\25 { - margin: -75px 0 -1px -75px; - } - - .row.uniform.\31 50\25 > * { - padding: 75px 0 0 75px; - } - - .row.uniform.\31 50\25 { - margin: -75px 0 -1px -75px; - } - - .row.\35 0\25 > * { - padding: 25px 0 0 25px; - } - - .row.\35 0\25 { - margin: -25px 0 -1px -25px; - } - - .row.uniform.\35 0\25 > * { - padding: 25px 0 0 25px; - } - - .row.uniform.\35 0\25 { - margin: -25px 0 -1px -25px; - } - - .row.\32 5\25 > * { - padding: 12.5px 0 0 12.5px; - } - - .row.\32 5\25 { - margin: -12.5px 0 -1px -12.5px; - } - - .row.uniform.\32 5\25 > * { - padding: 12.5px 0 0 12.5px; - } - - .row.uniform.\32 5\25 { - margin: -12.5px 0 -1px -12.5px; - } - - .\31 2u\28desktop\29, .\31 2u\24\28desktop\29 { - width: 100%; - clear: none; - margin-left: 0; - } - - .\31 1u\28desktop\29, .\31 1u\24\28desktop\29 { - width: 91.6666666667%; - clear: none; - margin-left: 0; - } - - .\31 0u\28desktop\29, .\31 0u\24\28desktop\29 { - width: 83.3333333333%; - clear: none; - margin-left: 0; - } - - .\39 u\28desktop\29, .\39 u\24\28desktop\29 { - width: 75%; - clear: none; - margin-left: 0; - } - - .\38 u\28desktop\29, .\38 u\24\28desktop\29 { - width: 66.6666666667%; - clear: none; - margin-left: 0; - } - - .\37 u\28desktop\29, .\37 u\24\28desktop\29 { - width: 58.3333333333%; - clear: none; - margin-left: 0; - } - - .\36 u\28desktop\29, .\36 u\24\28desktop\29 { - width: 50%; - clear: none; - margin-left: 0; - } - - .\35 u\28desktop\29, .\35 u\24\28desktop\29 { - width: 41.6666666667%; - clear: none; - margin-left: 0; - } - - .\34 u\28desktop\29, .\34 u\24\28desktop\29 { - width: 33.3333333333%; - clear: none; - margin-left: 0; - } - - .\33 u\28desktop\29, .\33 u\24\28desktop\29 { - width: 25%; - clear: none; - margin-left: 0; - } - - .\32 u\28desktop\29, .\32 u\24\28desktop\29 { - width: 16.6666666667%; - clear: none; - margin-left: 0; - } - - .\31 u\28desktop\29, .\31 u\24\28desktop\29 { - width: 8.3333333333%; - clear: none; - margin-left: 0; - } - - .\31 2u\24\28desktop\29 + *, - .\31 1u\24\28desktop\29 + *, - .\31 0u\24\28desktop\29 + *, - .\39 u\24\28desktop\29 + *, - .\38 u\24\28desktop\29 + *, - .\37 u\24\28desktop\29 + *, - .\36 u\24\28desktop\29 + *, - .\35 u\24\28desktop\29 + *, - .\34 u\24\28desktop\29 + *, - .\33 u\24\28desktop\29 + *, - .\32 u\24\28desktop\29 + *, - .\31 u\24\28desktop\29 + * { - clear: left; - } - - .\-11u\28desktop\29 { - margin-left: 91.66667%; - } - - .\-10u\28desktop\29 { - margin-left: 83.33333%; - } - - .\-9u\28desktop\29 { - margin-left: 75%; - } - - .\-8u\28desktop\29 { - margin-left: 66.66667%; - } - - .\-7u\28desktop\29 { - margin-left: 58.33333%; - } - - .\-6u\28desktop\29 { - margin-left: 50%; - } - - .\-5u\28desktop\29 { - margin-left: 41.66667%; - } - - .\-4u\28desktop\29 { - margin-left: 33.33333%; - } - - .\-3u\28desktop\29 { - margin-left: 25%; - } - - .\-2u\28desktop\29 { - margin-left: 16.66667%; - } - - .\-1u\28desktop\29 { - margin-left: 8.33333%; - } - - } - - @media screen and (min-width: 737px) and (max-width: 1200px) { - - .row > * { - padding: 35px 0 0 35px; - } - - .row { - margin: -35px 0 -1px -35px; - } - - .row.uniform > * { - padding: 35px 0 0 35px; - } - - .row.uniform { - margin: -35px 0 -1px -35px; - } - - .row.\32 00\25 > * { - padding: 70px 0 0 70px; - } - - .row.\32 00\25 { - margin: -70px 0 -1px -70px; - } - - .row.uniform.\32 00\25 > * { - padding: 70px 0 0 70px; - } - - .row.uniform.\32 00\25 { - margin: -70px 0 -1px -70px; - } - - .row.\31 50\25 > * { - padding: 52.5px 0 0 52.5px; - } - - .row.\31 50\25 { - margin: -52.5px 0 -1px -52.5px; - } - - .row.uniform.\31 50\25 > * { - padding: 52.5px 0 0 52.5px; - } - - .row.uniform.\31 50\25 { - margin: -52.5px 0 -1px -52.5px; - } - - .row.\35 0\25 > * { - padding: 17.5px 0 0 17.5px; - } - - .row.\35 0\25 { - margin: -17.5px 0 -1px -17.5px; - } - - .row.uniform.\35 0\25 > * { - padding: 17.5px 0 0 17.5px; - } - - .row.uniform.\35 0\25 { - margin: -17.5px 0 -1px -17.5px; - } - - .row.\32 5\25 > * { - padding: 8.75px 0 0 8.75px; - } - - .row.\32 5\25 { - margin: -8.75px 0 -1px -8.75px; - } - - .row.uniform.\32 5\25 > * { - padding: 8.75px 0 0 8.75px; - } - - .row.uniform.\32 5\25 { - margin: -8.75px 0 -1px -8.75px; - } - - .\31 2u\28tablet\29, .\31 2u\24\28tablet\29 { - width: 100%; - clear: none; - margin-left: 0; - } - - .\31 1u\28tablet\29, .\31 1u\24\28tablet\29 { - width: 91.6666666667%; - clear: none; - margin-left: 0; - } - - .\31 0u\28tablet\29, .\31 0u\24\28tablet\29 { - width: 83.3333333333%; - clear: none; - margin-left: 0; - } - - .\39 u\28tablet\29, .\39 u\24\28tablet\29 { - width: 75%; - clear: none; - margin-left: 0; - } - - .\38 u\28tablet\29, .\38 u\24\28tablet\29 { - width: 66.6666666667%; - clear: none; - margin-left: 0; - } - - .\37 u\28tablet\29, .\37 u\24\28tablet\29 { - width: 58.3333333333%; - clear: none; - margin-left: 0; - } - - .\36 u\28tablet\29, .\36 u\24\28tablet\29 { - width: 50%; - clear: none; - margin-left: 0; - } - - .\35 u\28tablet\29, .\35 u\24\28tablet\29 { - width: 41.6666666667%; - clear: none; - margin-left: 0; - } - - .\34 u\28tablet\29, .\34 u\24\28tablet\29 { - width: 33.3333333333%; - clear: none; - margin-left: 0; - } - - .\33 u\28tablet\29, .\33 u\24\28tablet\29 { - width: 25%; - clear: none; - margin-left: 0; - } - - .\32 u\28tablet\29, .\32 u\24\28tablet\29 { - width: 16.6666666667%; - clear: none; - margin-left: 0; - } - - .\31 u\28tablet\29, .\31 u\24\28tablet\29 { - width: 8.3333333333%; - clear: none; - margin-left: 0; - } - - .\31 2u\24\28tablet\29 + *, - .\31 1u\24\28tablet\29 + *, - .\31 0u\24\28tablet\29 + *, - .\39 u\24\28tablet\29 + *, - .\38 u\24\28tablet\29 + *, - .\37 u\24\28tablet\29 + *, - .\36 u\24\28tablet\29 + *, - .\35 u\24\28tablet\29 + *, - .\34 u\24\28tablet\29 + *, - .\33 u\24\28tablet\29 + *, - .\32 u\24\28tablet\29 + *, - .\31 u\24\28tablet\29 + * { - clear: left; - } - - .\-11u\28tablet\29 { - margin-left: 91.66667%; - } - - .\-10u\28tablet\29 { - margin-left: 83.33333%; - } - - .\-9u\28tablet\29 { - margin-left: 75%; - } - - .\-8u\28tablet\29 { - margin-left: 66.66667%; - } - - .\-7u\28tablet\29 { - margin-left: 58.33333%; - } - - .\-6u\28tablet\29 { - margin-left: 50%; - } - - .\-5u\28tablet\29 { - margin-left: 41.66667%; - } - - .\-4u\28tablet\29 { - margin-left: 33.33333%; - } - - .\-3u\28tablet\29 { - margin-left: 25%; - } - - .\-2u\28tablet\29 { - margin-left: 16.66667%; - } - - .\-1u\28tablet\29 { - margin-left: 8.33333%; - } - - } - - @media screen and (max-width: 736px) { - - .row > * { - padding: 10px 0 0 10px; - } - - .row { - margin: -10px 0 -1px -10px; - } - - .row.uniform > * { - padding: 10px 0 0 10px; - } - - .row.uniform { - margin: -10px 0 -1px -10px; - } - - .row.\32 00\25 > * { - padding: 20px 0 0 20px; - } - - .row.\32 00\25 { - margin: -20px 0 -1px -20px; - } - - .row.uniform.\32 00\25 > * { - padding: 20px 0 0 20px; - } - - .row.uniform.\32 00\25 { - margin: -20px 0 -1px -20px; - } - - .row.\31 50\25 > * { - padding: 15px 0 0 15px; - } - - .row.\31 50\25 { - margin: -15px 0 -1px -15px; - } - - .row.uniform.\31 50\25 > * { - padding: 15px 0 0 15px; - } - - .row.uniform.\31 50\25 { - margin: -15px 0 -1px -15px; - } - - .row.\35 0\25 > * { - padding: 5px 0 0 5px; - } - - .row.\35 0\25 { - margin: -5px 0 -1px -5px; - } - - .row.uniform.\35 0\25 > * { - padding: 5px 0 0 5px; - } - - .row.uniform.\35 0\25 { - margin: -5px 0 -1px -5px; - } - - .row.\32 5\25 > * { - padding: 2.5px 0 0 2.5px; - } - - .row.\32 5\25 { - margin: -2.5px 0 -1px -2.5px; - } - - .row.uniform.\32 5\25 > * { - padding: 2.5px 0 0 2.5px; - } - - .row.uniform.\32 5\25 { - margin: -2.5px 0 -1px -2.5px; - } - - .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 { - width: 100%; - clear: none; - margin-left: 0; - } - - .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 { - width: 91.6666666667%; - clear: none; - margin-left: 0; - } - - .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 { - width: 83.3333333333%; - clear: none; - margin-left: 0; - } - - .\39 u\28mobile\29, .\39 u\24\28mobile\29 { - width: 75%; - clear: none; - margin-left: 0; - } - - .\38 u\28mobile\29, .\38 u\24\28mobile\29 { - width: 66.6666666667%; - clear: none; - margin-left: 0; - } - - .\37 u\28mobile\29, .\37 u\24\28mobile\29 { - width: 58.3333333333%; - clear: none; - margin-left: 0; - } - - .\36 u\28mobile\29, .\36 u\24\28mobile\29 { - width: 50%; - clear: none; - margin-left: 0; - } - - .\35 u\28mobile\29, .\35 u\24\28mobile\29 { - width: 41.6666666667%; - clear: none; - margin-left: 0; - } - - .\34 u\28mobile\29, .\34 u\24\28mobile\29 { - width: 33.3333333333%; - clear: none; - margin-left: 0; - } - - .\33 u\28mobile\29, .\33 u\24\28mobile\29 { - width: 25%; - clear: none; - margin-left: 0; - } - - .\32 u\28mobile\29, .\32 u\24\28mobile\29 { - width: 16.6666666667%; - clear: none; - margin-left: 0; - } - - .\31 u\28mobile\29, .\31 u\24\28mobile\29 { - width: 8.3333333333%; - clear: none; - margin-left: 0; - } - - .\31 2u\24\28mobile\29 + *, - .\31 1u\24\28mobile\29 + *, - .\31 0u\24\28mobile\29 + *, - .\39 u\24\28mobile\29 + *, - .\38 u\24\28mobile\29 + *, - .\37 u\24\28mobile\29 + *, - .\36 u\24\28mobile\29 + *, - .\35 u\24\28mobile\29 + *, - .\34 u\24\28mobile\29 + *, - .\33 u\24\28mobile\29 + *, - .\32 u\24\28mobile\29 + *, - .\31 u\24\28mobile\29 + * { - clear: left; - } - - .\-11u\28mobile\29 { - margin-left: 91.66667%; - } - - .\-10u\28mobile\29 { - margin-left: 83.33333%; - } - - .\-9u\28mobile\29 { - margin-left: 75%; - } - - .\-8u\28mobile\29 { - margin-left: 66.66667%; - } - - .\-7u\28mobile\29 { - margin-left: 58.33333%; - } - - .\-6u\28mobile\29 { - margin-left: 50%; - } - - .\-5u\28mobile\29 { - margin-left: 41.66667%; - } - - .\-4u\28mobile\29 { - margin-left: 33.33333%; - } - - .\-3u\28mobile\29 { - margin-left: 25%; - } - - .\-2u\28mobile\29 { - margin-left: 16.66667%; - } - - .\-1u\28mobile\29 { - margin-left: 8.33333%; - } - - } +.row { + border-bottom: solid 1px transparent; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +.row>* { + float: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +.row:after, +.row:before { + content: ''; + display: block; + clear: both; + height: 0; +} + +.row.uniform>*> :first-child { + margin-top: 0; +} + +.row.uniform>*> :last-child { + margin-bottom: 0; +} + +.row.\30 \25>* { + padding: 0 0 0 0px; +} + +.row.\30 \25 { + margin: 0 0 -1px 0px; +} + +.row.uniform.\30 \25>* { + padding: 0px 0 0 0px; +} + +.row.uniform.\30 \25 { + margin: 0px 0 -1px 0px; +} + +.row>* { + padding: 0 0 0 40px; +} + +.row { + margin: 0 0 -1px -40px; +} + +.row.uniform>* { + padding: 40px 0 0 40px; +} + +.row.uniform { + margin: -40px 0 -1px -40px; +} + +.row.\32 00\25>* { + padding: 0 0 0 80px; +} + +.row.\32 00\25 { + margin: 0 0 -1px -80px; +} + +.row.uniform.\32 00\25>* { + padding: 80px 0 0 80px; +} + +.row.uniform.\32 00\25 { + margin: -80px 0 -1px -80px; +} + +.row.\31 50\25>* { + padding: 0 0 0 60px; +} + +.row.\31 50\25 { + margin: 0 0 -1px -60px; +} + +.row.uniform.\31 50\25>* { + padding: 60px 0 0 60px; +} + +.row.uniform.\31 50\25 { + margin: -60px 0 -1px -60px; +} + +.row.\35 0\25>* { + padding: 0 0 0 20px; +} + +.row.\35 0\25 { + margin: 0 0 -1px -20px; +} + +.row.uniform.\35 0\25>* { + padding: 20px 0 0 20px; +} + +.row.uniform.\35 0\25 { + margin: -20px 0 -1px -20px; +} + +.row.\32 5\25>* { + padding: 0 0 0 10px; +} + +.row.\32 5\25 { + margin: 0 0 -1px -10px; +} + +.row.uniform.\32 5\25>* { + padding: 10px 0 0 10px; +} + +.row.uniform.\32 5\25 { + margin: -10px 0 -1px -10px; +} + +.\31 2u, +.\31 2u\24 { + width: 100%; + clear: none; + margin-left: 0; +} + +.\31 1u, +.\31 1u\24 { + width: 91.6666666667%; + clear: none; + margin-left: 0; +} + +.\31 0u, +.\31 0u\24 { + width: 83.3333333333%; + clear: none; + margin-left: 0; +} + +.\39 u, +.\39 u\24 { + width: 75%; + clear: none; + margin-left: 0; +} + +.\38 u, +.\38 u\24 { + width: 66.6666666667%; + clear: none; + margin-left: 0; +} + +.\37 u, +.\37 u\24 { + width: 58.3333333333%; + clear: none; + margin-left: 0; +} + +.\36 u, +.\36 u\24 { + width: 50%; + clear: none; + margin-left: 0; +} + +.\35 u, +.\35 u\24 { + width: 41.6666666667%; + clear: none; + margin-left: 0; +} + +.\34 u, +.\34 u\24 { + width: 33.3333333333%; + clear: none; + margin-left: 0; +} + +.\33 u, +.\33 u\24 { + width: 25%; + clear: none; + margin-left: 0; +} + +.\32 u, +.\32 u\24 { + width: 16.6666666667%; + clear: none; + margin-left: 0; +} + +.\31 u, +.\31 u\24 { + width: 8.3333333333%; + clear: none; + margin-left: 0; +} + +.\31 2u\24+*, +.\31 1u\24+*, +.\31 0u\24+*, +.\39 u\24+*, +.\38 u\24+*, +.\37 u\24+*, +.\36 u\24+*, +.\35 u\24+*, +.\34 u\24+*, +.\33 u\24+*, +.\32 u\24+*, +.\31 u\24+* { + clear: left; +} + +.\-11u { + margin-left: 91.66667%; +} + +.\-10u { + margin-left: 83.33333%; +} + +.\-9u { + margin-left: 75%; +} + +.\-8u { + margin-left: 66.66667%; +} + +.\-7u { + margin-left: 58.33333%; +} + +.\-6u { + margin-left: 50%; +} + +.\-5u { + margin-left: 41.66667%; +} + +.\-4u { + margin-left: 33.33333%; +} + +.\-3u { + margin-left: 25%; +} + +.\-2u { + margin-left: 16.66667%; +} + +.\-1u { + margin-left: 8.33333%; +} + +@media screen and (min-width: 737px) { + .row>* { + padding: 50px 0 0 50px; + } + .row { + margin: -50px 0 -1px -50px; + } + .row.uniform>* { + padding: 50px 0 0 50px; + } + .row.uniform { + margin: -50px 0 -1px -50px; + } + .row.\32 00\25>* { + padding: 100px 0 0 100px; + } + .row.\32 00\25 { + margin: -100px 0 -1px -100px; + } + .row.uniform.\32 00\25>* { + padding: 100px 0 0 100px; + } + .row.uniform.\32 00\25 { + margin: -100px 0 -1px -100px; + } + .row.\31 50\25>* { + padding: 75px 0 0 75px; + } + .row.\31 50\25 { + margin: -75px 0 -1px -75px; + } + .row.uniform.\31 50\25>* { + padding: 75px 0 0 75px; + } + .row.uniform.\31 50\25 { + margin: -75px 0 -1px -75px; + } + .row.\35 0\25>* { + padding: 25px 0 0 25px; + } + .row.\35 0\25 { + margin: -25px 0 -1px -25px; + } + .row.uniform.\35 0\25>* { + padding: 25px 0 0 25px; + } + .row.uniform.\35 0\25 { + margin: -25px 0 -1px -25px; + } + .row.\32 5\25>* { + padding: 12.5px 0 0 12.5px; + } + .row.\32 5\25 { + margin: -12.5px 0 -1px -12.5px; + } + .row.uniform.\32 5\25>* { + padding: 12.5px 0 0 12.5px; + } + .row.uniform.\32 5\25 { + margin: -12.5px 0 -1px -12.5px; + } + .\31 2u\28desktop\29, + .\31 2u\24\28desktop\29 { + width: 100%; + clear: none; + margin-left: 0; + } + .\31 1u\28desktop\29, + .\31 1u\24\28desktop\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + .\31 0u\28desktop\29, + .\31 0u\24\28desktop\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + .\39 u\28desktop\29, + .\39 u\24\28desktop\29 { + width: 75%; + clear: none; + margin-left: 0; + } + .\38 u\28desktop\29, + .\38 u\24\28desktop\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + .\37 u\28desktop\29, + .\37 u\24\28desktop\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + .\36 u\28desktop\29, + .\36 u\24\28desktop\29 { + width: 50%; + clear: none; + margin-left: 0; + } + .\35 u\28desktop\29, + .\35 u\24\28desktop\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + .\34 u\28desktop\29, + .\34 u\24\28desktop\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + .\33 u\28desktop\29, + .\33 u\24\28desktop\29 { + width: 25%; + clear: none; + margin-left: 0; + } + .\32 u\28desktop\29, + .\32 u\24\28desktop\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + .\31 u\28desktop\29, + .\31 u\24\28desktop\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + .\31 2u\24\28desktop\29+*, + .\31 1u\24\28desktop\29+*, + .\31 0u\24\28desktop\29+*, + .\39 u\24\28desktop\29+*, + .\38 u\24\28desktop\29+*, + .\37 u\24\28desktop\29+*, + .\36 u\24\28desktop\29+*, + .\35 u\24\28desktop\29+*, + .\34 u\24\28desktop\29+*, + .\33 u\24\28desktop\29+*, + .\32 u\24\28desktop\29+*, + .\31 u\24\28desktop\29+* { + clear: left; + } + .\-11u\28desktop\29 { + margin-left: 91.66667%; + } + .\-10u\28desktop\29 { + margin-left: 83.33333%; + } + .\-9u\28desktop\29 { + margin-left: 75%; + } + .\-8u\28desktop\29 { + margin-left: 66.66667%; + } + .\-7u\28desktop\29 { + margin-left: 58.33333%; + } + .\-6u\28desktop\29 { + margin-left: 50%; + } + .\-5u\28desktop\29 { + margin-left: 41.66667%; + } + .\-4u\28desktop\29 { + margin-left: 33.33333%; + } + .\-3u\28desktop\29 { + margin-left: 25%; + } + .\-2u\28desktop\29 { + margin-left: 16.66667%; + } + .\-1u\28desktop\29 { + margin-left: 8.33333%; + } +} + +@media screen and (min-width: 737px) and (max-width: 1200px) { + .row>* { + padding: 35px 0 0 35px; + } + .row { + margin: -35px 0 -1px -35px; + } + .row.uniform>* { + padding: 35px 0 0 35px; + } + .row.uniform { + margin: -35px 0 -1px -35px; + } + .row.\32 00\25>* { + padding: 70px 0 0 70px; + } + .row.\32 00\25 { + margin: -70px 0 -1px -70px; + } + .row.uniform.\32 00\25>* { + padding: 70px 0 0 70px; + } + .row.uniform.\32 00\25 { + margin: -70px 0 -1px -70px; + } + .row.\31 50\25>* { + padding: 52.5px 0 0 52.5px; + } + .row.\31 50\25 { + margin: -52.5px 0 -1px -52.5px; + } + .row.uniform.\31 50\25>* { + padding: 52.5px 0 0 52.5px; + } + .row.uniform.\31 50\25 { + margin: -52.5px 0 -1px -52.5px; + } + .row.\35 0\25>* { + padding: 17.5px 0 0 17.5px; + } + .row.\35 0\25 { + margin: -17.5px 0 -1px -17.5px; + } + .row.uniform.\35 0\25>* { + padding: 17.5px 0 0 17.5px; + } + .row.uniform.\35 0\25 { + margin: -17.5px 0 -1px -17.5px; + } + .row.\32 5\25>* { + padding: 8.75px 0 0 8.75px; + } + .row.\32 5\25 { + margin: -8.75px 0 -1px -8.75px; + } + .row.uniform.\32 5\25>* { + padding: 8.75px 0 0 8.75px; + } + .row.uniform.\32 5\25 { + margin: -8.75px 0 -1px -8.75px; + } + .\31 2u\28tablet\29, + .\31 2u\24\28tablet\29 { + width: 100%; + clear: none; + margin-left: 0; + } + .\31 1u\28tablet\29, + .\31 1u\24\28tablet\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + .\31 0u\28tablet\29, + .\31 0u\24\28tablet\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + .\39 u\28tablet\29, + .\39 u\24\28tablet\29 { + width: 75%; + clear: none; + margin-left: 0; + } + .\38 u\28tablet\29, + .\38 u\24\28tablet\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + .\37 u\28tablet\29, + .\37 u\24\28tablet\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + .\36 u\28tablet\29, + .\36 u\24\28tablet\29 { + width: 50%; + clear: none; + margin-left: 0; + } + .\35 u\28tablet\29, + .\35 u\24\28tablet\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + .\34 u\28tablet\29, + .\34 u\24\28tablet\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + .\33 u\28tablet\29, + .\33 u\24\28tablet\29 { + width: 25%; + clear: none; + margin-left: 0; + } + .\32 u\28tablet\29, + .\32 u\24\28tablet\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + .\31 u\28tablet\29, + .\31 u\24\28tablet\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + .\31 2u\24\28tablet\29+*, + .\31 1u\24\28tablet\29+*, + .\31 0u\24\28tablet\29+*, + .\39 u\24\28tablet\29+*, + .\38 u\24\28tablet\29+*, + .\37 u\24\28tablet\29+*, + .\36 u\24\28tablet\29+*, + .\35 u\24\28tablet\29+*, + .\34 u\24\28tablet\29+*, + .\33 u\24\28tablet\29+*, + .\32 u\24\28tablet\29+*, + .\31 u\24\28tablet\29+* { + clear: left; + } + .\-11u\28tablet\29 { + margin-left: 91.66667%; + } + .\-10u\28tablet\29 { + margin-left: 83.33333%; + } + .\-9u\28tablet\29 { + margin-left: 75%; + } + .\-8u\28tablet\29 { + margin-left: 66.66667%; + } + .\-7u\28tablet\29 { + margin-left: 58.33333%; + } + .\-6u\28tablet\29 { + margin-left: 50%; + } + .\-5u\28tablet\29 { + margin-left: 41.66667%; + } + .\-4u\28tablet\29 { + margin-left: 33.33333%; + } + .\-3u\28tablet\29 { + margin-left: 25%; + } + .\-2u\28tablet\29 { + margin-left: 16.66667%; + } + .\-1u\28tablet\29 { + margin-left: 8.33333%; + } +} + +@media screen and (max-width: 736px) { + .row>* { + padding: 10px 0 0 10px; + } + .row { + margin: -10px 0 -1px -10px; + } + .row.uniform>* { + padding: 10px 0 0 10px; + } + .row.uniform { + margin: -10px 0 -1px -10px; + } + .row.\32 00\25>* { + padding: 20px 0 0 20px; + } + .row.\32 00\25 { + margin: -20px 0 -1px -20px; + } + .row.uniform.\32 00\25>* { + padding: 20px 0 0 20px; + } + .row.uniform.\32 00\25 { + margin: -20px 0 -1px -20px; + } + .row.\31 50\25>* { + padding: 15px 0 0 15px; + } + .row.\31 50\25 { + margin: -15px 0 -1px -15px; + } + .row.uniform.\31 50\25>* { + padding: 15px 0 0 15px; + } + .row.uniform.\31 50\25 { + margin: -15px 0 -1px -15px; + } + .row.\35 0\25>* { + padding: 5px 0 0 5px; + } + .row.\35 0\25 { + margin: -5px 0 -1px -5px; + } + .row.uniform.\35 0\25>* { + padding: 5px 0 0 5px; + } + .row.uniform.\35 0\25 { + margin: -5px 0 -1px -5px; + } + .row.\32 5\25>* { + padding: 2.5px 0 0 2.5px; + } + .row.\32 5\25 { + margin: -2.5px 0 -1px -2.5px; + } + .row.uniform.\32 5\25>* { + padding: 2.5px 0 0 2.5px; + } + .row.uniform.\32 5\25 { + margin: -2.5px 0 -1px -2.5px; + } + .\31 2u\28mobile\29, + .\31 2u\24\28mobile\29 { + width: 100%; + clear: none; + margin-left: 0; + } + .\31 1u\28mobile\29, + .\31 1u\24\28mobile\29 { + width: 91.6666666667%; + clear: none; + margin-left: 0; + } + .\31 0u\28mobile\29, + .\31 0u\24\28mobile\29 { + width: 83.3333333333%; + clear: none; + margin-left: 0; + } + .\39 u\28mobile\29, + .\39 u\24\28mobile\29 { + width: 75%; + clear: none; + margin-left: 0; + } + .\38 u\28mobile\29, + .\38 u\24\28mobile\29 { + width: 66.6666666667%; + clear: none; + margin-left: 0; + } + .\37 u\28mobile\29, + .\37 u\24\28mobile\29 { + width: 58.3333333333%; + clear: none; + margin-left: 0; + } + .\36 u\28mobile\29, + .\36 u\24\28mobile\29 { + width: 50%; + clear: none; + margin-left: 0; + } + .\35 u\28mobile\29, + .\35 u\24\28mobile\29 { + width: 41.6666666667%; + clear: none; + margin-left: 0; + } + .\34 u\28mobile\29, + .\34 u\24\28mobile\29 { + width: 33.3333333333%; + clear: none; + margin-left: 0; + } + .\33 u\28mobile\29, + .\33 u\24\28mobile\29 { + width: 25%; + clear: none; + margin-left: 0; + } + .\32 u\28mobile\29, + .\32 u\24\28mobile\29 { + width: 16.6666666667%; + clear: none; + margin-left: 0; + } + .\31 u\28mobile\29, + .\31 u\24\28mobile\29 { + width: 8.3333333333%; + clear: none; + margin-left: 0; + } + .\31 2u\24\28mobile\29+*, + .\31 1u\24\28mobile\29+*, + .\31 0u\24\28mobile\29+*, + .\39 u\24\28mobile\29+*, + .\38 u\24\28mobile\29+*, + .\37 u\24\28mobile\29+*, + .\36 u\24\28mobile\29+*, + .\35 u\24\28mobile\29+*, + .\34 u\24\28mobile\29+*, + .\33 u\24\28mobile\29+*, + .\32 u\24\28mobile\29+*, + .\31 u\24\28mobile\29+* { + clear: left; + } + .\-11u\28mobile\29 { + margin-left: 91.66667%; + } + .\-10u\28mobile\29 { + margin-left: 83.33333%; + } + .\-9u\28mobile\29 { + margin-left: 75%; + } + .\-8u\28mobile\29 { + margin-left: 66.66667%; + } + .\-7u\28mobile\29 { + margin-left: 58.33333%; + } + .\-6u\28mobile\29 { + margin-left: 50%; + } + .\-5u\28mobile\29 { + margin-left: 41.66667%; + } + .\-4u\28mobile\29 { + margin-left: 33.33333%; + } + .\-3u\28mobile\29 { + margin-left: 25%; + } + .\-2u\28mobile\29 { + margin-left: 16.66667%; + } + .\-1u\28mobile\29 { + margin-left: 8.33333%; + } +} /* Basic */ - @-ms-viewport { - width: device-width; - } - - body { - background: #303238 url("images/bg01.png"); - font-family: 'Open Sans', sans-serif; - color: #7b818c; - font-weight: 400; - } - - body.is-loading * { - -moz-transition: none !important; - -webkit-transition: none !important; - -ms-transition: none !important; - transition: none !important; - -moz-animation: none !important; - -webkit-animation: none !important; - -ms-animation: none !important; - animation: none !important; - } - - input, select, textarea { - font-family: 'Open Sans', sans-serif; - color: #7b818c; - font-weight: 400; - } - - a { - color: inherit; - text-decoration: underline; - } - - a:hover { - text-decoration: none; - } - - h1, h2, h3, h4, h5, h6 { - text-transform: uppercase; - font-weight: 800; - letter-spacing: 0.04em; - color: #404248; - margin: 0 0 1em 0; - } - - h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { - color: inherit; - text-decoration: none; - outline: 0; - } - - h2 { - font-size: 2em; - margin: 0 0 1.5em 0; - line-height: 1em; - } - - h2.icon { - line-height: 48px; - } - - h2.icon:before { - position: relative; - top: 0.05em; - margin-right: 0.5em; - opacity: 0.25; - } - - h3 { - font-size: 1.35em; - margin-top: 2em; - } - - b, strong { - color: #404248; - font-weight: 700; - } - - i, em { - font-style: italic; - } - - br.clear { - clear: both; - } - - sub { - position: relative; - top: 0.5em; - font-size: 0.8em; - } - - sup { - position: relative; - top: -0.5em; - font-size: 0.8em; - } - - hr { - border: 0; - border-top: solid 1px #ddd; - } - - blockquote { - border-left: solid 0.5em #ddd; - padding: 1em 0 1em 2em; - font-style: italic; - } - - p, ul, ol, dl, table { - margin-bottom: 2em; - } - - .date { - display: block; - text-transform: uppercase; - font-weight: 700; - letter-spacing: 0.065em; - font-size: 0.9em; - color: #696969; - margin: 0 0 0.25em 0; - } +@-ms-viewport { + width: device-width; +} + +body { + background: #303238 url("images/bg01.png"); + font-family: 'Open Sans', sans-serif; + color: #7b818c; + font-weight: 400; +} + +body.is-loading * { + -moz-transition: none !important; + -webkit-transition: none !important; + -ms-transition: none !important; + transition: none !important; + -moz-animation: none !important; + -webkit-animation: none !important; + -ms-animation: none !important; + animation: none !important; +} + +input, +select, +textarea { + font-family: 'Open Sans', sans-serif; + color: #7b818c; + font-weight: 400; +} + +a { + color: inherit; + text-decoration: underline; +} + +a:hover { + text-decoration: none; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + text-transform: uppercase; + font-weight: 800; + letter-spacing: 0.04em; + color: #404248; + margin: 0 0 1em 0; +} + +h1 a, +h2 a, +h3 a, +h4 a, +h5 a, +h6 a { + color: inherit; + text-decoration: none; + outline: 0; +} + +h2 { + font-size: 2em; + margin: 0 0 1.5em 0; + line-height: 1em; +} + +h2.icon { + line-height: 48px; +} + +h2.icon:before { + position: relative; + top: 0.05em; + margin-right: 0.5em; + opacity: 0.25; +} + +h3 { + font-size: 1.35em; + margin-top: 2em; +} + +b, +strong { + color: #404248; + font-weight: 700; +} + +i, +em { + font-style: italic; +} + +br.clear { + clear: both; +} + +sub { + position: relative; + top: 0.5em; + font-size: 0.8em; +} + +sup { + position: relative; + top: -0.5em; + font-size: 0.8em; +} + +hr { + border: 0; + border-top: solid 1px #ddd; +} + +blockquote { + border-left: solid 0.5em #ddd; + padding: 1em 0 1em 2em; + font-style: italic; +} + +p, +ul, +ol, +dl, +table { + margin-bottom: 2em; +} + +.date { + display: block; + text-transform: uppercase; + font-weight: 700; + letter-spacing: 0.065em; + font-size: 0.9em; + color: #696969; + margin: 0 0 0.25em 0; +} /* Section/Article */ - section, article { - margin-bottom: 5em; - } - - section > :last-child, - article > :last-child, - section:last-child, - article:last-child { - margin-bottom: 0; - } - - header { - margin: 0 0 2em 0; - } - - header h2, header h3 { - margin: 0 0 0.25em 0; - } - - header p { - display: block; - text-transform: uppercase; - font-weight: 700; - letter-spacing: 0.065em; - font-size: 0.9em; - color: #696969; - margin: 0; - } - - header p strong { - color: #404248; - font-weight: 800; - } - - footer { - margin: 2.5em 0 0 0; - } - - header.major { - border-bottom: solid 1px #dbdbdb; - margin: 0 0 3em 0; - } - - header.major:after { - content: ''; - display: block; - border-top: solid 1px #dbdbdb; - height: 8px; - } - - header.major h2, header.major h3 { - margin: 0 0 1.2em 0; - } - - header.major p { - margin: 0 0 1.5em 0; - position: relative; - top: -1em; - } +section, +article { + margin-bottom: 5em; +} + +section> :last-child, +article> :last-child, +section:last-child, +article:last-child { + margin-bottom: 0; +} + +header { + margin: 0 0 2em 0; +} + +header h2, +header h3 { + margin: 0 0 0.25em 0; +} + +header p { + display: block; + text-transform: uppercase; + font-weight: 700; + letter-spacing: 0.065em; + font-size: 0.9em; + color: #696969; + margin: 0; +} + +header p strong { + color: #404248; + font-weight: 800; +} + +footer { + margin: 2.5em 0 0 0; +} + +header.major { + border-bottom: solid 1px #dbdbdb; + margin: 0 0 3em 0; +} + +header.major:after { + content: ''; + display: block; + border-top: solid 1px #dbdbdb; + height: 8px; +} + +header.major h2, +header.major h3 { + margin: 0 0 1.2em 0; +} + +header.major p { + margin: 0 0 1.5em 0; + position: relative; + top: -1em; +} /* Forms */ - form label { - display: block; - text-transform: uppercase; - font-weight: 800; - letter-spacing: 0.04em; - color: #404248; - margin: 0 0 1em 0; - font-size: 0.8em; - } - - form input[type="text"], - form input[type="email"], - form input[type="password"], - form select, - form textarea { - -webkit-appearance: none; - display: block; - width: 100%; - border-radius: 8px; - border: solid 1px #eee; - } - - form input[type="text"]:focus, - form input[type="email"]:focus, - form input[type="password"]:focus, - form select:focus, - form textarea:focus { - box-shadow: 0 0 2px 1px #4091bf; - } - - form input[type="text"], - form input[type="email"], - form input[type="password"] { - line-height: 3em; - padding: 0 1em; - } - - form select { - line-height: 3em; - padding: 0 1em; - } - - form textarea { - min-height: 9em; - padding: 1em; - } - - form .formerize-placeholder, - form ::-webkit-input-placeholder, - form :-moz-placeholder, - form ::-moz-placeholder, - form :-ms-input-placeholder { - color: #555 !important; - } - - form ::-moz-focus-inner { - border: 0; - } +form label { + display: block; + text-transform: uppercase; + font-weight: 800; + letter-spacing: 0.04em; + color: #404248; + margin: 0 0 1em 0; + font-size: 0.8em; +} + +form input[type="text"], +form input[type="email"], +form input[type="password"], +form select, +form textarea { + -webkit-appearance: none; + display: block; + width: 100%; + border-radius: 8px; + border: solid 1px #eee; +} + +form input[type="text"]:focus, +form input[type="email"]:focus, +form input[type="password"]:focus, +form select:focus, +form textarea:focus { + box-shadow: 0 0 2px 1px #4091bf; +} + +form input[type="text"], +form input[type="email"], +form input[type="password"] { + line-height: 3em; + padding: 0 1em; +} + +form select { + line-height: 3em; + padding: 0 1em; +} + +form textarea { + min-height: 9em; + padding: 1em; +} + +form .formerize-placeholder, +form ::-webkit-input-placeholder, +form :-moz-placeholder, +form ::-moz-placeholder, +form :-ms-input-placeholder { + color: #555 !important; +} + +form ::-moz-focus-inner { + border: 0; +} /* Tables */ - table { - width: 100%; - } - - table.default { - width: 100%; - } - - table.default tr { - border-top: solid 1px #eee; - } - - table.default tr:first-child { - border-top: 0; - } - - table.default td { - padding: 0.5em 1em 0.5em 1em; - } - - table.default th { - text-align: left; - padding: 0.5em 1em 0.5em 1em; - text-transform: uppercase; - font-weight: 800; - letter-spacing: 0.04em; - margin: 0 0 1em 0; - font-size: 0.8em; - } - - table.default thead { - background: #404248; - color: #fff; - } +table { + width: 100%; +} + +table.default { + width: 100%; +} + +table.default tr { + border-top: solid 1px #eee; +} + +table.default tr:first-child { + border-top: 0; +} + +table.default td { + padding: 0.5em 1em 0.5em 1em; +} + +table.default th { + text-align: left; + padding: 0.5em 1em 0.5em 1em; + text-transform: uppercase; + font-weight: 800; + letter-spacing: 0.04em; + margin: 0 0 1em 0; + font-size: 0.8em; +} + +table.default thead { + background: #404248; + color: #fff; +} /* Image */ - .image { - position: relative; - display: inline-block; - } - - .image img { - display: block; - width: 100%; - border-radius: 8px; - } - - .image:before { - content: ''; - display: block; - position: absolute; - left: 0; - top: 0; - /*background: url("images/bg01.png");*/ - width: 100%; - height: 100%; - opacity: 0.75; - } - - .image.fit { - display: block; - width: 100%; - } - - .image.featured { - display: block; - width: 100%; - margin: 0 0 2.5em 0; - } - - .image.left { - float: left; - margin: 0 2em 2em 0; - } - - .image.centered { - display: block; - margin: 0 0 2.5em 0; - } - - .image.centered img { - margin: 0 auto; - width: auto; - } +.image { + position: relative; + display: inline-block; +} + +.image img { + display: block; + width: 100%; + border-radius: 8px; +} + +.image:before { + content: ''; + display: block; + position: absolute; + left: 0; + top: 0; + /*background: url("images/bg01.png");*/ + width: 100%; + height: 100%; + opacity: 0.75; +} + +.image.fit { + display: block; + width: 100%; +} + +.image.featured { + display: block; + width: 100%; + margin: 0 0 2.5em 0; +} + +.image.left { + float: left; + margin: 0 2em 2em 0; +} + +.image.centered { + display: block; + margin: 0 0 2.5em 0; +} + +.image.centered img { + margin: 0 auto; + width: auto; +} /* Button */ - input[type="button"], - input[type="submit"], - input[type="reset"], - button, - .button { - background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png"); - background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png"); - background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png"); - background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png"); - -moz-transition: background-color 0.2s ease-in-out; - -webkit-transition: background-color 0.2s ease-in-out; - -ms-transition: background-color 0.2s ease-in-out; - transition: background-color 0.2s ease-in-out; - -webkit-appearance: none; - position: relative; - display: inline-block; - background-color: #4091bf; - border-radius: 8px; - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35); - text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); - color: #fff !important; - text-decoration: none; - text-transform: uppercase; - font-weight: 800; - font-size: 0.95em; - letter-spacing: 0.075em; - padding: 1em 2em; - outline: 0; - border: 0; - white-space: nowrap; - cursor: pointer; - } - - input[type="button"].icon:before, - input[type="submit"].icon:before, - input[type="reset"].icon:before, - button.icon:before, - .button.icon:before { - opacity: 0.5; - margin-right: 0.5em; - position: relative; - top: 0.05em; - } - - input[type="button"]:hover, - input[type="submit"]:hover, - input[type="reset"]:hover, - button:hover, - .button:hover { - background-color: #50a1cf; - } - - input[type="button"]:active, - input[type="submit"]:active, - input[type="reset"]:active, - button:active, - .button:active { - background-color: #3081af; - } - - input[type="button"].medium, - input[type="submit"].medium, - input[type="reset"].medium, - button.medium, - .button.medium { - font-size: 1.25em; - padding: 1em 2.25em; - } - - input[type="button"].big, - input[type="submit"].big, - input[type="reset"].big, - button.big, - .button.big { - font-size: 1.5em; - padding: 1em 2.25em; - } - - input[type="button"].alt, - input[type="submit"].alt, - input[type="reset"].alt, - button.alt, - .button.alt { - background-color: #464a52; - } - - input[type="button"].alt:hover, - input[type="submit"].alt:hover, - input[type="reset"].alt:hover, - button.alt:hover, - .button.alt:hover { - background-color: #565a62; - } - - input[type="button"].alt:active, - input[type="submit"].alt:active, - input[type="reset"].alt:active, - button.alt:active, - .button.alt:active { - background-color: #363a42; - } +input[type="button"], +input[type="submit"], +input[type="reset"], +button, +.button { + background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png"); + background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png"); + background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png"); + background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png"); + -moz-transition: background-color 0.2s ease-in-out; + -webkit-transition: background-color 0.2s ease-in-out; + -ms-transition: background-color 0.2s ease-in-out; + transition: background-color 0.2s ease-in-out; + -webkit-appearance: none; + position: relative; + display: inline-block; + background-color: #4091bf; + border-radius: 8px; + box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35); + text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); + color: #fff !important; + text-decoration: none; + text-transform: uppercase; + font-weight: 800; + font-size: 0.95em; + letter-spacing: 0.075em; + padding: 1em 2em; + outline: 0; + border: 0; + white-space: nowrap; + cursor: pointer; +} + +input[type="button"].icon:before, +input[type="submit"].icon:before, +input[type="reset"].icon:before, +button.icon:before, +.button.icon:before { + opacity: 0.5; + margin-right: 0.5em; + position: relative; + top: 0.05em; +} + +input[type="button"]:hover, +input[type="submit"]:hover, +input[type="reset"]:hover, +button:hover, +.button:hover { + background-color: #50a1cf; +} + +input[type="button"]:active, +input[type="submit"]:active, +input[type="reset"]:active, +button:active, +.button:active { + background-color: #3081af; +} + +input[type="button"].medium, +input[type="submit"].medium, +input[type="reset"].medium, +button.medium, +.button.medium { + font-size: 1.25em; + padding: 1em 2.25em; +} + +input[type="button"].big, +input[type="submit"].big, +input[type="reset"].big, +button.big, +.button.big { + font-size: 1.5em; + padding: 1em 2.25em; +} + +input[type="button"].alt, +input[type="submit"].alt, +input[type="reset"].alt, +button.alt, +.button.alt { + background-color: #464a52; +} + +input[type="button"].alt:hover, +input[type="submit"].alt:hover, +input[type="reset"].alt:hover, +button.alt:hover, +.button.alt:hover { + background-color: #565a62; +} + +input[type="button"].alt:active, +input[type="submit"].alt:active, +input[type="reset"].alt:active, +button.alt:active, +.button.alt:active { + background-color: #363a42; +} /* List */ - dl.contact dt { - display: block; - text-transform: uppercase; - font-weight: 700; - letter-spacing: 0.065em; - font-size: 0.9em; - color: #696969; - float: left; - width: 6em; - } - - dl.contact dd { - margin: 0 0 1em 6em; - } - - ul.default { - list-style: disc; - padding-left: 1em; - } - - ul.default li { - padding-left: 0.5em; - } - - ul.actions li { - display: inline-block; - padding: 0 0 0 0.25em; - margin: 0 0 0 0.25em; - } - - ul.actions li:first-child { - margin-left: 0; - padding-left: 0; - } - - ul.menu li { - border-left: solid 1px #eee; - display: inline-block; - padding: 0 0 0 1em; - margin: 0 0 0 1em; - } - - ul.menu li:first-child { - border-left: 0; - margin-left: 0; - padding-left: 0; - } - - ul.divided li { - border-top: solid 1px #eee; - padding: 0.5em 0 0 0; - margin: 0.5em 0 0 0; - } - - ul.divided li:first-child { - border-top: 0 !important; - padding-top: 0 !important; - margin-top: 0 !important; - } - - ol.default { - list-style: decimal; - padding-left: 1.25em; - } - - ol.default li { - padding-left: 0.25em; - } +dl.contact dt { + display: block; + text-transform: uppercase; + font-weight: 700; + letter-spacing: 0.065em; + font-size: 0.9em; + color: #696969; + float: left; + width: 6em; +} + +dl.contact dd { + margin: 0 0 1em 6em; +} + +ul.default { + list-style: disc; + padding-left: 1em; +} + +ul.default li { + padding-left: 0.5em; +} + +ul.actions li { + display: inline-block; + padding: 0 0 0 0.25em; + margin: 0 0 0 0.25em; +} + +ul.actions li:first-child { + margin-left: 0; + padding-left: 0; +} + +ul.menu li { + border-left: solid 1px #eee; + display: inline-block; + padding: 0 0 0 1em; + margin: 0 0 0 1em; +} + +ul.menu li:first-child { + border-left: 0; + margin-left: 0; + padding-left: 0; +} + +ul.divided li { + border-top: solid 1px #eee; + padding: 0.5em 0 0 0; + margin: 0.5em 0 0 0; +} + +ul.divided li:first-child { + border-top: 0 !important; + padding-top: 0 !important; + margin-top: 0 !important; +} + +ol.default { + list-style: decimal; + padding-left: 1.25em; +} + +ol.default li { + padding-left: 0.25em; +} /* Box */ - .box.excerpt { - position: relative; - overflow: hidden; - } - - .box.excerpt header { - margin: 0 0 1em 0; - } - - .box.excerpt .image, .box.excerpt p { - margin-bottom: 0; - } - - .box.feature1 { - text-align: center; - } - - .box.feature1 header.first h2 { - font-size: 2.5em; - } - - .box.feature1 header.first p { - font-size: 1.2em; - } - - .box.feature1 header.second { - position: relative; - display: inline-block; - text-align: left; - margin: 0 auto; - white-space: nowrap; - left: 24px; - } - - .box.feature1 header.second p { - line-height: 1em; - } - - .box.feature1 header.second:before { - font-size: 48px; - position: absolute; - right: 100%; - margin-right: 18px; - opacity: 0.5; - bottom: -4px; - } - - .box.feature2 { - text-align: center; - } - - .box.article-list article { - border-bottom: solid 1px #dbdbdb; - margin: 0 0 2.75em 0; - padding: 0 0 2.75em 0; - } - - .box.article-list article:last-child { - border-bottom: 0; - margin-bottom: 0; - padding-bottom: 0; - } +.box.excerpt { + position: relative; + overflow: hidden; +} + +.box.excerpt header { + margin: 0 0 1em 0; +} + +.box.excerpt .image, +.box.excerpt p { + margin-bottom: 0; +} + +.box.feature1 { + text-align: center; +} + +.box.feature1 header.first h2 { + font-size: 2.5em; +} + +.box.feature1 header.first p { + font-size: 1.2em; +} + +.box.feature1 header.second { + position: relative; + display: inline-block; + text-align: left; + margin: 0 auto; + white-space: nowrap; + left: 24px; +} + +.box.feature1 header.second p { + line-height: 1em; +} + +.box.feature1 header.second:before { + font-size: 48px; + position: absolute; + right: 100%; + margin-right: 18px; + opacity: 0.5; + bottom: -4px; +} + +.box.feature2 { + text-align: center; +} + +.box.article-list article { + border-bottom: solid 1px #dbdbdb; + margin: 0 0 2.75em 0; + padding: 0 0 2.75em 0; +} + +.box.article-list article:last-child { + border-bottom: 0; + margin-bottom: 0; + padding-bottom: 0; +} /* Icons */ - .icon { - text-decoration: none; - } - - .icon:before { - display: inline-block; - font-family: FontAwesome; - font-size: 1.25em; - text-decoration: none; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - } - - .icon > .label { - display: none; - } +.icon { + text-decoration: none; +} + +.icon:before { + display: inline-block; + font-family: FontAwesome; + font-size: 1.25em; + text-decoration: none; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon>.label { + display: none; +} /* Banner */ - #banner { - text-align: center; - } - - #banner h2 { - border: solid 1px rgba(255, 255, 255, 0.25); - border-left: 0; - border-right: 0; - color: #fff; - color: rgba(255, 255, 255, 0.75); - font-size: 2.35em; - font-weight: 700; - line-height: 1.3em; - margin: 0 0 1.5em 0; - } - - #banner h2 strong { - font-weight: 800; - color: inherit; - } - - #banner h2:before { - content: ''; - display: block; - border-top: solid 1px; - border-color: #888; - border-color: rgba(255, 255, 255, 0.25); - margin: 10px 0 1.25em 0; - } - - #banner h2:after { - content: ''; - display: block; - border-bottom: solid 1px; - border-color: #888; - border-color: rgba(255, 255, 255, 0.25); - margin: 1.25em 0 10px 0; - } - - #banner p { - text-transform: uppercase; - color: #fff; - color: rgba(255, 255, 255, 0.75); - font-size: 1.5em; - font-weight: 700; - line-height: 1.3em; - letter-spacing: 0.04em; - } +#banner { + text-align: center; +} + +#banner h2 { + border: solid 1px rgba(255, 255, 255, 0.25); + border-left: 0; + border-right: 0; + color: #fff; + color: rgba(255, 255, 255, 0.75); + font-size: 2.35em; + font-weight: 700; + line-height: 1.3em; + margin: 0 0 1.5em 0; +} + +#banner h2 strong { + font-weight: 800; + color: inherit; +} + +#banner h2:before { + content: ''; + display: block; + border-top: solid 1px; + border-color: #888; + border-color: rgba(255, 255, 255, 0.25); + margin: 10px 0 1.25em 0; +} + +#banner h2:after { + content: ''; + display: block; + border-bottom: solid 1px; + border-color: #888; + border-color: rgba(255, 255, 255, 0.25); + margin: 1.25em 0 10px 0; +} + +#banner p { + text-transform: uppercase; + color: #fff; + color: rgba(255, 255, 255, 0.75); + font-size: 1.5em; + font-weight: 700; + line-height: 1.3em; + letter-spacing: 0.04em; +} /* Wrappers */ - #header-wrapper { - background: url("images/bg01.png"), url("../img/header.jpg"); - background-position: top left, center center; - background-size: auto, cover; - } - - #main-wrapper { - background: #fff; - } - - #footer-wrapper { - background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("images/bg03.png"), url("images/bg02.png"); - background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("images/bg03.png"), url("images/bg02.png"); - background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("images/bg03.png"), url("images/bg02.png"); - background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("images/bg03.png"), url("images/bg02.png"); - position: relative; - background-repeat: repeat-x, no-repeat, repeat; - background-size: 100% 100%, 100% 15em, auto auto; - background-position: top left, top center, top left; - } - - .wrapper > .inner { - position: relative; - z-index: 2; - } - - .wrapper.style1 { - position: relative; - text-shadow: 1px 1px 0 #fff; - background-color: #fff; - background-image: url("images/bg03.png"), url("images/bg04.png"), url("images/bg02.png"); - background-repeat: no-repeat, no-repeat, repeat; - background-size: 100% 15em, 100% 15em, auto auto; - background-position: top center, bottom center, top left; - } - - .wrapper.style3 { - position: relative; - text-shadow: 1px 1px 0 #fff; - background-color: #fff; - background-image: url("images/bg03.png"), url("images/bg02.png"); - background-repeat: no-repeat, repeat; - background-size: 100% 15em, auto auto; - background-position: top center, top left; - } +#header-wrapper { + background: url("images/bg01.png"), url("../img/header.jpg"); + background-position: top left, center center; + background-size: auto, cover; +} + +#main-wrapper { + background: #fff; +} + +#footer-wrapper { + background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("images/bg03.png"), url("images/bg02.png"); + background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("images/bg03.png"), url("images/bg02.png"); + background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("images/bg03.png"), url("images/bg02.png"); + background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url("images/bg03.png"), url("images/bg02.png"); + position: relative; + background-repeat: repeat-x, no-repeat, repeat; + background-size: 100% 100%, 100% 15em, auto auto; + background-position: top left, top center, top left; +} + +.wrapper>.inner { + position: relative; + z-index: 2; +} + +.wrapper.style1 { + position: relative; + text-shadow: 1px 1px 0 #fff; + background-color: #fff; + background-image: url("images/bg03.png"), url("images/bg04.png"), url("images/bg02.png"); + background-repeat: no-repeat, no-repeat, repeat; + background-size: 100% 15em, 100% 15em, auto auto; + background-position: top center, bottom center, top left; +} + +.wrapper.style3 { + position: relative; + text-shadow: 1px 1px 0 #fff; + background-color: #fff; + background-image: url("images/bg03.png"), url("images/bg02.png"); + background-repeat: no-repeat, repeat; + background-size: 100% 15em, auto auto; + background-position: top center, top left; +} /* Header */ - #header { - margin-bottom: 0; - } +#header { + margin-bottom: 0; +} /* Footer */ - #footer { - margin-bottom: 0; - text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); - position: relative; - z-index: 2; - } - - #footer h2 { - font-size: 1.35em; - color: #fff; - } - - #footer strong { - color: #fff; - } - - #footer a { - color: #acb2bf; - } - - #footer .button.alt { - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.25); - } - - #footer ul.divided li, #footer ul.menu li { - border-color: #444; - border-color: rgba(255, 255, 255, 0.075); - } - - #footer ul.divided li a { - text-decoration: none; - } - - #footer ul.menu { - margin: 0; - } - - #footer dl.contact dt { - color: #ddd; - } - - #copyright { - border-top: solid 1px; - border-color: #444; - border-color: rgba(255, 255, 255, 0.075); - text-align: center; - margin-top: 2em; - padding: 3em 0 4em 0; - color: inherit; - } - - #copyright a { - color: inherit; - } +#footer { + margin-bottom: 0; + text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); + position: relative; + z-index: 2; +} + +#footer h2 { + font-size: 1.35em; + color: #fff; +} + +#footer strong { + color: #fff; +} + +#footer a { + color: #acb2bf; +} + +#footer .button.alt { + box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.25); +} + +#footer ul.divided li, +#footer ul.menu li { + border-color: #444; + border-color: rgba(255, 255, 255, 0.075); +} + +#footer ul.divided li a { + text-decoration: none; +} + +#footer ul.menu { + margin: 0; +} + +#footer dl.contact dt { + color: #ddd; +} + +#copyright { + border-top: solid 1px; + border-color: #444; + border-color: rgba(255, 255, 255, 0.075); + text-align: center; + margin-top: 2em; + padding: 3em 0 4em 0; + color: inherit; +} + +#copyright a { + color: inherit; +} + +/* Alerts */ + +.alert { + border-left: solid 0.5em #ddd; + padding: 0.1em 0 0.1em 1em; + margin: 1em 0em 1em 0em; +} + +.alert>p, +.alert>ul { + margin-bottom: 0 +} + +.alert>p+p { + margin-top: 5px +} + +.alert-info { + border-left-color: #31708f; +} + +.alert-info h5 { + color: #31708f; +} + +.alert-warning { + border-left-color: #b48129; +} + +.alert-warning h5 { + color: #b48129; +} + +.alert-danger { + border-left-color: #a94442; +} + +.alert-danger h5 { + color: #a94442 +} + +.alert h5 { + text-transform: uppercase; + font-weight: bold; + margin-top: 0; +} + +.alert h5:before { + position: relative; + top: 1px; + display: inline-block; + font-family: FontAwesome; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + margin-right: 5px; + font-weight: normal; +} + +.alert-info h5:before { + content: "\f05a" +} + +.alert-warning h5:before { + content: "\f06a" +} + +.alert-danger h5:before { + content: "\f06a" +} + +/* copy to clipboard */ + +.snippet { + position: relative; + overflow: visible +} + +.snippet a.btn { + -webkit-transition: opacity .3s ease-in-out; + -o-transition: opacity .3s ease-in-out; + transition: opacity .3s ease-in-out; + opacity: 0; + color: #bbb; + padding: 0 .5em; + background: #f5f2f0; + background: rgba(224, 224, 224, .2); + box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2); + border-radius: .5em; + position: absolute; + right: -5px; + top: -5px; + text-align: left; +} + +.snippet:hover .btn, +.snippet .btn:focus { + opacity: 1 +} + +pre.code-toolbar>.toolbar a, +pre.code-toolbar>.toolbar button, +pre.code-toolbar>.toolbar span { + font-size: inherit +} /* Desktop + Tablet */ - @media screen and (min-width: 737px) { - - /* Basic */ - - body, input, select, textarea { - font-size: 11pt; - line-height: 1.85em; - } - - /* Sidebar */ - - #sidebar h2 { - font-size: 1.5em; - } - - /* Wrappers */ - - #header-wrapper { - padding: 3em 0; - } - - .wrapper { - padding: 7em 0 7em 0; - } - - #footer-wrapper { - padding: 7em 0 7em 0; - } - - /* Header */ - - #header { - position: relative; - border-radius: 10px; - background: rgba(255, 255, 255, 0.1); - padding: 0.75em; - } - - #header .inner { - background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); - background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); - background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); - background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); - position: relative; - height: 5.5em; - background-color: #3B3E45; - background-color: rgba(59, 62, 69, 0.9); - border-radius: 8px; - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.45), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.15); - text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); - } - - #header h1 { - position: absolute; - left: 1.75em; - top: 50%; - margin-top: -0.65em; - font-size: 1.5em; - color: #fff; - } - - /* Nav */ - - #nav { - position: absolute; - right: 2em; - top: 0; - line-height: 5.5em; - } - - #nav > ul > li { - float: left; - padding: 0 0.8em 0 0.8em; - } - - #nav > ul > li > a, #nav > ul > li > span { - color: #fff; - text-decoration: none; - text-transform: uppercase; - font-weight: 800; - font-size: 0.95em; - letter-spacing: 0.075em; - padding: 0.5em 0.8em 0.5em 0.8em; - border-radius: 6px; - outline: 0; - } - - #nav > ul > li.active > a, #nav > ul > li.current_page_item > a, #nav > ul > li.active > span, #nav > ul > li.current_page_item > span { - background: rgba(0, 0, 0, 0.15); - box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.025), 1px 1px 0px 0px rgba(255, 255, 255, 0.025); - } - - #nav > ul > li:last-child { - padding-right: 0; - } - - #nav > ul > li > ul { - display: none; - } - - .dropotron { - background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), url("images/bg02.png"); - background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), url("images/bg02.png"); - background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), url("images/bg02.png"); - background-image: linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), url("images/bg02.png"); - position: relative; - background-color: #3B3E45; - background-color: rgba(59, 62, 69, 0.9); - border-radius: 8px; - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.075), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 14px 0px rgba(0, 0, 0, 0.4); - text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); - padding: 1.5em; - line-height: 2.5em; - min-width: 15em; - } - - .dropotron.level-0 { - border-top-left-radius: 0; - border-top-right-radius: 0; - margin-top: -2px; - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.075), 0px 2px 14px 0px rgba(0, 0, 0, 0.4); - } - - .dropotron a, .dropotron span { - color: #aaa; - text-decoration: none; - text-transform: uppercase; - font-weight: 800; - font-size: 0.8em; - letter-spacing: 0.075em; - outline: 0; - } - - .dropotron li:hover > a, .dropotron li:hover > span { - color: #fff; - } - - /* Banner */ - - #banner { - width: 940px; - margin: 0 auto; - overflow: hidden; - padding: 9em 0 6em 0; - } - - #banner p { - float: left; - text-align: right; - width: 60%; - line-height: 1.5em; - margin: 0; - } - - } +@media screen and (min-width: 737px) { + /* Basic */ + body, + input, + select, + textarea { + font-size: 11pt; + line-height: 1.85em; + } + /* Sidebar */ + #sidebar h2 { + font-size: 1.5em; + } + /* Wrappers */ + #header-wrapper { + padding: 3em 0; + } + .wrapper { + padding: 7em 0 7em 0; + } + #footer-wrapper { + padding: 7em 0 7em 0; + } + /* Header */ + #header { + position: relative; + border-radius: 10px; + background: rgba(255, 255, 255, 0.1); + padding: 0.75em; + } + #header .inner { + background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); + background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); + background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); + background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); + position: relative; + height: 5.5em; + background-color: #3B3E45; + background-color: rgba(59, 62, 69, 0.9); + border-radius: 8px; + box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.45), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.15); + text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); + } + #header h1 { + position: absolute; + left: 1.75em; + top: 50%; + margin-top: -0.65em; + font-size: 1.5em; + color: #fff; + } + /* Nav */ + #nav { + position: absolute; + right: 2em; + top: 0; + line-height: 5.5em; + } + #nav>ul>li { + float: left; + padding: 0 0.8em 0 0.8em; + } + #nav>ul>li>a, + #nav>ul>li>span { + color: #fff; + text-decoration: none; + text-transform: uppercase; + font-weight: 800; + font-size: 0.95em; + letter-spacing: 0.075em; + padding: 0.5em 0.8em 0.5em 0.8em; + border-radius: 6px; + outline: 0; + } + #nav>ul>li.active>a, + #nav>ul>li.current_page_item>a, + #nav>ul>li.active>span, + #nav>ul>li.current_page_item>span { + background: rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.025), 1px 1px 0px 0px rgba(255, 255, 255, 0.025); + } + #nav>ul>li:last-child { + padding-right: 0; + } + #nav>ul>li>ul { + display: none; + } + .dropotron { + background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), url("images/bg02.png"); + background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), url("images/bg02.png"); + background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), url("images/bg02.png"); + background-image: linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)), url("images/bg02.png"); + position: relative; + background-color: #3B3E45; + background-color: rgba(59, 62, 69, 0.9); + border-radius: 8px; + box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.075), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 14px 0px rgba(0, 0, 0, 0.4); + text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); + padding: 1.5em; + line-height: 2.5em; + min-width: 15em; + } + .dropotron.level-0 { + border-top-left-radius: 0; + border-top-right-radius: 0; + margin-top: -2px; + box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.075), 0px 2px 14px 0px rgba(0, 0, 0, 0.4); + } + .dropotron a, + .dropotron span { + color: #aaa; + text-decoration: none; + text-transform: uppercase; + font-weight: 800; + font-size: 0.8em; + letter-spacing: 0.075em; + outline: 0; + } + .dropotron li:hover>a, + .dropotron li:hover>span { + color: #fff; + } + /* Banner */ + #banner { + width: 940px; + margin: 0 auto; + overflow: hidden; + padding: 9em 0 6em 0; + } + #banner p { + float: left; + text-align: right; + width: 60%; + line-height: 1.5em; + margin: 0; + } +} /* Tablet Only */ - @media screen and (min-width: 737px) and (max-width: 1200px) { - - /* Basic */ - - body { - min-width: 1000px; - line-height: 1.75em; - font-size: 10.75pt; - } - - input, select, textarea { - line-height: 1.75em; - font-size: 10.75pt; - } - - /* Wrappers */ - - #header-wrapper { - padding: 2em 0 0 0; - height: 11em; - } - - body.homepage #header-wrapper { - height: 36em; - } - - #footer-wrapper { - padding: 4.5em 0 4.5em 0; - } - - .wrapper { - padding: 4.5em 0 4.5em 0; - } - - /* Banner */ - - #banner { - width: 940px; - padding: 3em 0 0 0; - } - - #banner h2 { - font-size: 2.2em; - line-height: 1.3em; - margin: 0 0 1em 0; - } - - #banner p { - font-size: 1.25em; - line-height: 1.75em; - letter-spacing: 0.04em; - } - - } +@media screen and (min-width: 737px) and (max-width: 1200px) { + /* Basic */ + body { + min-width: 1000px; + line-height: 1.75em; + font-size: 10.75pt; + } + input, + select, + textarea { + line-height: 1.75em; + font-size: 10.75pt; + } + /* Wrappers */ + #header-wrapper { + padding: 2em 0 0 0; + height: 11em; + } + body.homepage #header-wrapper { + height: 36em; + } + #footer-wrapper { + padding: 4.5em 0 4.5em 0; + } + .wrapper { + padding: 4.5em 0 4.5em 0; + } + /* Banner */ + #banner { + width: 940px; + padding: 3em 0 0 0; + } + #banner h2 { + font-size: 2.2em; + line-height: 1.3em; + margin: 0 0 1em 0; + } + #banner p { + font-size: 1.25em; + line-height: 1.75em; + letter-spacing: 0.04em; + } +} /* Mobile Only */ - #navPanel, #titleBar { - display: none; - } - - @media screen and (max-width: 736px) { - - /* Basic */ - - html, body { - overflow-x: hidden; - } - - body, input, select, textarea { - line-height: 1.75em; - font-size: 10pt; - letter-spacing: 0; - } - - h2, h3, h4, h5, h6 { - font-size: 13pt !important; - } - - h2 { - line-height: 1.5em; - } - - /* Section/Article */ - - section, article { - clear: both; - margin-bottom: 4em !important; - } - - /* Image */ - - .image.left { - width: 25%; - margin-bottom: 2em !important; - } - - /* Button */ - - .button { - width: 100%; - font-size: 1.1em; - text-align: center; - padding: 1em 0 1em 0; - border-radius: 8px; - } - - /* List */ - - ul.menu li { - display: block; - border: 0 !important; - padding: 0 !important; - margin: 0 !important; - } - - ul.actions li { - display: block; - padding: 0; - margin: 1em 0 0 0; - } - - ul.actions li:first-child { - margin-top: 0; - } - - /* Box */ - - .box.excerpt .image-left { - margin-right: 0; - } - - .box.excerpt header { - margin-left: 32%; - } - - .box.excerpt p { - clear: both; - } - - .box.feature1 section { - margin-bottom: 1em !important; - } - - /* Off-Canvas Navigation */ - - #page-wrapper { - -moz-backface-visibility: hidden; - -webkit-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - -moz-transition: -moz-transform 0.5s ease; - -webkit-transition: -webkit-transform 0.5s ease; - -ms-transition: -ms-transform 0.5s ease; - transition: transform 0.5s ease; - padding-bottom: 1px; - } - - #titleBar { - -moz-backface-visibility: hidden; - -webkit-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); - background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); - background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); - background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); - -moz-transition: -moz-transform 0.5s ease; - -webkit-transition: -webkit-transform 0.5s ease; - -ms-transition: -ms-transform 0.5s ease; - transition: transform 0.5s ease; - background-color: rgba(59, 62, 69, 0.9); - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.075), 0px 1px 6px 0px rgba(0, 0, 0, 0.35); - display: block; - height: 44px; - left: 0; - position: fixed; - text-shadow: -1px -1px 0 black; - top: 0; - width: 100%; - z-index: 10001; - } - - #titleBar .title { - display: block; - text-transform: uppercase; - font-weight: 800; - letter-spacing: 0.04em; - color: #fff; - line-height: 44px; - text-align: center; - } - - #titleBar .toggle { - position: absolute; - left: 0; - top: 0; - width: 60px; - height: 44px; - opacity: 0.25; - } - - #titleBar .toggle:before { - display: inline-block; - font-family: FontAwesome; - text-decoration: none; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - font-size: 18px; - width: 44px; - height: 44px; - line-height: 44px; - text-align: center; - color: #fff; - content: '\f0c9'; - } - - #titleBar .toggle:active { - opacity: 0.5; - } - - #navPanel { - -moz-backface-visibility: hidden; - -webkit-backface-visibility: hidden; - -ms-backface-visibility: hidden; - backface-visibility: hidden; - background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg01.png"); - background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg01.png"); - background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg01.png"); - background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg01.png"); - -moz-transform: translateX(-275px); - -webkit-transform: translateX(-275px); - -ms-transform: translateX(-275px); - transform: translateX(-275px); - -moz-transition: -moz-transform 0.5s ease; - -webkit-transition: -webkit-transform 0.5s ease; - -ms-transition: -ms-transform 0.5s ease; - transition: transform 0.5s ease; - background-color: #303238; - box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.5), inset -2px 0px 0px rgba(255, 255, 255, 0.15), inset -2px 0px 10px 0px rgba(0, 0, 0, 0.35); - display: block; - height: 100%; - left: 0; - overflow-y: auto; - position: fixed; - top: 0; - width: 275px; - z-index: 10002; - } - - #navPanel .link { - display: block; - color: #aaa; - text-decoration: none; - height: 44px; - line-height: 44px; - border-top: solid 1px rgba(255, 255, 255, 0.05); - border-bottom: solid 1px rgba(0, 0, 0, 0.15); - padding: 0 1em 0 1em; - text-transform: uppercase; - font-weight: 700; - font-size: 0.95em; - letter-spacing: 0.075em; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - #navPanel .link:first-child { - border-top: 0; - } - - #navPanel .link:last-child { - border-bottom: 0; - } - - #navPanel .indent-1 { - display: inline-block; - width: 1em; - } - - #navPanel .indent-2 { - display: inline-block; - width: 2em; - } - - #navPanel .indent-3 { - display: inline-block; - width: 3em; - } - - #navPanel .indent-4 { - display: inline-block; - width: 4em; - } - - #navPanel .indent-5 { - display: inline-block; - width: 5em; - } - - #navPanel .depth-0 { - color: #fff; - } - - body.navPanel-visible #page-wrapper { - -moz-transform: translateX(275px); - -webkit-transform: translateX(275px); - -ms-transform: translateX(275px); - transform: translateX(275px); - } - - body.navPanel-visible #titleBar { - -moz-transform: translateX(275px); - -webkit-transform: translateX(275px); - -ms-transform: translateX(275px); - transform: translateX(275px); - } - - body.navPanel-visible #navPanel { - -moz-transform: translateX(0); - -webkit-transform: translateX(0); - -ms-transform: translateX(0); - transform: translateX(0); - } - - /* Wrappers */ - - #header-wrapper { - background-position: 35% 50%; - } - - .homepage #header-wrapper, - #main-wrapper { - padding-top: 44px; - } - - .homepage #main-wrapper { - padding-top: 0; - } - - #footer-wrapper { - padding: 2em 20px 0 20px; - } - - .wrapper { - padding: 3em 20px 1em 20px; - } - - /* Header */ - - #header, #nav { - display: none; - } - - /* Banner */ - - #banner { - padding: 40px 20px 40px 20px; - } - - #banner h2 { - font-size: 18pt !important; - } - - #banner h2 br { - display: none; - } - - /* Footer */ - - #copyright { - margin-top: 0; - } - - } \ No newline at end of file +#navPanel, +#titleBar { + display: none; +} + +@media screen and (max-width: 736px) { + /* Basic */ + html, + body { + overflow-x: hidden; + } + body, + input, + select, + textarea { + line-height: 1.75em; + font-size: 10pt; + letter-spacing: 0; + } + h2, + h3, + h4, + h5, + h6 { + font-size: 13pt !important; + } + h2 { + line-height: 1.5em; + } + /* Section/Article */ + section, + article { + clear: both; + margin-bottom: 4em !important; + } + /* Image */ + .image.left { + width: 25%; + margin-bottom: 2em !important; + } + /* Button */ + .button { + width: 100%; + font-size: 1.1em; + text-align: center; + padding: 1em 0 1em 0; + border-radius: 8px; + } + /* List */ + ul.menu li { + display: block; + border: 0 !important; + padding: 0 !important; + margin: 0 !important; + } + ul.actions li { + display: block; + padding: 0; + margin: 1em 0 0 0; + } + ul.actions li:first-child { + margin-top: 0; + } + /* Box */ + .box.excerpt .image-left { + margin-right: 0; + } + .box.excerpt header { + margin-left: 32%; + } + .box.excerpt p { + clear: both; + } + .box.feature1 section { + margin-bottom: 1em !important; + } + /* Off-Canvas Navigation */ + #page-wrapper { + -moz-backface-visibility: hidden; + -webkit-backface-visibility: hidden; + -ms-backface-visibility: hidden; + backface-visibility: hidden; + -moz-transition: -moz-transform 0.5s ease; + -webkit-transition: -webkit-transform 0.5s ease; + -ms-transition: -ms-transform 0.5s ease; + transition: transform 0.5s ease; + padding-bottom: 1px; + } + #titleBar { + -moz-backface-visibility: hidden; + -webkit-backface-visibility: hidden; + -ms-backface-visibility: hidden; + backface-visibility: hidden; + background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); + background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); + background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); + background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg02.png"); + -moz-transition: -moz-transform 0.5s ease; + -webkit-transition: -webkit-transform 0.5s ease; + -ms-transition: -ms-transform 0.5s ease; + transition: transform 0.5s ease; + background-color: rgba(59, 62, 69, 0.9); + box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.075), 0px 1px 6px 0px rgba(0, 0, 0, 0.35); + display: block; + height: 44px; + left: 0; + position: fixed; + text-shadow: -1px -1px 0 black; + top: 0; + width: 100%; + z-index: 10001; + } + #titleBar .title { + display: block; + text-transform: uppercase; + font-weight: 800; + letter-spacing: 0.04em; + color: #fff; + line-height: 44px; + text-align: center; + } + #titleBar .toggle { + position: absolute; + left: 0; + top: 0; + width: 60px; + height: 44px; + opacity: 0.25; + } + #titleBar .toggle:before { + display: inline-block; + font-family: FontAwesome; + text-decoration: none; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + font-size: 18px; + width: 44px; + height: 44px; + line-height: 44px; + text-align: center; + color: #fff; + content: '\f0c9'; + } + #titleBar .toggle:active { + opacity: 0.5; + } + #navPanel { + -moz-backface-visibility: hidden; + -webkit-backface-visibility: hidden; + -ms-backface-visibility: hidden; + backface-visibility: hidden; + background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg01.png"); + background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg01.png"); + background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg01.png"); + background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)), url("images/bg01.png"); + -moz-transform: translateX(-275px); + -webkit-transform: translateX(-275px); + -ms-transform: translateX(-275px); + transform: translateX(-275px); + -moz-transition: -moz-transform 0.5s ease; + -webkit-transition: -webkit-transform 0.5s ease; + -ms-transition: -ms-transform 0.5s ease; + transition: transform 0.5s ease; + background-color: #303238; + box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.5), inset -2px 0px 0px rgba(255, 255, 255, 0.15), inset -2px 0px 10px 0px rgba(0, 0, 0, 0.35); + display: block; + height: 100%; + left: 0; + overflow-y: auto; + position: fixed; + top: 0; + width: 275px; + z-index: 10002; + } + #navPanel .link { + display: block; + color: #aaa; + text-decoration: none; + height: 44px; + line-height: 44px; + border-top: solid 1px rgba(255, 255, 255, 0.05); + border-bottom: solid 1px rgba(0, 0, 0, 0.15); + padding: 0 1em 0 1em; + text-transform: uppercase; + font-weight: 700; + font-size: 0.95em; + letter-spacing: 0.075em; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + #navPanel .link:first-child { + border-top: 0; + } + #navPanel .link:last-child { + border-bottom: 0; + } + #navPanel .indent-1 { + display: inline-block; + width: 1em; + } + #navPanel .indent-2 { + display: inline-block; + width: 2em; + } + #navPanel .indent-3 { + display: inline-block; + width: 3em; + } + #navPanel .indent-4 { + display: inline-block; + width: 4em; + } + #navPanel .indent-5 { + display: inline-block; + width: 5em; + } + #navPanel .depth-0 { + color: #fff; + } + body.navPanel-visible #page-wrapper { + -moz-transform: translateX(275px); + -webkit-transform: translateX(275px); + -ms-transform: translateX(275px); + transform: translateX(275px); + } + body.navPanel-visible #titleBar { + -moz-transform: translateX(275px); + -webkit-transform: translateX(275px); + -ms-transform: translateX(275px); + transform: translateX(275px); + } + body.navPanel-visible #navPanel { + -moz-transform: translateX(0); + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + } + /* Wrappers */ + #header-wrapper { + background-position: 35% 50%; + } + .homepage #header-wrapper, + #main-wrapper { + padding-top: 44px; + } + .homepage #main-wrapper { + padding-top: 0; + } + #footer-wrapper { + padding: 2em 20px 0 20px; + } + .wrapper { + padding: 3em 20px 1em 20px; + } + /* Header */ + #header, + #nav { + display: none; + } + /* Banner */ + #banner { + padding: 40px 20px 40px 20px; + } + #banner h2 { + font-size: 18pt !important; + } + #banner h2 br { + display: none; + } + /* Footer */ + #copyright { + margin-top: 0; + } +} diff --git a/help/content/assets/css/style.css b/help/content/assets/css/style.css index e4edbf0a174..d8c11ad5ca6 100644 --- a/help/content/assets/css/style.css +++ b/help/content/assets/css/style.css @@ -1,82 +1,129 @@ @import url(https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Open+Sans:400,600,700); - /*-------------------------------------------------------------------------- Formatting for F# code snippets /*--------------------------------------------------------------------------*/ /* identifier */ -span.i { color:#d1d1d1; } + +span.i { + color: #d1d1d1; +} + /* string */ -span.s { color:#d4b43c; } + +span.s { + color: #d4b43c; +} + /* keywords */ -span.k { color:#4e98dc; } + +span.k { + color: #4e98dc; +} + /* comment */ -span.c { color:#96C71D; } + +span.c { + color: #96C71D; +} + /* operators */ -span.o { color:#af75c1; } + +span.o { + color: #af75c1; +} + /* numbers */ -span.n { color:#96C71D; } + +span.n { + color: #96C71D; +} + /* line number */ -span.l { color:#80b0b0; } + +span.l { + color: #80b0b0; +} /* inactive code */ -span.inactive { color:#808080; } + +span.inactive { + color: #808080; +} + /* preprocessor */ -span.prep { color:#af75c1; } + +span.prep { + color: #af75c1; +} + /* fsi output */ -span.fsi { color:#808080; } + +span.fsi { + color: #808080; +} /* omitted */ -span.omitted { - background:#3c4e52; - border-radius:5px; - color:#808080; - padding:0px 0px 1px 0px; + +span.omitted { + background: #3c4e52; + border-radius: 5px; + color: #808080; + padding: 0px 0px 1px 0px; } + /* tool tip */ + div.tip { - background:#475b5f; - border-radius:4px; - font:11pt 'Droid Sans', arial, sans-serif; - padding:6px 8px 6px 8px; - display:none; - color:#d1d1d1; + background: #475b5f; + border-radius: 4px; + font: 11pt 'Droid Sans', arial, sans-serif; + padding: 6px 8px 6px 8px; + display: none; + color: #d1d1d1; } + div.tip strong { - color:#d1d1d1; + color: #d1d1d1; } + table.pre pre { - padding:0px; - margin:0px; - border:none; -} -table.pre, pre.fssnip, pre { - line-height:13pt; - border:1px solid #d8d8d8; - border-collapse:separate; - white-space:pre; - font: 9pt 'Droid Sans Mono',consolas,monospace; - width:90%; - margin:10px 20px 20px 20px; - background-color:#212d30; - padding:10px; - border-radius:5px; - color:#d1d1d1; + padding: 0px; + margin: 0px; + border: none; } + +table.pre, +pre.fssnip, +pre { + line-height: 13pt; + border: 1px solid #d8d8d8; + border-collapse: separate; + white-space: pre; + font: 9pt 'Droid Sans Mono', consolas, monospace; + width: 90%; + background-color: #2d2d2d; + padding: 10px; + border-radius: 5px; + color: #d1d1d1; +} + table.pre pre { - padding:0px; - margin:0px; - border-radius:0px; - width: 100%; + padding: 0px; + margin: 0px; + border-radius: 0px; + width: 100%; } + table.pre td { - padding:0px; - white-space:normal; - margin:0px; - border:none; + padding: 0px; + white-space: normal; + margin: 0px; + border: none; } + table.pre td.lines { - width:30px; + width: 30px; } /*-------------------------------------------------------------------------- @@ -84,9 +131,9 @@ table.pre td.lines { /*--------------------------------------------------------------------------*/ body { - font-family: 'Open Sans', serif; - padding-top: 0px; - padding-bottom: 40px; + font-family: 'Open Sans', serif; + padding-top: 0px; + padding-bottom: 40px; } pre { @@ -94,44 +141,56 @@ pre { } /* Format the heading - nicer spacing etc. */ + .masthead { - overflow: hidden; + overflow: hidden; } + .masthead .muted a { - text-decoration:none; - color:#999999; + text-decoration: none; + color: #999999; } -.masthead ul, .masthead li { - margin-bottom:0px; + +.masthead ul, +.masthead li { + margin-bottom: 0px; } + .masthead .nav li { - margin-top: 15px; - font-size:110%; + margin-top: 15px; + font-size: 110%; } + .masthead h3 { - margin-bottom:5px; - font-size:170%; + margin-bottom: 5px; + font-size: 170%; } + hr { - margin:0px 0px 20px 0px; + margin: 0px 0px 20px 0px; } /* Style for articles (content) */ #content h2 { - margin: 1em 0 .5em 0; + margin: 1em 0 .5em 0; } -#content p, #content ul, #content ol, #content dl, #content table { - margin-bottom: 0.9em; +#content p, +#content ul, +#content ol, +#content dl, +#content table { + margin-bottom: 0.9em; } #content ul { - margin-left: 2em; + margin-left: 2em; } -#content ul, #content ol { - list-style: disc; +#content ul, +#content ol { + list-style: disc; } #content blockquote p { @@ -146,95 +205,146 @@ hr { } /* Make table headings and td.title bold */ -td.title, thead tr td { - font-weight:bold; + +td.title, +thead tr td { + font-weight: bold; } /* Format the right-side menu */ + #menu { - margin-top:50px; - font-size:11pt; - padding-left:20px; + margin-top: 50px; + font-size: 11pt; + padding-left: 20px; } #menu .nav-header { - font-size:12pt; - color:#606060; - margin-top:20px; + font-size: 12pt; + color: #606060; + margin-top: 20px; } #menu li { - line-height:25px; + line-height: 25px; } /* Change font sizes for headings etc. */ -#main h1 { font-size: 26pt; margin:10px 0px 15px 0px; font-weight:400; } -#main h2 { font-size: 20pt; margin:20px 0px 0px 0px; font-weight:400; } -#main h3 { font-size: 14pt; margin:15px 0px 0px 0px; font-weight:600; } -#main p { font-size: 11pt; margin:5px 0px 15px 0px; } -#main ul { font-size: 11pt; margin-top:10px; } -#main li { font-size: 11pt; margin: 5px 0px 5px 0px; } -#main strong { font-weight:700; } + +#main h1 { + font-size: 26pt; + margin: 10px 0px 15px 0px; + font-weight: 400; +} + +#main h2 { + font-size: 20pt; + margin: 20px 0px 0px 0px; + font-weight: 400; +} + +#main h3 { + font-size: 14pt; + margin: 15px 0px 0px 0px; + font-weight: 600; +} + +#main p { + font-size: 11pt; + margin: 5px 0px 15px 0px; +} + +#main ul { + font-size: 11pt; + margin-top: 10px; +} + +#main li { + font-size: 11pt; + margin: 5px 0px 5px 0px; +} + +#main strong { + font-weight: 700; +} /*-------------------------------------------------------------------------- Formatting for API reference /*--------------------------------------------------------------------------*/ -.type-list .type-name, .module-list .module-name { - width:25%; - font-weight:bold; +.type-list .type-name, +.module-list .module-name { + width: 25%; + font-weight: bold; } + .member-list .member-name { - width:35%; + width: 35%; } + #main .xmldoc h2 { - font-size:14pt; - margin:10px 0px 0px 0px; + font-size: 14pt; + margin: 10px 0px 0px 0px; } + #main .xmldoc h3 { - font-size:12pt; - margin:10px 0px 0px 0px; + font-size: 12pt; + margin: 10px 0px 0px 0px; } + .github-link { - float:right; - text-decoration:none; + float: right; + text-decoration: none; } + .github-link img { - border-style:none; - margin-left:10px; + border-style: none; + margin-left: 10px; +} + +.github-link .hover { + display: none; +} + +.github-link:hover .hover { + display: block; +} + +.github-link .normal { + display: block; +} + +.github-link:hover .normal { + display: none; } -.github-link .hover { display:none; } -.github-link:hover .hover { display:block; } -.github-link .normal { display: block; } -.github-link:hover .normal { display: none; } #content .member-list .xmldoc h2 { - margin-top: 0; - font-size: 1em; + margin-top: 0; + font-size: 1em; } -.member-list td > code, -.member-list li > code { - padding: 2px 4px; - color: #d14; - background-color: #f7f7f9; - border: 1px solid #e1e1e8; - font-family: Monaco,Menlo,Consolas,'Courier New', monospace; - font-size: 12px; - border-radius: 3px; +.member-list td>code, +.member-list li>code { + padding: 2px 4px; + color: #d14; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; + font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; + font-size: 12px; + border-radius: 3px; } table { - max-width: 100%; - background-color: transparent; - border-spacing: 0; + max-width: 100%; + background-color: transparent; + border-spacing: 0; } .table-bordered { - border: 1px solid #dddddd; - border-collapse: separate; - border-left: 0; - border-radius: 4px; + border: 1px solid #dddddd; + border-collapse: separate; + border-left: 0; + border-radius: 4px; } .table caption+thead tr:first-child th, @@ -243,39 +353,40 @@ table { .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { - border-top: 0; + border-top: 0; } -.table th, .table td { - padding: 8px; - line-height: 20px; - text-align: left; - vertical-align: top; - border-top: 1px solid #dddddd; +.table th, +.table td { + padding: 8px; + line-height: 20px; + text-align: left; + vertical-align: top; + border-top: 1px solid #dddddd; } -.table-bordered th, .table-bordered td { - border-left: 1px solid #dddddd; +.table-bordered th, +.table-bordered td { + border-left: 1px solid #dddddd; } - /*-------------------------------------------------------------------------- Additional formatting for the homepage /*--------------------------------------------------------------------------*/ -#nuget { - margin-top:20px; - font-size: 11pt; - padding:20px; +#nuget { + margin-top: 20px; + font-size: 11pt; + padding: 20px; } #nuget pre { - font-size:11pt; - -moz-border-radius: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; - background: #404040; - border-style:none; - color: #e0e0e0; - margin-top:15px; -} \ No newline at end of file + font-size: 11pt; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; + background: #404040; + border-style: none; + color: #e0e0e0; + margin-top: 15px; +} diff --git a/help/content/assets/js/clipboardTooltip.js b/help/content/assets/js/clipboardTooltip.js new file mode 100644 index 00000000000..b0224fea7f2 --- /dev/null +++ b/help/content/assets/js/clipboardTooltip.js @@ -0,0 +1,36 @@ +var snippets = document.querySelectorAll('.snippet, pre[class*="language-"]'); + +[].forEach.call(snippets, function (snippet) { + snippet.firstChild.insertAdjacentHTML('beforebegin', ''); +}); +var clipboardSnippets = new ClipboardJS('[data-clipboard-snippet]', { + target: function (trigger) { + return trigger.nextElementSibling; + } +}); +clipboardSnippets.on('success', function (e) { + e.clearSelection(); +}); + + +Prism.plugins.toolbar.registerButton('copy-to-clipboard', function (env) { + var link = document.createElement('div'); + link.innerHTML = '' + + if (!ClipboardJS) { + callbacks.push(registerClipboard); + } else { + registerClipboard(); + } + + return link; + + function registerClipboard() { + var clip = new ClipboardJS(link, { + 'text': function () { + return env.code; + } + }); + } + +}); diff --git a/help/content/nuspec-example.xml b/help/content/nuspec-example.xml new file mode 100644 index 00000000000..63ce0aba6ec --- /dev/null +++ b/help/content/nuspec-example.xml @@ -0,0 +1,26 @@ + + + + @project@ + @build.number@ + @authors@ + @authors@ + @summary@ + https://github.com/octokit/octokit.net/blob/master/LICENSE.txt + https://github.com/octokit/octokit.net + https://github.com/octokit/octokit.net/icon.png + false + @description@ + @releaseNotes@ + Copyright GitHub 2013 + GitHub API Octokit + @dependencies@ + @references@ + + + @files@ + + diff --git a/help/markdown/api-slack.md b/help/markdown/api-slack.md index 30cbd51ae3a..0b3e4a68bd5 100644 --- a/help/markdown/api-slack.md +++ b/help/markdown/api-slack.md @@ -1,11 +1,12 @@ # Sending Notifications to a Slack Webhook -**Note: This documentation is for FAKE version 5.0 or later. The old documentation can be found [here](legacy-slacknotification.html)** +
+
INFO
+This documentation is for FAKE version 5.0 or later. The old documentation can be found here +
In this article you will learn how to create a [Slack](https://slack.com) webhook integration and send a notification to it. This article assumes that you already have a Slack team setup. -**Note: This documentation is for FAKE 5. The old documentation can be found [here](legacy-slacknotification.html)! ** - [API-Reference](apidocs/v5/fake-api-slack.html) ## Adding a Webhook Integration to a Channel diff --git a/help/markdown/contributing.md b/help/markdown/contributing.md index 219082a36cb..771d81962f7 100644 --- a/help/markdown/contributing.md +++ b/help/markdown/contributing.md @@ -30,16 +30,23 @@ It turns `*.md` (Markdown with embedded code snippets) and `*.fsx` files (F# scr * Clone your personal fork locally. * Add a new git remote in order to retrieve upstream changes. - - git remote add upstream https://github.com/fsharp/FAKE.git +
+    
+    git remote add upstream https://github.com/fsharp/FAKE.git
+    
+
#### Build tools * Windows users can install Visual Studio 2017 (the [Community Edition](https://www.visualstudio.com/de/vs/community/) is freely available for open-source projects). - > Make sure to have long path enabled: https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing - > Otherwise the test-suite will fail (However, the build should work) +
+
INFO
+ Make sure to have long path enabled: https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing + Otherwise the test-suite will fail (However, the build should work) +
+ * Linux and Mac users can read "[Guide - Cross-Platform Development with F#](http://fsharp.org/guides/mac-linux-cross-platform/)" to find out the required tools. @@ -52,16 +59,24 @@ It turns `*.md` (Markdown with embedded code snippets) and `*.fsx` files (F# scr * Alternately, you can use [Vagrant](https://www.vagrantup.com/) in-pair with [VirtualBox](https://www.virtualbox.org/) to automatically deploy a preconfigured virtual machine. See the [Vagrant docs](vagrant.html) to get in touch with the tool. -> Note: The vagrant file might be outdated at this time, please help updating it and removing this banner. - +
+
WARNING
+ The vagrant file might be outdated at this time, please help updating it and removing this banner. +
* Ubuntu / Windows Subsystem for Linux: + * Install Mono, as of today 2017-09-30 you need at least alpha to have the msbuild package (http://www.mono-project.com/download/beta/#download-lin) - * `apt-get install msbuild mono-complete` - * `apt-cache search libunwind` - * `# apt-get Install the libunwind runtime (one of the search results)` - * `apt-cache search libcurl # Install` - * `# apt-get Install the libcurl library (one of the search results)` - * `./build.sh` + * Run the following +
+        
+        apt-get install msbuild mono-complete
+        apt-cache search libunwind
+        # apt-get Install the libunwind runtime (one of the search results)
+        apt-cache search libcurl # Install
+        # apt-get Install the libcurl library (one of the search results)
+        ./build.sh
+        
+    
### Programming @@ -70,8 +85,11 @@ It turns `*.md` (Markdown with embedded code snippets) and `*.fsx` files (F# scr * Run the build via `fake run build.fsx` in order to check if everything works. * Create a new feature branch. - - git checkout -b myfeature +
+    
+    git checkout -b myfeature
+    
+
* Implement your bugfix/feature. @@ -85,10 +103,13 @@ It turns `*.md` (Markdown with embedded code snippets) and `*.fsx` files (F# scr Write "WIP" into the pull request description if it's not completely ready * If you need to rebase you can do: - - git fetch upstream - git rebase upstream/master - git push origin myfeature -f +
+    
+    git fetch upstream
+    git rebase upstream/master
+    git push origin myfeature -f
+    
+
* The pull request will be updated automatically. @@ -98,9 +119,12 @@ It turns `*.md` (Markdown with embedded code snippets) and `*.fsx` files (F# scr 1. Create a local nuget package for the module you've changed. e.g: Using dotnet cli - - cd path/to/project - dotnet pack +
+    
+    cd path/to/project
+    dotnet pack
+    
+
2. Dotnet pack will create a default nuget package with version of 1.0.0 in the `bin/Debug` of your project. Set an additional paket source in your build script to this directory, and require this exact version in your paket references @@ -177,8 +201,9 @@ Tooling in netcore it not optimal yet so some things have to be done by hand, bu * Add the info about the new module to the `dotnetAssemblyInfos` variable in `build.fsx`. From this point on the build script will let you know if anything is missing. Again, if you have problems let us know. * Mark the old module with the `Obsolete` attribute. -> Note that `src/Fake-netcore.sln` is currently not used (as IDEs don't support that yet). However it is used so speed up the build, `fake run build.fsx` will let you know what to do in the error message. - +
+
INFO
src/Fake-netcore.sln is currently not used (as IDEs don't support that yet). However it is used so speed up the build, fake run build.fsx will let you know what to do in the error message. +
These steps will ensure: * People using the NuGet package will get the warnings to update the new API diff --git a/help/markdown/core-commandlineparsing.md b/help/markdown/core-commandlineparsing.md index 628e7cec6a2..34d5a2040d1 100644 --- a/help/markdown/core-commandlineparsing.md +++ b/help/markdown/core-commandlineparsing.md @@ -36,7 +36,7 @@ match DocoptResult.tryGetArgument "-m" results with | Some arg -> printfn "%s" arg ``` -A more sophisticated example can be in the fake runner: https://github.com/fsharp/FAKE/blob/64d871f5065412fe7b233025e454ccf3b89e46d7/src/app/Fake.netcore/Program.fs#L204-L259 +A more sophisticated example can be found in the fake runner: https://github.com/fsharp/FAKE/blob/64d871f5065412fe7b233025e454ccf3b89e46d7/src/app/Fake.netcore/Program.fs#L204-L259 Or the target module: @@ -55,31 +55,33 @@ You can also take a look at the test-suite: - We return the arguments in the user given order in the result map (difference to `docopt.fs`) - We parse arguments starting with `-` as positional arguments. For example consider: - ```help - usage: prog (NAME | --foo NAME) +```bash +usage: prog (NAME | --foo NAME) - options: --foo - ``` - - > Note that --foo has no argument because it was not specified in the options section! +options: --foo +``` +
+
INFO
+

Note that --foo has no argument because it was not specified in the options section!

+
- In this scenario `prog --foo 10` is parsed as `--foo` and `NAME` argument because that is the only option. However `prog --foo=10` is parsed as `NAME` argument without any `--foo` option. Usually to prefer `--foo` you should put it first in the usage string: +In this scenario `prog --foo 10` is parsed as `--foo` and `NAME` argument because that is the only option. However `prog --foo=10` is parsed as `NAME` argument without any `--foo` option. Usually to prefer `--foo` you should put it first in the usage string: - ```help - usage: prog (--foo NAME | NAME) +```bash +usage: prog (--foo NAME | NAME) - options: --foo - ``` +options: --foo +``` However, in this particular case it doesn't make any difference. - `[]` is not inherited for all items, only for the group. To have all items optional use `[]` on every item. For example `usage: prog [go go]` means to have either two `go` or none. A single one is not allowed. - We do not merge external "options" in the usage string with `[options]`. For example: - ```help - usage: prog [options] [-a] +```bash +usage: prog [options] [-a] - options: -a - -b - ``` +options: -a + -b +``` - Means that `-a` is actually allowed twice. +Means that `-a` is actually allowed twice. diff --git a/help/markdown/core-process.md b/help/markdown/core-process.md index 6ec6b64d062..21e716c7a3e 100644 --- a/help/markdown/core-process.md +++ b/help/markdown/core-process.md @@ -1,6 +1,9 @@ # Starting processes in "FAKE - F# Make" -**Note: This documentation is for FAKE 5! ** +
+
INFO
+

This documentation is for FAKE version 5.0 or later.

+
[API-Reference](apidocs/v5/fake-core-process.html) diff --git a/help/markdown/core-targets.md b/help/markdown/core-targets.md index 93738fe7706..69d7cd411c8 100644 --- a/help/markdown/core-targets.md +++ b/help/markdown/core-targets.md @@ -1,6 +1,9 @@ # Running targets in "FAKE - F# Make" -**Note: This documentation is for FAKE 5. The old documentation can be found [here](legacy-core-targets.html)! ** +
+
INFO
+

This documentation is for FAKE version 5.0 or later. The old documentation can be found here

+
[API-Reference](apidocs/v5/fake-core-target.html), [Operators](apidocs/v5/fake-core-targetoperators.html) @@ -8,7 +11,7 @@ If you use the `Fake.Core.Target` module and call `Target.runOrDefault` or `Target.runOrList` in your build script you will have the following CLI options: -```help +```bash Usage: fake-run --list fake-run --version @@ -24,7 +27,10 @@ Target Module Options [target_opts]: -p, --parallel Run parallel with the given number of tasks. ``` -> please refer to the general [FAKE 5 runner command line interface](fake-commandline.html) or the [Fake.Core.CommandLineParsing documentation](core-commandlineparsing.html) for details. + This means you can - for example - run `fake run build.fsx --list` or `fake build --list` to list your targets. @@ -33,12 +39,18 @@ To run a target `MyTarget` you could use `fake run build.fsx -t MyTarget` or `f All parameters after `--` or `target ` are given to the target as paramters. Note that this feature needs to be enabled by using `Target.runOrDefaultWithArguments` instead of `Target.runOrDefault`! -> Note that the ordering of the parameters matters! This means the following are invalid (which is different to pre FAKE 5 versions): -> - `fake run -t Target build.fsx` - because of ordering fake will assume `-t` to be the script name -> - `fake build -v` - It will not run FAKE in verbose mode but give the parameter `-v` to the target parameters. This is because there is no `-v` in the above CLI. -> -> In general you should use the command-line in a way to not be broken when new parameters are added. -> Use longer forms in your scripts and shorter forms on your shell! +
+
INFO
+

Note that the ordering of the parameters matters! This means the following are invalid (which is different to pre FAKE 5 versions): +

    +
  • fake run -t Target build.fs - because of ordering fake will assume -t to be the script name
  • +
  • fake build -v - It will not run FAKE in verbose mode but give the parameter -v to the target parameters. This is because there is no -v in the above CLI.
  • +
+ In general you should use the command-line in a way to not be broken when new parameters are added. + Use longer forms in your scripts and shorter forms on your shell!

+
+ + ## Running specific targets @@ -74,9 +86,16 @@ open Fake.Core.TargetOperators Target.runOrDefault "Deploy" ``` -> Warning: Previous versions of FAKE 5 used `(fun () -> ...)` instead of `(fun _ -> ...)`. -> We decided to change the syntax here to introduce some parameters or other features at a later point. -> Using the current parameter object is not supported yet. +
+
WARNING
+

+ Previous versions of FAKE 5 used (fun () -> ...) instead of (fun _ -> ...). + We decided to change the syntax here to introduce some parameters or other features at a later point. + Using the current parameter object is not supported yet. +

+
+ + Now we have the following options: diff --git a/help/markdown/core-trace.md b/help/markdown/core-trace.md index 2635a1321b4..8fda9ca0388 100644 --- a/help/markdown/core-trace.md +++ b/help/markdown/core-trace.md @@ -30,6 +30,7 @@ Trace.traceLine() Target.create "mytarget" (fun _ -> use __ = Trace.traceTask "MyOperation" "Description" // do my operation + __.MarkSuccess() ) ``` diff --git a/help/markdown/dotnet-assemblyinfo.md b/help/markdown/dotnet-assemblyinfo.md index bc4aec0d618..e3f9eeee041 100644 --- a/help/markdown/dotnet-assemblyinfo.md +++ b/help/markdown/dotnet-assemblyinfo.md @@ -1,6 +1,9 @@ # Generating AssemblyInfo files -**Note: This documentation is for FAKE.exe after version 5. The documentation for previous version (<=4) can be found [here](legacy-assemblyinfo.html)! ** +
+
INFO
+

This documentation is for FAKE version 5.0 or later. The old documentation can be found here

+
In this article the AssemblyInfo task is used in order to set specific version information to .NET assemblies. diff --git a/help/markdown/dotnet-nuget.md b/help/markdown/dotnet-nuget.md index f7d57603226..e28b7bf725d 100644 --- a/help/markdown/dotnet-nuget.md +++ b/help/markdown/dotnet-nuget.md @@ -1,6 +1,9 @@ # NuGet package restore -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
If you are using a source control system like [git](http://git-scm.com/) you probably don't want to store all binary dependencies in it. With FAKE you can use [NuGet](http://nuget.codeplex.com/) to download all dependent packages during the build. @@ -21,52 +24,30 @@ If you need to use different parameters please use the [RestorePackage](apidocs/ If you don't want to store FAKE.exe and its components in your repository, you can use a batch file which downloads it before the build: - [lang=batchfile] +

     @echo off
     cls
     "tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion"
     "tools\FAKE\tools\Fake.exe" build.fsx
     pause
-
+
# Creating NuGet packages -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** - ## Creating a .nuspec template The basic idea to create nuget packages is to create a .nuspec template and let FAKE fill out the missing parts. The following code shows such .nuspec file from the [OctoKit](https://github.com/octokit/octokit.net) project. - [lang=xml] - - - - @project@ - @build.number@ - @authors@ - @authors@ - @summary@ - https://github.com/octokit/octokit.net/blob/master/LICENSE.txt - https://github.com/octokit/octokit.net - https://github.com/octokit/octokit.net/icon.png - false - @description@ - @releaseNotes@ - Copyright GitHub 2013 - GitHub API Octokit - @dependencies@ - @references@ - - @files@ - +

 
+
The .nuspec template contains some placeholders like `@build.number@` which can be replaced later by the build script. It also contains some specific information like the copyright which is not handled by FAKE. The following table gives the correspondence between the placeholders and the fields of the record type used by the NuGet task. Placeholder | replaced by (`NuGetParams` record field) ---- | --- +:--- | :--- `@build.number@` | `Version` `@authors@` | `Authors` `@project@` | `Project` diff --git a/help/markdown/dotnet-testing-opencover.md b/help/markdown/dotnet-testing-opencover.md index 7f49eb9d6cd..834e365220a 100644 --- a/help/markdown/dotnet-testing-opencover.md +++ b/help/markdown/dotnet-testing-opencover.md @@ -1,7 +1,7 @@ # Analyze your code coverage with OpenCover From the [project](https://github.com/OpenCover/opencover): -"A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points." +>"A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points." It will analyze the code coverage during testing and generates an XML report which can be used to generates HTML pages or uploaded to online services like [coveralls](https://coveralls.io/) or [codecov](https://codecov.io/). @@ -62,4 +62,4 @@ Target.create "OpenCover" (fun _ -> }) "MyProject.Tests.dll -noshadow" ) -``` \ No newline at end of file +``` diff --git a/help/markdown/fake-cache.md b/help/markdown/fake-cache.md index 27e92ec03bc..a6f81d881c3 100644 --- a/help/markdown/fake-cache.md +++ b/help/markdown/fake-cache.md @@ -1,6 +1,9 @@ # Caching of build scripts -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
Starting with version `4.0.0` of FAKE, the first time a script is run the compiled assembly that is generated is saved into the hidden `.fake` directory. This @@ -14,4 +17,4 @@ which stops FAKE from dumping the compiled assembly to disk. Do note that the assembly is still being compiled by FSI, all you are disabling is the saving to disk. -You should add the `.fake` folder to your `.gitignore` file. \ No newline at end of file +You should add the `.fake` folder to your `.gitignore` file. diff --git a/help/markdown/fake-commandline.md b/help/markdown/fake-commandline.md index 075d4bcc3eb..4e359e9f80a 100644 --- a/help/markdown/fake-commandline.md +++ b/help/markdown/fake-commandline.md @@ -1,36 +1,37 @@ # FAKE Command Line -**Note: This documentation is for FAKE.exe version 5.0 or later. The old documentation can be found [here](legacy-commandline.html)** +
+
INFO
+

This documentation is for FAKE version 5.0 or later. The old documentation can be found here

+
-The `fake.exe` command line interface (CLI) is defined as follows:` - -```help +The `fake.exe` command line interface (CLI) is defined as follows: +```bash Usage: - fake.exe [fake_opts] run [run_opts] [] [--] [...] - fake.exe [fake_opts] build [build_opts] [--] [...] - fake.exe --version - fake.exe --help | -h +fake.exe [fake_opts] run [run_opts] [] [--] [...] +fake.exe [fake_opts] build [build_opts] [--] [...] +fake.exe --version +fake.exe --help | -h Fake Options [fake_opts]: - -v, --verbose [*] Verbose (can be used multiple times) +-v, --verbose [*] Verbose (can be used multiple times) Is ignored if -s is used. * -v: Log verbose but only for FAKE * -vv: Log verbose for Paket as well - -s, --silent Be silent, use this option if you need to pipe your output into another tool or need some additional processing. +-s, --silent Be silent, use this option if you need to pipe your output into another tool or need some additional processing. Fake Run Options [run_opts]: - -d, --debug Debug the script. - -n, --nocache Disable fake cache for this run. - --fsiargs [*] Arguments passed to the f# interactive. +-d, --debug Debug the script. +-n, --nocache Disable fake cache for this run. +--fsiargs [*] Arguments passed to the f# interactive. Fake Build Options [build_opts]: - -d, --debug Debug the script. - -n, --nocache Disable fake cache for this run. - --fsiargs [*] Arguments passed to the f# interactive. - -f, --script +-d, --debug Debug the script. +-n, --nocache Disable fake cache for this run. +--fsiargs [*] Arguments passed to the f# interactive. +-f, --script The script to execute (defaults to `build.fsx`). ``` - Please refer to the [Fake.Core.CommandLineParsing documentation](core-commandlineparsing.html) for a explanation of the synax. For now fake only supports the `run` and `build` subcommands which are basically equivalent to the Fake as you know it, but more are planned in the future. In general you should use the `run` subcommand in scripting when you use parameters, because it is safer in regards to adding options without breaking. Use `build` to have a more dense workflow in the command line @@ -96,7 +97,7 @@ Please refer to the [target module documentation](core-targets.html) For reference the CLI for the targets-module looks like this: -```help +```bash Usage: fake-run --list fake-run --version @@ -112,4 +113,4 @@ Target Module Options [target_opts]: -p, --parallel Run parallel with the given number of tasks. ``` -Basically this means you insert the options as `` parameters at the end. \ No newline at end of file +Basically this means you insert the options as `` parameters at the end. diff --git a/help/markdown/fake-debugging.md b/help/markdown/fake-debugging.md index 42d950442c4..491e9f03f79 100644 --- a/help/markdown/fake-debugging.md +++ b/help/markdown/fake-debugging.md @@ -2,7 +2,11 @@ Currently debugging support (and documentation around it) is limited. Please help to improve the situation by improving the code and the docs! -> Currently debugging via the `chocolatey` installation is not possible. This is because we currently do not distribute the x64 version on x64 versions of windows and the .NET Core debugger currently only supports x64! +
+
WARNING
+

Currently debugging via the chocolatey installation is not possible. This is because we currently do not distribute the x64 version on x64 versions of windows and the .NET Core debugger currently only supports x64!

+
+ ## General considerations @@ -17,21 +21,24 @@ Debugging works (on windows) in the following way: - Open Visual Studio Code - Open "The Debugger" view and add the following configuration - ```json - { - "name": "Debug My Build Script", - "type": "coreclr", - "request": "launch", - "program": "E:\\fake-dotnetcore-portable\\fake.dll", - "args": ["run", "--fsiargs", "--debug:portable --optimize-", "build.fsx"], - "cwd": "${workspaceRoot}", - "stopAtEntry": false, - "console": "internalConsole" - } - ``` - - > It is important to specify `--debug:portable --optimize-`
- > To get debugging support for .NET Core you need [C# for Visual Studio Code](https://github.com/OmniSharp/omnisharp-vscode) +

+  {
+    "name": "Debug My Build Script",
+    "type": "coreclr",
+    "request": "launch",
+    "program": "E:\\fake-dotnetcore-portable\\fake.dll",
+    "args": ["run", "--fsiargs", "--debug:portable --optimize-", "build.fsx"],
+    "cwd": "${workspaceRoot}",
+    "stopAtEntry": false,
+    "console": "internalConsole"
+  }
+  
+
+
INFO
+

It is important to specify --debug:portable --optimize
+ To get debugging support for .NET Core you need C# for Visual Studio Code +

+
- Delete the `.fake` directory - Set a breakpoint in your script and run the new configuration diff --git a/help/markdown/fake-dotnet-testing-specflow.md b/help/markdown/fake-dotnet-testing-specflow.md index cb51dea1fb3..7cc0a9b1bf8 100644 --- a/help/markdown/fake-dotnet-testing-specflow.md +++ b/help/markdown/fake-dotnet-testing-specflow.md @@ -1,6 +1,9 @@ # Make BDD with Gherkin and SpecFlow -**Note: This documentation is for FAKE version 5.0 or later. The old documentation can be found [here](apidocs/v4/fake-specflowhelper.html)** +
+
INFO
+

This documentation is for FAKE version 5.0 or later. The old documentation can be found here

+
Use [SpecFlow] to define, manage and automatically execute human-readable acceptance tests in .NET projects. Writing easily understandable tests is a cornerstone of the BDD paradigm and also helps build up a living documentation of your system. @@ -47,4 +50,4 @@ Target.create "Default" Target.DoNothing Target.runOrDefault "Default" ``` -[SpecFlow]: http://specflow.org \ No newline at end of file +[SpecFlow]: http://specflow.org diff --git a/help/markdown/fake-dotnetcore.md b/help/markdown/fake-dotnetcore.md index 35b1ab806a6..fbff70764ce 100644 --- a/help/markdown/fake-dotnetcore.md +++ b/help/markdown/fake-dotnetcore.md @@ -10,17 +10,21 @@ Just install the corresponding package for your system: - Install chocolatey (a windows package manager) if you have not installed it yet (see https://chocolatey.org). Basically open an admin `cmd.exe` and paste - ```batch - @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" - ``` +
+        
+        @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
+        
+    
- Install fake via chocolatey In an admin `cmd.exe` enter: - ```ps - choco install fake -pre - ``` +
+        
+        choco install fake -pre
+        
+    
- There are [other ways to get started](fake-gettingstarted.html#Install-FAKE) if chocolatey / an administrator-cmd or global installation is not an option. @@ -31,9 +35,7 @@ Just install the corresponding package for your system: now you can use -```ps -fake --help -``` +
fake --help
This is basically it. You can now execute fake commands. Follow the [minimal example below](fake-dotnetcore.html#Minimal-example) for a quick start. @@ -73,9 +75,7 @@ This version assumes an existing dotnet sdk installation while the non-portable Just use the `-portable` version of the downloads, extract it and execute. -```shell -dotnet fake.dll -``` +
dotnet fake.dll 
The advantage of this method is that it is portable (ie. distribute the same binaries) and requires less bandwidth. The disadvantage is that you need to have a dotnet sdk installed. @@ -123,9 +123,9 @@ Target.runOrDefault "Deploy" Run this file by executing -```shell +

 fake run build.fsx
-```
+
## Downloads @@ -135,4 +135,7 @@ Get the latest binaries from chocolatey: https://chocolatey.org/packages/fake Get the latest dotnet-fake cli tool by adding `` to your dependencies (https://www.nuget.org/packages/dotnet-fake) -> Note that `Version="5.*"` is working only after we released the first stable release. For now use `Version="5.0.0-*"` to get the latest non-stable release \ No newline at end of file +
+
INFO
+

Note that `Version="5.*"` is working only after we released the first stable release. For now use `Version="5.0.0-*"` to get the latest non-stable release

+
diff --git a/help/markdown/fake-fake5-custom-modules.md b/help/markdown/fake-fake5-custom-modules.md index 1200ace327a..a8c2e7f3316 100644 --- a/help/markdown/fake-fake5-custom-modules.md +++ b/help/markdown/fake-fake5-custom-modules.md @@ -1,6 +1,9 @@ # FAKE 5 - Custom Modules -**Note: This documentation is for FAKE.exe version 5.0 or later. The old documentation can be found [here](legacy-customtasks.html)** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
"FAKE - F# Make" is intended to be an extensible build framework and therefore it should be as easy as possible to create custom tasks. This tutorial shows how to create a (very simple) custom task in C#. The same works for other .NET language like Visual Basic or F#. diff --git a/help/markdown/fake-fake5-modules.md b/help/markdown/fake-fake5-modules.md index 7ba18a2d519..375c82160e2 100644 --- a/help/markdown/fake-fake5-modules.md +++ b/help/markdown/fake-fake5-modules.md @@ -40,15 +40,22 @@ and execute `fake run build.fsx`. This works for all FAKE 5 modules, just add ot Please read introduction about [Paket](https://fsprojects.github.io/Paket/) for more information about the `paket.dependencies` file. -> Note: This works because by default FAKE 5 searches for a group annotated with the `// [ FAKE GROUP ]` comment. +
+
NOTE
+ This works because by default FAKE 5 searches for a group annotated with the // [ FAKE GROUP ] comment. +
## Declaring FAKE 5 dependencies within the script To be more independent from paket infrastructure (stand-alone-scripts and similar situations) there is a way to specify dependencies from within the script itself. -> We use the new syntax specified in [FST-1027](https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1027-fsi-references.md). -> However, to be fully compatible with existing tooling and infrastructure make sure to add `//` at the end of the `#r` string. -> See https://github.com/fsharp/FAKE/pull/1770 for details. +
+
INFO
+ We use the new syntax specified in FST-1027. + However, to be fully compatible with existing tooling and infrastructure make sure to add `//` at the end of the `#r` string. + See for details. +
+ ### Reference a paket group @@ -65,8 +72,10 @@ The last line `#load` is not required by FAKE 5, however this way the file can still be edited in editors (after restoring packages initially). Fake will write an `intellisense.fsx` file for you importing all required references. -> Note that in this scenario the `// [ FAKE GROUP ]` comment mentioned above is not required. - +
+
INFO
+ Note that in this scenario the // [ FAKE GROUP ] comment mentioned above is not required. +
### Inline dependencies To write your build dependencies in-line you can put the following at the top of your `build.fsx` script @@ -89,4 +98,4 @@ You use the modules as documented in their corresponding help section. But usually it's: * `open Fake.` for example `open Fake.Core` -* Using the features \ No newline at end of file +* Using the features diff --git a/help/markdown/fake-gettingstarted.md b/help/markdown/fake-gettingstarted.md index 2cb92e879f8..9ffbbdbfa20 100644 --- a/help/markdown/fake-gettingstarted.md +++ b/help/markdown/fake-gettingstarted.md @@ -1,6 +1,9 @@ # Getting started with FAKE - F# Make -**Note: This documentation is for FAKE version 5.0 or later. The old documentation can be found [here](legacy-gettingstarted.html)** +
In this tutorial you will learn how to set up a complete build infrastructure with "FAKE - F# Make". This includes: @@ -22,8 +25,10 @@ There are various ways to install FAKE 5 * Bootstrap via shell script (fake.cmd/fake.sh), see this [example project](https://github.com/matthid/fake-bootstrap) - - > DISCLAIMER: These scripts have no versioning story. You either need to take care of versions yourself (and lock them) or your builds might break on major releases. +
+
WARNING
+

These scripts have no versioning story. You either need to take care of versions yourself (and lock them) or your builds might break on major releases.

+
* Bootstrap via paket `clitool`, basically the same as `DotNetCliToolReference` but managed via paket. See the [`paket_clitool` branch of `fake-bootstrap`](https://github.com/matthid/fake-bootstrap/tree/paket_clitool) in particular the [build.proj](https://github.com/matthid/fake-bootstrap/blob/paket_clitool/build.proj) file. @@ -38,20 +43,28 @@ Once `fake` is available you can start creating your script: nuget Fake.Core.Target prerelease" #load "./.fake/myscript.fsx/intellisense.fsx" ``` - -> Note: `storage: none` is currently required because of a bug, but it will be added by default. +
+
INFO
+

storage: none is currently required because of a bug, but it will be added by default.

+
Where you can add all the [fake modules](fake-fake5-modules.html) you need. * run the script to restore your dependencies and setup the intellisense support: `fake run myscript.fsx`. - This might take some seconds depending on your internet connection - - > The warning `FS0988: Main module of program is empty: nothing will happen when it is run` indicates that you have not written any code into the script yet. + This might take some seconds depending on your internet connection +
+
INFO
+

The warning FS0988: Main module of program is empty: nothing will happen when it is run indicates that you have not written any code into the script yet.

+
* now open the script in VS Code with ionide-fsharp extension or Visual Studio. - -> Note: If you change your dependencies you need to delete `myscript.fsx.lock` and run the script again for intellisense to update. -> Note: Intellisense is shown for the full framework while the script is run as `netcoreapp20` therefore intellisense might show APIs which are not actually usable. +
+
INFO
+

+ If you change your dependencies you need to delete myscript.fsx.lock and run the script again for intellisense to update. + Intellisense is shown for the full framework while the script is run as netcoreapp20 therefore intellisense might show APIs which are not actually usable. +

+
## Example - Compiling and building your .NET application @@ -115,8 +128,6 @@ Now we remove the `build.fsx.lock` file and run `fake build` in order to restore As we can now work with intellisense we can easily discover the various modules and functions in `Fake.IO`, for example the `Shell` module provides various functions you expect from regular shell scripting, but we use `Shell.CleanDir` which will ensure the given directory is empty by deleting everything within or creating the directory if required: -> Hint: you can explore the APIs for example by writing `Fake.IO.` and waiting for intellisense (or pressing `Strg+Space`). -> You can remove `Fake.IO` once you put `open Fake.IO` on top. ```fsharp #r "paket: @@ -148,6 +159,11 @@ open Fake.Core.TargetOperators // start build Target.runOrDefault "Default" ``` +
+
HINT
+ You can explore the APIs for example by writing Fake.IO. and waiting for intellisense (or pressing Strg+Space). + You can remove Fake.IO once you put open Fake.IO on top. +
We introduced some new concepts in this snippet. At first we defined a global property called `buildDir` with the relative path of a temporary build folder. diff --git a/help/markdown/fake-migrate-to-fake-5.md b/help/markdown/fake-migrate-to-fake-5.md index 24108009399..7d1a242f084 100644 --- a/help/markdown/fake-migrate-to-fake-5.md +++ b/help/markdown/fake-migrate-to-fake-5.md @@ -45,21 +45,29 @@ Some warnings indicate how we want the new FAKE version to be used. The most important part to know is that basically every feature/function changes its location and sometimes they were even grouped in different modules as the old API was growing several years now and we never could do breaking changes. -> IMPORTANT NOTE: If you feel like an API is still in the wrong place. Please let us know and open an issue. -> We can make breaking changes as long as we are in the alpha/beta phase. - -> IMPORTANT NOTE: It's obvious from the NOTE above, but we are still figuring out the new API (even if I'm quite happy with its current state). -> So things might break in the alpha phase. However this doesn't mean you should be afraid to use the new FAKE version. -> In fact due to the modular design we hopefully can make breaking changes a lot more often, without breaking your builds! -> So please try it out and if stuff breaks let us know :). -> The good thing is you can always "lock" the versions of the FAKE modules until you are ready to upgrade. +
+
NOTE
+

If you feel like an API is still in the wrong place. Please let us know and open an issue. We can make breaking changes as long as we are in the alpha/beta phase.

+
+ +
+
NOTE
+

It's obvious from the NOTE above, but we are still figuring out the new API (even if I'm quite happy with its current state). +So things might break in the alpha phase. However this doesn't mean you should be afraid to use the new FAKE version. +In fact due to the modular design we hopefully can make breaking changes a lot more often, without breaking your builds! +So please try it out and if stuff breaks let us know :). +The good thing is you can always "lock" the versions of the FAKE modules until you are ready to upgrade.

+
In this new work you should write "Module.Method a b" instead of "MethodModule a b". Which means in the old world we had lots of methods like "ReadFile argument" (the module probably even opened via `[]`), which is considered bad style now. In the new world we would open the `Fake.IO.FileSystem` namespace to indicate that we are using the file-system. At the same time we would write `File.Read argument`, which is only a bit longer but now the IDE can help you a lot better and the code looks a lot more ideomatic and clean. -> If you still find places where we use the "bad" style in the new API, let us know (open an issue). +
+
NOTE
+

If you still find places where we use the "bad" style in the new API, let us know (open an issue).

+
The "open Fake" and AutoOpen modules are completely obsolete. We urge you to finish your API-Migration (after fixing all warnings) by removing "open Fake". diff --git a/help/markdown/fake-tools-pickles.md b/help/markdown/fake-tools-pickles.md index 8abae1c3e32..81967e898e8 100644 --- a/help/markdown/fake-tools-pickles.md +++ b/help/markdown/fake-tools-pickles.md @@ -1,6 +1,9 @@ # Convert Gherkin to HTML with Pickles -**Note: This documentation is for FAKE version 5.0 or later. The old documentation can be found [here](apidocs/v4/fake-pickleshelper.html)** +
+
INFO
+

This documentation is for FAKE version 5.0 or later. The old documentation can be found here

+
[Pickles] is a Living Documentation generator: it takes your Specification (written in Gherkin, with Markdown descriptions) and turns them into an always up-to-date documentation of the current state of your software - in a variety of formats. @@ -33,4 +36,4 @@ Target.create "BuildDoc" (fun _ -> Target.runOrDefault "BuildDoc" ``` -[Pickles]: http://www.picklesdoc.com/ \ No newline at end of file +[Pickles]: http://www.picklesdoc.com/ diff --git a/help/markdown/legacy-assemblyinfo.md b/help/markdown/legacy-assemblyinfo.md index ae0f559f76d..44c75a8b103 100644 --- a/help/markdown/legacy-assemblyinfo.md +++ b/help/markdown/legacy-assemblyinfo.md @@ -1,6 +1,9 @@ # Generating AssemblyInfo files -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation for FAKE 5 can be found [here](dotnet-assemblyinfo.html)! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation for FAKE 5 can be found here

+
In this article the AssemblyInfo task is used in order to set specific version information to .NET assemblies. diff --git a/help/markdown/legacy-commandline.md b/help/markdown/legacy-commandline.md index 1d0fe8eb389..bc4e89325ef 100644 --- a/help/markdown/legacy-commandline.md +++ b/help/markdown/legacy-commandline.md @@ -1,8 +1,9 @@ # FAKE Command Line -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The new documentation can be found [here](fake-commandline.html)** - -**Note: This documentation is for FAKE.exe version 2.18 or later.** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation for FAKE 5 can be found here

+
The FAKE.exe command line interface (CLI) is defined as follows: diff --git a/help/markdown/legacy-core-targets.md b/help/markdown/legacy-core-targets.md index 2ce88cc7112..82a6fef4d47 100644 --- a/help/markdown/legacy-core-targets.md +++ b/help/markdown/legacy-core-targets.md @@ -1,6 +1,9 @@ # Running targets in "FAKE - F# Make" -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The new documentation can be [found here](core-targets.html) ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation for FAKE 5 can be found here

+
## Listing targets Before running any specific target it is useful to know all the targets that are available in a build script. @@ -163,8 +166,6 @@ This is in addition to that that MSBuild may use multiple threads when building # Writing custom C# tasks for FAKE -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** - "FAKE - F# Make" is intended to be an extensible build framework and therefor it should be as easy as possible to create custom tasks. This tutorial shows how to create a (very simple) custom task in C#. diff --git a/help/markdown/legacy-customtasks.md b/help/markdown/legacy-customtasks.md index 8ca65adf25b..096fc327292 100644 --- a/help/markdown/legacy-customtasks.md +++ b/help/markdown/legacy-customtasks.md @@ -1,6 +1,9 @@ # Writing custom C# tasks for FAKE -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The new documentation can be found [here](fake-fake5-custom-modules.html)** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation for FAKE 5 can be found here

+
"FAKE - F# Make" is intended to be an extensible build framework and therefor it should be as easy as possible to create custom tasks. This tutorial shows how to create a (very simple) custom task in C#. diff --git a/help/markdown/legacy-gettingstarted.md b/help/markdown/legacy-gettingstarted.md index 27f26bbe339..9d91a6c5f22 100644 --- a/help/markdown/legacy-gettingstarted.md +++ b/help/markdown/legacy-gettingstarted.md @@ -1,6 +1,9 @@ # Getting started with FAKE - F# Make -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The new documentation can be found [here](fake-gettingstarted.html)** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation for FAKE 5 can be found here

+
In this tutorial you will learn how to set up a complete build infrastructure with "FAKE - F# Make". This includes: diff --git a/help/markdown/legacy-index.md b/help/markdown/legacy-index.md index f63ce45215a..79ef1ad863b 100644 --- a/help/markdown/legacy-index.md +++ b/help/markdown/legacy-index.md @@ -1,6 +1,9 @@ # FAKE - F# Make - A DSL for build tasks -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
"FAKE - F# Make" is a build automation system with capabilities which are similar to **make** and **rake**. It is using an easy domain-specific language (DSL) so that you can start using it without learning F#. diff --git a/help/markdown/legacy-teamcity.md b/help/markdown/legacy-teamcity.md index 89325213571..626d5b73ae0 100644 --- a/help/markdown/legacy-teamcity.md +++ b/help/markdown/legacy-teamcity.md @@ -1,6 +1,9 @@ # Integrating a FAKE build script into TeamCity -**Note: This documentation is for FAKE before version 5 (or the non-netcore version). The new documentation can be found [here](buildserver.html)** +
+
INFO
+

This documentation is for FAKE before version 5 (or the non-netcore version). The new documentation can be found here

+
Easy [TeamCity](http://www.jetbrains.com/teamcity/) integration was one of the major goals for the FAKE build system. diff --git a/help/markdown/sql-dacpac.md b/help/markdown/sql-dacpac.md index d071deef15d..a9140f86bfb 100644 --- a/help/markdown/sql-dacpac.md +++ b/help/markdown/sql-dacpac.md @@ -1,6 +1,9 @@ # Packaging and Deploying SQL Databases -**Note: This documentation is for FAKE version 5.0 or later. The old documentation can be found [here](legacy-dacpac.html)** +
+
INFO
+

This documentation is for FAKE version 5.0 or later. The old documentation can be found here

+
FAKE can be used to create a SQL DACPAC and also deploy it to a SQL Server using the MSDeploy executable. This is installed by default with Visual Studio and with the SQL Server Data Tools (SSDT) package. @@ -28,4 +31,4 @@ You can optionally specify the type of command to use (again, refer to the docum * Script - SQL script * Report - XML report of diff -In addition, you can also elect to deploy to Dacpac files rather than SQL databases - simply pass in the pass to the dacpac that you wish to generate. \ No newline at end of file +In addition, you can also elect to deploy to Dacpac files rather than SQL databases - simply pass in the pass to the dacpac that you wish to generate. diff --git a/help/markdown/testing-reportgenerator.md b/help/markdown/testing-reportgenerator.md index 4b6ba32c9ae..653292d7803 100644 --- a/help/markdown/testing-reportgenerator.md +++ b/help/markdown/testing-reportgenerator.md @@ -1,6 +1,10 @@ # Fake.Testing.ReportGenerator -**Note: This documentation is for FAKE version 5.0 or later. The old documentation can be found [here](apidocs/v4/fake-specflowhelper.html)** +
+
INFO
+

This documentation is for FAKE version 5.0 or later. The old documentation can be found here

+
+ ReportGenerator converts XML reports generated by OpenCover, PartCover, dotCover, Visual Studio, NCover or Cobertura into human readable reports in various formats. diff --git a/help/markdown/testing-sonarqube.md b/help/markdown/testing-sonarqube.md index 5f91d928086..bb74d038233 100644 --- a/help/markdown/testing-sonarqube.md +++ b/help/markdown/testing-sonarqube.md @@ -1,7 +1,7 @@ # Analyze your code with SonarQube From the [web page](http://sonarqube.org): -"The SonarQube® platform is an open source quality management platform, dedicated to continuously analyzing and measuring the technical quality of source code, from project portfolio down to the method level" +>"The SonarQube® platform is an open source quality management platform, dedicated to continuously analyzing and measuring the technical quality of source code, >from project portfolio down to the method level" It can analyze a lot of different programming languages, from PHP, Erlang, CSS to Cobol. C# can be installed with an additional plugin. This must be done on the SonarQube server. diff --git a/help/markdown/todo-androidpublisher.md b/help/markdown/todo-androidpublisher.md index 71f80d10859..c1d224e8ef1 100644 --- a/help/markdown/todo-androidpublisher.md +++ b/help/markdown/todo-androidpublisher.md @@ -1,6 +1,9 @@ # Publish Android apk -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
This module helps android developers to automatically publish their APKs diff --git a/help/markdown/todo-deploy.md b/help/markdown/todo-deploy.md index c3469380a7e..0eebd05f1f7 100644 --- a/help/markdown/todo-deploy.md +++ b/help/markdown/todo-deploy.md @@ -1,12 +1,13 @@ # Deployment using FAKE -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

Fake.Deploy is no longer part of FAKE 5 and is considered obsolete and fully replaced by modern deployment systems (puppet, chef, PowerShell DSC, ...). Announcement + You can still use fake scripts on those alternative deployment systems. Just download the fake binaries and run your scripts.

+
This introduction assumes Fake.Deploy.exe is available in the current directory or path. -**Note: Fake.Deploy is no longer part of FAKE 5 and is considered obsolete and fully replaced by modern deployment systems (puppet, chef, PowerShell DSC, ...). [Announcement](https://github.com/fsharp/FAKE/issues/1820) -**Tipp: You can still use fake scripts on those alternative deployment systems. Just download the fake binaries and run your scripts. - ## Introduction The FAKE deployment tool allows users to deploy applications to remote computers and to run scripts on these remote agents. A typical scenario maybe as follows: @@ -151,4 +152,4 @@ Then save the public key, you need to put this into Fake.Deploy's authorized key To save the private key, click `Conversions` menu option and then click `Export OpenSSH key` ### Linux - ssh-keygen -t rsa -b 2048 -N password \ No newline at end of file + ssh-keygen -t rsa -b 2048 -N password diff --git a/help/markdown/todo-fluentmigrator.md b/help/markdown/todo-fluentmigrator.md index 2958945298b..2cd47be77bd 100644 --- a/help/markdown/todo-fluentmigrator.md +++ b/help/markdown/todo-fluentmigrator.md @@ -1,6 +1,9 @@ # Running database migrations with FluentMigrator -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
[FluentMigrator](https://github.com/schambers/fluentmigrator/) is a .NET library which helps to version database schema using incremental migrations which are described in C#. The basic idea of the FAKE helper is to run FluentMigrator over the existing database using compiled assembly with migrations. diff --git a/help/markdown/todo-fsc.md b/help/markdown/todo-fsc.md index 8e7d7da2e4f..f114103352b 100644 --- a/help/markdown/todo-fsc.md +++ b/help/markdown/todo-fsc.md @@ -1,6 +1,9 @@ # Compiling F# Sources -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
The [Fsc task set](apidocs/v5/legacy/fake-fschelper.html) in FAKE can be used to build F# source files and output libraries, modules, and executables by using the bundled diff --git a/help/markdown/todo-fxcop.md b/help/markdown/todo-fxcop.md index f7c0947a4c2..6e615cf2920 100644 --- a/help/markdown/todo-fxcop.md +++ b/help/markdown/todo-fxcop.md @@ -1,6 +1,9 @@ # Adding FxCop to a FAKE build script -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
This article is an extension to the [getting started guide](gettingstarted.html). You will improve the same Calculator sample with a task for [FxCop](http://msdn2.microsoft.com/en-us/library/bb429476.aspx). diff --git a/help/markdown/todo-octopusdeploy.md b/help/markdown/todo-octopusdeploy.md index f8e189f3cc7..cc70bde2456 100644 --- a/help/markdown/todo-octopusdeploy.md +++ b/help/markdown/todo-octopusdeploy.md @@ -1,6 +1,9 @@ # Automating Deployment using FAKE and Octopus Deploy -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
[Octopus Deploy](http://octopusdeploy.com/) is a great tool for simple and user-friendly release management. diff --git a/help/markdown/todo-typescript.md b/help/markdown/todo-typescript.md index b0c1f25d864..d4e1f713044 100644 --- a/help/markdown/todo-typescript.md +++ b/help/markdown/todo-typescript.md @@ -1,6 +1,9 @@ # Compiling TypeScript applications -**Note: This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help! ** +
+
INFO
+

This documentation is for FAKE.exe before version 5 (or the non-netcore version). The documentation needs te be updated, please help!

+
FAKE can be used to build a variety of different application types. In this tutorial we are looking at the TypeScript support. diff --git a/help/markdown/windows-chocolatey.md b/help/markdown/windows-chocolatey.md index 4d0e15efd52..56315aef6bc 100644 --- a/help/markdown/windows-chocolatey.md +++ b/help/markdown/windows-chocolatey.md @@ -58,7 +58,7 @@ Target.create "ChocoPack" (fun _ -> It adds Chocolatey specific fields: Placeholder | replaced by (`ChocoPackParams` record field) ---- | --- +:--- | :--- `@docsUrl@` | `DocsUrl`: Url pointing to the location of the wiki or docs of the software. `@mailingListUrl@` | `MailingListUrl`: Url pointing to the forum or email list group for the software. `@bugTrackerUrl@` | `BugTrackerUrl`: Url pointing to the location where issues and tickets can be accessed. @@ -70,7 +70,7 @@ To use a chocolateyInstall.ps1 template, a file with the same name must exists i If it doesn't exists but at least `Title` and `PackageDownloadUrl` are defined, the chocolateyInstall.ps1 will be created Placeholder | replaced by (`ChocoPackParams` record field) ---- | --- +:--- | :--- `@packageName@` | `Title`: Title of the package. `@url@` | `PackageDownloadUrl`: Url pointing to the installer (exe, msi, zip) of the package. `@url64@` | `PackageDownload64Url`: Url pointing to the installer (exe, msi, zip) of the 64 bits version of the package. @@ -87,7 +87,7 @@ To use a chocolateyUninstall.ps1 template, a file with the same name must exists If it doesn't exists but at least `Title` and `UninstallPath` are defined, the chocolateyUninstall.ps1 will be created Placeholder | replaced by (`ChocoPackParams` record field) ---- | --- +:--- | :--- `@packageName@` | `Title`: Title of the package. `@silentArgs@` | `SilentArgs`: Silent args for the installer. `@installerType@` | `InstallerType`: Installer type. Default: Zip. diff --git a/help/templates/fake5/apidocstemplate.cshtml b/help/templates/fake5/apidocstemplate.cshtml index 89fb721f3cd..f51c47f14db 100644 --- a/help/templates/fake5/apidocstemplate.cshtml +++ b/help/templates/fake5/apidocstemplate.cshtml @@ -10,14 +10,20 @@
-

- Note: This API documentation is for FAKE version 5.0 or later. The old API documentation can be found - here for migration or here for fake 4 - -

-

- Note: This is part of the @ViewBag.AssemblyName module. -

+
+
INFO
+

This API documentation is for FAKE version 5.0 or later. The old API documentation can be found + here for migration or here for fake 4 +

+ @if(!string.IsNullOrWhiteSpace(ViewBag.AssemblyName)){ +

+ This is part of the @ViewBag.AssemblyName module. +

+ } +
+ + +
@RenderBody() diff --git a/help/templates/reference/module.cshtml b/help/templates/reference/module.cshtml index b58b088c374..dad67e0c70d 100644 --- a/help/templates/reference/module.cshtml +++ b/help/templates/reference/module.cshtml @@ -32,8 +32,18 @@ var nestModules = (IEnumerable)Model.Module.NestedModules; var nestTypes = (IEnumerable)Model.Module.NestedTypes; } +

+ @if (Model.Module.IsObsolete) + { +

+
OBSOLETE
+

@Html.Encode(@Model.Module.ObsoleteMessage)

+
+ } +

@Model.Module.Name

+
@foreach (var sec in comment.Sections) { // XML comment for the type has multiple sections that can be labelled @@ -106,4 +116,4 @@ TableHeader = "Active pattern", Members = g.Members.Where(m => m.Kind == MemberKind.ActivePattern) }) -} \ No newline at end of file +} diff --git a/help/templates/reference/part-members.cshtml b/help/templates/reference/part-members.cshtml index 29b581f549a..b0b4cea73c4 100644 --- a/help/templates/reference/part-members.cshtml +++ b/help/templates/reference/part-members.cshtml @@ -21,9 +21,24 @@ @if (!it.Details.TypeArguments.IsEmpty) { Type parameters: @it.Details.FormatTypeArguments } + @if (Enumerable.Any(it.Attributes)) { + + Attributes:
+ @foreach (var attr in it.Attributes) + { + @Html.Encode(@attr.Format())
+ } +
+ }
+ @if (it.IsObsolete) { +
+
OBSOLETE
+

@Html.Encode(@it.ObsoleteMessage)

+
+ } @if (!String.IsNullOrEmpty(it.Details.FormatSourceLocation)) { @@ -37,4 +52,4 @@ } -} \ No newline at end of file +} diff --git a/help/templates/reference/part-nested.cshtml b/help/templates/reference/part-nested.cshtml index 78df92fd608..374dee39d67 100644 --- a/help/templates/reference/part-nested.cshtml +++ b/help/templates/reference/part-nested.cshtml @@ -10,7 +10,16 @@ @it.Name - @it.Comment.Blurb + + @if (it.IsObsolete) + { +
+
OBSOLETE
+

@Html.Encode(@it.ObsoleteMessage)

+
+ } + @it.Comment.Blurb + } @@ -28,9 +37,18 @@ @it.Name - @it.Comment.Blurb + + @if (it.IsObsolete) + { +
+
OBSOLETE
+

@Html.Encode(@it.ObsoleteMessage)

+
+ } + @it.Comment.Blurb + } -} \ No newline at end of file +} diff --git a/help/templates/reference/type.cshtml b/help/templates/reference/type.cshtml index 882c81e5e9f..e1957d242b2 100644 --- a/help/templates/reference/type.cshtml +++ b/help/templates/reference/type.cshtml @@ -10,7 +10,7 @@ // Get all the members & comment for the type var members = (IEnumerable)Model.Type.AllMembers; var comment = (Comment)Model.Type.Comment; - + var type = (FSharp.MetadataFormat.Type)Model.Type; // Group all members by their category which is an inline annotation // that can be added to members using special XML comment: // @@ -28,7 +28,16 @@ Name = String.IsNullOrEmpty(g.Key) ? "Other type members" : g.Key }); } +

+ @if (Model.Type.IsObsolete) + { +

+
OBSOLETE
+

@Html.Encode(@Model.Type.ObsoleteMessage)

+
+ } +

@Model.Type.Name

@foreach (var sec in comment.Sections) { diff --git a/help/templates/template.cshtml b/help/templates/template.cshtml index 7792c8487dd..5bf13421a17 100644 --- a/help/templates/template.cshtml +++ b/help/templates/template.cshtml @@ -10,8 +10,12 @@ - + + + + + @@ -97,7 +101,7 @@ Core
  • Targets
  • -
  • Environment
  • +
  • Environment
  • Process
  • String
  • BuildServer
  • @@ -121,6 +125,7 @@
    • Cli
    • AssemblyInfoFile
    • +
    • Fsc
    • MSBuild
    • Testing - NUnit
    • Testing - MSpec
    • @@ -186,6 +191,9 @@ +
    • Legacy / Not Migrated @@ -350,6 +358,17 @@ + + + + + + + + + + + diff --git a/lib/Mono.Cecil.Mdb.dll b/lib/Mono.Cecil.Mdb.dll new file mode 100644 index 00000000000..b4469538630 Binary files /dev/null and b/lib/Mono.Cecil.Mdb.dll differ diff --git a/lib/Mono.Cecil.Pdb.dll b/lib/Mono.Cecil.Pdb.dll new file mode 100644 index 00000000000..bff1a30e1fd Binary files /dev/null and b/lib/Mono.Cecil.Pdb.dll differ diff --git a/lib/Mono.Cecil.Rocks.dll b/lib/Mono.Cecil.Rocks.dll new file mode 100644 index 00000000000..8e3e779b325 Binary files /dev/null and b/lib/Mono.Cecil.Rocks.dll differ diff --git a/lib/Mono.Cecil.dll b/lib/Mono.Cecil.dll new file mode 100644 index 00000000000..8275c7bb22d Binary files /dev/null and b/lib/Mono.Cecil.dll differ diff --git a/lib/xCorFlags.exe b/lib/xCorFlags.exe new file mode 100755 index 00000000000..0f60d02421f Binary files /dev/null and b/lib/xCorFlags.exe differ diff --git a/lib/xCorFlags.pdb b/lib/xCorFlags.pdb new file mode 100644 index 00000000000..e637423e072 Binary files /dev/null and b/lib/xCorFlags.pdb differ diff --git a/paket.dependencies b/paket.dependencies index 038452e0d4b..ee20107d03c 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -71,7 +71,7 @@ group Build source https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json nuget FSharp.Core ~> 4.1 - nuget Nuget.CommandLine + nuget NuGet.CommandLine nuget FAKE prerelease nuget FSharp.Formatting prerelease nuget FSharp.Formatting.CommandTool prerelease @@ -84,6 +84,7 @@ group Build // [ FAKE GROUP ] group NetcoreBuild source https://api.nuget.org/v3/index.json + source https://www.myget.org/F/fake-vsts/api/v3/index.json storage: none //source https://ci.appveyor.com/nuget/fake @@ -98,6 +99,7 @@ group NetcoreBuild nuget Fake.BuildServer.TeamCity prerelease nuget Fake.BuildServer.Travis prerelease nuget Fake.BuildServer.TeamFoundation prerelease + nuget Fake.BuildServer.GitLab prerelease nuget Fake.IO.FileSystem prerelease nuget Fake.IO.Zip prerelease nuget Fake.Core.ReleaseNotes prerelease @@ -119,7 +121,7 @@ group netcore //source https://ci.appveyor.com/nuget/paket source https://api.nuget.org/v3/index.json storage: none - framework: net46, netstandard1.6, netstandard2.0, netcoreapp2.0 + framework: net46, net462, netstandard1.6, netstandard2.0, netcoreapp2.0 nuget Microsoft.NETCore.App framework: netstandard1.6, netstandard2.0, netcoreapp1.1 nuget FSharp.Compiler.Service storage: packages, content: none diff --git a/paket.lock b/paket.lock index 3d8877b92dc..a2384d79ca5 100644 --- a/paket.lock +++ b/paket.lock @@ -292,7 +292,7 @@ NUGET System.Runtime.Loader (>= 4.0) - restriction: && (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0) (< xamarinios) System.Threading.Thread (>= 4.0) - restriction: && (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0) (< xamarinios) System.Xml.XmlDocument (>= 4.0.1) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0) (< xamarinios)) - Nuget.CommandLine (4.6.2) + NuGet.CommandLine (4.6.2) Nuget.Core (2.14) Microsoft.Web.Xdt (>= 2.1) NUnit (3.10.1) @@ -1103,7 +1103,7 @@ GROUP Build CONTENT: NONE NUGET remote: https://api.nuget.org/v3/index.json - FAKE (5.0.0-rc010) + FAKE (5.0.0-rc011) FSharp.Compiler.Service (22.0.3) FSharp.Core (>= 4.1.18) - restriction: || (>= net45) (>= netstandard2.0) Microsoft.DiaSymReader (>= 1.1) - restriction: || (>= net45) (>= netstandard2.0) @@ -1218,7 +1218,7 @@ NUGET System.Threading.Timer (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= uap10.0) (< uap10.1)) System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) System.Xml.XDocument (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - Nuget.CommandLine (4.6.2) + NuGet.CommandLine (4.6.2) Octokit (0.29) - content: none NETStandard.Library (>= 1.6) - restriction: && (< net45) (>= netstandard1.1) runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - content: none, restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= net46) (< netstandard1.4) (>= netstandard1.6)) (&& (>= netstandard1.6) (>= uap10.0) (< win8) (< wpa81)) @@ -1753,16 +1753,16 @@ NUGET System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Xml.ReaderWriter (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) remote: https://ci.appveyor.com/nuget/fsharp-formatting - FSharp.Formatting (3.0.0-beta10) + FSharp.Formatting (3.0.0-beta11) FSharp.Compiler.Service (>= 22.0.3 < 23.0) Microsoft.AspNet.Razor (>= 3.2.4 < 4.0) System.ValueTuple (>= 4.4 < 5.0) - FSharp.Formatting.CommandTool (3.0.0-beta10) + FSharp.Formatting.CommandTool (3.0.0-beta11) remote: https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json RoslynTools.ReferenceAssemblies (0.1.3) GITHUB remote: fsharp/FAKE - modules/Octokit/Octokit.fsx (b3961e973484a8dc61ee94af13fc6898d0bee705) + modules/Octokit/Octokit.fsx (38b77b8d3ed67f0b9b0402f5c79774cb477c1c8d) Octokit (>= 0.20) GROUP Docs NUGET @@ -1771,70 +1771,71 @@ NUGET GROUP netcore STORAGE: NONE -RESTRICTION: || (== net46) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) +RESTRICTION: || (== net46) (== net462) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) NUGET remote: https://api.nuget.org/v3/index.json - Argu (5.1) - restriction: || (&& (== net46) (>= net461)) (&& (== net46) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - FSharp.Core (>= 4.3.2) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Configuration.ConfigurationManager (>= 4.4) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - Chessie (0.6) - restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - FSharp.Core - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< netstandard1.6)) - FSharp.Core (>= 4.0.1.7-alpha) - restriction: || (&& (== net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - NETStandard.Library (>= 1.6) - restriction: || (&& (== net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Expecto (7.0.1) - Argu (>= 5.1) - restriction: || (&& (== net46) (>= net461)) (&& (== net46) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - Mono.Cecil (>= 0.10) - restriction: || (&& (== net46) (>= net461)) (&& (== net46) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (&& (== net46) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Argu (5.1) - restriction: || (&& (== net46) (>= net461)) (&& (== net46) (>= netstandard2.0)) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + FSharp.Core (>= 4.0.0.1) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) + FSharp.Core (>= 4.3.2) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Configuration.ConfigurationManager (>= 4.4) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Chessie (0.6) - restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + FSharp.Core - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< netstandard1.6)) + FSharp.Core (>= 4.0.1.7-alpha) - restriction: || (&& (== net46) (>= netstandard1.6)) (&& (== net462) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net46) (>= netstandard1.6)) (&& (== net462) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Expecto (8.0) + Argu (>= 5.1) - restriction: || (&& (== net46) (>= net461)) (&& (== net46) (>= netstandard2.0)) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Mono.Cecil (>= 0.10) - restriction: || (&& (== net46) (>= net461)) (&& (== net46) (>= netstandard2.0)) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (&& (== net46) (>= netstandard2.0)) (&& (== net462) (< net461) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) FParsec (1.0.3) - FSharp.Core (>= 4.0.0.1) - restriction: || (== net46) (&& (== netcoreapp2.0) (>= net40)) (&& (== netstandard1.6) (>= net40)) (&& (== netstandard2.0) (>= net40)) - FSharp.Core (>= 4.2.3) - restriction: || (&& (== net46) (< net40) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (< net40) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + FSharp.Core (>= 4.0.0.1) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= net40)) (&& (== netstandard1.6) (>= net40)) (&& (== netstandard2.0) (>= net40)) + FSharp.Core (>= 4.2.3) - restriction: || (&& (== net46) (< net40) (>= netstandard1.6)) (&& (== net462) (< net40) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (< net40) (>= netstandard1.6)) (&& (== net462) (< net40) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) FSharp.Compiler.Service (22.0.3) - storage: packages, content: none - FSharp.Core (>= 4.1.18) - restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - Microsoft.DiaSymReader (>= 1.1) - restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - Microsoft.DiaSymReader.PortablePdb (>= 1.2) - restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Collections.Immutable (>= 1.3.1) - restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Diagnostics.Process (>= 4.1) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Diagnostics.TraceSource (>= 4.0) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Reflection.Metadata (>= 1.4.2) - restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Runtime.Loader (>= 4.0) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.ValueTuple (>= 4.4) - restriction: || (== net46) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) - FSharp.Compiler.Tools (10.0.1) - restriction: || (== net46) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) + FSharp.Core (>= 4.1.18) - restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Microsoft.DiaSymReader (>= 1.1) - restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Microsoft.DiaSymReader.PortablePdb (>= 1.2) - restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Collections.Immutable (>= 1.3.1) - restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Diagnostics.Process (>= 4.1) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Diagnostics.TraceSource (>= 4.0) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Reflection.Metadata (>= 1.4.2) - restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Runtime.Loader (>= 4.0) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.ValueTuple (>= 4.4) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) + FSharp.Compiler.Tools (10.0.2) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) FSharp.Core (4.3.4) - System.Collections (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Console (>= 4.0) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Diagnostics.Tools (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Globalization (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.IO (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Linq (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Linq.Expressions (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Linq.Queryable (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Net.Requests (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Reflection (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Reflection.Extensions (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Resources.ResourceManager (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime.Numerics (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Text.RegularExpressions (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading.Tasks (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading.Thread (>= 4.0) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading.ThreadPool (>= 4.0.10) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading.Timer (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - Microsoft.CSharp (4.4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) - System.Dynamic.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) - System.Reflection.TypeExtensions (>= 4.4) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) - Microsoft.DiaSymReader (1.2) - storage: packages, content: none, restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Collections (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Console (>= 4.0) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Diagnostics.Tools (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Globalization (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.IO (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Linq (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Linq.Expressions (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Linq.Queryable (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Net.Requests (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Reflection (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Reflection.Extensions (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Resources.ResourceManager (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime.Numerics (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Text.RegularExpressions (>= 4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading.Tasks (>= 4.0.11) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading.Thread (>= 4.0) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading.ThreadPool (>= 4.0.10) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading.Timer (>= 4.0.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + Microsoft.CSharp (4.4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Dynamic.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Reflection.TypeExtensions (>= 4.4) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) + Microsoft.DiaSymReader (1.2) - storage: packages, content: none, restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) Microsoft.Net.Compilers (>= 2.3) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (< net20)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.DiaSymReader.PortablePdb (1.4) - storage: packages, content: none, restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (< net20)) (&& (== net462) (< net20)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.DiaSymReader.PortablePdb (1.4) - storage: packages, content: none, restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) Microsoft.DiaSymReader (>= 1.2) System.Collections (>= 4.3) System.Collections.Immutable (>= 1.3.1) @@ -1851,113 +1852,113 @@ NUGET System.Text.Encoding (>= 4.3) System.Threading (>= 4.3) Microsoft.DotNet.PlatformAbstractions (2.0.4) - System.AppContext (>= 4.1) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.0.11) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.1) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.0.1) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.1) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.Net.Compilers (2.7) - storage: packages, content: none, restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - Microsoft.NETCore.App (2.0.7) - restriction: || (&& (== net46) (== netcoreapp1.1)) (&& (== netcoreapp1.1) (== netcoreapp2.0)) (== netstandard1.6) (== netstandard2.0) + System.AppContext (>= 4.1) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.0.11) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.1) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.0.1) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.1) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.Net.Compilers (2.8) - storage: packages, content: none, restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Microsoft.NETCore.App (2.0.7) - restriction: || (&& (== net46) (== netcoreapp1.1)) (&& (== net462) (== netcoreapp1.1)) (&& (== netcoreapp1.1) (== netcoreapp2.0)) (== netstandard1.6) (== netstandard2.0) Microsoft.NETCore.Platforms (2.0.2) - Microsoft.NETCore.Targets (2.0) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.Win32.Primitives (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.Win32.Registry (4.4) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net46) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Security.AccessControl (>= 4.4) - restriction: || (&& (== net46) (>= monoandroid)) (&& (== net46) (>= monotouch)) (&& (== net46) (>= net461)) (&& (== net46) (>= netcoreapp2.0)) (&& (== net46) (>= xamarinios)) (&& (== net46) (>= xamarinmac)) (&& (== net46) (>= xamarintvos)) (&& (== net46) (>= xamarinwatchos)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= monoandroid)) (&& (== netstandard1.6) (>= monotouch)) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (&& (== netstandard1.6) (>= xamarinios)) (&& (== netstandard1.6) (>= xamarinmac)) (&& (== netstandard1.6) (>= xamarintvos)) (&& (== netstandard1.6) (>= xamarinwatchos)) (== netstandard2.0) - System.Security.Principal.Windows (>= 4.4) - restriction: || (&& (== net46) (>= monoandroid)) (&& (== net46) (>= monotouch)) (&& (== net46) (>= net461)) (&& (== net46) (>= netcoreapp2.0)) (&& (== net46) (>= xamarinios)) (&& (== net46) (>= xamarinmac)) (&& (== net46) (>= xamarintvos)) (&& (== net46) (>= xamarinwatchos)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= monoandroid)) (&& (== netstandard1.6) (>= monotouch)) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (&& (== netstandard1.6) (>= xamarinios)) (&& (== netstandard1.6) (>= xamarinmac)) (&& (== netstandard1.6) (>= xamarintvos)) (&& (== netstandard1.6) (>= xamarinwatchos)) (== netstandard2.0) + Microsoft.NETCore.Targets (2.0) - restriction: || (&& (== net46) (== net462) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< net46) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.Win32.Primitives (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.Win32.Registry (4.4) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net46) (>= netcoreapp2.0)) (&& (== net462) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Security.AccessControl (>= 4.4) - restriction: || (&& (== net46) (>= monoandroid)) (&& (== net46) (>= monotouch)) (&& (== net46) (>= net461)) (&& (== net46) (>= netcoreapp2.0)) (&& (== net46) (>= xamarinios)) (&& (== net46) (>= xamarinmac)) (&& (== net46) (>= xamarintvos)) (&& (== net46) (>= xamarinwatchos)) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= monoandroid)) (&& (== netstandard1.6) (>= monotouch)) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (&& (== netstandard1.6) (>= xamarinios)) (&& (== netstandard1.6) (>= xamarinmac)) (&& (== netstandard1.6) (>= xamarintvos)) (&& (== netstandard1.6) (>= xamarinwatchos)) (== netstandard2.0) + System.Security.Principal.Windows (>= 4.4) - restriction: || (&& (== net46) (>= monoandroid)) (&& (== net46) (>= monotouch)) (&& (== net46) (>= net461)) (&& (== net46) (>= netcoreapp2.0)) (&& (== net46) (>= xamarinios)) (&& (== net46) (>= xamarinmac)) (&& (== net46) (>= xamarintvos)) (&& (== net46) (>= xamarinwatchos)) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= monoandroid)) (&& (== netstandard1.6) (>= monotouch)) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (&& (== netstandard1.6) (>= xamarinios)) (&& (== netstandard1.6) (>= xamarinmac)) (&& (== netstandard1.6) (>= xamarintvos)) (&& (== netstandard1.6) (>= xamarinwatchos)) (== netstandard2.0) Mono.Cecil (0.10) - System.Collections (>= 4.0.11) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.0.1) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.0.1) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.1) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Algorithms (>= 4.2) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Csp (>= 4.0) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.0.11) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - NETStandard.Library (2.0.2) + System.Collections (>= 4.0.11) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.0.1) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.0.1) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.1) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Algorithms (>= 4.2) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Csp (>= 4.0) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.0.11) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.Win32.Primitives (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.AppContext (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Console (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Globalization.Calendars (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.IO (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.IO.Compression (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.IO.Compression.ZipFile (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.IO.FileSystem (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Linq (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Net.Http (>= 4.3.2) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Net.Primitives (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Net.Sockets (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.ObjectModel (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.0)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Threading.Timer (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Xml.XDocument (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) + Microsoft.Win32.Primitives (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.AppContext (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Console (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Globalization.Calendars (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.IO (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.IO.Compression (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.IO.Compression.ZipFile (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.IO.FileSystem (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Linq (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Net.Http (>= 4.3.2) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Net.Primitives (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Net.Sockets (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.ObjectModel (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.0)) (&& (== net462) (< netstandard1.3)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.0)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Threading.Timer (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Xml.XDocument (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) Newtonsoft.Json (11.0.2) - Microsoft.CSharp (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - System.Runtime.Serialization.Formatters (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + Microsoft.CSharp (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + System.Runtime.Serialization.Formatters (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) Octokit (0.29) - NETStandard.Library (>= 1.6) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + NETStandard.Library (>= 1.6) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) Paket.Core (5.157.0-alpha003) - Chessie (>= 0.6) - restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - FSharp.Compiler.Tools - restriction: || (== net46) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) - FSharp.Core - restriction: || (== net46) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) - Mono.Cecil (>= 0.10.0-beta6) - restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - Newtonsoft.Json - restriction: || (== net46) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) - Newtonsoft.Json (>= 10.0.3) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.native.System (4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Chessie (>= 0.6) - restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + FSharp.Compiler.Tools - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) + FSharp.Core - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) + Mono.Cecil (>= 0.10.0-beta6) - restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Newtonsoft.Json - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) + Newtonsoft.Json (>= 10.0.3) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.native.System (4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.IO.Compression (4.3.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.IO.Compression (4.3.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1.1) - runtime.native.System.Net.Http (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) + runtime.native.System.Net.Http (4.3) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (4.3.1) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + runtime.native.System.Security.Cryptography.Apple (4.3.1) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) + runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) @@ -1968,656 +1969,656 @@ NUGET runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.AppContext (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Buffers (4.4) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Collections (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections.Concurrent (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections.Immutable (1.4) - storage: packages, content: none, restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - NETStandard.Library (>= 1.6.1) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Collections.NonGeneric (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20) (>= net462)) (&& (== net46) (< net20) (>= netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections.Specialized (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20) (>= netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - System.Collections.NonGeneric (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.ComponentModel (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.ComponentModel.Primitives (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net46) (< netstandard1.0) (>= win8)) (&& (== net46) (>= wp8)) (&& (== net46) (>= wpa81)) (&& (== netcoreapp2.0) (< netstandard1.0) (>= win8)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= wp8)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.0) (>= win8)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (>= wp8)) - System.ComponentModel (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.ComponentModel.TypeConverter (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.5)) (&& (== net46) (>= net462)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.ComponentModel (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.2) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.AppContext (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Buffers (4.4) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Resources.ResourceManager (>= 4.3) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime (>= 4.3) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading (>= 4.3) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Collections (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections.Concurrent (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections.Immutable (1.4) - storage: packages, content: none, restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Collections.NonGeneric (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20) (>= net462)) (&& (== net46) (< net20) (>= netstandard1.5)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections.Specialized (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20) (>= netstandard1.5)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.ComponentModel (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.ComponentModel.Primitives (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net46) (< netstandard1.0) (>= win8)) (&& (== net46) (>= wp8)) (&& (== net46) (>= wpa81)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== net462) (< netstandard1.0) (>= win8)) (&& (== net462) (>= wp8)) (&& (== net462) (>= wpa81)) (&& (== netcoreapp2.0) (< netstandard1.0) (>= win8)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= wp8)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.0) (>= win8)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (>= wp8)) + System.ComponentModel (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.ComponentModel.TypeConverter (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.5)) (&& (== net46) (>= net462)) (== net462) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.5)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.ComponentModel (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.ComponentModel.Primitives (>= 4.3) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Configuration.ConfigurationManager (4.4.1) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (&& (== net46) (>= netcoreapp2.0)) (&& (== net46) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Console (4.3.1) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1.2) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.DiagnosticSource (4.4.1) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.5)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.5)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Configuration.ConfigurationManager (4.4.1) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (&& (== net46) (>= netcoreapp2.0)) (&& (== net46) (>= netstandard2.0)) (&& (== net462) (< net461) (>= netstandard2.0)) (&& (== net462) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Console (4.3.1) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1.2) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.DiagnosticSource (4.4.1) - restriction: || (&& (== net46) (== net462) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (< net45)) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (< net45)) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (< net45)) (&& (== netcoreapp2.0) (< netstandard1.3)) (== netstandard1.6) (== netstandard2.0) System.Diagnostics.FileVersionInfo (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Metadata (>= 1.4.1) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Metadata (>= 1.4.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Diagnostics.Process (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.Win32.Primitives (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.Win32.Registry (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Thread (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.ThreadPool (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tools (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.TraceSource (4.3) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tracing (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Dynamic.Runtime (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.ObjectModel (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization.Calendars (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization.Extensions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Thread (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tools (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.TraceSource (4.3) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tracing (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Dynamic.Runtime (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.ObjectModel (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization.Calendars (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization.Extensions (4.3) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.IO.Compression (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System.IO.Compression (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Buffers (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.IO.Compression (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Buffers (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.IO.Compression.ZipFile (4.3) - System.Buffers (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.Compression (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Buffers (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.Compression (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.IO.FileSystem.Primitives (>= 4.3) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem.Primitives (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem.Primitives (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.IO.FileSystem.Watcher (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.Win32.Primitives (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Overlapped (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Thread (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq.Expressions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.ObjectModel (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Overlapped (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Thread (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq.Expressions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.ObjectModel (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Linq.Parallel (4.3) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq.Queryable (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.Http (4.3.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System.Net.Http (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq.Queryable (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq.Expressions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.Http (4.3.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.Net.Http (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Security.Cryptography.X509Certificates (>= 4.3) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.Primitives (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.Requests (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.Http (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.WebHeaderCollection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.Sockets (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.Primitives (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Net.WebHeaderCollection (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50) (>= netstandard1.6)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.ObjectModel (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit (4.3) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net46) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (== net46) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit.Lightweight (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net46) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (== net46) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Extensions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Metadata (1.5) - storage: packages, content: none, restriction: || (== net46) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - NETStandard.Library (>= 1.6.1) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Collections.Immutable (>= 1.4) - restriction: || (== net46) (&& (== netcoreapp2.0) (>= monoandroid)) (&& (== netcoreapp2.0) (>= monotouch)) (&& (== netcoreapp2.0) (< netstandard1.1)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8)) (&& (== netcoreapp2.0) (>= xamarinios)) (&& (== netcoreapp2.0) (>= xamarinmac)) (&& (== netcoreapp2.0) (>= xamarintvos)) (&& (== netcoreapp2.0) (>= xamarinwatchos)) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.TypeExtensions (4.4) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Resources.ResourceManager (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= net462)) (&& (== net46) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.0)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - runtime.native.System (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.Primitives (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.Requests (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.Http (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.WebHeaderCollection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (< netstandard1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.Sockets (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.Primitives (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Net.WebHeaderCollection (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50) (>= netstandard1.6)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50) (>= netstandard1.6)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.ObjectModel (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit (4.3) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net46) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (== net46) (>= netstandard1.6) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== net462) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit.Lightweight (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net46) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (== net46) (>= netstandard1.6) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== net462) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Extensions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Metadata (1.5) - storage: packages, content: none, restriction: || (== net46) (== net462) (== netcoreapp2.0) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + NETStandard.Library (>= 1.6.1) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Collections.Immutable (>= 1.4) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= monoandroid)) (&& (== netcoreapp2.0) (>= monotouch)) (&& (== netcoreapp2.0) (< netstandard1.1)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8)) (&& (== netcoreapp2.0) (>= xamarinios)) (&& (== netcoreapp2.0) (>= xamarinmac)) (&& (== netcoreapp2.0) (>= xamarintvos)) (&& (== netcoreapp2.0) (>= xamarinwatchos)) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.TypeExtensions (4.4) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Resources.ResourceManager (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= net462)) (&& (== net46) (>= netcoreapp1.1)) (== net462) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.0)) (&& (== net462) (< netstandard1.3)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.0)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + runtime.native.System (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (< net45)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Runtime.Loader (4.3) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (== net462)) (&& (== net46) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (== net462)) (&& (== net46) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== net462)) (&& (== net46) (>= netstandard1.5)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Runtime.Numerics (4.3) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Serialization.Formatters (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Serialization.Formatters (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Runtime.Serialization.Primitives (>= 4.3) - System.Runtime.Serialization.Primitives (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.AccessControl (4.4.1) - restriction: || (== netcoreapp2.0) (&& (== netstandard1.6) (>= monoandroid)) (&& (== netstandard1.6) (>= monotouch)) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (&& (== netstandard1.6) (>= xamarinios)) (&& (== netstandard1.6) (>= xamarinmac)) (&& (== netstandard1.6) (>= xamarintvos)) (&& (== netstandard1.6) (>= xamarinwatchos)) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net46) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Runtime.Serialization.Primitives (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.AccessControl (4.4.1) - restriction: || (&& (== net462) (== netstandard1.6)) (&& (== net462) (>= monoandroid)) (&& (== net462) (>= monotouch)) (&& (== net462) (< net46)) (&& (== net462) (>= netcoreapp2.0)) (&& (== net462) (>= xamarinios)) (&& (== net462) (>= xamarinmac)) (&& (== net462) (>= xamarintvos)) (&& (== net462) (>= xamarinwatchos)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= monoandroid)) (&& (== netstandard1.6) (>= monotouch)) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (&& (== netstandard1.6) (>= xamarinios)) (&& (== netstandard1.6) (>= xamarinmac)) (&& (== netstandard1.6) (>= xamarintvos)) (&& (== netstandard1.6) (>= xamarinwatchos)) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net46) (>= netcoreapp2.0)) (&& (== net462) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) System.Security.Principal.Windows (>= 4.4) - System.Security.Cryptography.Algorithms (4.3.1) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (>= net463)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (>= net463)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Numerics (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (>= net463)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Algorithms (4.3.1) - storage: packages, content: none, restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (>= net463)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (&& (== net462) (>= net463)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (>= net463)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (&& (== net462) (>= net463)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (>= net463)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (&& (== net462) (>= net463)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Cng (4.4) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.IO (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.6)) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.6)) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.6)) - System.Security.Cryptography.Csp (4.3) - restriction: || (&& (== net46) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Cng (4.4) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< net46) (< netstandard1.4) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.IO (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== net462) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.6)) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== net462) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net46)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.6)) + System.Security.Cryptography.Csp (4.3) - restriction: || (&& (== net46) (< net35)) (&& (== net462) (< net35)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Security.Cryptography.Algorithms (>= 4.3) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Security.Cryptography.Primitives (>= 4.3) - System.Text.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Encoding (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections.Concurrent (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.OpenSsl (4.4) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.IO (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Security.Cryptography.Primitives (4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.ProtectedData (4.4) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) - System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System.Net.Http (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization.Calendars (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Encoding (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.OpenSsl (4.4) - restriction: || (&& (== net46) (== net462) (>= netstandard1.6) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== net462) (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.IO (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Security.Cryptography.Primitives (4.3) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (4.4) - restriction: || (&& (== net46) (< net45) (>= netstandard2.0)) (&& (== net462) (< net45) (>= netstandard2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netstandard2.0)) (== netstandard2.0) + System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System (>= 4.3) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.Net.Http (>= 4.3) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization.Calendars (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Numerics (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Security.Cryptography.Algorithms (>= 4.3) - System.Security.Cryptography.Cng (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Csp (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Cng (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Csp (>= 4.3) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Security.Cryptography.Encoding (>= 4.3) - System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Security.Principal.Windows (4.4.1) - restriction: || (== netcoreapp2.0) (&& (== netstandard1.6) (>= monoandroid)) (&& (== netstandard1.6) (>= monotouch)) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (&& (== netstandard1.6) (>= xamarinios)) (&& (== netstandard1.6) (>= xamarinmac)) (&& (== netstandard1.6) (>= xamarintvos)) (&& (== netstandard1.6) (>= xamarinwatchos)) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net46) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) - System.Text.Encoding (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.RegularExpressions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) - System.Threading (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Overlapped (4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks.Extensions (4.4) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Runtime (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading.Tasks (>= 4.3) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Threading.Tasks.Parallel (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Thread (4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.ThreadPool (4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Timer (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net451)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net451)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net451)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.ValueTuple (4.4) - storage: packages, content: none, restriction: || (== net46) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) - NETStandard.Library (>= 1.6.1) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Xml.ReaderWriter (4.3.1) - restriction: || (== net46) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Xml.XDocument (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= uap10.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== netstandard2.0) (>= uap10.0)) - System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Xml.XmlDocument (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Text.Encoding (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46) (>= netstandard1.6)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Security.Principal.Windows (4.4.1) - restriction: || (&& (== net462) (== netstandard1.6)) (&& (== net462) (>= monoandroid)) (&& (== net462) (>= monotouch)) (&& (== net462) (< net46)) (&& (== net462) (>= netcoreapp2.0)) (&& (== net462) (>= xamarinios)) (&& (== net462) (>= xamarinmac)) (&& (== net462) (>= xamarintvos)) (&& (== net462) (>= xamarinwatchos)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= monoandroid)) (&& (== netstandard1.6) (>= monotouch)) (&& (== netstandard1.6) (>= net461)) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard1.6) (>= netstandard2.0)) (&& (== netstandard1.6) (>= xamarinios)) (&& (== netstandard1.6) (>= xamarinmac)) (&& (== netstandard1.6) (>= xamarintvos)) (&& (== netstandard1.6) (>= xamarinwatchos)) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net46) (>= netcoreapp2.0)) (&& (== net462) (>= netcoreapp2.0)) (== netcoreapp2.0) (&& (== netstandard1.6) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Text.Encoding (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.RegularExpressions (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net46) (>= netcoreapp1.1)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (>= netcoreapp1.1)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netcoreapp1.1)) (== netstandard1.6) (== netstandard2.0) + System.Threading (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Overlapped (4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks.Extensions (4.4) - restriction: || (&& (== net46) (== net462) (>= uap10.0)) (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (>= dnxcore50)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (>= dnxcore50)) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections (>= 4.3) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Runtime (>= 4.3) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading.Tasks (>= 4.3) - restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Threading.Tasks.Parallel (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45) (>= netstandard1.6)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45) (>= netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Thread (4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.ThreadPool (4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Timer (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net451)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net451)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net451)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net451)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net451)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net451)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.ValueTuple (4.4) - storage: packages, content: none, restriction: || (== net46) (== net462) (&& (== netcoreapp2.0) (>= net45)) (&& (== netstandard1.6) (>= net45)) (&& (== netstandard2.0) (>= net45)) + NETStandard.Library (>= 1.6.1) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net461)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Xml.ReaderWriter (4.3.1) - restriction: || (== net46) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.4)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Xml.XDocument (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net45)) (&& (== net46) (< portable-net45+win8+wpa81)) (&& (== net46) (>= uap10.0)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net45)) (&& (== net462) (< netstandard1.5) (>= uap10.0)) (&& (== net462) (< portable-net45+win8+wpa81)) (&& (== netcoreapp2.0) (< netstandard1.2)) (&& (== netcoreapp2.0) (< netstandard1.3)) (&& (== netcoreapp2.0) (< netstandard1.4)) (&& (== netcoreapp2.0) (< netstandard1.5)) (&& (== netcoreapp2.0) (< netstandard1.6)) (&& (== netcoreapp2.0) (< netstandard2.0)) (&& (== netcoreapp2.0) (< portable-net45+win8+wpa81)) (== netstandard1.6) (&& (== netstandard2.0) (< netstandard1.2)) (&& (== netstandard2.0) (< netstandard1.3)) (&& (== netstandard2.0) (< netstandard1.4)) (&& (== netstandard2.0) (< netstandard1.5)) (&& (== netstandard2.0) (< netstandard1.6)) (&& (== netstandard2.0) (< portable-net45+win8+wpa81)) + System.Collections (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Reflection (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net46) (>= dnxcore50)) (&& (== net46) (< net45)) (&& (== net462) (>= dnxcore50)) (&& (== net462) (< net45)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Xml.XmlDocument (4.3) - restriction: || (&& (== net46) (== netcoreapp2.0)) (&& (== net46) (== netstandard2.0)) (&& (== net46) (< net20)) (&& (== net462) (== netcoreapp2.0)) (&& (== net462) (== netstandard2.0)) (&& (== net462) (< net20)) (&& (== netcoreapp2.0) (< netstandard2.0)) (== netstandard1.6) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Xml.XPath (4.3) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Xml.XPath.XDocument (4.3) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Linq (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Xml.XDocument (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Linq (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Xml.XDocument (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Xml.XPath (>= 4.3) System.Xml.XPath.XmlDocument (4.3) - System.Collections (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.IO (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Collections (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Globalization (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.IO (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Threading (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net462) (< net46)) (== netcoreapp2.0) (== netstandard1.6) (== netstandard2.0) System.Xml.XmlDocument (>= 4.3) System.Xml.XPath (>= 4.3) @@ -2629,305 +2630,11 @@ NUGET FSharp.Core - restriction: < netstandard1.6 FSharp.Core (>= 4.0.1.7-alpha) - restriction: >= netstandard1.6 NETStandard.Library (>= 1.6) - restriction: >= netstandard1.6 - Fake.Api.GitHub (5.0.0-rc010) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Octokit (>= 0.29) - restriction: || (>= net46) (>= netstandard1.6) - Fake.BuildServer.AppVeyor (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Xml (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Net.Http (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.BuildServer.TeamCity (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Xml (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Net.Http (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.BuildServer.TeamFoundation (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Xml (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Net.Http (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.BuildServer.Travis (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Xml (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Net.Http (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.CommandLineParsing (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FParsec (>= 1.0.3) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Core.Context (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Core.Environment (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Core.Process (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.ReleaseNotes (5.0.0-rc010) - Fake.Core.SemVer (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Core.SemVer (5.0.0-rc010) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Runtime.Numerics (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Core.Target (5.0.0-rc010) - Fake.Core.CommandLineParsing (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Core.Tasks (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Core.Trace (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Core.Xml (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.DotNet.AssemblyInfoFile (5.0.0-rc010) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.DotNet.Cli (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Newtonsoft.Json (>= 11.0.2) - restriction: || (>= net46) (>= netstandard1.6) - Fake.DotNet.FSFormatting (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.DotNet.MsBuild (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.DotNet.NuGet (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.SemVer (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Tasks (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Xml (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Newtonsoft.Json (>= 11.0.2) - restriction: || (>= net46) (>= netstandard1.6) - System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - Fake.DotNet.Paket (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.DotNet.Testing.MSpec (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Testing.Common (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.DotNet.Testing.NUnit (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Testing.Common (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Linq.Parallel (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.DotNet.Testing.XUnit2 (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Testing.Common (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.IO.FileSystem (5.0.0-rc010) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.Zip (5.0.0-rc010) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.IO.Compression (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - System.IO.Compression.ZipFile (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Net.Http (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) - Fake.Testing.Common (5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Tools.Git (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.SemVer (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Fake.Windows.Chocolatey (5.0.0-rc010) - Fake.Core.Context (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Environment (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Process (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.String (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.Core.Trace (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.DotNet.NuGet (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - Fake.IO.FileSystem (>= 5.0.0-rc010) - restriction: || (>= net46) (>= netstandard1.6) - FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) - NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) FParsec (1.0.3) - restriction: || (>= net46) (>= netstandard1.6) FSharp.Core (>= 4.0.0.1) - restriction: >= net40 FSharp.Core (>= 4.2.3) - restriction: && (< net40) (>= netstandard1.6) NETStandard.Library (>= 1.6.1) - restriction: && (< net40) (>= netstandard1.6) - FSharp.Compiler.Tools (10.0.1) - restriction: >= net45 + FSharp.Compiler.Tools (10.0.2) - restriction: >= net45 FSharp.Core (4.3.4) System.Collections (>= 4.0.11) - restriction: && (< net45) (>= netstandard1.6) (< netstandard2.0) System.Console (>= 4.0) - restriction: && (< net45) (>= netstandard1.6) (< netstandard2.0) @@ -2956,9 +2663,9 @@ NUGET NETStandard.Library (>= 1.6.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) System.Dynamic.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) System.Reflection.TypeExtensions (>= 4.4) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) - Microsoft.NETCore.Platforms (2.0.2) - restriction: || (&& (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= net461) (>= netstandard1.6) (< netstandard2.0)) (&& (>= netcoreapp2.0) (< netstandard2.0)) (&& (< netstandard1.0) (>= netstandard1.6) (< portable-net45+win8)) (&& (< netstandard1.0) (>= netstandard1.6) (>= win8)) (&& (< netstandard1.0) (>= netstandard1.6) (< win8)) (&& (< netstandard1.3) (>= netstandard1.6) (< win8) (>= wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (>= netstandard1.6) (>= wp8)) + Microsoft.NETCore.Platforms (2.0.2) - restriction: || (&& (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= net461) (>= netstandard1.6) (< netstandard2.0)) (&& (>= netcoreapp2.0) (< netstandard2.0)) (&& (< netstandard1.0) (>= netstandard1.6) (< portable-net45+win8)) (&& (< netstandard1.0) (>= netstandard1.6) (>= win8)) (&& (< netstandard1.0) (>= netstandard1.6) (< win8)) (&& (< netstandard1.3) (>= netstandard1.6) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (>= netstandard1.6) (>= uap10.1)) (&& (>= netstandard1.6) (>= wp8)) Microsoft.NETCore.Targets (2.0) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - Microsoft.Win32.Primitives (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + Microsoft.Win32.Primitives (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -2976,51 +2683,51 @@ NUGET System.Security.Cryptography.Algorithms (>= 4.2) - restriction: && (< net35) (>= netstandard1.3) System.Security.Cryptography.Csp (>= 4.0) - restriction: && (< net35) (>= netstandard1.3) System.Threading (>= 4.0.11) - restriction: && (< net35) (>= netstandard1.3) - NETStandard.Library (2.0.2) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (>= net45) (< netstandard1.3)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (>= net461) (>= netcoreapp2.0) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= portable-net45+win8) (< win8)) (&& (< netstandard1.0) (< portable-net45+win8) (>= portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= portable-net45+win8+wp8+wpa81) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= win8)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (>= uap10.0) (>= wp8) - Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.AppContext (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Collections.Concurrent (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= uap10.0) (< uap10.1)) - System.Console (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= uap10.0) (< uap10.1)) - System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Globalization.Calendars (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.IO.Compression (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.IO.Compression.ZipFile (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.Linq (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Linq.Expressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Net.Http (>= 4.3.2) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.Net.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Net.Sockets (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.ObjectModel (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= uap10.0) (< uap10.1)) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= uap10.0) (< uap10.1)) - System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: || (&& (>= net45) (< netstandard1.3)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.0) (>= portable-net45+win8) (< win8)) (&& (< netstandard1.0) (< portable-net45+win8) (>= portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= win8)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (&& (>= uap10.0) (< uap10.1)) - System.Runtime.Numerics (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= uap10.0) (< uap10.1)) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= uap10.0) (< uap10.1)) - System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Threading.Timer (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= uap10.0) (< uap10.1)) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) - System.Xml.XDocument (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (>= uap10.0) (< uap10.1)) + NETStandard.Library (2.0.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (>= net45) (< netstandard1.3)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= netstandard2.0)) (&& (>= net46) (< netstandard1.4)) (>= net461) (>= netcoreapp2.0) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= portable-net45+win8) (< win8)) (&& (< netstandard1.0) (< portable-net45+win8) (>= portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= portable-net45+win8+wp8+wpa81) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= win8)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= uap10.0)) (>= uap10.1) (>= wp8) + Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.AppContext (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Console (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Globalization.Calendars (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.IO.Compression (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.IO.Compression.ZipFile (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Linq (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Linq.Expressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Net.Http (>= 4.3.2) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Net.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Net.Sockets (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.ObjectModel (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: || (&& (>= net45) (< netstandard1.3)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.0) (>= portable-net45+win8) (< win8)) (&& (< netstandard1.0) (< portable-net45+win8) (>= portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= win8)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Runtime.Numerics (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Threading.Timer (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Xml.XDocument (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Newtonsoft.Json (11.0.2) - restriction: || (>= net46) (>= netstandard1.6) Microsoft.CSharp (>= 4.3) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) NETStandard.Library (>= 1.6.1) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) @@ -3085,7 +2792,7 @@ NUGET System.Runtime (>= 4.3) - restriction: && (>= netstandard1.1) (< netstandard2.0) (< xamarinmac) System.Threading (>= 4.3) - restriction: && (>= netstandard1.1) (< netstandard2.0) (< xamarinmac) System.Collections (4.3) - restriction: >= dnxcore50 - System.Collections.Concurrent (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Collections.Concurrent (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Diagnostics.Debug (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Diagnostics.Tracing (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) @@ -3189,7 +2896,7 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) - System.Diagnostics.Tracing (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Diagnostics.Tracing (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) @@ -3212,7 +2919,7 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) - System.Globalization.Calendars (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Globalization.Calendars (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -3355,7 +3062,7 @@ NUGET System.Text.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) System.Threading.Tasks (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) - System.Net.Primitives (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) + System.Net.Primitives (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (>= netstandard1.0) (< netstandard1.1) (< win8) (< wp8)) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (>= netstandard1.0) (< netstandard1.1) (< win8) (< wp8)) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (>= netstandard1.0) (< netstandard1.1) (< win8) (< wp8)) @@ -3374,7 +3081,7 @@ NUGET System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (>= netstandard1.0) (< netstandard1.1) (< win8) (< wp8)) System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Threading.Tasks (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) - System.Net.Sockets (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Net.Sockets (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -3386,7 +3093,7 @@ NUGET System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.ObjectModel (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) + System.ObjectModel (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Diagnostics.Debug (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) @@ -3421,7 +3128,7 @@ NUGET System.Reflection.Metadata (1.5) - restriction: || (&& (>= dnxcore50) (>= net46)) (&& (>= dnxcore50) (>= netstandard1.6)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) NETStandard.Library (>= 1.6.1) - restriction: && (< monoandroid) (< monotouch) (>= netstandard1.1) (< netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Collections.Immutable (>= 1.4) - restriction: || (>= monoandroid) (>= monotouch) (&& (< netcoreapp2.0) (>= netstandard2.0)) (&& (>= netstandard1.1) (< netstandard2.0)) (&& (< netstandard1.1) (>= portable-net45+win8)) (&& (< portable-net45+win8) (>= portable-net45+win8+wpa81)) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) - System.Reflection.Primitives (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) + System.Reflection.Primitives (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) @@ -3437,18 +3144,18 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) - System.Runtime.Handles (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Runtime.Handles (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Runtime.InteropServices (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Runtime.InteropServices (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) System.Reflection (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) System.Reflection.Primitives (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= net462) (>= netcoreapp1.1) System.Runtime.Handles (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) - System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (&& (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.0) (>= netstandard1.6) (< portable-net45+win8)) (&& (< netstandard1.0) (>= netstandard1.6) (>= win8)) (&& (< netstandard1.0) (>= netstandard1.6) (< win8)) (&& (< netstandard1.3) (>= netstandard1.6) (< win8) (>= wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (&& (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.0) (>= netstandard1.6) (< portable-net45+win8)) (&& (< netstandard1.0) (>= netstandard1.6) (>= win8)) (&& (< netstandard1.0) (>= netstandard1.6) (< win8)) (&& (< netstandard1.3) (>= netstandard1.6) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.1) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Reflection (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.1) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Reflection.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.1) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) @@ -3488,7 +3195,7 @@ NUGET System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net463) System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) (&& (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= net46) (< netstandard1.4)) (&& (>= net461) (< netstandard1.6)) (>= net463) System.Text.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) - System.Security.Cryptography.Cng (4.4) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Security.Cryptography.Cng (4.4) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) System.IO (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) @@ -3513,7 +3220,7 @@ NUGET System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46) System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Security.Cryptography.Encoding (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Security.Cryptography.Encoding (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -3539,7 +3246,7 @@ NUGET System.Security.Cryptography.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net461) (>= netstandard1.6) (< netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net461) (>= netstandard1.6) (< netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net461) (>= netstandard1.6) (< netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Security.Cryptography.Primitives (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Security.Cryptography.Primitives (4.3) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -3548,7 +3255,7 @@ NUGET System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Security.Cryptography.ProtectedData (4.4) - restriction: && (< net45) (>= netstandard2.0) - System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) + System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) runtime.native.System.Net.Http (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -3576,11 +3283,11 @@ NUGET System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) System.Security.Principal.Windows (4.4.1) - restriction: || (&& (< net46) (>= net461) (>= netstandard1.6)) (&& (< net46) (>= netstandard2.0)) (>= netcoreapp2.0) Microsoft.NETCore.Platforms (>= 2.0) - restriction: >= netcoreapp2.0 - System.Text.Encoding (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) + System.Text.Encoding (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) - System.Text.Encoding.Extensions (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< netstandard2.0) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) + System.Text.Encoding.Extensions (4.3) - restriction: || (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) System.Runtime (>= 4.3) - restriction: || (>= dnxcore50) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) @@ -3695,6 +3402,322 @@ NUGET System.Xml.ReaderWriter (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46) System.Xml.XPath (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46) + remote: https://www.myget.org/F/fake-vsts/api/v3/index.json + Fake.Api.GitHub (5.0.0-rc012.85) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Octokit (>= 0.29) - restriction: || (>= net46) (>= netstandard1.6) + Fake.BuildServer.AppVeyor (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Xml (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Net.Http (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.BuildServer.GitLab (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Xml (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Net.Http (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.BuildServer.TeamCity (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Xml (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Net.Http (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.BuildServer.TeamFoundation (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Xml (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Net.Http (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.BuildServer.Travis (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Xml (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Net.Http (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XmlDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.CommandLineParsing (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FParsec (>= 1.0.3) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Core.Context (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Core.Environment (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Core.Process (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Diagnostics.Process (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.ReleaseNotes (5.0.0-rc012.85) + Fake.Core.SemVer (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Core.SemVer (5.0.0-rc012.85) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Runtime.Numerics (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Core.Target (5.0.0-rc012.85) + Fake.Core.CommandLineParsing (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Core.Tasks (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Core.Trace (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Core.Xml (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.ReaderWriter (>= 4.3.1) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Xml.XPath (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.DotNet.AssemblyInfoFile (5.0.0-rc012.85) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.DotNet.Cli (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Newtonsoft.Json (>= 11.0.2) - restriction: || (>= net46) (>= netstandard1.6) + Fake.DotNet.FSFormatting (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.DotNet.MsBuild (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.DotNet.NuGet (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.SemVer (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Tasks (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Xml (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Newtonsoft.Json (>= 11.0.2) - restriction: || (>= net46) (>= netstandard1.6) + System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + Fake.DotNet.Paket (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.DotNet.Testing.MSpec (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Testing.Common (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.DotNet.Testing.NUnit (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Testing.Common (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Linq.Parallel (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.Xml.XDocument (>= 4.3) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.DotNet.Testing.XUnit2 (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Testing.Common (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.IO.FileSystem (5.0.0-rc012.85) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.Zip (5.0.0-rc012.85) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.IO.Compression (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + System.IO.Compression.ZipFile (>= 4.3) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Net.Http (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + System.Net.Http (>= 4.3.3) - restriction: || (>= net46) (&& (>= netstandard1.6) (< netstandard2.0)) + Fake.Testing.Common (5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Tools.Git (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.SemVer (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) + Fake.Windows.Chocolatey (5.0.0-rc012.85) + Fake.Core.Context (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Environment (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Process (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.String (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.Core.Trace (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.DotNet.NuGet (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + Fake.IO.FileSystem (>= 5.0.0-rc012.85) - restriction: || (>= net46) (>= netstandard1.6) + FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard1.6) + NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.6) (< netstandard2.0) GROUP TestAdapter NUGET diff --git a/src/Legacy-FAKE.sln b/src/Legacy-FAKE.sln index 0a94c73af84..d336bf7cc06 100644 --- a/src/Legacy-FAKE.sln +++ b/src/Legacy-FAKE.sln @@ -60,8 +60,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsCheck.Fake", "legacy\FsCh EndProject Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fake.FluentMigrator", "legacy\Fake.FluentMigrator\Fake.FluentMigrator.fsproj", "{0110E42E-E3AA-4A01-A6D4-DA26FD89ED4A}" EndProject -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fake.Core.IntegrationTests", "test\Fake.Core.IntegrationTests\Fake.Core.IntegrationTests.fsproj", "{793ED18D-ED6B-4BD1-9617-C077C2B38589}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "markdown", "markdown", "{B9222464-CAAC-4E5F-81A0-408C7BEFDBF3}" ProjectSection(SolutionItems) = preProject help\markdown\404.md = help\markdown\404.md @@ -303,18 +301,6 @@ Global {0110E42E-E3AA-4A01-A6D4-DA26FD89ED4A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {0110E42E-E3AA-4A01-A6D4-DA26FD89ED4A}.Release|Mixed Platforms.Build.0 = Release|Any CPU {0110E42E-E3AA-4A01-A6D4-DA26FD89ED4A}.Release|x86.ActiveCfg = Release|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Debug|Any CPU.Build.0 = Debug|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Debug|x86.ActiveCfg = Debug|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Debug|x86.Build.0 = Debug|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Release|Any CPU.ActiveCfg = Release|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Release|Any CPU.Build.0 = Release|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Release|x86.ActiveCfg = Release|Any CPU - {793ED18D-ED6B-4BD1-9617-C077C2B38589}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -333,7 +319,6 @@ Global {437FC69D-3EB5-4139-B9CD-86198AFDFD93} = {4198A143-EFB9-4E72-A3BD-F2848B78CC21} {791651E4-4422-4A31-8DDE-6B1AD79B377A} = {B774DC6A-F933-4EC3-A61F-E07344EF8ED2} {0110E42E-E3AA-4A01-A6D4-DA26FD89ED4A} = {4198A143-EFB9-4E72-A3BD-F2848B78CC21} - {793ED18D-ED6B-4BD1-9617-C077C2B38589} = {B774DC6A-F933-4EC3-A61F-E07344EF8ED2} {B9222464-CAAC-4E5F-81A0-408C7BEFDBF3} = {564BD198-09CB-45D1-87F2-E2153FE6D62F} {7D2A5639-80A5-4F01-9527-69FEBEB65344} = {564BD198-09CB-45D1-87F2-E2153FE6D62F} {791E2077-80ED-430A-A16F-1705E79214B2} = {7D2A5639-80A5-4F01-9527-69FEBEB65344} diff --git a/src/app/Fake.BuildServer.AppVeyor/AppVeyor.fs b/src/app/Fake.BuildServer.AppVeyor/AppVeyor.fs index 205c3ed12e7..69bda9a15ef 100644 --- a/src/app/Fake.BuildServer.AppVeyor/AppVeyor.fs +++ b/src/app/Fake.BuildServer.AppVeyor/AppVeyor.fs @@ -252,7 +252,7 @@ module AppVeyor = currentTestOutput <- Some(out,err) | TraceData.TestStatus (testName, status) -> currentTestResult <- Some status - | TraceData.CloseTag (KnownTags.Test name, time) -> + | TraceData.CloseTag (KnownTags.Test name, time, status) -> let outcome, msg, detail = match currentTestResult with | None -> "Passed", "", "" @@ -268,12 +268,12 @@ module AppVeyor = AppVeyorInternal.FinishTestCase (getCurrentTestSuite()) name time | TraceData.OpenTag (KnownTags.TestSuite name, _) -> currentTestSuite <- Some name - | TraceData.CloseTag (KnownTags.TestSuite name, _) -> + | TraceData.CloseTag (KnownTags.TestSuite name, _, _) -> currentTestSuite <- None | TraceData.OpenTag (tag, descr) -> ConsoleWriter.writeAnsiColor false color true (sprintf "Starting %s '%s': %s" tag.Type tag.Name descr) - | TraceData.CloseTag (tag, time) -> - ConsoleWriter.writeAnsiColor false color true (sprintf "Finished '%s' in %O" tag.Name time) + | TraceData.CloseTag (tag, time, state) -> + ConsoleWriter.writeAnsiColor false color true (sprintf "Finished (%A) '%s' in %O" state tag.Name time) | TraceData.ImportantMessage text | TraceData.ErrorMessage text -> ConsoleWriter.writeAnsiColor false color true text | TraceData.LogMessage(text, newLine) | TraceData.TraceMessage(text, newLine) -> @@ -307,4 +307,4 @@ module AppVeyor = let Installer = { new BuildServerInstaller() with member __.Install () = install (false) - member __.Detect () = detect() } \ No newline at end of file + member __.Detect () = detect() } diff --git a/src/app/Fake.BuildServer.GitLab/AssemblyInfo.fs b/src/app/Fake.BuildServer.GitLab/AssemblyInfo.fs new file mode 100644 index 00000000000..982ef66902d --- /dev/null +++ b/src/app/Fake.BuildServer.GitLab/AssemblyInfo.fs @@ -0,0 +1,17 @@ +// Auto-Generated by FAKE; do not edit +namespace System +open System.Reflection + +[] +[] +[] +[] +[] +do () + +module internal AssemblyVersionInformation = + let [] AssemblyTitle = "FAKE - F# Make Integration into AppVeyor buildserver" + let [] AssemblyProduct = "FAKE - F# Make" + let [] AssemblyVersion = "5.0.0" + let [] AssemblyInformationalVersion = "5.0.0-beta025" + let [] AssemblyFileVersion = "5.0.0" diff --git a/src/app/Fake.BuildServer.GitLab/Fake.BuildServer.GitLab.fsproj b/src/app/Fake.BuildServer.GitLab/Fake.BuildServer.GitLab.fsproj new file mode 100644 index 00000000000..5fa0ef9d298 --- /dev/null +++ b/src/app/Fake.BuildServer.GitLab/Fake.BuildServer.GitLab.fsproj @@ -0,0 +1,29 @@ + + + net46;netstandard1.6;netstandard2.0 + Fake.BuildServer.GitLab + Library + + + $(DefineConstants);NETSTANDARD;USE_HTTPCLIENT + + + $(DefineConstants);RELEASE + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/app/Fake.BuildServer.GitLab/GitLab.fs b/src/app/Fake.BuildServer.GitLab/GitLab.fs new file mode 100644 index 00000000000..05cd8c4d3e5 --- /dev/null +++ b/src/app/Fake.BuildServer.GitLab/GitLab.fs @@ -0,0 +1,95 @@ +/// Contains support for various build servers +namespace Fake.BuildServer + +open System +open System.IO +open Fake.Core +open Fake.IO + +[] +module GitLabImportExtensions = + type DotNetCoverageTool with + member x.GitLabName = + match x with + | DotNetCoverageTool.DotCover -> "dotcover" + | DotNetCoverageTool.PartCover -> "partcover" + | DotNetCoverageTool.NCover -> "ncover" + | DotNetCoverageTool.NCover3 -> "ncover3" + + type ImportData with + member x.GitLabName = + match x with + | ImportData.BuildArtifact -> "buildArtifact" + | ImportData.DotNetCoverage _ -> "dotNetCoverage" + | ImportData.DotNetDupFinder -> "DotNetDupFinder" + | ImportData.PmdCpd -> "pmdCpd" + | ImportData.Pmd -> "pmd" + | ImportData.ReSharperInspectCode -> "ReSharperInspectCode" + | ImportData.Jslint -> "jslint" + | ImportData.FindBugs -> "findBugs" + | ImportData.Checkstyle -> "checkstyle" + | ImportData.Gtest -> "gtest" + | ImportData.Surefire -> "surefire" + | ImportData.FxCop -> "FxCop" + | ImportData.Mstest -> "mstest" + | ImportData.Nunit NunitDataVersion.Nunit -> "nunit" + | ImportData.Nunit NunitDataVersion.Nunit3 -> "nunit3" + | ImportData.Junit -> "junit" + | ImportData.Xunit -> "xunit" + +[] +module GitLab = + + type Environment = + static member CommitSha = Environment.environVar "CI_COMMIT_SHA" + static member CommitRefName = Environment.environVar "CI_COMMIT_REF_NAME" + static member PipelineId = Environment.environVar "CI_PIPELINE_ID" + + /// Implements a TraceListener for TeamCity build servers. + /// ## Parameters + /// - `importantMessagesToStdErr` - Defines whether to trace important messages to StdErr. + /// - `colorMap` - A function which maps TracePriorities to ConsoleColors. + type internal GitLabTraceListener() = + + interface ITraceListener with + /// Writes the given message to the Console. + member __.Write msg = + let color = ConsoleWriter.colorMap msg + let importantMessagesToStdErr = true + let write = ConsoleWriter.writeAnsiColor //else ConsoleWriter.write + match msg with + | TraceData.ImportantMessage text | TraceData.ErrorMessage text -> + write importantMessagesToStdErr color true text + | TraceData.LogMessage(text, newLine) | TraceData.TraceMessage(text, newLine) -> + write false color newLine text + | TraceData.OpenTag (tag, descr) -> + write false color true (sprintf "Starting %s '%s': %s" tag.Type tag.Name descr) + | TraceData.CloseTag (tag, time, state) -> + write false color true (sprintf "Finished (%A) '%s' in %O" state tag.Name time) + | TraceData.ImportData (typ, path) -> + let name = Path.GetFileName path + let target = Path.Combine("artifacts", name) + let targetDir = Path.GetDirectoryName target + Directory.ensure targetDir + Shell.cp_r path target + write false color true (sprintf "Import data '%O': %s -> %s" typ path target) + | TraceData.TestOutput (test, out, err) -> + write false color true (sprintf "Test '%s' output:\n\tOutput: %s\n\tError: %s" test out err) + | TraceData.BuildNumber number -> + write false color true (sprintf "Build Number: %s" number) + | TraceData.TestStatus (test, status) -> + write false color true (sprintf "Test '%s' status: %A" test status) + + let defaultTraceListener = + GitLabTraceListener() :> ITraceListener + let detect () = + BuildServer.buildServer = BuildServer.GitLabCI + let install(force:bool) = + if not (detect()) then failwithf "Cannot run 'install()' on a non-AppVeyor environment" + if force || not (CoreTracing.areListenersSet()) then + CoreTracing.setTraceListeners [defaultTraceListener] + () + let Installer = + { new BuildServerInstaller() with + member __.Install () = install (false) + member __.Detect () = detect() } diff --git a/src/app/Fake.BuildServer.GitLab/GitLabInternal.fs b/src/app/Fake.BuildServer.GitLab/GitLabInternal.fs new file mode 100644 index 00000000000..500edf9aded --- /dev/null +++ b/src/app/Fake.BuildServer.GitLab/GitLabInternal.fs @@ -0,0 +1,12 @@ +/// Contains support for various build servers +namespace Fake.BuildServer + +open System.IO +open Fake.Core +open Fake.IO +open Fake.Net + +module internal GitLabInternal = + let environVar = Environment.environVar + let getJobId () = environVar "CI_JOB_ID" + \ No newline at end of file diff --git a/src/app/Fake.BuildServer.GitLab/paket.references b/src/app/Fake.BuildServer.GitLab/paket.references new file mode 100644 index 00000000000..c5f0ea3db4f --- /dev/null +++ b/src/app/Fake.BuildServer.GitLab/paket.references @@ -0,0 +1,14 @@ +group netcore + +FSharp.Core +NETStandard.Library +System.Diagnostics.FileVersionInfo +System.Diagnostics.Process +System.IO.FileSystem.Watcher +System.Net.Http +System.Xml.XDocument +System.Xml.XmlDocument +System.Xml.XPath +System.Xml.XPath.XDocument +System.Xml.XPath.XmlDocument +System.Xml.ReaderWriter diff --git a/src/app/Fake.BuildServer.TeamCity/TeamCity.fs b/src/app/Fake.BuildServer.TeamCity/TeamCity.fs index c0b524a5c67..8d20b351510 100644 --- a/src/app/Fake.BuildServer.TeamCity/TeamCity.fs +++ b/src/app/Fake.BuildServer.TeamCity/TeamCity.fs @@ -257,15 +257,15 @@ module TeamCity = testFailed testName message detail | TraceData.TestStatus (testName,TestStatus.Failed(message, detail, Some (expected, actual))) -> comparisonFailure testName message detail expected actual - | TraceData.CloseTag (KnownTags.Test name, time) -> + | TraceData.CloseTag (KnownTags.Test name, time, _) -> finishTestCase name time | TraceData.OpenTag (KnownTags.TestSuite name, _) -> startTestSuite name - | TraceData.CloseTag (KnownTags.TestSuite name, _) -> + | TraceData.CloseTag (KnownTags.TestSuite name, _, _) -> finishTestSuite name | TraceData.OpenTag (tag, description) -> TeamCityWriter.sendOpenBlock tag.Name (sprintf "%s: %s" tag.Type description) - | TraceData.CloseTag (tag, _) -> + | TraceData.CloseTag (tag, _, _) -> TeamCityWriter.sendCloseBlock tag.Name | TraceData.ImportantMessage text | TraceData.ErrorMessage text -> ConsoleWriter.write false color true text @@ -291,4 +291,4 @@ module TeamCity = let Installer = { new BuildServerInstaller() with member __.Install () = install (false) - member __.Detect () = detect() } \ No newline at end of file + member __.Detect () = detect() } diff --git a/src/app/Fake.BuildServer.TeamFoundation/TeamFoundation.fs b/src/app/Fake.BuildServer.TeamFoundation/TeamFoundation.fs index cb31aa0af63..3b816b0d5a3 100644 --- a/src/app/Fake.BuildServer.TeamFoundation/TeamFoundation.fs +++ b/src/app/Fake.BuildServer.TeamFoundation/TeamFoundation.fs @@ -77,6 +77,12 @@ module TeamFoundation = let internal setLogDetailFinished id result = logDetailRaw id None None None None None None None (Some Completed) (Some result) "Setting logdetail to finished." + type Environment = + static member BuildSourceBranch = Environment.environVar "BUILD_SOURCEBRANCH" + static member BuildSourceBranchName = Environment.environVar "BUILD_SOURCEBRANCHNAME" + static member BuildSourceVersion = Environment.environVar "BUILD_SOURCEVERSION" + static member BuildId = Environment.environVar "BUILD_BUILDID" + /// Implements a TraceListener for TeamCity build servers. /// ## Parameters /// - `importantMessagesToStdErr` - Defines whether to trace important messages to StdErr. @@ -104,7 +110,7 @@ module TeamFoundation = openTags.Value <- (tag,id) :: openTags.Value let order = System.Threading.Interlocked.Increment(&order) createLogDetail id parentId tag.Type tag.Name order descr - | TraceData.CloseTag (tag, time) -> + | TraceData.CloseTag (tag, time, state) -> ignore time let id, rest = match openTags.Value with @@ -112,10 +118,15 @@ module TeamFoundation = | (savedTag, id) :: rest -> ignore savedTag // TODO: Check if tag = savedTag id, rest - openTags.Value <- rest - setLogDetailFinished id Succeeded + openTags.Value <- rest + let result = + match state with + | TagStatus.Warning -> LogDetailResult.SucceededWithIssues + | TagStatus.Failed -> LogDetailResult.Failed + | TagStatus.Success -> LogDetailResult.Succeeded + setLogDetailFinished id result | TraceData.ImportData (typ, path) -> - publishArtifact typ.Name (Path.GetFileName path|>Some) path + publishArtifact typ.Name (Some "fake-artifacts") path | TraceData.TestOutput (test, out, err) -> writeConsole false color true (sprintf "Test '%s' output:\n\tOutput: %s\n\tError: %s" test out err) | TraceData.BuildNumber number -> diff --git a/src/app/Fake.BuildServer.Travis/Travis.fs b/src/app/Fake.BuildServer.Travis/Travis.fs index f68cdcbaece..7d658133b4e 100644 --- a/src/app/Fake.BuildServer.Travis/Travis.fs +++ b/src/app/Fake.BuildServer.Travis/Travis.fs @@ -27,8 +27,8 @@ module Travis = write false color newLine text | TraceData.OpenTag (tag, descr) -> write false color true (sprintf "Starting %s '%s': %s" tag.Type tag.Name descr) - | TraceData.CloseTag (tag, time) -> - write false color true (sprintf "Finished '%s' in %O" tag.Name time) + | TraceData.CloseTag (tag, time, state) -> + write false color true (sprintf "Finished (%A) '%s' in %O" state tag.Name time) | TraceData.ImportData (typ, path) -> write false color true (sprintf "Import data '%O': %s" typ path) | TraceData.TestOutput (test, out, err) -> @@ -46,8 +46,8 @@ module Travis = if not (detect()) then failwithf "Cannot run 'install()' on a non-Travis environment" if force || not (CoreTracing.areListenersSet()) then CoreTracing.setTraceListeners [defaultTraceListener] - () + () let Installer = { new BuildServerInstaller() with member __.Install () = install (false) - member __.Detect () = detect() } \ No newline at end of file + member __.Detect () = detect() } diff --git a/src/app/Fake.Core.CommandLineParsing/docopt.fs/Docopt/UsageParser.fs b/src/app/Fake.Core.CommandLineParsing/docopt.fs/Docopt/UsageParser.fs index 623bc73a676..e2ddfd4bdcf 100644 --- a/src/app/Fake.Core.CommandLineParsing/docopt.fs/Docopt/UsageParser.fs +++ b/src/app/Fake.Core.CommandLineParsing/docopt.fs/Docopt/UsageParser.fs @@ -1,7 +1,7 @@ namespace Fake.Core exception DocoptException of string - with override x.ToString () = sprintf "DocoptException: %s" x.Data0 + with override x.Message = sprintf "DocoptException: %s" x.Data0 namespace Fake.Core.CommandLineParsing diff --git a/src/app/Fake.Core.Environment/BuildServer.fs b/src/app/Fake.Core.Environment/BuildServer.fs index 39015932f97..2cbe326408d 100644 --- a/src/app/Fake.Core.Environment/BuildServer.fs +++ b/src/app/Fake.Core.Environment/BuildServer.fs @@ -69,7 +69,7 @@ module BuildServer = /// Checks if we are on GitLab CI /// [omit] - let isGitlabCI = Environment.environVar "CI_SERVER_NAME" = "GitLab CI" + let isGitlabCI = Environment.environVar "CI_SERVER_NAME" = "GitLab CI" || Environment.environVar "GITLAB_CI" = "true" /// Build number retrieved from GitLab CI /// [omit] diff --git a/src/app/Fake.Core.Process/CmdLineParsing.fs b/src/app/Fake.Core.Process/CmdLineParsing.fs index 5927219ab71..bd7b37cc039 100644 --- a/src/app/Fake.Core.Process/CmdLineParsing.fs +++ b/src/app/Fake.Core.Process/CmdLineParsing.fs @@ -101,17 +101,25 @@ module internal CmdLineParsing = else cmd type FilePath = string + +module Args = + let toWindowsCommandLine args = CmdLineParsing.windowsArgvToCommandLine args + let toLinuxShellCommandLine args = + System.String.Join(" ", args |> Seq.map CmdLineParsing.escapeCommandLineForShell) + + let fromWindowsCommandLine cmd = CmdLineParsing.windowsCommandLineToArgv cmd + type Arguments = { Args : string array } static member Empty = { Args = [||] } /// See https://msdn.microsoft.com/en-us/library/17w5ykft.aspx static member OfWindowsCommandLine cmd = - { Args = CmdLineParsing.windowsCommandLineToArgv cmd } + { Args = Args.fromWindowsCommandLine cmd } + /// This is the reverse of https://msdn.microsoft.com/en-us/library/17w5ykft.aspx - member x.ToWindowsCommandLine = CmdLineParsing.windowsArgvToCommandLine x.Args - member x.ToLinuxShellCommandLine = - System.String.Join(" ", x.Args |> Seq.map CmdLineParsing.escapeCommandLineForShell) + member x.ToWindowsCommandLine = Args.toWindowsCommandLine x.Args + member x.ToLinuxShellCommandLine = Args.toLinuxShellCommandLine x.Args + static member OfArgs args = { Args = args } - static member OfStartInfo cmd = - Arguments.OfWindowsCommandLine cmd + static member OfStartInfo cmd = Arguments.OfWindowsCommandLine cmd member internal x.ToStartInfo = CmdLineParsing.toProcessStartInfo x.Args diff --git a/src/app/Fake.Core.Target/Target.fs b/src/app/Fake.Core.Target/Target.fs index 440f7ce2065..6ce5d6c2f77 100644 --- a/src/app/Fake.Core.Target/Target.fs +++ b/src/app/Fake.Core.Target/Target.fs @@ -33,14 +33,17 @@ type TargetResult = and TargetContext = { PreviousTargets : TargetResult list + AllExecutingTargets : Target list FinalTarget : string Arguments : string list } - static member Create ft args = { FinalTarget = ft; PreviousTargets = []; Arguments = args } + static member Create ft all args = { FinalTarget = ft; AllExecutingTargets = all; PreviousTargets = []; Arguments = args } member x.HasError = x.PreviousTargets |> List.exists (fun t -> t.Error.IsSome) member x.TryFindPrevious name = - x.PreviousTargets |> List.tryFind (fun t -> t.Target.Name = name) + x.PreviousTargets |> List.tryFind (fun t -> t.Target.Name = name) + member x.TryFindTarget name = + x.AllExecutingTargets |> List.tryFind (fun t -> t.Name = name) and TargetParameter = { TargetInfo : Target @@ -172,9 +175,16 @@ module Target = /// This simply runs the function of a target without doing anything (like tracing, stopwatching or adding it to the results at the end) let runSimple name args = - get name - |> runSimpleInternal (TargetContext.Create name args) - + let target = get name + target + |> runSimpleInternal (TargetContext.Create name [target] args) + + /// This simply runs the function of a target without doing anything (like tracing, stopwatching or adding it to the results at the end) + let runSimpleWithContext name ctx = + let target = get name + target + |> runSimpleInternal ctx + /// Returns the DependencyString for the given target. let internal dependencyString target = if target.Dependencies.IsEmpty then String.Empty else @@ -503,17 +513,19 @@ module Target = printfn "run %s" targetName let watch = new System.Diagnostics.Stopwatch() watch.Start() - let context = TargetContext.Create targetName args + + Trace.tracefn "Building project with version: %s" BuildServer.buildVersion + printDependencyGraph false targetName + + // determine a build order + let order = determineBuildOrder targetName + printRunningOrder order + if singleTarget + then Trace.traceImportant "Single target mode ==> Skipping dependencies." + let allTargets = List.collect Seq.toList order + let context = TargetContext.Create targetName allTargets args + let context = - Trace.tracefn "Building project with version: %s" BuildServer.buildVersion - printDependencyGraph false targetName - - // determine a build order - let order = determineBuildOrder targetName - if singleTarget - then Trace.traceImportant "Single target mode ==> Skipping dependencies." - else printRunningOrder order - // Figure out the order in in which targets can be run, and which can be run in parallel. if parallelJobs > 1 && not singleTarget then Trace.tracefn "Running parallel build with %d workers" parallelJobs @@ -649,7 +661,7 @@ module Target = | None -> fDefault singleTarget parallelJobs arguments | Choice2Of2 e -> // To ensure exit code. - failwithf "Usage error: %s\n%s" e.Message TargetCli.targetCli + raise <| exn (sprintf "Usage error: %s\n%s" e.Message TargetCli.targetCli, e) /// Runs the command given on the command line or the given target when no target is given let runOrDefault defaultTarget = diff --git a/src/app/Fake.Core.Trace/Trace.fs b/src/app/Fake.Core.Trace/Trace.fs index 0d8944e1204..1deeedd97e5 100644 --- a/src/app/Fake.Core.Trace/Trace.fs +++ b/src/app/Fake.Core.Trace/Trace.fs @@ -123,27 +123,38 @@ let openTagUnsafe tag description = openTags.Value <- (sw, tag) :: openTags.Value TraceData.OpenTag(tag, description) |> CoreTracing.postMessage +type ISafeDisposable = + inherit System.IDisposable + abstract MarkSuccess : unit -> unit + abstract MarkFailed : unit -> unit + let private asSafeDisposable f = + let mutable state = TagStatus.Failed let mutable isDisposed = false - { new System.IDisposable with + { new ISafeDisposable with + member __.MarkSuccess () = state <- TagStatus.Success + member __.MarkFailed () = state <- TagStatus.Failed member __.Dispose () = if not isDisposed then isDisposed <- true - f() } + f state } /// Puts an opening tag on the internal tag stack [] let openTag tag description = openTagUnsafe tag description /// Removes an opening tag from the internal tag stack -let closeTagUnsafe tag = +let closeTagUnsafeEx status tag = let time = match openTags.Value with | (sw, x) :: rest when x = tag -> openTags.Value <- rest sw.Elapsed | _ -> failwithf "Invalid tag structure. Trying to close %A tag but stack is %A" tag openTags - TraceData.CloseTag (tag, time) |> CoreTracing.postMessage + TraceData.CloseTag (tag, time, status) |> CoreTracing.postMessage + +let closeTagUnsafe tag = + closeTagUnsafeEx TagStatus.Success tag /// Removes an opening tag from the internal tag stack [] @@ -151,7 +162,7 @@ let closeTag tag = closeTagUnsafe tag let traceTag tag description = openTagUnsafe tag description - asSafeDisposable (fun () -> closeTagUnsafe tag) + asSafeDisposable (fun state -> closeTagUnsafeEx state tag) let testStatus testName testStatus = @@ -167,7 +178,7 @@ let publish typ path = let setBuildNumber number = TraceData.BuildNumber number |> CoreTracing.postMessage -let closeAllOpenTags() = Seq.iter (fun (_, tag) -> closeTagUnsafe tag) openTags.Value +let closeAllOpenTags() = Seq.iter (fun (_, tag) -> closeTagUnsafeEx TagStatus.Failed tag) openTags.Value /// Traces the begin of a target let traceStartTargetUnsafe name description dependencyString = @@ -179,9 +190,14 @@ let traceStartTargetUnsafe name description dependencyString = let traceStartTarget name description dependencyString = traceStartTargetUnsafe name description dependencyString +/// Traces the end of a target +let traceEndTargetUnsafeEx state name = + closeTagUnsafeEx state (KnownTags.Target name) + /// Traces the end of a target let traceEndTargetUnsafe name = - closeTagUnsafe (KnownTags.Target name) + traceEndTargetUnsafeEx TagStatus.Success name + /// Traces the end of a target [] @@ -189,7 +205,7 @@ let traceEndTarget name = traceEndTargetUnsafe name let traceTarget name description dependencyString = traceStartTargetUnsafe name description dependencyString - asSafeDisposable (fun () -> traceEndTargetUnsafe name) + asSafeDisposable (fun state -> traceEndTargetUnsafeEx state name) /// Traces the begin of a task let traceStartTaskUnsafe task description = @@ -200,8 +216,11 @@ let traceStartTaskUnsafe task description = let traceStartTask task description = traceStartTaskUnsafe task description /// Traces the end of a task -let traceEndTaskUnsafe task = - closeTagUnsafe (KnownTags.Task task) +let traceEndTaskUnsafeEx state task = + closeTagUnsafeEx state (KnownTags.Task task) + +/// Traces the end of a task +let traceEndTaskUnsafe task = traceEndTaskUnsafeEx TagStatus.Success task /// Traces the end of a task [] @@ -209,7 +228,7 @@ let traceEndTask task = traceEndTaskUnsafe task let traceTask name description = traceStartTaskUnsafe name description - asSafeDisposable (fun _ -> traceEndTaskUnsafe name) + asSafeDisposable (fun state -> traceEndTaskUnsafeEx state name) open System.Diagnostics #if DOTNETCORE diff --git a/src/app/Fake.Core.Trace/TraceListener.fs b/src/app/Fake.Core.Trace/TraceListener.fs index 5d6656fede8..9dc67a80a3e 100644 --- a/src/app/Fake.Core.Trace/TraceListener.fs +++ b/src/app/Fake.Core.Trace/TraceListener.fs @@ -102,6 +102,11 @@ module TestStatus = TestStatus.Failed (f message, f details, None) | _ -> t +[] +type TagStatus = + | Success + | Warning + | Failed /// Defines Tracing information for TraceListeners [] @@ -115,7 +120,7 @@ type TraceData = | OpenTag of KnownTags * description:string | TestStatus of testName:string * status:TestStatus | TestOutput of testName:string * out:string * err:string - | CloseTag of KnownTags * time:TimeSpan + | CloseTag of KnownTags * time:TimeSpan * TagStatus member x.NewLine = match x with | ImportantMessage _ @@ -236,8 +241,8 @@ type ConsoleTraceListener(importantMessagesToStdErr, colorMap, ansiColor) = write false color newLine text | TraceData.OpenTag (tag, descr) -> write false color true (sprintf "Starting %s '%s': %s" tag.Type tag.Name descr) - | TraceData.CloseTag (tag, time) -> - write false color true (sprintf "Finished '%s' in %O" tag.Name time) + | TraceData.CloseTag (tag, time, status) -> + write false color true (sprintf "Finished (%A) '%s' in %O" status tag.Name time) | TraceData.ImportData (typ, path) -> write false color true (sprintf "Import data '%O': %s" typ path) | TraceData.TestOutput (test, out, err) -> diff --git a/src/app/Fake.Documentation.DocFx/DocFx.fs b/src/app/Fake.Documentation.DocFx/DocFx.fs index f954c70281c..3fa4913700c 100644 --- a/src/app/Fake.Documentation.DocFx/DocFx.fs +++ b/src/app/Fake.Documentation.DocFx/DocFx.fs @@ -61,6 +61,7 @@ let exec setParams command args= WorkingDirectory = p.WorkingDirectory Arguments = commandArgs })) p.Timeout then failwithf "DocFx command %s failed." commandArgs + __.MarkSuccess() /// Init-Command parameters type InitParams = diff --git a/src/app/Fake.DotNet.AssemblyInfoFile/AssemblyInfoFile.fs b/src/app/Fake.DotNet.AssemblyInfoFile/AssemblyInfoFile.fs index 55055b81d31..2ff894b4336 100644 --- a/src/app/Fake.DotNet.AssemblyInfoFile/AssemblyInfoFile.fs +++ b/src/app/Fake.DotNet.AssemblyInfoFile/AssemblyInfoFile.fs @@ -238,6 +238,7 @@ module AssemblyInfoFile = attributeLines @ sourceLines |> writeToFile outputFileName + __.MarkSuccess() /// Creates a F# AssemblyInfo file with the given attributes and configuration. /// The generated AssemblyInfo file contains an AssemblyVersionInformation class which can be used to retrieve the current version no. from inside of an assembly. @@ -268,6 +269,7 @@ module AssemblyInfoFile = ] sourceLines |> writeToFile outputFileName + __.MarkSuccess() /// Creates a VB AssemblyInfo file with the given attributes and configuration. /// The generated AssemblyInfo file contains an AssemblyVersionInformation class which can be used to retrieve the current version no. from inside of an assembly. @@ -294,6 +296,7 @@ module AssemblyInfoFile = attributeLines @ sourceLines |> writeToFile outputFileName + __.MarkSuccess() /// Creates a C++/CLI AssemblyInfo file with the given attributes and configuration. /// Does not generate an AssemblyVersionInformation class. @@ -312,6 +315,7 @@ module AssemblyInfoFile = attributeLines |> writeToFile outputFileName + __.MarkSuccess() /// Creates a C# AssemblyInfo file with the given attributes. /// The generated AssemblyInfo file contains an AssemblyVersionInformation class which can be used to retrieve the current version no. from inside of an assembly. diff --git a/src/app/Fake.DotNet.Cli/DotNet.fs b/src/app/Fake.DotNet.Cli/DotNet.fs index fe88b7a25be..ee380af24c9 100644 --- a/src/app/Fake.DotNet.Cli/DotNet.fs +++ b/src/app/Fake.DotNet.Cli/DotNet.fs @@ -517,6 +517,7 @@ module DotNet = if rid.IsNone then failwithf "could not read rid from output: \n%s" (System.String.Join("\n", result.Messages)) + __.MarkSuccess() { RID = rid.Value } @@ -565,6 +566,7 @@ module DotNet = if String.isNullOrWhiteSpace version then failwithf "could not read version from output: \n%s" (System.String.Join("\n", result.Messages)) + __.MarkSuccess() version /// Install .NET Core SDK if required @@ -709,6 +711,7 @@ module DotNet = let args = sprintf "%s %s" project (buildRestoreArgs param) let result = exec (fun _ -> param.Common) "restore" args if not result.OK then failwithf "dotnet restore failed with code %i" result.ExitCode + __.MarkSuccess() /// build configuration type BuildConfiguration = @@ -787,6 +790,7 @@ module DotNet = let args = sprintf "%s %s" project (buildPackArgs param) let result = exec (fun _ -> param.Common) "pack" args if not result.OK then failwithf "dotnet pack failed with code %i" result.ExitCode + __.MarkSuccess() /// dotnet publish command options type PublishOptions = @@ -859,6 +863,7 @@ module DotNet = let args = sprintf "%s %s" project (buildPublishArgs param) let result = exec (fun _ -> param.Common) "publish" args if not result.OK then failwithf "dotnet publish failed with code %i" result.ExitCode + __.MarkSuccess() /// dotnet build command options type BuildOptions = @@ -928,6 +933,7 @@ module DotNet = let args = sprintf "%s %s" project (buildBuildArgs param) let result = exec (fun _ -> param.Common) "build" args if not result.OK then failwithf "dotnet build failed with code %i" result.ExitCode + __.MarkSuccess() /// dotnet build command options type TestOptions = @@ -1033,6 +1039,7 @@ module DotNet = let args = sprintf "%s %s" project (buildTestArgs param) let result = exec (fun _ -> param.Common) "test" args if not result.OK then failwithf "dotnet test failed with code %i" result.ExitCode + __.MarkSuccess() /// Gets the DotNet SDK from the global.json let getSDKVersionFromGlobalJson() : string = diff --git a/src/app/Fake.DotNet.Fsc/AssemblyInfo.fs b/src/app/Fake.DotNet.Fsc/AssemblyInfo.fs new file mode 100644 index 00000000000..205ef7d1e2c --- /dev/null +++ b/src/app/Fake.DotNet.Fsc/AssemblyInfo.fs @@ -0,0 +1,17 @@ +// Auto-Generated by FAKE; do not edit +namespace System +open System.Reflection + +[] +[] +[] +[] +[] +do () + +module internal AssemblyVersionInformation = + let [] AssemblyTitle = "FAKE - F# Make FSC Wrapper" + let [] AssemblyProduct = "FAKE - F# Make" + let [] AssemblyVersion = "5.0.0" + let [] AssemblyInformationalVersion = "5.0.0-beta025" + let [] AssemblyFileVersion = "5.0.0" diff --git a/src/app/Fake.DotNet.Fsc/Fake.DotNet.Fsc.fsproj b/src/app/Fake.DotNet.Fsc/Fake.DotNet.Fsc.fsproj new file mode 100644 index 00000000000..bd8cb72c520 --- /dev/null +++ b/src/app/Fake.DotNet.Fsc/Fake.DotNet.Fsc.fsproj @@ -0,0 +1,24 @@ + + + net462;netstandard2.0 + Fake.DotNet.Fsc + Library + + + $(DefineConstants);FX_NO_REMOTING;USE_ASYNC_LOCAL + + + $(DefineConstants);RELEASE + + + + + + + + + + + + + diff --git a/src/app/Fake.DotNet.Fsc/Fsc.fs b/src/app/Fake.DotNet.Fsc/Fsc.fs new file mode 100644 index 00000000000..ca38417c7db --- /dev/null +++ b/src/app/Fake.DotNet.Fsc/Fsc.fs @@ -0,0 +1,485 @@ +/// Contains tasks to compiles F# source file with the [FSharp.Compiler.Service](https://github.com/fsharp/FSharp.Compiler.Service). +/// There is also a tutorial about the [F# compiler tasks](../fsc.html) available. +[] +module Fake.DotNet.Fsc + +open System +open Microsoft.FSharp.Compiler.SourceCodeServices +open Fake.IO +open Fake.Core + +/// An exception type to signal build errors. +exception BuildException of string*list + with + override x.ToString() = x.Data0.ToString() + Environment.NewLine + (String.separated Environment.NewLine x.Data1) + +type TargetType = + /// Build a console executable + | Exe + /// Build a Windows executable + | Winexe + /// Build a library + | Library + /// Build a module that can be added to another assembly (.netmodule) + | Module + override self.ToString () = + match self with + | Exe -> "exe" + | Winexe -> "winexe" + | Library -> "library" + | Module -> "module" + + +/// Limit which platforms the compiled code can run on: +/// x86, Itanium, x64, anycpu32bitpreferred, or anycpu. +/// The default is anycpu. +type PlatformType = + | X86 | Itanium | X64 | AnyCpu32BitPreferred | AnyCpu + override self.ToString () = + match self with + | X86 -> "x86" + | Itanium -> "Itanium" + | X64 -> "x64" + | AnyCpu32BitPreferred -> "anycpu32bitpreferred" + | AnyCpu -> "anycpu" + +/// Specify debugging type: full, pdbonly. +/// ('full' is the default and enables attaching a debugger to a running program). +type DebugType = + | Full | PdbOnly + override self.ToString () = + (function Full -> "full" | PdbOnly -> "pdbonly") self + +/// Specify target framework profile of this assembly. +/// Valid values are mscorlib or netcore. Default - mscorlib +type Profile = + | MsCorlib | Netcore + override self.ToString () = + (function MsCorlib -> "mscorlib" | Netcore -> "netcore") self + +/// Used to set the Accessiblity of an embeded or linked resource +type Access = + | Public | Private + override self.ToString () = + (function Public -> "public" | Private -> "private") self + + +/// Optimization options that can be disabled or enabled selectively by listing them +/// with the optimize compiler flag +type Optimization = + | NoJitOptimize | NoJitTracking | NoLocalOptimize | NoCrossoptimize | NoTailcalls + override self.ToString () = + match self with + | NoJitOptimize -> "nojitoptimize" + | NoJitTracking -> "nojittracking" + | NoLocalOptimize -> "nolocaloptimize" + | NoCrossoptimize -> "nocrossoptimize" + | NoTailcalls -> "notailcalls" + + +/// Specified path of a managed resource with an optional name alias and accessiblity flag +/// resinfo format is [,[,public|private]] +/// e.g. `resource.dat,rezName,public` +type ResourceInfo = string * string option * Access option + +let resourceStr ((file, name, access):ResourceInfo) = + match file, name, access with + | f, None , None -> f + | f, Some n , None -> sprintf "%s,%s" f n + | f, None , Some a -> sprintf "%s,%s" f (string a) + | f, Some n , Some a -> sprintf "%s,%s,%s" f n (string a) + +type FscParam = +(* - OUTPUT FILES - *) + /// Name of the output file + | Out of file:string + /// The 'fsc.exe' output target types : exe, winexe, library, module + | Target of TargetType + /// Delay-sign the assembly using only the public portion of the strong name key + | DelaySign of on:bool + /// Write the xmldoc of the assembly to the given file + | Doc of file:string + /// Specify a strong name key file + | KeyFile of file:string + /// Specify a strong name key container + | KeyContainer of name:string + /// Limit which platforms the compiled code can run on: + | Platform of platform:PlatformType + /// Only include optimization information essential for implementing inlined constructs. + /// Inhibits cross-module inlining but improves binary compatibility. + | NoOptimizationData + /// Don't add a resource to the generated assembly containing F#-specific metadata + | NoInterfacedata + /// Print the inferred interface of the assembly to a file + | Sig of file:string + +(* - INPUT FILES - *) + /// Reference an assembly + | Reference of dllPath:string + /// Reference assemblies in the order listed + | References of dllPaths:string list + +(* - RESOURCES - *) + /// Specify a Win32 resource file (.res) + | Win32res of file:string + /// Specify a Win32 manifest file + | Win32Manifest of file:string + /// Do not include the default Win32 manifest + | NoWin32Manifest + /// Embed the specified managed resource + | Resource of resInfo:ResourceInfo + /// Link the specified resource to this assembly + | LinkResource of resInfo:ResourceInfo + +(* - CODE GENERATION - *) + /// Emit debug information + | Debug of on:bool + /// Specify debugging type: full, pdbonly. + /// ('full' is the default and enables attaching a debugger to a running program). + | DebugType of debugType:DebugType + /// Enable optimizations + | Optimize of on:bool * optimizations:Optimization list + /// Enable or disable tailcalls + | Tailcalls of on:bool + /// Enable or disable cross-module optimizations + | CrossOptimize of on:bool + +(* - ERRORS AND WARNINGS - *) + /// Report all warnings as errors + | WarnAsError of on:bool + /// Report specific warnings as errors + | WarnAsErrors of on:bool * warningCodes:int list + /// Set a warning level (0-5) + | Warn of level:int + /// Disable specific warning messages + | NoWarn of warningCodes:int list + /// Enable specific warnings that may be off by default + | WarnOn of warningCodes:int list + /// Output warning and error messages in color + | ConsoleColors of on:bool + +(* - LANGUAGE - *) + /// Generate overflow checks + | Checked of on:bool + /// Define a conditional compilation symbols + | Define of symbol:string + /// Define a list of conditional compilation symbols + | Definitions of symbols: string list + /// Ignore ML compatibility warnings + | MLCompatibility + +(* - MISCELLANEOUS - *) + /// Suppress compiler copyright message + | NoLogo + /// Display the commandline flags and their usage + | Help + +(* - ADVANCED - *) + /// Specify the codepage used to read source files + | Codepage of n:int + /// Displays timing information for compilation. + | Times + /// Output messages in UTF-8 encoding + | Utf8Output + /// Output messages with fully qualified paths + | FullPaths + /// Specify a directory for the include path which is used to resolve source files and assemblies + | Lib of directories:string list + /// Base address for the library to be built + | BaseAddress of address:string + /// Do not reference the default CLI assemblies by default + | NoFramework + /// Statically link the F# library and all referenced DLLs + /// that depend on it into the assembly being generated + | Standalone + /// Statically link the given assembly and all referenced DLLs that depend on this assembly. + /// Use an assembly name e.g. mylib, not a DLL name. + | StaticLink of assemblyName:string + /// Name the output debug file + | Pdb of debugFile:string + /// Resolve assembly references using directory-based rules rather than MSBuild resolution + | SimpleResolution + /// Enable high-entropy ASLR + | HighEntropyVA of on:bool + /// Specifies the version of the OS subsystem to be used by the generated executable. + /// Use 6.02 for Windows 8, 6.01 for Windows 7, 6.00 for Windows Vista. + /// This option only applies to executables, not DLL and need only be used if your application + /// depends on specific security features available only on certain versions of the OS + | SubsystemVersion of version:string + /// Specify target framework profile of this assembly. + | TargetProfile of profile:Profile + /// Emit debug information in quotations + | QuotationsDebug of on:bool + + override self.ToString () = + // commandline formatting helper functions + /// format a standalone compiler arg: "--%s" + let arg s = sprintf "--%s" s + /// format a compiler arg with a parameter: "--%s:%s" + let argp s p = sprintf "--%s:%s" s p + /// format a short form compiler arg with a parameter: "-%s:%s" + let sargp s p = sprintf "-%s:%s" s p // for short forms + /// helper function to convert a bool to a "+" or "-" + let inline chk b = if b then "+" else "-" + /// format a compiler arg that ends with "+" or "-": "--%s%s" + let togl s b = sprintf "--%s%s" s (chk b) + /// format a short form compiler arg that ends with "+" or "-": "-%s%s" + let stogl s b = if b then sprintf "-%s" s else "" // for short forms + /// format a list of compiler args with string parameters "--%s:\"%s\"" + let argls s (ls:string list) = sprintf "--%s:\"%s\"" s (String.concat ";" ls) + /// format a compiler arg that ends with "+" or "-" with string parameters "--%s%s:\"%s\"" + let inline toglls s b (ls:'a list) = + sprintf "--%s%s:\"%s\"" s (chk b) (String.concat ";" (List.map string ls)) + /// format a list of short form complier args using the same symbol + let sargmap sym ls = ls |> List.map (sargp sym) |> String.concat ";" + + match self with + | Out file -> argp "out" file + | Target t -> argp "target" <| string t + | DelaySign on -> togl "delaysign" on + | Doc file -> argp "doc" file + | KeyFile file -> argp "keyfile" file + | KeyContainer name -> argp "keycontainer" name + | Platform p -> argp "platform" <| string p + | NoOptimizationData -> arg "nooptimizationdata" + | NoInterfacedata -> arg "nointerfacedata" + | Sig file -> argp "sig" file + | Reference dllPath -> sargp "r" dllPath + | References dllPaths -> + dllPaths + |> List.map (sargp "r" >> sprintf "\"%s\"") + |> String.concat (sprintf "; %s" Environment.NewLine) + |> (fun x -> x.Substring(1, x.Length - 2)) + | Win32res file -> argp "win32res" file + | Win32Manifest file -> argp "win32manifest" file + | NoWin32Manifest -> arg "nowin32manifest" + | Resource rinfo -> argp "resource" <| resourceStr rinfo + | LinkResource rinfo -> argp "linkresource" <| resourceStr rinfo + | Debug on -> stogl "g" on + | DebugType dt -> argp "debug" <| string dt + | Optimize (on,opts)-> + match opts with + | [] -> stogl "O" on + | _ -> toglls "O" on opts + | Tailcalls on -> togl "tailcalls" on + | CrossOptimize on -> togl "crossoptimize" on + | WarnAsError on -> togl "warnaserror" on + | WarnAsErrors (on, warningCodes) -> toglls "warnaserror" on warningCodes + | Warn lvl -> argp "warn" <| string (if lvl < 0 then 0 elif lvl > 5 then 5 else lvl) + | NoWarn warningCodes -> argls "nowarn" (List.map string warningCodes) + | WarnOn warningCodes -> argls "warnon" (List.map string warningCodes) + | ConsoleColors on -> togl "consolecolors" on + | Checked on -> togl "checked" on + | Define symbol -> sargp "d" symbol + | Definitions symbols -> sargmap "d" symbols + | MLCompatibility -> arg "mlcompatibility" + | NoLogo -> arg "nologo" + | Help -> arg "help" + | Codepage n -> argp "codepage" <| string n + | Utf8Output -> arg "utf8output" + | FullPaths -> arg "fullpaths" + | Lib directories -> argls "lib" directories + | BaseAddress address -> argp "baseaddress" address + | NoFramework -> arg "noframework" + | Standalone -> arg "standalone" + | StaticLink file -> argp "staticlink" file + | Pdb debugFile -> argp "pdb" debugFile + | SimpleResolution -> arg "simpleresolution" + | HighEntropyVA on -> togl "highentropyva" on + | SubsystemVersion version -> argp "subsystemversion" version + | TargetProfile profile -> argp "targetprofile" <| string profile + | QuotationsDebug on -> togl "quotations-debug" on + | Times -> arg "times" + + static member Defaults = + [ Out "" + Target Exe + Platform AnyCpu + References [] + Debug false + ] + +///Common Error Result type for tracing errors +type FscResultMessage = + | Warning of string + | Error of string + +/// Type signature for a Compiler Function +type CompilerFunc = string [] -> ( FscResultMessage [] * int ) + + +/// Computes output type and appends source files to argument list +let private makeArgsList (opts: string list) (srcFiles: string list) = + let outputArg arg = arg = "-o" || arg.StartsWith("--out:") + let libTarget arg = arg = "-a" || arg = "--target:library" + let hasOutputArg = Seq.exists outputArg + let hasLibTarget = Seq.exists libTarget + + // If output file name is specified, pass it on to fsc. + if opts |> hasOutputArg + then opts @ srcFiles + // But if it's not, then figure out what it should be. + else + let outExt = if opts |> hasLibTarget then ".dll" else ".exe" + "-o" :: Path.changeExtension outExt (List.head srcFiles) :: opts @ srcFiles + |> Array.ofList + +/// Reports Fsc compile errors to the console using Fake.Core.Trace +let private reportErrors (errors: FscResultMessage []) = + for e in errors do + match e with + | FscResultMessage.Warning errMsg -> Trace.traceImportant errMsg + | FscResultMessage.Error errMsg -> Trace.traceError errMsg + +/// Compiles the given source files with the given options using either +/// the internal FCS or an external fsc.exe. If no options +/// given (i.e. the second argument is an empty list), by default tries +/// to behave the same way as would the command-line 'fsc.exe' tool. +let private compileFiles (compiler: CompilerFunc) (srcFiles : string list) (opts : string list) : int = + let optsArr = makeArgsList opts srcFiles + + Trace.trace <| sprintf "FSC with args:%A" optsArr + let errors, exitCode = compiler optsArr + + reportErrors errors + exitCode + +/// Common compiler arg prep code +let private doCompile (compiler: CompilerFunc) (fscParams : FscParam list) (inputFiles : string list) : int = + let inputFiles = inputFiles |> Seq.toList + let taskDesc = inputFiles |> String.separated ", " + let fscParams = if List.isEmpty fscParams then FscParam.Defaults else fscParams + let argList = fscParams |> List.map string + + use __ = Trace.traceTask "Fsc " taskDesc + let res = compileFiles compiler inputFiles argList + __.MarkSuccess() + res + + +(* +Compile using the internals of FCS +*) +/// The internal FCS Compiler +let private scsCompile optsArr = + let scs = FSharpChecker.Create() + // Always prepend "fsc.exe" since fsc compiler skips the first argument + let optsArr = Array.append [|"fsc.exe"|] optsArr + let errors, exitcode = scs.Compile optsArr |> Async.RunSynchronously + + /// Better compile reporting thanks to: + /// https://github.com/jbtule/ComposableExtensions/blob/5b961b30668bb7f4d17238770869b5a884bc591f/tools/CompilerHelper.fsx#L233 + let errors = errors |> Array.map (fun (e: FSharpErrorInfo) -> + match e.Severity with + | FSharpErrorSeverity.Error -> FscResultMessage.Error e.Message + | FSharpErrorSeverity.Warning -> FscResultMessage.Warning e.Message) + + errors, exitcode + +/// Compiles the given F# source files with the specified parameters. +/// +/// ## Parameters +/// +/// - `setParams` - Function used to overwrite the default Fsc parameters. +/// - `inputFiles` - The F# input files. +/// +/// ## Returns +/// +/// The exit status code of the compile process. +/// +/// ## Sample +/// +/// ["file1.fs"; "file2.fs"] +/// |> compileWithResult [Out "" +/// Target Exe +/// Platform AnyCpu +/// References [] +/// Debug false +/// ] +let compileWithResult (fscParams : FscParam list) (inputFiles : string list) : int = + doCompile scsCompile fscParams inputFiles + +/// Compiles one or more F# source files with the specified parameters. +/// ## Parameters +/// +/// - `setParams` - Function used to overwrite the default Fsc parameters. +/// - `inputFiles` - The F# input files. +/// +/// ## Sample +/// +/// ["file1.fs"; "file2.fs"] +/// |> compile [Out "" +/// Target Exe +/// Platform AnyCpu +/// References [] +/// Debug false +/// ] +let compile (fscParams : FscParam list) (inputFiles : string list) : unit = + let res = compileWithResult fscParams inputFiles + if res <> 0 then raise <| BuildException("Fsc: compile failed with exit code", [ string res ]) + + +(* +Compile using a path to Fsc.exe +*) +/// An external fsc.exe compiler +let private extFscCompile (fscTool: string) (optsArr: string []) = + let args = (Arguments.OfArgs optsArr).ToWindowsCommandLine + let r = + Process.execWithResult (fun info -> + { info with + FileName = fscTool + Arguments = args + } ) TimeSpan.MaxValue + + let errors = r.Errors |> List.map FscResultMessage.Warning |> List.toArray + errors, r.ExitCode + +/// Compiles the given F# source files with the specified parameters. +/// +/// ## Parameters +/// +/// - `fscTool` - Path to an existing fsc.exe executable +/// - `setParams` - Function used to overwrite the default Fsc parameters. +/// - `inputFiles` - The F# input files. +/// +/// ## Returns +/// +/// The exit status code of the compile process. +/// +/// ## Sample +/// +/// ["file1.fs"; "file2.fs"] +/// |> compileExternalWithResult "path/to/fsc.exe" +/// [Out "" +/// Target Exe +/// Platform AnyCpu +/// References [] +/// Debug false +/// ] +let compileExternalWithResult (fscTool: string) (fscParams : FscParam list) (inputFiles : string list) : int = + let compile = extFscCompile fscTool + doCompile compile fscParams inputFiles + +/// Compiles one or more F# source files with the specified parameters +/// using an existing fsc.exe installed on the system +/// ## Parameters +/// +/// - `fscTool` - Path to an existing fsc.exe executable +/// - `setParams` - Function used to overwrite the default Fsc parameters. +/// - `inputFiles` - The F# input files. +/// +/// ## Sample +/// +/// ["file1.fs"; "file2.fs"] +/// |> compileExternal "path/to/fsc.exe" +/// [Out "" +/// Target Exe +/// Platform AnyCpu +/// References [] +/// Debug false +/// ] +let compileExternal (fscTool: string) (fscParams : FscParam list) (inputFiles : string list) : unit = + let compile = extFscCompile fscTool + let res = doCompile compile fscParams inputFiles + if res <> 0 then raise <| BuildException("Fsc: compile failed with exit code", [ string res ]) diff --git a/src/app/Fake.DotNet.Fsc/paket.references b/src/app/Fake.DotNet.Fsc/paket.references new file mode 100644 index 00000000000..1eefabceca8 --- /dev/null +++ b/src/app/Fake.DotNet.Fsc/paket.references @@ -0,0 +1,9 @@ +group netcore + +FSharp.Core +System.Runtime.Loader +NETStandard.Library + +FSharp.Compiler.Service + exclude FSharp.Compiler.Service.MSBuild.*.dll + exclude FSharp.Compiler.Service.MSBuild.v12.dll diff --git a/src/app/Fake.DotNet.MSBuild/MSBuild.fs b/src/app/Fake.DotNet.MSBuild/MSBuild.fs index 666e8ba41ca..4715ad75fbe 100644 --- a/src/app/Fake.DotNet.MSBuild/MSBuild.fs +++ b/src/app/Fake.DotNet.MSBuild/MSBuild.fs @@ -15,6 +15,11 @@ open Fake.Core type MSBuildProject = XDocument /// An exception type to signal build errors. +exception MSBuildException of string*list + with + override x.ToString() = x.Data0.ToString() + Environment.NewLine + (String.separated Environment.NewLine x.Data1) + +[] exception BuildException of string*list with override x.ToString() = x.Data0.ToString() + Environment.NewLine + (String.separated Environment.NewLine x.Data1) @@ -297,12 +302,11 @@ module MSBuild = let private serializeArgs args = args - |> Seq.map (function - | None -> "" - | Some(k, v) -> + |> Seq.choose id + |> Seq.map (fun (k, v) -> "/" + k + (if String.isNullOrEmpty v then "" else ":" + v)) - |> String.separated " " + |> Args.toWindowsCommandLine /// [omit] let serializeMSBuildParams (p : MSBuildParams) = @@ -319,11 +323,7 @@ module MSBuild = | [] -> None | t -> Some("t", t |> Seq.map (String.replace "." "_") |> String.separated ";") - let escapePropertyValue (v:string) = - let escapedQuotes = v.Replace("\"", "\\\"") - if escapedQuotes.EndsWith "\\" then escapedQuotes + "\\" // Fix https://github.com/fsharp/FAKE/issues/869 - else escapedQuotes - let properties = ("RestorePackages",p.RestorePackagesFlag.ToString()) :: p.Properties |> List.map (fun (k, v) -> Some("p", sprintf "%s=\"%s\"" k (escapePropertyValue v))) + let properties = ("RestorePackages",p.RestorePackagesFlag.ToString()) :: p.Properties |> List.map (fun (k, v) -> Some("p", sprintf "%s=%s" k v)) let maxcpu = match p.MaxCpuCount with @@ -416,12 +416,12 @@ module MSBuild = let serializeDLogger (dlogger : MSBuildDistributedLoggerConfig) = sprintf "%s%s%s" (match dlogger.ClassName with | None -> "" | Some name -> sprintf "%s," name) - (sprintf "\"%s\"" dlogger.AssemblyPath) + (sprintf "%s" dlogger.AssemblyPath) (match dlogger.Parameters with | None -> "" | Some vars -> vars |> List.fold (fun acc (k,v) -> sprintf "%s%s=%s;" acc k v) "" - |> sprintf ";\"%s\"" + |> sprintf ";%s" ) let createLoggerString cl fl = @@ -493,7 +493,8 @@ module MSBuild = #endif let errorMessage = sprintf "Building %s failed with exitcode %d." project exitCode - raise (BuildException(errorMessage, errors)) + raise (MSBuildException(errorMessage, errors)) + __.MarkSuccess() /// Builds the given project files and collects the output files. /// ## Parameters @@ -515,7 +516,7 @@ module MSBuild = | Some path -> (fun project -> let outputPath = path |> String.trimSeparator - ("OutputPath", (sprintf @"%s\\" outputPath)) :: (properties project) + ("OutputPath", (sprintf @"%s\" outputPath)) :: (properties project) ) | None -> properties @@ -612,6 +613,7 @@ module MSBuild = "WebProjectOutputDir", prefix + outputPath + "/" + projectName ] [ projectFile ] |> ignore !! (projectDir + "/bin/*.*") |> Shell.copy(outputPath + "/" + projectName + "/bin/") + __.MarkSuccess() /// Builds the given web project file with debug configuration and copies it to the given outputPath. /// ## Parameters diff --git a/src/app/Fake.DotNet.NuGet/Install.fs b/src/app/Fake.DotNet.NuGet/Install.fs index 94571ac0657..cfe02d909fe 100644 --- a/src/app/Fake.DotNet.NuGet/Install.fs +++ b/src/app/Fake.DotNet.NuGet/Install.fs @@ -93,3 +93,4 @@ let NugetInstall setParams packageName = let param = NugetInstallDefaults |> setParams let args = sprintf "install %s %s" packageName (buildArgs param) runNuGetTrial param.Retries param.ToolPath param.TimeOut args (fun () -> failwithf "Package install for %s failed." packageName) + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.NuGet/NuGet.fs b/src/app/Fake.DotNet.NuGet/NuGet.fs index e639fc60c2e..83693a2bc01 100644 --- a/src/app/Fake.DotNet.NuGet/NuGet.fs +++ b/src/app/Fake.DotNet.NuGet/NuGet.fs @@ -390,10 +390,11 @@ let NuGetPackDirectly setParams nuspecOrProjectFile = try pack parameters nuspecOrProjectFile with exn -> - (if exn.InnerException <> null then exn.Message + "\r\n" + exn.InnerException.Message + (if not (isNull exn.InnerException) then exn.Message + "\r\n" + exn.InnerException.Message else exn.Message) |> TraceSecrets.guardMessage |> failwith + __.MarkSuccess() /// Creates a new NuGet package based on the given .nuspec or project file. /// Template parameter substitution is performed when passing a .nuspec @@ -411,10 +412,11 @@ let NuGetPack setParams nuspecOrProjectFile = File.delete nuspecTemplateFile | None -> pack parameters nuspecOrProjectFile with exn -> - (if exn.InnerException <> null then exn.Message + "\r\n" + exn.InnerException.Message + (if not (isNull exn.InnerException) then exn.Message + "\r\n" + exn.InnerException.Message else exn.Message) |> TraceSecrets.guardMessage |> failwith + __.MarkSuccess() /// Publishes a NuGet package to the nuget server. /// ## Parameters @@ -426,9 +428,10 @@ let NuGetPublish setParams = try publish parameters with exn -> - if exn.InnerException <> null then exn.Message + "\r\n" + exn.InnerException.Message else exn.Message + if not (isNull exn.InnerException) then exn.Message + "\r\n" + exn.InnerException.Message else exn.Message |> TraceSecrets.guardMessage |> failwith + __.MarkSuccess() /// Creates a new NuGet package, and optionally publishes it. /// Template parameter substitution is performed when passing a .nuspec @@ -448,12 +451,13 @@ let NuGet setParams nuspecOrProjectFile = if parameters.Publish then publish parameters - if parameters.ProjectFile <> null then publishSymbols parameters + if not (isNull parameters.ProjectFile) then publishSymbols parameters with exn -> - (if exn.InnerException <> null then exn.Message + "\r\n" + exn.InnerException.Message + (if not (isNull exn.InnerException) then exn.Message + "\r\n" + exn.InnerException.Message else exn.Message) |> TraceSecrets.guardMessage |> failwith + __.MarkSuccess() /// NuSpec metadata type type NuSpecPackage = diff --git a/src/app/Fake.DotNet.NuGet/Restore.fs b/src/app/Fake.DotNet.NuGet/Restore.fs index 30b5b20b3a3..f686719b03e 100644 --- a/src/app/Fake.DotNet.NuGet/Restore.fs +++ b/src/app/Fake.DotNet.NuGet/Restore.fs @@ -161,6 +161,7 @@ let RestorePackageId setParams packageId = let args = buildNuGetArgs setParams packageId runNuGetTrial parameters.Retries parameters.ToolPath parameters.TimeOut args (fun () -> failwithf "Package installation of package %s failed." packageId) + __.MarkSuccess() /// Restores the packages in the given packages.config file from NuGet. /// ## Parameters @@ -192,6 +193,7 @@ let RestorePackage setParams packageFile = ] |> joinArgs runNuGetTrial parameters.Retries parameters.ToolPath parameters.TimeOut args (fun () -> failwithf "Package installation of %s generation failed." packageFile) + __.MarkSuccess() /// Restores all packages from NuGet to the default directories by scanning for packages.config files in any subdirectory. let RestorePackages() = @@ -228,3 +230,4 @@ let RestoreMSSolutionPackages setParams solutionFile = ] |> joinArgs runNuGetTrial parameters.Retries parameters.ToolPath parameters.TimeOut args (fun () -> failwithf "Package restore of %s failed" solutionFile) + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.NuGet/Update.fs b/src/app/Fake.DotNet.NuGet/Update.fs index cb62cf94d1f..ae5d4386d41 100644 --- a/src/app/Fake.DotNet.NuGet/Update.fs +++ b/src/app/Fake.DotNet.NuGet/Update.fs @@ -85,3 +85,4 @@ let NugetUpdate setParams packagesFile = let param = NugetUpdateDefaults |> setParams let args = sprintf "update %s %s" packagesFile (buildArgs param) runNuGetTrial param.Retries param.ToolPath param.TimeOut args (fun () -> failwithf "Package update for %s failed." packagesFile) + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Paket/Paket.fs b/src/app/Fake.DotNet.Paket/Paket.fs index 1f2961cf2b0..29d713f8f99 100644 --- a/src/app/Fake.DotNet.Paket/Paket.fs +++ b/src/app/Fake.DotNet.Paket/Paket.fs @@ -138,6 +138,7 @@ let pack setParams = parameters.TimeOut if packResult <> 0 then failwithf "Error during packing %s." parameters.WorkingDir + __.MarkSuccess() /// Pushes the given NuGet packages to the server by using Paket push. /// ## Parameters @@ -201,6 +202,7 @@ let pushFiles setParams files = >> Process.withFramework) parameters.TimeOut if pushResult <> 0 then failwithf "Error during pushing %s." package + __.MarkSuccess() /// Pushes all NuGet packages in the working dir to the server by using Paket push. /// ## Parameters @@ -272,3 +274,4 @@ let restore setParams = parameters.TimeOut if restoreResult <> 0 then failwithf "Error during restore %s." parameters.WorkingDir + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Paket/PaketTemplate.fs b/src/app/Fake.DotNet.Paket/PaketTemplate.fs index 7f00c91604b..31376c8b916 100644 --- a/src/app/Fake.DotNet.Paket/PaketTemplate.fs +++ b/src/app/Fake.DotNet.Paket/PaketTemplate.fs @@ -281,3 +281,4 @@ let create setParams = | _ -> "paket.template" File.writeString false filePath (Rendering.createLines parameters) + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.Expecto/Expecto.fs b/src/app/Fake.DotNet.Testing.Expecto/Expecto.fs index 6c9522de0af..4892cbb3da5 100644 --- a/src/app/Fake.DotNet.Testing.Expecto/Expecto.fs +++ b/src/app/Fake.DotNet.Testing.Expecto/Expecto.fs @@ -129,3 +129,4 @@ let run (setParams : Params -> Params) (assemblies : string seq) = sprintf "Expecto test of assembly '%s' failed. Process finished with exit code %d." testAssembly exitCode ) |> String.concat System.Environment.NewLine |> FailedTestsException |> raise + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.MSTest/MSTest.fs b/src/app/Fake.DotNet.Testing.MSTest/MSTest.fs index 98bb40907b3..5ad9e26ed1d 100644 --- a/src/app/Fake.DotNet.Testing.MSTest/MSTest.fs +++ b/src/app/Fake.DotNet.Testing.MSTest/MSTest.fs @@ -118,3 +118,4 @@ let exec (setParams : MSTestParams -> MSTestParams) (assemblies : string seq) = WorkingDirectory = parameters.WorkingDir Arguments = args }) >> Process.withFramework) parameters.TimeOut |> failIfError assembly + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.MSpec/MSpec.fs b/src/app/Fake.DotNet.Testing.MSpec/MSpec.fs index a3ccaeec60a..5c00575c67c 100644 --- a/src/app/Fake.DotNet.Testing.MSpec/MSpec.fs +++ b/src/app/Fake.DotNet.Testing.MSpec/MSpec.fs @@ -98,3 +98,4 @@ let exec setParams assemblies = sprintf "MSpec test failed on %s." details |> match parameters.ErrorLevel with | Error | FailOnFirstError -> failwith | DontFailBuild -> Trace.traceImportant + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs b/src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs index 8950a589acc..5d331eeb330 100644 --- a/src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs +++ b/src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs @@ -339,3 +339,4 @@ let run (setParams : NUnit3Params -> NUnit3Params) (assemblies : string seq) = match result with | OK -> () | _ -> raise (FailedTestsException(errorDescription result)) + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.NUnit/Parallel.fs b/src/app/Fake.DotNet.Testing.NUnit/Parallel.fs index 034b15e64ac..4b6e37cfaa7 100644 --- a/src/app/Fake.DotNet.Testing.NUnit/Parallel.fs +++ b/src/app/Fake.DotNet.Testing.NUnit/Parallel.fs @@ -122,3 +122,4 @@ let run (setParams : NUnitParams -> NUnitParams) (assemblies : string seq) = match aggResult.WorseReturnCode with | OK -> () | _ -> fail() + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.NUnit/Sequential.fs b/src/app/Fake.DotNet.Testing.NUnit/Sequential.fs index 0400fc39641..0782ac3bb6e 100644 --- a/src/app/Fake.DotNet.Testing.NUnit/Sequential.fs +++ b/src/app/Fake.DotNet.Testing.NUnit/Sequential.fs @@ -56,3 +56,4 @@ let run (setParams : NUnitParams -> NUnitParams) (assemblies : string seq) = match result with | OK -> () | _ -> raise (FailedTestsException(errorDescription result)) + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.OpenCover/OpenCover.fs b/src/app/Fake.DotNet.Testing.OpenCover/OpenCover.fs index aa216e6a09f..766da7e345c 100644 --- a/src/app/Fake.DotNet.Testing.OpenCover/OpenCover.fs +++ b/src/app/Fake.DotNet.Testing.OpenCover/OpenCover.fs @@ -144,6 +144,7 @@ module Fake.DotNet.Testing.OpenCover if param.WorkingDir <> String.Empty then param.WorkingDir else info.WorkingDirectory Arguments = processArgs }) >> Process.withFramework) param.TimeOut if ok <> 0 then failwithf "OpenCover reported errors." + __.MarkSuccess() /// Show version OpenCover /// ## Parameters @@ -164,3 +165,4 @@ module Fake.DotNet.Testing.OpenCover { info with FileName = param.ExePath Arguments = "-version" }) >> Process.withFramework) param.TimeOut |> ignore + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.SpecFlow/SpecFlow.fs b/src/app/Fake.DotNet.Testing.SpecFlow/SpecFlow.fs index 69eedb67cea..f3447844345 100644 --- a/src/app/Fake.DotNet.Testing.SpecFlow/SpecFlow.fs +++ b/src/app/Fake.DotNet.Testing.SpecFlow/SpecFlow.fs @@ -82,3 +82,4 @@ let run setParams = match Process.execSimple processStartInfo System.TimeSpan.MaxValue with | 0 -> () | errorNumber -> failwithf "SpecFlow %s failed. Process finished with exit code %i" parameters.SubCommand errorNumber + __.MarkSuccess() diff --git a/src/app/Fake.DotNet.Testing.XUnit2/XUnit2.fs b/src/app/Fake.DotNet.Testing.XUnit2/XUnit2.fs index b4502bd0156..eedb93a5d5a 100644 --- a/src/app/Fake.DotNet.Testing.XUnit2/XUnit2.fs +++ b/src/app/Fake.DotNet.Testing.XUnit2/XUnit2.fs @@ -282,3 +282,4 @@ let run setParams assemblies = Arguments = parameters |> buildXUnit2Args assemblies}) >> Process.withFramework) parameters.TimeOut ResultHandling.failBuildIfXUnitReportedError parameters.ErrorLevel result + __.MarkSuccess() diff --git a/src/app/Fake.IO.FileSystem/Globbing.fs b/src/app/Fake.IO.FileSystem/Globbing.fs index 4b089f0331e..c01fcea4a84 100644 --- a/src/app/Fake.IO.FileSystem/Globbing.fs +++ b/src/app/Fake.IO.FileSystem/Globbing.fs @@ -18,7 +18,7 @@ type private SearchOption = | Recursive | FilePattern of string -let private checkSubDirs absolute (dir : string) root = +let private checkSubDirs absolute (dir : string) root = if dir.Contains "*" then Directory.EnumerateDirectories(root, dir, SearchOption.TopDirectoryOnly) |> Seq.toList else let path = Path.Combine(root, dir) diff --git a/src/app/Fake.IO.Zip/Zip.fs b/src/app/Fake.IO.Zip/Zip.fs index ac9ebaa2869..d30e881bb13 100644 --- a/src/app/Fake.IO.Zip/Zip.fs +++ b/src/app/Fake.IO.Zip/Zip.fs @@ -131,11 +131,13 @@ let unzip target (fileName : string) = use stream = new FileStream(fileName, FileMode.Open) use zipFile = new ZipArchive(stream) for zipEntry in zipFile.Entries do - let unzipPath = Path.Combine(target, zipEntry.Name) + let unzipPath = Path.Combine(target, zipEntry.FullName) + let directoryPath = Path.GetDirectoryName(unzipPath) if unzipPath.EndsWith "/" then Directory.CreateDirectory(unzipPath) |> ignore else // unzip the file + Directory.ensure directoryPath let zipStream = zipEntry.Open() if unzipPath.EndsWith "/" |> not then use unzippedFileStream = File.Create(unzipPath) diff --git a/src/app/Fake.Installer.InnoSetup/InnoSetup.fs b/src/app/Fake.Installer.InnoSetup/InnoSetup.fs index 744d2331f1d..acc924e409f 100644 --- a/src/app/Fake.Installer.InnoSetup/InnoSetup.fs +++ b/src/app/Fake.Installer.InnoSetup/InnoSetup.fs @@ -85,6 +85,7 @@ let private run toolPath workingDirectory timeout command = WorkingDirectory = workingDirectory Arguments = command })) timeout then failwithf "InnoSetup command %s failed." command + __.MarkSuccess() let private serializeInnoSetupParams p = let appendDefine (key,value) _ sb = diff --git a/src/app/Fake.Runtime/FakeRuntime.fs b/src/app/Fake.Runtime/FakeRuntime.fs index 32af28015c0..15262573de1 100644 --- a/src/app/Fake.Runtime/FakeRuntime.fs +++ b/src/app/Fake.Runtime/FakeRuntime.fs @@ -210,7 +210,7 @@ let paketCachingProvider (script:string) (logLevel:Trace.VerboseLevel) cacheDir // Write loadDependencies file (basically only for editor support) async { try - let intellisenseLazyFile = Path.Combine (cacheDir, Runners.loadScriptName) + let intellisenseLazyFile = Path.Combine (cacheDir, Runners.loadScriptLazyName) let cache = context.Cache cache.StartSetupGroup(groupName) |> ignore do! cache.AwaitFinishSetup() diff --git a/src/app/Fake.Testing.ReportGenerator/ReportGenerator.fs b/src/app/Fake.Testing.ReportGenerator/ReportGenerator.fs index 747ace5cece..aa2d0293584 100644 --- a/src/app/Fake.Testing.ReportGenerator/ReportGenerator.fs +++ b/src/app/Fake.Testing.ReportGenerator/ReportGenerator.fs @@ -112,4 +112,5 @@ let generateReports setParams (reports : string list) = Arguments = processArgs } |> Process.withFramework match Process.execSimple processStartInfo param.TimeOut with | 0 -> () - | v -> failwithf "ReportGenerator reported errors: %i" v \ No newline at end of file + | v -> failwithf "ReportGenerator reported errors: %i" v + __.MarkSuccess() \ No newline at end of file diff --git a/src/app/Fake.Testing.SonarQube/SonarQube.fs b/src/app/Fake.Testing.SonarQube/SonarQube.fs index 35fa80b2f02..feaf07f7b9f 100644 --- a/src/app/Fake.Testing.SonarQube/SonarQube.fs +++ b/src/app/Fake.Testing.SonarQube/SonarQube.fs @@ -77,6 +77,7 @@ module Fake.Testing.SonarQube use __ = Trace.traceTask "SonarQube" "Begin" let parameters = setParams SonarQubeDefaults SonarQubeCall Begin parameters + __.MarkSuccess() /// This task to can be used to run the end command of [Sonar Qube](http://sonarqube.org/) on a project. /// ## Parameters @@ -99,3 +100,4 @@ module Fake.Testing.SonarQube | Some setParams -> setParams SonarQubeDefaults | None -> (fun p -> { p with Settings = [] }) SonarQubeDefaults SonarQubeCall End parameters + __.MarkSuccess() diff --git a/src/app/Fake.Tools.Pickles/Pickles.fs b/src/app/Fake.Tools.Pickles/Pickles.fs index de2f40d6e38..e21c5596bb9 100644 --- a/src/app/Fake.Tools.Pickles/Pickles.fs +++ b/src/app/Fake.Tools.Pickles/Pickles.fs @@ -223,3 +223,4 @@ let convert setParams = let result = Process.execSimple makeProcessStartInfo parameters.TimeOut ResultHandling.failBuildIfPicklesReportedError parameters.ErrorLevel result + __.MarkSuccess() diff --git a/src/app/Fake.Tracing.NAntXml/NAntXmlTraceListener.fs b/src/app/Fake.Tracing.NAntXml/NAntXmlTraceListener.fs index 405305fbfc9..5d8aa2b292b 100644 --- a/src/app/Fake.Tracing.NAntXml/NAntXmlTraceListener.fs +++ b/src/app/Fake.Tracing.NAntXml/NAntXmlTraceListener.fs @@ -48,7 +48,7 @@ type NAntXmlTraceListener(encoding : Encoding, xmlOutputFile) = | TraceData.ImportantMessage text -> sprintf "" text // TODO: Set Level | TraceData.LogMessage(text, _) | TraceData.TraceMessage(text, _) -> sprintf "" text | TraceData.OpenTag(tag, _) -> sprintf "<%s name=\"%s\">" tag.Type tag.Name - | TraceData.CloseTag (tag, _) -> sprintf "" tag.Type + | TraceData.CloseTag (tag, _, _) -> sprintf "" tag.Type | TraceData.ErrorMessage text -> sprintf "" text | TraceData.TestOutput _ diff --git a/src/app/Fake.Windows.Chocolatey/Chocolatey.fs b/src/app/Fake.Windows.Chocolatey/Chocolatey.fs index 99f114e6e86..c351e97ce71 100644 --- a/src/app/Fake.Windows.Chocolatey/Chocolatey.fs +++ b/src/app/Fake.Windows.Chocolatey/Chocolatey.fs @@ -366,9 +366,12 @@ module Fake.Windows.Choco Arguments = args } let result = Process.execSimple (setInfo) timeout if result <> 0 then failwithf "choco failed with exit code %i." result + __.MarkSuccess() let private getTempFolder = - let tempFolder = DirectoryInfo.ofPath (Path.GetTempPath() @@ "FakeChocolateyPack") + // temp folder in current working directory has the advantage of being compatible + // with chocolatey on docker on mono... + let tempFolder = DirectoryInfo.ofPath (".fake" @@ "temp" @@ "FakeChocolateyPack") if tempFolder.Exists then tempFolder.Delete(true) @@ -629,7 +632,7 @@ module Fake.Windows.Choco let outputPath = outputDir @@ "tools" @@ "chocolateyInstall.ps1" |> Path.getFullName Trace.tracefn "Create chocolateyInstall.ps1 at %s from template %s" outputPath templatePath - templatePath |> Shell.CopyFile outputPath + templatePath |> Shell.copyFile outputPath let replacements = [ "@packageName@", parameters.Title @@ -674,7 +677,7 @@ module Fake.Windows.Choco let outputPath = outputDir @@ "tools" @@ "chocolateyUninstall.ps1" |> Path.getFullName Trace.tracefn "Create chocolateyUninstall.ps1 at %s from template %s" outputPath templatePath - templatePath |> Shell.CopyFile outputPath + templatePath |> Shell.copyFile outputPath let replacements = [ "@packageName@", parameters.Title @@ -761,7 +764,7 @@ module Fake.Windows.Choco callChocoPack nuspecFile parameters - parameters.PackageId + "." + parameters.Version + ".nupkg" |> Shell.MoveFile parameters.OutputDir + parameters.PackageId + "." + parameters.Version + ".nupkg" |> Shell.moveFile parameters.OutputDir /// Call choco to [pack](https://github.com/chocolatey/choco/wiki/CommandsPack) a package /// ## Parameters @@ -802,7 +805,7 @@ module Fake.Windows.Choco callChocoPack nuspecFile parameters - parameters.PackageId + "." + parameters.Version + ".nupkg" |> Shell.MoveFile parameters.OutputDir + parameters.PackageId + "." + parameters.Version + ".nupkg" |> Shell.moveFile parameters.OutputDir /// Call choco to [push](https://github.com/chocolatey/choco/wiki/CommandsPush) a package /// ## Parameters diff --git a/src/app/Fake.Windows.Registry/AssemblyInfo.fs b/src/app/Fake.Windows.Registry/AssemblyInfo.fs new file mode 100644 index 00000000000..904419c9ced --- /dev/null +++ b/src/app/Fake.Windows.Registry/AssemblyInfo.fs @@ -0,0 +1,17 @@ +// Auto-Generated by FAKE; do not edit +namespace System +open System.Reflection + +[] +[] +[] +[] +[] +do () + +module internal AssemblyVersionInformation = + let [] AssemblyTitle = "FAKE - F# CRUD functionality for Windows registry" + let [] AssemblyProduct = "FAKE - F# Make" + let [] AssemblyVersion = "5.0.0" + let [] AssemblyInformationalVersion = "5.0.0-beta025" + let [] AssemblyFileVersion = "5.0.0" diff --git a/src/app/Fake.Windows.Registry/Fake.Windows.Registry.fsproj b/src/app/Fake.Windows.Registry/Fake.Windows.Registry.fsproj new file mode 100644 index 00000000000..1072c56d36b --- /dev/null +++ b/src/app/Fake.Windows.Registry/Fake.Windows.Registry.fsproj @@ -0,0 +1,18 @@ + + + net46;netstandard1.6;netstandard2.0 + Fake.Windows.Registry + Library + + + $(DefineConstants);FX_NO_REMOTING;USE_ASYNC_LOCAL + + + $(DefineConstants);RELEASE + + + + + + + diff --git a/src/app/Fake.Windows.Registry/Registry.fs b/src/app/Fake.Windows.Registry/Registry.fs new file mode 100644 index 00000000000..139f91101a8 --- /dev/null +++ b/src/app/Fake.Windows.Registry/Registry.fs @@ -0,0 +1,160 @@ +/// Contains functions which allow to read and write information from/to the registry. +/// +/// ## Sample +/// +/// #### Create a subkey +/// +/// let subkey = "Company/MyApp" +/// Registry.createRegistrySubKey Registry.HKEYCurrentUser subkey +/// +/// #### Write a key-value pair to a subkey +/// +/// Registry.setRegistryValue Registry.HKEYCurrentUser subkey "AppType" "Premium" +/// Registry.setRegistryValue Registry.HKEYCurrentUser subkey "Version" "1.0.4" +/// +/// #### Get a list of key-value names in a subkey +/// +/// let values = Registry.getRegistryValueNames Registry.HKEYCurrentUser subkey +/// values |> Array.iter (Trace.trace << (sprintf "Found value name: %s!")) +/// +/// #### Read the value of a key-value pair +/// +/// let AppType = Registry.getRegistryValue Registry.HKEYCurrentUser subkey values.[0] +/// Trace.trace (sprintf "You are running the %s version" AppType) +/// +/// #### Check if a value exists within a subkey +/// +/// let exists b = if b then Trace.trace "It exists!" else Trace.trace "It doesn't exist!" +/// exists <| Registry.valueExistsForKey Registry.HKEYCurrentUser subkey "DateCreated" +/// exists <| Registry.valueExistsForKey Registry.HKEYCurrentUser subkey "Version" +/// +/// #### Delete a key-value pair from a subkey +/// +/// Registry.deleteRegistryValue Registry.HKEYCurrentUser subkey "AppType" +/// +/// #### Delete a subkey +/// +/// Registry.deleteRegistrySubKey Registry.HKEYCurrentUser subkey + +[] +module Fake.Windows.Registry + +open Microsoft.Win32 + +/// Registry base keys. +type RegistryBaseKey = + | HKEYLocalMachine + | HKEYClassesRoot + | HKEYUsers + | HKEYCurrentUser + | HKEYCurrentConfig + | HKEYPerformanceData + +(* +Lower level Registry Queries +(Should these be private?) +*) +/// Maps the RegistryBaseKey to a RegistryKey +/// [omit] +let getKey name = + match name with + | HKEYLocalMachine -> Registry.LocalMachine + | HKEYClassesRoot -> Registry.ClassesRoot + | HKEYUsers -> Registry.Users + | HKEYCurrentUser -> Registry.CurrentUser + | HKEYCurrentConfig -> Registry.CurrentConfig + | HKEYPerformanceData -> Registry.PerformanceData + +/// Maps the RegistryBaseKey to a RegistryKey for a 64bit System +/// [omit] +let get64BitKey name = + match name with + | HKEYLocalMachine -> RegistryKey.OpenBaseKey(RegistryHive.LocalMachine, RegistryView.Registry64) + | HKEYClassesRoot -> RegistryKey.OpenBaseKey(RegistryHive.ClassesRoot, RegistryView.Registry64) + | HKEYUsers -> RegistryKey.OpenBaseKey(RegistryHive.Users, RegistryView.Registry64) + | HKEYCurrentUser -> RegistryKey.OpenBaseKey(RegistryHive.CurrentUser, RegistryView.Registry64) + | HKEYCurrentConfig -> RegistryKey.OpenBaseKey(RegistryHive.CurrentConfig, RegistryView.Registry64) + | HKEYPerformanceData -> RegistryKey.OpenBaseKey(RegistryHive.PerformanceData, RegistryView.Registry64) + +/// Maps the RegistryBaseKey to a RegistryKey for a 32bit System +/// [omit] +let get32BitKey name = + match name with + | HKEYLocalMachine -> RegistryKey.OpenBaseKey(RegistryHive.LocalMachine, RegistryView.Registry32) + | HKEYClassesRoot -> RegistryKey.OpenBaseKey(RegistryHive.ClassesRoot, RegistryView.Registry32) + | HKEYUsers -> RegistryKey.OpenBaseKey(RegistryHive.Users, RegistryView.Registry32) + | HKEYCurrentUser -> RegistryKey.OpenBaseKey(RegistryHive.CurrentUser, RegistryView.Registry32) + | HKEYCurrentConfig -> RegistryKey.OpenBaseKey(RegistryHive.CurrentConfig, RegistryView.Registry32) + | HKEYPerformanceData -> RegistryKey.OpenBaseKey(RegistryHive.PerformanceData, RegistryView.Registry32) + +/// Gets a 64-bit registry key +let getRegistryKey64 baseKey subKey (writePermission : bool) = + (get64BitKey baseKey).OpenSubKey(subKey, writePermission) + +/// Gets a registry key and falls back to 32 bit if the 64bit key is not there +let getRegistryKey baseKey subKey (writePermission : bool) = + let x64BitKey = (getKey baseKey).OpenSubKey(subKey, writePermission) + if (isNull >> not) x64BitKey then x64BitKey else + (get32BitKey baseKey).OpenSubKey(subKey, writePermission) // fall back to 32 bit + +(* +Registry Value Commands +*) +/// Gets a registry value as string +let getRegistryValue baseKey subKey name = + use key = getRegistryKey baseKey subKey false + if isNull key then + failwithf "Registry subkey %s could not be found for key %A" subKey baseKey + let value = key.GetValue name + if isNull value then + failwithf "Registry value is null for key %s" (key.ToString()) + value.ToString() + +/// Gets a registry value as string +let getRegistryValue64 baseKey subKey name = + use key = getRegistryKey64 baseKey subKey false + if isNull key then + failwithf "Registry subkey %s could not be found for key %A" subKey baseKey + let value = key.GetValue name + if isNull value then + failwithf "Registry value is null for key %s" (key.ToString()) + value.ToString() + +/// Sets a registry value +let setRegistryValue<'T> baseKey subKey name (value : 'T) = + use key = getRegistryKey baseKey subKey true + key.SetValue(name, value) + +/// Deletes the registry value from its key +let deleteRegistryValue baseKey subKey name = + use key = getRegistryKey baseKey subKey true + key.DeleteValue name + +/// Returns all the value names of a registry key +let getRegistryValueNames baseKey subKey = + use key = getRegistryKey baseKey subKey false + key.GetValueNames() + +/// Returns whether or not a registry value name exists for a key +let valueExistsForKey = fun baseKey subKey name -> + getRegistryValueNames baseKey subKey + |> Seq.exists (fun n -> n = name) + +(* +Subkey Commands +*) +/// Create a registry subKey +let createRegistrySubKey baseKey subKey = + use key = getKey baseKey + key.CreateSubKey subKey |> ignore + +/// Deletes a registry subKey +let deleteRegistrySubKey baseKey subKey = + use key = getKey baseKey + key.DeleteSubKey subKey + +/// Returns all the subKey names of a registry key +let getRegistrySubKeyNames baseKey subKey = + use key = getRegistryKey baseKey subKey false + key.GetSubKeyNames() + diff --git a/src/app/Fake.Windows.Registry/paket.references b/src/app/Fake.Windows.Registry/paket.references new file mode 100644 index 00000000000..67c37a453ed --- /dev/null +++ b/src/app/Fake.Windows.Registry/paket.references @@ -0,0 +1,5 @@ +group netcore + +FSharp.Core +NETStandard.Library +Microsoft.Win32.Registry diff --git a/src/app/Fake.netcore/Program.fs b/src/app/Fake.netcore/Program.fs index fd8c3f66cd2..1e5c19c5dfc 100644 --- a/src/app/Fake.netcore/Program.fs +++ b/src/app/Fake.netcore/Program.fs @@ -78,6 +78,18 @@ type RunArguments = { IsBuild : bool // Did the user call `fake build` or `fake run`? } +let reportExn (verb:VerboseLevel) exn = + use logPaket = + // Required when 'silent' because we use paket API for error printing + if verb = Trace.Silent then + Paket.Logging.event.Publish + |> Observable.subscribe Paket.Logging.traceToConsole + else { new IDisposable with member __.Dispose () = () } + traceError "Script failed" + if Environment.GetEnvironmentVariable "FAKE_DETAILED_ERRORS" = "true" then + Paket.Logging.printErrorExt true true true exn + else Paket.Logging.printErrorExt verb.PrintVerbose verb.PrintVerbose false exn + let runOrBuild (args : RunArguments) = if args.VerboseLevel.PrintVerbose then Trace.log (sprintf "runOrBuild (%A)" args) @@ -147,17 +159,7 @@ let runOrBuild (args : RunArguments) = Fake.Profile.print true sw.Elapsed with | exn -> - use logPaket = - // Required when 'silent' because we use paket API for error printing - if args.VerboseLevel = Trace.Silent then - Paket.Logging.event.Publish - |> Observable.subscribe Paket.Logging.traceToConsole - else { new IDisposable with member __.Dispose () = () } - traceError "Script failed" - if Environment.GetEnvironmentVariable "FAKE_DETAILED_ERRORS" = "true" then - Paket.Logging.printErrorExt true true true exn - else Paket.Logging.printErrorExt args.VerboseLevel.PrintVerbose args.VerboseLevel.PrintVerbose false exn - + reportExn args.VerboseLevel exn //let isKnownException = exn :? FAKEException //if not isKnownException then // sendTeamCityError exn.Message @@ -294,9 +296,9 @@ let main (args:string[]) = parseAction rawResults exitCode <- handleAction verbLevel results with - | :? DocoptException as e -> - printfn "Usage error: %s" e.Message + | exn -> printfn "%s" Cli.fakeUsage + reportExn VerboseLevel.Normal exn exitCode <- 1 Console.OutputEncoding <- encoding #if !NETSTANDARD1_6 diff --git a/src/legacy/FAKE/Cli.fs b/src/legacy/FAKE/Cli.fs index afebb4a70ea..0510a2b3727 100644 --- a/src/legacy/FAKE/Cli.fs +++ b/src/legacy/FAKE/Cli.fs @@ -1,12 +1,12 @@ /// New Command line interface for FAKE that utilises Argu. -[] +[] [] module Cli open System open Argu -[] +[] type FakeArg = | [] EnvVar of string * string | [] EnvFlag of string @@ -19,7 +19,7 @@ type FakeArg = | [] Single_Target | [] NoCache interface IArgParserTemplate with - [] + [] member x.Usage = match x with | EnvVar _ -> "Set environment variable . Supports multiple." @@ -34,7 +34,7 @@ type FakeArg = | NoCache -> "Disables caching of compiled script" /// Return the parsed FAKE args or the parse exception. -[] +[] let parsedArgsOrEx args = try let args = args |> Seq.skip 1 |> Array.ofSeq @@ -43,7 +43,7 @@ let parsedArgsOrEx args = with | ex -> Choice2Of2(ex) /// Prints the FAKE argument usage. -[] +[] let printUsage () = printfn @" fake.exe [] [] [options] @@ -56,11 +56,11 @@ let printUsage () = Options: %s" (defaultArg (ArgumentParser.Create().HelpTextMessage) "") -[] +[] type Args = { Script: string option; Target: string option; Rest: string [] } /// Parses the positional args and provides the remaining tail args. -[] +[] let parsePositionalArgs (args:string []) = //Support this usage. diff --git a/src/legacy/FAKE/CommandlineParams.fs b/src/legacy/FAKE/CommandlineParams.fs index c0b4716c2a9..fbbce62fa8e 100644 --- a/src/legacy/FAKE/CommandlineParams.fs +++ b/src/legacy/FAKE/CommandlineParams.fs @@ -1,12 +1,12 @@ -[] +[] module CommandlineParams open Fake -[] +[] let printAllParams() = printfn "FAKE.exe [buildScript] [Target] Variable1=Value1 Variable2=Value2 ... " -[] +[] let parseArgs cmdArgs = let splitter = [| '=' |] let split (arg:string) = diff --git a/src/legacy/FAKE/Program.fs b/src/legacy/FAKE/Program.fs index 512e43b662d..909cfa54f3a 100644 --- a/src/legacy/FAKE/Program.fs +++ b/src/legacy/FAKE/Program.fs @@ -3,19 +3,19 @@ open Fake open System.IO open Argu -[] +[] let printVersion() = traceFAKE "FakePath: %s" fakePath traceFAKE "%s" fakeVersionStr -[] +[] let printUsage () = printfn "-------------------" printfn " FAKE usage" printfn "-------------------" Cli.printUsage () -[] +[] let printEnvironment cmdArgs args = printVersion() @@ -34,16 +34,16 @@ let printEnvironment cmdArgs args = traceFAKE "FSI-Path: %s" fsiPath traceFAKE "MSBuild-Path: %s" msBuildExe -[] +[] let containsParam param = Seq.map toLower >> Seq.exists ((=) (toLower param)) -[] +[] let paramIsHelp param = containsParam param ["help"; "?"; "/?"; "-h"; "--help"; "/h"; "/help"] -[] +[] let buildScripts = !! "*.fsx" |> Seq.toList -[] +[] let encodingToRestore = Console.OutputEncoding try try diff --git a/src/legacy/Fake.Deploy.Lib/FakeDeployAgentHelper.fs b/src/legacy/Fake.Deploy.Lib/FakeDeployAgentHelper.fs index b36332a4b3a..c3ff0b4e937 100644 --- a/src/legacy/Fake.Deploy.Lib/FakeDeployAgentHelper.fs +++ b/src/legacy/Fake.Deploy.Lib/FakeDeployAgentHelper.fs @@ -1,5 +1,5 @@ /// Contains a http helper functions for FAKE.Deploy. -[] +[] module Fake.FakeDeployAgentHelper open System @@ -11,22 +11,22 @@ open System.Web open HttpListenerHelper open Fake.SshRsaModule -[] +[] /// Authentication token received from a successful login type AuthToken = | AuthToken of Guid -[] +[] let mutable private authToken : Guid option = None -[] +[] /// A http response type. type Response = { Messages : seq Exception : obj IsError : bool } -[] +[] /// Deployment result type. type DeploymentResponse = | Success of Response @@ -47,14 +47,14 @@ let private wrapFailure = Exception = exn } |> Failure -[] +[] type Url = string -[] +[] type Action = string -[] +[] type FilePath = string -[] +[] type Deployment = { PackageFileName : FilePath Url : Url @@ -71,7 +71,7 @@ let private defaultDeployment = Arguments = [] AuthToken = None } -[] +[] [] let scriptArgumentsHeaderName = "X-FAKE-Script-Arguments" @@ -84,7 +84,7 @@ let private httpClient (timeout : TimeSpan) = | Some t -> client.DefaultRequestHeaders.Add("AuthToken", string t) client -[] +[] let parseDeploymentResponse msg = match msg |> Json.tryDeserialize> with | Choice1Of2 m -> match m with @@ -137,17 +137,17 @@ let private post url file timeout = uploadFile url file timeout >> processRespon /// Puts the given body to the given URL. let private put url timeout = uploadData url timeout >> processResponse -[] +[] type DeployStatus = | Active | Inactive -[] +[] type App = { Name : string Version : string } -[] +[] let buildExceptionString (r : Response) = let msgs = r.Messages @@ -155,7 +155,7 @@ let buildExceptionString (r : Response) = |> fun arr -> String.Join("\r\n", arr) sprintf "%O\r\n\r\nDeploy messages\r\n{\r\n%s\r\n}\r\n" r.Exception msgs -[] +[] /// Authenticate against the given server with the given userId and private key let authenticate server userId serverpathToPrivateKeyFile passwordForPrivateKey = let privateKey = loadPrivateKey serverpathToPrivateKeyFile passwordForPrivateKey @@ -176,27 +176,27 @@ let authenticate server userId serverpathToPrivateKeyFile passwordForPrivateKey authToken /// Returns all releases of the given app from the given server. -[] +[] let getReleasesFor server appname status = if String.IsNullOrEmpty(appname) then server + "/deployments?status=" + status else server + "/deployments/" + appname + "?status=" + status |> get defaultTimeout parseDeploymentResponse /// Performs a rollback of the given app on the server. -[] +[] let rollbackTo server appname version = put (server + "/deployments/" + appname + "?version=" + version) [||] defaultTimeout |> wrapFailure /// Returns all active releases from the given server. -[] +[] let getAllActiveReleases server = getReleasesFor server null "active" |> wrapFailure /// Returns the active release of the given app from the given server. -[] +[] let getActiveReleasesFor server appname = getReleasesFor server appname "active" |> wrapFailure /// Returns all releases of the given app from the given server. -[] +[] let getAllReleasesFor server appname = if String.IsNullOrEmpty(appname) then server + "/deployments/" else server + "/deployments/" + appname + "/" @@ -204,16 +204,16 @@ let getAllReleasesFor server appname = |> wrapFailure /// Returns all releases from the given server. -[] +[] let getAllReleases server = getAllReleasesFor server null /// Posts a deployment package to the given URL. -[] +[] let postDeploymentPackage url packageFileName args = post url packageFileName args defaultTimeout |> wrapFailure /// Posts a deployment package to the given URL, executes the script inside it with given arguments and handles the response. -[] +[] let deployPackage (f : Deployment -> Deployment) = let d = f { defaultDeployment with AuthToken = @@ -242,7 +242,7 @@ let DeployPackageWithArgs url packageFileName args = let DeployPackage url packageFileName = DeployPackageWithArgs url packageFileName [||] /// Performs a rollback of the given app at the given URL and handles the response. -[] +[] let RollbackPackage url appName version = match rollbackTo url appName version with | Success _ -> tracefn "Rollback of %s to %s successful" appName version diff --git a/src/legacy/Fake.Deploy.Lib/HttpHeaderHelper.fs b/src/legacy/Fake.Deploy.Lib/HttpHeaderHelper.fs index bf26e06ca07..5fe459c9bc6 100644 --- a/src/legacy/Fake.Deploy.Lib/HttpHeaderHelper.fs +++ b/src/legacy/Fake.Deploy.Lib/HttpHeaderHelper.fs @@ -1,10 +1,10 @@ [] -[] +[] module Fake.HttpHeaderHelper open System open System.Text.RegularExpressions -[] +[] let toHeaderValue (values:string []) : string = values |> Array.map (fun x -> @@ -15,7 +15,7 @@ let toHeaderValue (values:string []) : string = let private regex = Regex("(\"[^\"]*\")(?:,(\"[^\"]*\"))*", RegexOptions.Compiled) -[] +[] let fromHeaderValue (value: string) = match regex.Matches value |> Seq.cast |> Seq.toList with | [] -> diff --git a/src/legacy/Fake.Deploy.Lib/HttpListenerHelper.fs b/src/legacy/Fake.Deploy.Lib/HttpListenerHelper.fs index 002447938be..a84069fcc50 100644 --- a/src/legacy/Fake.Deploy.Lib/HttpListenerHelper.fs +++ b/src/legacy/Fake.Deploy.Lib/HttpListenerHelper.fs @@ -1,5 +1,5 @@ /// Contains basic HTTP listener functions for FAKE.Deploy. -[] +[] module Fake.HttpListenerHelper open System @@ -12,20 +12,20 @@ open System.Text.RegularExpressions open System.Security.Principal /// Represents a route. -[] +[] type Route = { Verb : string Path : string Handler : Map -> HttpListenerContext -> string } override x.ToString() = sprintf "%s %s" x.Verb x.Path -[] +[] type HttpResponseMessage<'a> = | Message of 'a | Exception of string /// Represents a route result. -[] +[] type RouteResult = { Route : Route Parameters : Map } @@ -52,11 +52,11 @@ let private writeResponse (ctx : HttpListenerContext) msg = ctx.Response.Close(response, true) /// [omit] -[] +[] let placeholderRegex = new Regex("{([^}]+)}", RegexOptions.Compiled) /// [omit] -[] +[] let routeMatcher route = let dict = new System.Collections.Generic.Dictionary() let normalized = route.Path.Replace("?", @"\?").Trim '/' @@ -106,11 +106,11 @@ let private routeRequest log (ctx : HttpListenerContext) routeMatchers = let private getStatus args (ctx : HttpListenerContext) = "Http listener is running" /// Contains the default routes. -[] +[] let defaultRoutes = [ "GET", "", getStatus ] /// Creates routes for the http listener. -[] +[] let createRoutes routes = routes |> Seq.map (fun (verb, route : string, func) -> @@ -120,18 +120,18 @@ let createRoutes routes = |> Seq.map routeMatcher /// [omit] -[] +[] let CreateDefaultRequestMap() = createRoutes defaultRoutes /// Matches an URL with the given routes. -[] +[] let matchRoute routes verb url = routes |> Seq.map routeMatcher |> Seq.tryPick (fun r -> r verb url) /// [omit] -[] +[] let getBodyFromContext (ctx : HttpListenerContext) = let readAllBytes (s : Stream) = let ms = new MemoryStream() @@ -148,7 +148,7 @@ let getBodyFromContext (ctx : HttpListenerContext) = else failwith "Attempted to read body from request when there is not one" /// Returns the first free port which can be used for the http listener. -[] +[] let getFirstFreePort() = let defaultPort = 8080 let usedports = @@ -165,32 +165,32 @@ let getFirstFreePort() = port.ToString() /// Returns the specified port from the config or the first free port if no port was specified. -[] +[] let getPort configPort = match configPort with | "*" -> getFirstFreePort() | _ -> configPort /// Represents a http listener. -[] +[] type Listener = { ServerName : string Port : string CancelF : unit -> unit } - [] + [] member x.Cancel() = x.CancelF() - [] + [] member x.RootUrl = sprintf "http://%s:%s/fake/" x.ServerName x.Port /// Creates an empty http listener. -[] +[] let emptyListener = { ServerName = "" Port = "" CancelF = id } /// [omit] -[] +[] let getSetUrlAclArgs port = if Environment.OSVersion.Version.Major > 5 then "netsh", @@ -200,7 +200,7 @@ let getSetUrlAclArgs port = String.Format(@"set urlacl /u http://+:{0}/ /a D:(A;;GX;;;""{1}"")", port, WindowsIdentity.GetCurrent().User) /// Returns if the http listener can listen to the given port. -[] +[] let canListen port = try let httpListener = new HttpListener() @@ -213,7 +213,7 @@ let canListen port = false /// Checks whether the http listener can be bound to the given port. -[] +[] let ensureCanBindHttpPort port = if not <| canListen port then let cmd, args = getSetUrlAclArgs port @@ -222,7 +222,7 @@ let ensureCanBindHttpPort port = | a -> failwithf "Failed to grant rights for listening to http, exit code: %d" a /// Starts a http listener on the given server and port. -[] +[] let start log serverName port requestMap = let cts = new CancellationTokenSource() let usedPort = getPort port @@ -247,5 +247,5 @@ let start log serverName port requestMap = CancelF = cts.Cancel } /// Starts a http listener on the given server and port - uses the console logger. -[] +[] let startWithConsoleLogger serverName port requestMap = start TraceHelper.logToConsole serverName port requestMap diff --git a/src/legacy/Fake.Deploy.Lib/Json.fs b/src/legacy/Fake.Deploy.Lib/Json.fs index 3ff76610d97..9dbe0008a86 100644 --- a/src/legacy/Fake.Deploy.Lib/Json.fs +++ b/src/legacy/Fake.Deploy.Lib/Json.fs @@ -1,5 +1,5 @@ /// Contains extensions for Newtonsoft.Json. **Don't use it directly. It's likely to be changed in further versions.** -[] +[] module Fake.Json open Newtonsoft.Json @@ -8,23 +8,23 @@ open Microsoft.FSharp.Reflection open Microsoft.FSharp.Quotations /// Serializes a object to json -[] +[] let serialize x = JsonConvert.SerializeObject(x, Formatting.Indented) /// Deserializes a text into a object of type 'a -[] +[] let deserialize<'a> text : 'a = JsonConvert.DeserializeObject<'a>(text) /// Deserializes a file into a object of type 'a -[] +[] let deserializeFile<'a> = ReadFileAsString >> deserialize<'a> -[] +[] type ParsingException(input : string, inner : exn) = inherit Exception(sprintf "Faied to parse input: %s" input, inner) /// Tryes to deserialize a text into a object of type 'a and returns either instance of 'a or parsing error -[] +[] let tryDeserialize<'a> (s: string) : Choice<'a, exn> = try deserialize<'a> s |> Choice1Of2 diff --git a/src/legacy/Fake.Deploy.Lib/SshRsaModule.fs b/src/legacy/Fake.Deploy.Lib/SshRsaModule.fs index 48f09328308..d1c6af0a2ce 100644 --- a/src/legacy/Fake.Deploy.Lib/SshRsaModule.fs +++ b/src/legacy/Fake.Deploy.Lib/SshRsaModule.fs @@ -1,4 +1,4 @@ -[] +[] module Fake.SshRsaModule open System @@ -6,40 +6,40 @@ open System.IO open Renci.SshNet open Renci.SshNet.Security open System.IO -[] +[] type PublicKey = { Name : string PublicKey : byte [] UserId : string } -[] +[] type PrivateKey(privateKey : HostAlgorithm) = - [] + [] member this.Sign data = privateKey.Sign(data) - [] + [] member this.Verify data signature = privateKey.VerifySignature(data, signature) -[] +[] let loadPrivateKey (pathToKeyFile : string) (password : string) = let pk = new PrivateKeyFile(pathToKeyFile, password) PrivateKey(pk.HostKey) // Format: // ssh-rsa base_64_encoded_key username -[] +[] let parsePublicKey (publicKey : string) = let cols = publicKey.Split([| ' ' |]) { Name = cols.[0] PublicKey = Convert.FromBase64String(cols.[1]) UserId = cols.[2] } -[] +[] let loadPublicKeys fileName = let lines = File.ReadAllLines fileName lines |> Array.map parsePublicKey -[] +[] let verifySignature data signature (publicKey : PublicKey) = let pk = new KeyHostAlgorithm(publicKey.Name, new RsaKey(), publicKey.PublicKey) pk.VerifySignature(data, signature) diff --git a/src/legacy/Fake.Deploy/AppConfig.fs b/src/legacy/Fake.Deploy/AppConfig.fs index 9fe0ad91911..b88599692bf 100644 --- a/src/legacy/Fake.Deploy/AppConfig.fs +++ b/src/legacy/Fake.Deploy/AppConfig.fs @@ -1,36 +1,36 @@ -[] +[] module Fake.AppConfig open System open System.IO open System.Configuration -[] +[] type Authorization = | Off | On -[] +[] let mutable appSettings = ConfigurationManager.AppSettings -[] +[] let HasKey name = ConfigurationManager.AppSettings.AllKeys |> Seq.exists (fun key -> key = name) -[] +[] let Key<'T>(name : string) = let value = appSettings.[name] Convert.ChangeType(value, typedefof<'T>) :?> 'T -[] +[] let WorkDirectory = match (HasKey "WorkDirectory") with | false -> "." | true -> Key "WorkDirectory" |> Path.GetFullPath -[] +[] let LogDirectory = match (HasKey "LogDirectory") with | false -> WorkDirectory @@ -40,10 +40,10 @@ let LogDirectory = else dir |> Path.GetFullPath -[] +[] let AuthorizedKeysFile = Key "AuthorizedKeysFile" -[] +[] let Authorization = let keyName = "Authorization" match (HasKey keyName) with @@ -54,8 +54,8 @@ let Authorization = | "off" -> Off | x -> failwith (sprintf "'%s' is not a valid value for Authorization" x) -[] +[] let ServerName = Key "ServerName" -[] +[] let Port = Key "Port" diff --git a/src/legacy/Fake.Deploy/AuthModule.fs b/src/legacy/Fake.Deploy/AuthModule.fs index 59068a2041f..4bef79d42b5 100644 --- a/src/legacy/Fake.Deploy/AuthModule.fs +++ b/src/legacy/Fake.Deploy/AuthModule.fs @@ -1,4 +1,4 @@ -[] +[] module Fake.Deploy.Auth open System @@ -10,19 +10,19 @@ open Fake.AppConfig open Nancy open Nancy.Security -[] +[] let AuthTokenName = "AuthToken" -[] +[] type LoginChallange = { UserId : string Challenge : string ValidTo : DateTime } -[] +[] let NotAuthenticated = AuthenticatedUser("anonymous", ["none"]) -[] +[] type LoginRequests() = let requests = ConcurrentDictionary() @@ -30,7 +30,7 @@ type LoginRequests() = let stale = requests |> Seq.filter (fun r -> r.Value.ValidTo <= DateTime.Now) stale |> Seq.iter (fun s -> requests.TryRemove(s.Key) |> ignore) - [] + [] member this.Add (userId : string) (challenge : string) = removeStale() let c = @@ -39,7 +39,7 @@ type LoginRequests() = ValidTo = DateTime.Now.AddMinutes 2. } requests.TryAdd(challenge, c) |> ignore - [] + [] member this.Get challenge = if challenge = null then None else @@ -48,12 +48,12 @@ type LoginRequests() = if c && x.ValidTo > DateTime.Now then Some x.UserId else None - [] + [] member this.Remove challenge = requests.TryRemove challenge |> ignore let private loginRequest = LoginRequests() -[] +[] type AuthModule(userMapper : UserMapper, users : list) as http = inherit FakeModule("/fake") @@ -70,14 +70,14 @@ type AuthModule(userMapper : UserMapper, users : list) as http = http.Logout(http.Request.Headers.Item(AuthTokenName) |> Seq.head) http.Response.AsText("logged out")) - [] + [] member public http.Logout(ticket : string) = (ticket |> Guid.Parse |> userMapper.RemoveByToken) |> ignore - [] + [] member public http.CreateLoginRequest userId = use rnd = new System.Security.Cryptography.RNGCryptoServiceProvider() let bytes = Array.zeroCreate 256 @@ -86,7 +86,7 @@ type AuthModule(userMapper : UserMapper, users : list) as http = loginRequest.Add userId value value - [] + [] member public http.HandleLoginRequest valueToSign signature = let failLogin() = http.Response.AsText("").WithStatusCode 401 match AppConfig.Authorization, (loginRequest.Get valueToSign) with diff --git a/src/legacy/Fake.Deploy/AuthenticatedUser.fs b/src/legacy/Fake.Deploy/AuthenticatedUser.fs index 0a2055088c6..c6c516392bf 100644 --- a/src/legacy/Fake.Deploy/AuthenticatedUser.fs +++ b/src/legacy/Fake.Deploy/AuthenticatedUser.fs @@ -2,10 +2,10 @@ open Nancy.Security -[] +[] type AuthenticatedUser(userName, claims) = interface IUserIdentity with - [] + [] member this.UserName with get () = userName - [] + [] member this.Claims with get () = claims diff --git a/src/legacy/Fake.Deploy/DeployAgentModule.fs b/src/legacy/Fake.Deploy/DeployAgentModule.fs index 2564428459a..96a393fe616 100644 --- a/src/legacy/Fake.Deploy/DeployAgentModule.fs +++ b/src/legacy/Fake.Deploy/DeployAgentModule.fs @@ -1,4 +1,4 @@ -[] +[] module Fake.DeployAgentModule open System open Fake @@ -7,41 +7,41 @@ open Nancy open Nancy.ModelBinding open Microsoft.FSharp.Reflection -[] +[] [] module Op = let private nullString:string = null - [] + [] let (?>) (target : obj) targetKey = let t = target :?> DynamicDictionary let x = t.[targetKey] :?> DynamicDictionaryValue if x.HasValue then x.Value.ToString() else nullString -[] +[] type FakeModule(path) = inherit NancyModule(path) let http (httpMethod:NancyModule.RouteBuilder) urlPart f = httpMethod.[urlPart] <- fun x -> f x |> box - [] + [] new () = FakeModule("") - [] + [] member this.get urlPart f = http this.Get urlPart f - [] + [] member this.post urlPart f = http this.Post urlPart f - [] + [] member this.put urlPart f = http this.Put urlPart f - [] + [] member this.delete urlPart f = http this.Delete urlPart f - [] + [] member this.InternalServerError (e:Exception) = this.Response .AsText(e.ToString()) .WithStatusCode HttpStatusCode.InternalServerError - [] + [] member this.returnAsJson f logError = try this.Response.AsJson (f()) diff --git a/src/legacy/Fake.Deploy/DeploymentAgent.fs b/src/legacy/Fake.Deploy/DeploymentAgent.fs index 21e66def343..19a139bf601 100644 --- a/src/legacy/Fake.Deploy/DeploymentAgent.fs +++ b/src/legacy/Fake.Deploy/DeploymentAgent.fs @@ -1,4 +1,4 @@ -[] +[] module Fake.DeploymentAgent open System.IO @@ -9,13 +9,13 @@ open Nancy open Nancy.Hosting.Self open Nancy.Security -[] +[] let getBodyFromNancyRequest (ctx : Nancy.Request) = use ms = new MemoryStream() ctx.Body.CopyTo ms ms.ToArray() -[] +[] let getScriptArgumentsFromNancyRequest (ctx : Nancy.Request) : string [] = let args = ctx.Headers @@ -31,7 +31,7 @@ let getScriptArgumentsFromNancyRequest (ctx : Nancy.Request) : string [] = | _ -> args |> Seq.collect id |> Seq.map fromHeaderValue |> Seq.collect id |> Array.ofSeq -[] +[] let runDeployment workDir (ctx : Nancy.Request) = let packageBytes = getBodyFromNancyRequest ctx let package, scriptFile = unpack workDir false packageBytes @@ -51,15 +51,15 @@ let runDeployment workDir (ctx : Nancy.Request) = response |> Json.serialize -[] +[] let createNancyHost uri = let config = HostConfiguration() config.UrlReservations.CreateAutomatically <- true new NancyHost(config, uri) -[] +[] let mutable workDir = AppConfig.WorkDirectory -[] +[] type DeployAgentModule() as http = inherit FakeModule("/fake") diff --git a/src/legacy/Fake.Deploy/DeploymentHelper.fs b/src/legacy/Fake.Deploy/DeploymentHelper.fs index ecfb6627a7b..539e678c225 100644 --- a/src/legacy/Fake.Deploy/DeploymentHelper.fs +++ b/src/legacy/Fake.Deploy/DeploymentHelper.fs @@ -1,5 +1,5 @@ /// Contains helper functions for Fake.Deploy -[] +[] module Fake.DeploymentHelper open System @@ -7,16 +7,16 @@ open System.IO open Fake.FakeDeployAgentHelper /// Allows to specify a deployment version -[] +[] let predecessorPrefix = "head~" -[] +[] type VersionInfo = /// Allows to deploy a specific version | Specific of string /// Allows to deploy a version which is a predecessor to the current version | Predecessor of int - [] + [] static member Parse(s : string) = let s = s.ToLower() if s.StartsWith predecessorPrefix then @@ -26,41 +26,41 @@ type VersionInfo = else Specific s /// The root dir for Fake.Deploy - Dafault value is "./deployments" -[] +[] let mutable deploymentRootDir = "deployments/" /// Retrieves the NuSpec information for all active releases. -[] +[] let getActiveReleases dir = !!(dir @@ deploymentRootDir @@ "**/active/*.nupkg") |> Seq.map GetMetaDataFromPackageFile /// Retrieves the NuSpec information for the active release of the given app. -[] +[] let getActiveReleaseFor dir (app : string) = !!(dir @@ deploymentRootDir @@ app @@ "/active/*.nupkg") |> Seq.map GetMetaDataFromPackageFile |> Seq.head /// Retrieves the NuSpec information of all releases. -[] +[] let getAllReleases dir = !!(dir @@ deploymentRootDir @@ "**/*.nupkg") |> Seq.map GetMetaDataFromPackageFile /// Retrieves the NuSpec information for all releases of the given app. -[] +[] let getAllReleasesFor dir (app : string) = !!(dir @@ deploymentRootDir @@ app @@ "/**/*.nupkg") |> Seq.map GetMetaDataFromPackageFile /// Returns statistics about the machine environment. -[] +[] let getStatistics() = getMachineEnvironment() /// Gets the backup package file name for the given app and version -[] +[] let getBackupFor dir (app : string) (version : string) = let backupFileName = app + "." + version + ".nupkg" dir @@ deploymentRootDir @@ app @@ "backups" |> FindFirstMatchingFile backupFileName -[] +[] let findScriptFile dir = let prioFiles = ["deploy.fsx",1; "install.fsx",2; "setup.fsx",3] let getWeight s = @@ -74,7 +74,7 @@ let findScriptFile dir = else new FileNotFoundException(sprintf "Could not find file matching %s in %s" pattern dir) |> raise /// Extracts the NuGet package -[] +[] let unpack workDir isRollback packageBytes = let tempFile = Path.GetTempFileName() WriteBytesToFile tempFile packageBytes @@ -95,7 +95,7 @@ let unpack workDir isRollback packageBytes = package, scriptFile /// Runs a deployment script from the given package -[] +[] let doDeployment scriptFileName scriptArgs = try TargetHelper.reset() @@ -115,7 +115,7 @@ let doDeployment scriptFileName scriptArgs = Exception = e } /// Runs a deployment from the given package file name -[] +[] let runDeploymentFromPackageFile workDir packageFileName scriptArgs = try let packageBytes = ReadFileAsBytes packageFileName @@ -127,7 +127,7 @@ let runDeploymentFromPackageFile workDir packageFileName scriptArgs = Exception = e } /// Rolls the given app back to the specified version -[] +[] let rollback workDir (app : string) (version : string) = try let currentPackageFileName = !!(workDir @@ deploymentRootDir @@ app @@ "/active/*.nupkg") |> Seq.head @@ -160,12 +160,12 @@ let rollback workDir (app : string) (version : string) = Exception = e } /// Returns the version no. which specified in the NuGet package -[] +[] let getVersionFromNugetFileName (app : string) (fileName : string) = Path.GetFileName(fileName).ToLower().Replace(".nupkg", "").Replace(app.ToLower() + ".", "") /// Returns the version no. of the latest backup of the given app -[] +[] let getPreviousPackageVersionFromBackup dir app versions = let currentPackageFileName = !!(dir @@ deploymentRootDir @@ app @@ "/active/*.nupkg") @@ -181,7 +181,7 @@ let getPreviousPackageVersionFromBackup dir app versions = |> Seq.head /// Rolls the given app back to the specified version info -[] +[] let rollbackTo workDir app versionInfo = let previousVersion = predecessorPrefix + "1" let versionInfo = if String.IsNullOrEmpty versionInfo then previousVersion else versionInfo diff --git a/src/legacy/Fake.Deploy/Installers.fs b/src/legacy/Fake.Deploy/Installers.fs index ad371212986..3596f57c4c3 100644 --- a/src/legacy/Fake.Deploy/Installers.fs +++ b/src/legacy/Fake.Deploy/Installers.fs @@ -1,4 +1,4 @@ -[] +[] module Fake.Installers open System.ServiceProcess @@ -9,7 +9,7 @@ open System.Reflection open System.Diagnostics open Fake.Services -[] +[] [] type FakeDeployInstaller() as self = inherit Installer() @@ -26,13 +26,13 @@ type FakeDeployInstaller() as self = self.Installers.Add processInstaller |> ignore self.Installers.Add serviceInstaller |> ignore - [] + [] override x.OnCommitted(savedState) = base.OnCommitted(savedState) let sc = new ServiceController(ServiceName) sc.Start() -[] +[] let getInstaller() = let ti = new TransactedInstaller() let installer = new FakeDeployInstaller() @@ -42,9 +42,9 @@ let getInstaller() = ti /// Installs the Fake listener -[] +[] let installServices() = getInstaller().Install(new System.Collections.Hashtable()) /// Uninstalls the Fake listener -[] +[] let uninstallServices() = getInstaller().Uninstall(null) diff --git a/src/legacy/Fake.Deploy/JSonSerializers.fs b/src/legacy/Fake.Deploy/JSonSerializers.fs index 1cd6047dc3f..3f3bd736da7 100644 --- a/src/legacy/Fake.Deploy/JSonSerializers.fs +++ b/src/legacy/Fake.Deploy/JSonSerializers.fs @@ -3,19 +3,19 @@ open Fake.Json open Newtonsoft.Json open Nancy.Serialization.JsonNet -[] +[] type JsonSerializerForFsharp = inherit JsonNetSerializer - [] + [] new (s:JsonSerializer) = { inherit JsonNetSerializer(s) } -[] +[] type JsonBodySerializerForFsharp = inherit JsonNetBodyDeserializer - [] + [] new (s:JsonSerializer) = { inherit JsonNetBodyDeserializer(s) } diff --git a/src/legacy/Fake.Deploy/Logger.fs b/src/legacy/Fake.Deploy/Logger.fs index 3e77d4d4345..21a92a4ead2 100644 --- a/src/legacy/Fake.Deploy/Logger.fs +++ b/src/legacy/Fake.Deploy/Logger.fs @@ -1,4 +1,4 @@ -[] +[] module Fake.Logger open System @@ -34,37 +34,37 @@ let private configureConsoleLogger (logconfig : LoggerConfiguration) = let private create (logconfig : LoggerConfiguration) = logconfig.CreateLogger() -[] +[] let initLogAsConsole() = log <- LoggerConfiguration() |> configureFileLogger |> configureConsoleLogger |> create -[] +[] let initLogAsService eventLogWriter = writeToEventLog <- eventLogWriter log <- LoggerConfiguration() |> configureFileLogger |> create -[] +[] let debug fmt = Printf.kprintf log.Debug fmt -[] +[] let info fmt = Printf.kprintf log.Information fmt -[] +[] let warn fmt = Printf.kprintf log.Warning fmt -[] +[] let error fmt = let log str = log.Error(str) writeToEventLog str EventLogEntryType.Error Printf.kprintf log fmt -[] +[] let errorEx (ex : Exception) fmt = let log str = log.Error(ex, str) diff --git a/src/legacy/Fake.Deploy/NancyBootStrapper.fs b/src/legacy/Fake.Deploy/NancyBootStrapper.fs index 0225860dc02..2dac790dc0e 100644 --- a/src/legacy/Fake.Deploy/NancyBootStrapper.fs +++ b/src/legacy/Fake.Deploy/NancyBootStrapper.fs @@ -12,7 +12,7 @@ open Fake.Deploy.Auth open Fake.DeployAgentModule open Fake.SshRsaModule -[] +[] type NancyBootStrapper() = inherit DefaultNancyBootstrapper() let dummyUser = AuthenticatedUser("None", []) :> IUserIdentity @@ -33,7 +33,7 @@ type NancyBootStrapper() = | None -> null | Some u -> AuthenticatedUser(u.UserName, u.Claims) :> IUserIdentity) - [] + [] override this.ApplicationStartup(container, pipelines) = StaticConfiguration.EnableRequestTracing <- true StaticConfiguration.DisableErrorTraces <- false @@ -42,7 +42,7 @@ type NancyBootStrapper() = StatelessAuthentication.Enable(pipelines, statelessAuthConfig userMapper) base.ApplicationStartup(container, pipelines) - [] + [] override this.ConfigureApplicationContainer container = base.ConfigureApplicationContainer container container.Register(typedefof, typedefof) |> ignore diff --git a/src/legacy/Fake.Deploy/Program.fs b/src/legacy/Fake.Deploy/Program.fs index 1ee7093185e..e9488ae329b 100644 --- a/src/legacy/Fake.Deploy/Program.fs +++ b/src/legacy/Fake.Deploy/Program.fs @@ -2,7 +2,7 @@ open DeploymentHelper open HttpListenerHelper -[] +[] type DeployCommand = { Name : string; Parameters : string list @@ -10,13 +10,13 @@ type DeployCommand = { Function: string array -> unit } -[] +[] module Main = - [] + [] let registeredCommands = System.Collections.Generic.Dictionary<_,_>() - [] + [] let register command = registeredCommands.Add("/" + command.Name.ToLower(), command) - [] + [] let printUsage() = printfn "---- Usage -----" @@ -25,7 +25,7 @@ module Main = |> Seq.iter (printfn "%s\r\n") printfn "Otherwise the service is just started as a command line process" - [] + [] let listen args = use srv = new Services.FakeDeployService() srv.Start(args) @@ -61,7 +61,7 @@ module Main = Function = listen } |> register - [] + [] let traceDeploymentResult server fileName = function | FakeDeployAgentHelper.Success _ -> tracefn "Deployment of %s to %s successful" fileName server | FakeDeployAgentHelper.Failure exn -> traceError <| sprintf "Deployment of %s to %s failed\r\n%s" fileName server (FakeDeployAgentHelper.buildExceptionString exn) diff --git a/src/legacy/Fake.Deploy/Services.fs b/src/legacy/Fake.Deploy/Services.fs index 850ae7a4530..e357233e392 100644 --- a/src/legacy/Fake.Deploy/Services.fs +++ b/src/legacy/Fake.Deploy/Services.fs @@ -1,14 +1,14 @@ -[] +[] module Fake.Services open Fake open System open System.ServiceProcess -[] +[] let ServiceName = "Fake Deploy Agent" -[] +[] type FakeDeployService() as self = inherit ServiceBase() let mutable nancyHost = null @@ -23,7 +23,7 @@ type FakeDeployService() as self = else Logger.initLogAsService (fun s e -> self.EventLog.WriteEntry(s, e)) - [] + [] override x.OnStart args = let serverName = if args <> null && args.Length > 1 then args.[1] @@ -60,21 +60,21 @@ type FakeDeployService() as self = | ex -> Logger.errorEx ex "Failed to start!" reraise() - [] + [] override x.OnStop() = Logger.info "Stopping..." nancyHost.Stop() - [] + [] member x.Start(args) = Logger.info "Starting..." if Environment.UserInteractive then x.OnStart args else ServiceBase.Run x - [] + [] member x.Stop() = x.OnStop() -[] +[] let getFakeAgentService() = ServiceController.GetServices() |> Array.find (fun (x : ServiceController) -> x.ServiceName = "Fake Deploy Agent") diff --git a/src/legacy/Fake.Deploy/UserMapper.fs b/src/legacy/Fake.Deploy/UserMapper.fs index 102268ae9d1..a187e251d98 100644 --- a/src/legacy/Fake.Deploy/UserMapper.fs +++ b/src/legacy/Fake.Deploy/UserMapper.fs @@ -4,12 +4,12 @@ open System open System.Collections.Concurrent open Nancy.Security -[] +[] type UserMap = { User : IUserIdentity ValidTo : DateTime } -[] +[] type UserMapper(createGuid : unit -> Guid) = let users = ConcurrentDictionary() let expires() = DateTime.Now.AddMinutes(10.) @@ -18,7 +18,7 @@ type UserMapper(createGuid : unit -> Guid) = let stale = users |> Seq.filter (fun r -> r.Value.ValidTo <= DateTime.Now) stale |> Seq.iter (fun s -> users.TryRemove(s.Key) |> ignore) - [] + [] member this.GetUser token = removeStale() match users.TryGetValue token with @@ -26,17 +26,17 @@ type UserMapper(createGuid : unit -> Guid) = | _, u -> users.TryUpdate(token, { u with ValidTo = expires() }, u) |> ignore Some u.User - [] + [] member this.RemoveByToken token = users.TryRemove(token) |> ignore - [] + [] member this.RemoveByUser(user : IUserIdentity) = if user <> null then match users |> Seq.tryFind (fun x -> x.Value.User.UserName = user.UserName) with | None -> () | Some u -> this.RemoveByToken u.Key - [] + [] member this.AddUser user = let id = createGuid() users.TryAdd(id, diff --git a/src/legacy/Fake.Experimental/ComputationExpressions.fs b/src/legacy/Fake.Experimental/ComputationExpressions.fs index 0b96b85f751..99bcff90756 100644 --- a/src/legacy/Fake.Experimental/ComputationExpressions.fs +++ b/src/legacy/Fake.Experimental/ComputationExpressions.fs @@ -1,17 +1,17 @@ [] -[] +[] module Fake.ComputationExpressions -[] +[] type TargetBuilder (name) = - [] + [] member x.Zero () = () - [] + [] member x.Delay f = f - [] + [] member x.Run f = Target name f - [] + [] member x.While (guard, body) : unit = if not (guard()) then x.Zero() @@ -19,13 +19,13 @@ type TargetBuilder (name) = body() x.While (guard, body) - [] + [] member x.TryWith (body, handler) = try body() with e -> handler e - [] + [] member x.TryFinally(body, compensation) = try body() finally compensation() - [] + [] member x.Using (disposable: #System.IDisposable, body) = let body' = fun () -> body disposable x.TryFinally(body', fun () -> @@ -33,37 +33,37 @@ type TargetBuilder (name) = | null -> () | disp -> disp.Dispose()) - [] + [] member x.For(sequence: seq<_>, body) = x.Using(sequence.GetEnumerator(), fun enum -> x.While(enum.MoveNext, x.Delay(fun () -> body enum.Current))) -[] +[] let Target name = TargetBuilder(name) -[] +[] type FileSetBuilder() = - [] + [] member x.Delay f = f - [] + [] member x.Run f = f() - [] + [] member x.Yield (()) = { Include "" with Includes = [] } - [] + [] [] member x.Add (fs, pattern: string) = fs ++ pattern - [] + [] [] member x.AddMany (fs, patterns: string list) = { fs with Includes = fs.Includes @ patterns } - [] + [] [] member x.Exclude (fs: FileIncludes, pattern: string) = fs -- pattern - [] + [] [] member x.ExcludeMany (fs: FileIncludes, patterns: string list) = { fs with Excludes = fs.Excludes @ patterns } -[] +[] let files = FileSetBuilder() diff --git a/src/legacy/Fake.FluentMigrator/FluentMigratorHelper.fs b/src/legacy/Fake.FluentMigrator/FluentMigratorHelper.fs index 18e5a7830a8..30fe74b5f26 100644 --- a/src/legacy/Fake.FluentMigrator/FluentMigratorHelper.fs +++ b/src/legacy/Fake.FluentMigrator/FluentMigratorHelper.fs @@ -1,5 +1,5 @@ /// Contains functions to run FluentMigrator -[] +[] module Fake.FluentMigratorHelper open System @@ -33,7 +33,7 @@ type internal FakeAnnouncer() = log message /// MS SQL Server driver version -[] +[] type SqlServerVersion = | Default | V2000 @@ -44,14 +44,14 @@ type SqlServerVersion = | CE /// Oracle database driver version -[] +[] type OracleVersion = | Default | Managed | DotConnect /// Fluent Migrator SQL syntax provider -[] +[] type DatabaseProvider = | SqlServer of version: SqlServerVersion | Oracle of version: OracleVersion @@ -64,7 +64,7 @@ type DatabaseProvider = | SQLite /// Database connection configuration -[] +[] type DatabaseConnection = ///Explicit connection string | ConnectionString of connectionString: string * provider: DatabaseProvider @@ -72,7 +72,7 @@ type DatabaseConnection = | ConnectionStringFromConfig of name: string * configPath: string * provider: DatabaseProvider /// Fluent Migrator execution mode -[] +[] type MigrationRunningMode = /// Execute migrations on the target database | Execute of connection: DatabaseConnection @@ -84,7 +84,7 @@ type MigrationRunningMode = | Script of startVersion: int64 * outputFileName: string * provider: DatabaseProvider /// Database operation to execute -[] +[] type DatabaseTask = | MigrateUp of mode: MigrationRunningMode * version: Option | MigrateDown of mode: MigrationRunningMode * version: int64 @@ -92,7 +92,7 @@ type DatabaseTask = | ListAppliedMigrations of connection: DatabaseConnection /// Fluent Migrator options -[] +[] type MigrationOptions = { Namespace: Option; Profile: string; @@ -106,7 +106,7 @@ type MigrationOptions = { } /// Default migration options -[] +[] let DefaultMigrationOptions = { Namespace = None; Profile = null; @@ -259,7 +259,7 @@ let private toRunnerContext task assemblies options = /// - `task` - Database task to execute /// - `assemblies` - Assembly files which contain migrations /// - `options` - Migration options which are passed to FluentMigrator -[] +[] let ExecuteDatabaseTask task (assemblies: seq) options = let (context, writer) = toRunnerContext task assemblies options try @@ -274,7 +274,7 @@ let ExecuteDatabaseTask task (assemblies: seq) options = /// - `connection` - Database connection /// - `assemblies` - Assembly files which contain migrations /// - `options` - Migration options which are passed to FluentMigrator -[] +[] let MigrateUp version connection assemblies options = let task = MigrateUp(Execute(connection), Some(version)) ExecuteDatabaseTask task assemblies options @@ -284,7 +284,7 @@ let MigrateUp version connection assemblies options = /// - `connection` - Database connection /// - `assemblies` - Assembly files which contain migrations /// - `options` - Migration options which are passed to FluentMigrator -[] +[] let MigrateToLatest connection assemblies options = let task = DatabaseTask.MigrateUp(Execute(connection), None) ExecuteDatabaseTask task assemblies options @@ -295,7 +295,7 @@ let MigrateToLatest connection assemblies options = /// - `connection` - Database connection /// - `assemblies` - Assembly files which contain migrations /// - `options` - Migration options which are passed to FluentMigrator -[] +[] let MigrateDown version connection assemblies options = let task = MigrateDown(Execute(connection), version) ExecuteDatabaseTask task assemblies options @@ -306,7 +306,7 @@ let MigrateDown version connection assemblies options = /// - `connection` - Database connection /// - `assemblies` - Assembly files which contain migrations /// - `options` - Migration options which are passed to FluentMigrator -[] +[] let Rollback steps connection assemblies options = let task = Rollback(Execute(connection), steps) ExecuteDatabaseTask task assemblies options @@ -315,14 +315,14 @@ let Rollback steps connection assemblies options = /// - `connection` - Database connection /// - `assemblies` - Assembly files which contain migrations /// - `options` - Migration options which are passed to FluentMigrator -[] +[] let RollbackLatest connection assemblies options = Rollback 1 connection assemblies options /// Lists all migrations which were applied to the database /// - `connection` - Database connection /// - `assemblies` - Assembly files which contain migrations -[] +[] let ListAppliedMigrations connection assemblies = let task = ListAppliedMigrations(connection) ExecuteDatabaseTask task assemblies DefaultMigrationOptions diff --git a/src/legacy/Fake.Gallio/GallioHelper.fs b/src/legacy/Fake.Gallio/GallioHelper.fs index 71e2c1bb024..30c41f9275e 100644 --- a/src/legacy/Fake.Gallio/GallioHelper.fs +++ b/src/legacy/Fake.Gallio/GallioHelper.fs @@ -1,4 +1,4 @@ -[] +[] module Fake.Gallio // this module is largely based on Gallio's NAnt task implementation @@ -16,12 +16,12 @@ open Gallio.Common.Reflection open Gallio.Model open Gallio.Model.Filters -[] +[] type ReportArchiveMode = Normal | Zip -[] +[] type Verbosity = Quiet | Normal | Verbose | Debug -[] +[] type GallioParams = /// Sets whether to load the tests but not run them. { DoNotRun: bool @@ -83,7 +83,7 @@ type GallioParams = /// Default Gallio parameters -[] +[] let GallioDefaults = { DoNotRun = false EchoResults = true @@ -208,7 +208,7 @@ let private createLauncher param = /// /// Function that modifies the default parameters /// List of test assemblies -[] +[] let Run (setParam: GallioParams -> GallioParams) assemblies = let param = setParam GallioDefaults let launcher = createLauncher param diff --git a/src/legacy/Fake.IIS/IISExpress.fs b/src/legacy/Fake.IIS/IISExpress.fs index cf5f1eef014..7c21fee0c74 100644 --- a/src/legacy/Fake.IIS/IISExpress.fs +++ b/src/legacy/Fake.IIS/IISExpress.fs @@ -1,5 +1,5 @@ /// Contains tasks to host webprojects in IIS Express. -[] +[] module Fake.IISExpress open System.Diagnostics @@ -8,12 +8,12 @@ open System.IO open System.Xml.Linq /// Options for using IISExpress -[] +[] type IISExpressOptions = { ToolPath : string } /// IISExpress default parameters - tries to locate the iisexpress.exe -[] +[] let IISExpressDefaults = { ToolPath = let root = @@ -24,7 +24,7 @@ let IISExpressDefaults = Path.Combine(root, "IIS Express", "iisexpress.exe") } /// Create a IISExpress config file from a given template -[] +[] let createConfigFile (name, siteId : int, templateFileName, path, hostName, port : int) = let xname s = XName.Get(s) let uniqueConfigFile = Path.Combine(Path.GetTempPath(), "iisexpress-" + Guid.NewGuid().ToString() + ".config") @@ -66,7 +66,7 @@ let createConfigFile (name, siteId : int, templateFileName, path, hostName, port /// ## Sample /// /// HostWebsite (fun p -> { p with ToolPath = "iisexpress.exe" }) "configfile.config" 1 -[] +[] let HostWebsite setParams configFileName siteId = let parameters = setParams IISExpressDefaults @@ -81,9 +81,9 @@ let HostWebsite setParams configFileName siteId = proc /// Opens the given url in the browser -[] +[] let OpenUrlInBrowser url = Process.Start(url:string) |> ignore /// Opens the given website in the browser -[] +[] let OpenWebsiteInBrowser hostName port = sprintf "http://%s:%d/" hostName port |> OpenUrlInBrowser diff --git a/src/legacy/Fake.IIS/IISHelper.fs b/src/legacy/Fake.IIS/IISHelper.fs index 8fbb89f9b06..4c3d213e5c8 100644 --- a/src/legacy/Fake.IIS/IISHelper.fs +++ b/src/legacy/Fake.IIS/IISHelper.fs @@ -1,5 +1,5 @@ [] -[] +[] module Fake.IISHelper open Microsoft.Web.Administration @@ -17,7 +17,7 @@ let private doWithManager (f : ServerManager->unit) (mgr : ServerManager option) f m m.CommitChanges() -[] +[] let SetPhysicalPath (virtualPath : string) physicalPath (siteName : string) (manager : ServerManager option) = doWithManager (fun m -> let site = m.Sites.[siteName] @@ -26,7 +26,7 @@ let SetPhysicalPath (virtualPath : string) physicalPath (siteName : string) (man virtDir.PhysicalPath <- physicalPath ) manager -[] +[] let RemoveBindingFromSite bindingInformation bindingProtocol (siteName : string) (manager : ServerManager option) = doWithManager (fun m -> let site = m.Sites.[siteName] @@ -35,7 +35,7 @@ let RemoveBindingFromSite bindingInformation bindingProtocol (siteName : string) | None -> () ) manager -[] +[] let AddBindingToSite (bindingInformation : string) (bindingProtocol : string) (siteName : string) (manager : ServerManager option) = doWithManager (fun m -> let site = m.Sites.[siteName] @@ -44,53 +44,53 @@ let AddBindingToSite (bindingInformation : string) (bindingProtocol : string) ( | true -> () ) manager -[] +[] let commit (mgr : ServerManager) = mgr.CommitChanges() -[] +[] type ISiteConfig = interface - [] + [] abstract name : string - [] + [] abstract binding : string - [] + [] abstract physicalPath : string - [] + [] abstract appPool : string - [] + [] abstract id : int64 option - [] + [] abstract protocol : string end -[] +[] type SiteConfig(name : string, binding:string, physicalPath:string, appPool:string, ?id: int64, ?protocol:string) = class interface ISiteConfig with - [] + [] member this.name = name - [] + [] member this.binding = binding - [] + [] member this.physicalPath = physicalPath - [] + [] member this.appPool = appPool - [] + [] member this.id = id - [] + [] member this.protocol = defaultArg protocol "http" end -[] +[] type ApplicationPoolConfig(name : string, ?runtime:string, ?allow32on64:bool, ?identity : ProcessModelIdentityType, ?credentials: string * string) = class - [] + [] member this.name = name - [] + [] member this.runtime = defaultArg runtime "v4.0" - [] + [] member this.allow32on64 = defaultArg allow32on64 false - [] + [] member this.identity = defaultArg identity ProcessModelIdentityType.ApplicationPoolIdentity - [] + [] member this.credentials = defaultArg credentials ("","") end @@ -111,7 +111,7 @@ let private MergeSiteProperties(site:Site)(config:ISiteConfig) = | None -> () site -[] +[] let Site (config:ISiteConfig) (mgr : ServerManager) = let mutable site = mgr.Sites.[config.name] match (site) with @@ -121,7 +121,7 @@ let Site (config:ISiteConfig) (mgr : ServerManager) = AddBindingToSite config.binding config.protocol config.name (Some mgr) MergeSiteProperties site config -[] +[] let ApplicationPool (config: ApplicationPoolConfig) (mgr : ServerManager) = let appPool = mgr.ApplicationPools.[config.name] match (appPool) with @@ -131,14 +131,14 @@ let ApplicationPool (config: ApplicationPoolConfig) (mgr : ServerManager) = | _ -> MergeAppPoolProperties appPool config -[] +[] let Application (virtualPath : string) (physicalPath : string) (site : Site) (mgr : ServerManager) = let app = site.Applications.[virtualPath] match (app) with | null -> site.Applications.Add(virtualPath, physicalPath) | _ -> app.VirtualDirectories.[0].PhysicalPath <- physicalPath; app -[] +[] let IIS (site : ServerManager -> Site) (appPool : ServerManager -> ApplicationPool) (app : (Site -> ServerManager -> Application) option) = @@ -150,7 +150,7 @@ let IIS (site : ServerManager -> Site) commit mgr ) -[] +[] let AppCmd (command : string) = System.Console.WriteLine("Applying {0} via appcmd.exe", command) if 0 <> ExecProcess (fun info -> @@ -159,11 +159,11 @@ let AppCmd (command : string) = then failwithf "AppCmd.exe %s failed." command () -[] +[] let UnlockSection (configPath : string) = requiresAdmin (fun _ -> AppCmd (sprintf "unlock config -section:%s" configPath)) -[] +[] let deleteSite (name : string) = use mgr = new ServerManager() let site = mgr.Sites.[name] @@ -171,7 +171,7 @@ let deleteSite (name : string) = site.Delete() commit mgr -[] +[] let deleteApp (name : string) (site : Site) = use mgr = new ServerManager() let app = site.Applications.[name] @@ -179,7 +179,7 @@ let deleteApp (name : string) (site : Site) = app.Delete() commit mgr -[] +[] let deleteApplicationPool (name : string) = use mgr = new ServerManager() let appPool = mgr.ApplicationPools.[name] diff --git a/src/legacy/Fake.SQL/SQLServer.fs b/src/legacy/Fake.SQL/SQLServer.fs index 78c38147afc..a50b3facb76 100644 --- a/src/legacy/Fake.SQL/SQLServer.fs +++ b/src/legacy/Fake.SQL/SQLServer.fs @@ -1,5 +1,5 @@ [] -[] +[] module Fake.SQL.SqlServer open Fake @@ -9,13 +9,13 @@ open Microsoft.SqlServer.Management.Smo open Microsoft.SqlServer.Management.Common open System.IO -[] +[] type ServerInfo ={ Server: Server ConnBuilder: SqlConnectionStringBuilder} /// Gets a connection to the SQL server and an instance to the ConnectionStringBuilder -[] +[] let getServerInfo connectionString = let connbuilder = new SqlConnectionStringBuilder(connectionString) let conn = new ServerConnection() @@ -34,26 +34,26 @@ let getServerInfo connectionString = ConnBuilder = connbuilder} /// gets the DatabaseNames from the server -[] +[] let getDatabasesFromServer (serverInfo:ServerInfo) = seq {for db in serverInfo.Server.Databases -> db} /// gets the DatabaseNames from the server -[] +[] let getDatabaseNamesFromServer (serverInfo:ServerInfo) = getDatabasesFromServer serverInfo |> Seq.map (fun db -> db.Name) /// Gets the initial catalog name -[] +[] let getDBName serverInfo = serverInfo.ConnBuilder.InitialCatalog /// Gets the name of the server -[] +[] let getServerName serverInfo = serverInfo.ConnBuilder.DataSource /// Checks whether the given Database exists on the server -[] +[] let existDBOnServer serverInfo dbName = let names = getDatabaseNamesFromServer serverInfo let searched = getDBName serverInfo @@ -65,17 +65,17 @@ let existDBOnServer serverInfo dbName = |> Seq.exists ((=) dbName) /// Gets the initial catalog as database instance -[] +[] let getDatabase serverInfo = new Database(serverInfo.Server, getDBName serverInfo) /// Checks whether the given InitialCatalog exists on the server -[] +[] let intitialCatalogExistsOnServer serverInfo = getDBName serverInfo |> existDBOnServer serverInfo /// Drops the given InitialCatalog from the server (if it exists) -[] +[] let DropDb serverInfo = if intitialCatalogExistsOnServer serverInfo then logfn "Dropping database %s on server %s" (getDBName serverInfo) (getServerName serverInfo) @@ -84,7 +84,7 @@ let DropDb serverInfo = serverInfo /// Kills all processes with the given server info -[] +[] let KillAllProcesses serverInfo = let dbName = getDBName serverInfo logfn "Killing all processes from database %s on server %s." dbName (getServerName serverInfo) @@ -92,7 +92,7 @@ let KillAllProcesses serverInfo = serverInfo /// Detaches a database -[] +[] let Detach serverInfo = serverInfo |> KillAllProcesses @@ -103,7 +103,7 @@ let Detach serverInfo = si /// Attach a database -[] +[] let Attach serverInfo (attachOptions:AttachOptions) files = let sc = new Collections.Specialized.StringCollection () files |> Seq.iter (fun file -> @@ -117,7 +117,7 @@ let Attach serverInfo (attachOptions:AttachOptions) files = serverInfo /// Creates a new db on the given server -[] +[] let CreateDb serverInfo = logfn "Creating database %s on server %s" (getDBName serverInfo) (getServerName serverInfo) (getDatabase serverInfo).Create() @@ -126,7 +126,7 @@ let CreateDb serverInfo = /// Runs a sql script on the server. /// Used as a connection to the database. /// The script which will be run. -[] +[] let runScript serverInfo sqlFile = logfn "Executing script %s" sqlFile sqlFile @@ -134,7 +134,7 @@ let runScript serverInfo sqlFile = |> (getDatabase serverInfo).ExecuteNonQuery /// Closes the connection to the server -[] +[] let Disconnect serverInfo = logfn "Disconnecting from server %s." (getServerName serverInfo) if serverInfo.Server = null then @@ -152,7 +152,7 @@ let internal replaceDatabaseFiles connectionString attachOptions copyF = |> Disconnect /// Replaces the database files -[] +[] let ReplaceDatabaseFiles connectionString targetDir files attachOptions = replaceDatabaseFiles connectionString attachOptions (fun _ -> @@ -169,14 +169,14 @@ let ReplaceDatabaseFiles connectionString targetDir files attachOptions = /// The file cache. If the files in the cache are not up to date, they will be refreshed. /// The original database files. /// AttachOptions for Sql server. -[] +[] let ReplaceDatabaseFilesWithCache connectionString targetDir cacheDir files attachOptions = replaceDatabaseFiles connectionString attachOptions (fun _ -> CopyCached targetDir cacheDir files) /// Drops and creates the database (dropped if db exists. created nonetheless) /// Used to open the connection to the database. -[] +[] let DropAndCreateDatabase connectionString = connectionString |> getServerInfo @@ -187,7 +187,7 @@ let DropAndCreateDatabase connectionString = /// Runs the given sql scripts on the server. /// Used to open the connection to the database. /// The scripts which will be run. -[] +[] let RunScripts connectionString scripts = let serverInfo = getServerInfo connectionString scripts |> Seq.iter (runScript serverInfo) @@ -196,7 +196,7 @@ let RunScripts connectionString scripts = /// Runs all sql scripts from the given directory on the server. /// Used to open the connection to the database. /// All *.sql files inside this directory and all subdirectories will be run. -[] +[] let RunScriptsFromDirectory connectionString scriptDirectory = Directory.GetFiles(scriptDirectory, "*.sql", SearchOption.AllDirectories) |> RunScripts connectionString diff --git a/src/legacy/Fake.SQL/SQLServerHelper.fs b/src/legacy/Fake.SQL/SQLServerHelper.fs index bfbbefd2be5..5b2cd33ecbd 100644 --- a/src/legacy/Fake.SQL/SQLServerHelper.fs +++ b/src/legacy/Fake.SQL/SQLServerHelper.fs @@ -6,16 +6,16 @@ open Microsoft.SqlServer.Management.Smo open Microsoft.SqlServer.Management.Common open System.IO -[] +[] type ServerInfo = { Server: Server; ConnBuilder: SqlConnectionStringBuilder} [] -[] +[] module SqlServerSmoHelper = /// Gets a connection to the SQL server and an instance to the ConnectionStringBuilder - [] + [] let getServerInfo connectionString = let connbuilder = new SqlConnectionStringBuilder(connectionString) let conn = new ServerConnection() @@ -34,37 +34,37 @@ module SqlServerSmoHelper = {Server = server; ConnBuilder = connbuilder} /// gets the DatabaseNames from the server - [] + [] let getDatabaseNamesFromServer (serverInfo:ServerInfo) = seq {for db in serverInfo.Server.Databases -> db.Name} /// Checks wether the given Database exists on the server - [] + [] let existDBOnServer serverInfo dbName = serverInfo |> getDatabaseNamesFromServer |> Seq.exists (fun d -> d = dbName) /// Gets the name of the sercer - [] + [] let getServerName serverInfo = serverInfo.ConnBuilder.DataSource /// Gets the initial catalog name - [] + [] let getDBName serverInfo = serverInfo.ConnBuilder.InitialCatalog /// Gets the initial catalog as database instance - [] + [] let getDatabase serverInfo = new Database(serverInfo.Server,getDBName serverInfo ) /// Checks wether the given InitialCatalog exists on the server - [] + [] let intitialCatalogExistsOnServer serverInfo = getDBName serverInfo |> existDBOnServer serverInfo /// Drops the given InitialCatalog from the server (if it exists) - [] + [] let DropDb serverInfo = if intitialCatalogExistsOnServer serverInfo then log <| sprintf "Dropping database %s on server %s" (getDBName serverInfo) (getServerName serverInfo) @@ -73,14 +73,14 @@ module SqlServerSmoHelper = serverInfo /// Drops the given InitialCatalog from the server (if it exists) - [] + [] let CreateDb serverInfo = log <| sprintf "Creating database %s on server %s" (getDBName serverInfo) (getServerName serverInfo) (getDatabase serverInfo).Create() serverInfo /// Runs a sql script on the server - [] + [] let runScript serverInfo sqlFile = log <| sprintf "Executing script %s" sqlFile sqlFile @@ -88,12 +88,12 @@ module SqlServerSmoHelper = |> (getDatabase serverInfo).ExecuteNonQuery /// Closes the connection to the server - [] + [] let Disconnect serverInfo = serverInfo.Server.ConnectionContext.Disconnect() /// Drops and creates the database (dropped if db exists. created nonetheless) - [] + [] let DropAndCreateDatabase connectionString = connectionString |> getServerInfo @@ -102,14 +102,14 @@ module SqlServerSmoHelper = |> Disconnect /// Runs the given sql scripts on the server - [] + [] let RunScripts connectionString scripts = let serverInfo = getServerInfo connectionString scripts |> Seq.iter (runScript serverInfo) Disconnect serverInfo /// Runs all sql scripts from the given directory on the server - [] + [] let RunScriptsFromDirectory connectionString scriptDirectory = let scripts = System.IO.Directory.GetFiles(scriptDirectory, "*.sql") RunScripts connectionString scripts diff --git a/src/legacy/FakeLib/AndroidPublisher.fs b/src/legacy/FakeLib/AndroidPublisher.fs index 66b68f82ddb..e94a8ff5b31 100644 --- a/src/legacy/FakeLib/AndroidPublisher.fs +++ b/src/legacy/FakeLib/AndroidPublisher.fs @@ -10,7 +10,7 @@ I would like to use a JsonProvider to parse json but i don't know if it causes a problem with dependency "FSharp.Data.DesignTime.dll" So i used Newtonsoft.Json *) -[] +[] module Fake.AndroidPublisher open System @@ -27,7 +27,7 @@ open ICSharpCode.SharpZipLib.Zip open ICSharpCode.SharpZipLib.Core open System.Xml.Linq -[] +[] type AndroidPublishConfig = { Certificate: X509Certificate2; PackageName: string; @@ -36,19 +36,19 @@ type AndroidPublishConfig = { } [] -[] +[] type AndroidPublishParams = { Track: string; Config: AndroidPublishConfig; } -[] +[] let ProductionSettings = { Track = "production"; Config = { Certificate = null; PackageName = null; AccountId = null; Apk = null; } } -[] +[] let AlphaSettings = { ProductionSettings with Track = "alpha"; } -[] +[] let BetaSettings = { ProductionSettings with Track = "beta"; } -[] +[] let RolloutSettings = { ProductionSettings with Track = "rollout"; } type private ServiceCredentials = { @@ -95,7 +95,7 @@ type private AuthReply = { } [] -[] +[] type EditResourceModel = { [] Id: string; @@ -104,21 +104,21 @@ type EditResourceModel = { } [] -[] +[] type ApkVersion = { [] Code: int; } [] -[] +[] type AppEditListApksResult = { [] Apks: ApkVersion list } [] -[] +[] type TrackModel = { [] VersionCodes: int list; @@ -144,13 +144,13 @@ type private HttpClient() = member x.CreateRequest (address:Uri) = x.GetWebRequest (address) -[] +[] let mutable public AndroidPublisherScope = "https://www.googleapis.com/auth/androidpublisher" -[] +[] let mutable public TokenServerUrl = "https://www.googleapis.com/oauth2/v3/token" -[] +[] let mutable public AndroidPublisherBaseUrl = "https://www.googleapis.com/androidpublisher/v2/applications" -[] +[] let mutable public AndroidUploadApkBaseUrl = "https://www.googleapis.com/upload/androidpublisher/v2/applications" let private ServiceAccountHeader = {Algo = "RS256"; Type = "JWT"} @@ -158,7 +158,7 @@ let private ServiceAccountHeader = {Algo = "RS256"; Type = "JWT"} let private toJson = JsonConvert.SerializeObject let private fromJson<'t> v = JsonConvert.DeserializeObject<'t>(v) -[] +[] let PublishApk (param:AndroidPublishParams)= let getZipEntry (filepath, path) = diff --git a/src/legacy/FakeLib/Appcast.fs b/src/legacy/FakeLib/Appcast.fs index de621008780..4ed1fdc7a03 100644 --- a/src/legacy/FakeLib/Appcast.fs +++ b/src/legacy/FakeLib/Appcast.fs @@ -1,5 +1,5 @@ /// Contains code to configure FAKE for Appcast handling -[] +[] module Fake.Appcast open System.Xml open System.Xml.Linq @@ -17,7 +17,7 @@ let private XAttributeXName expandedName value = Linq.XAttribute(expandedName, v let private sparkle = XNamespace.Get("http://www.andymatuschak.org/xml-namespaces/sparkle") /// Mime type of the download file -[] +[] type MimeType = /// Octetstream use for exe or zip files | OctetStream @@ -25,7 +25,7 @@ type MimeType = | Custom of string /// Download details for the appcast -[] +[] type AppcastItem = { /// The name of the update title : string; @@ -49,7 +49,7 @@ type AppcastItem = { } /// Configuration data for the appcast -[] +[] type Appcast = { /// A titel, usually the app name title : string; @@ -107,7 +107,7 @@ type Appcast = { /// ] /// } |> writeAppcast "build/updates.xml" /// ) -[] +[] let writeAppcast (path : string) (cast : Appcast) = let toXml (cast : Appcast) = let mtToString mimetype = diff --git a/src/legacy/FakeLib/BitbucketPipelines.fs b/src/legacy/FakeLib/BitbucketPipelines.fs index 34afdd032b0..986bef424a1 100644 --- a/src/legacy/FakeLib/BitbucketPipelines.fs +++ b/src/legacy/FakeLib/BitbucketPipelines.fs @@ -1,35 +1,35 @@ /// Contains code to configure FAKE for Bitbucket Pipelines integration -[] +[] module Fake.BitbucketPipelines /// Bitbucket Pipelines environment variables as [described](https://confluence.atlassian.com/bitbucket/environment-variables-in-bitbucket-pipelines-794502608.html) -[] +[] type BitbucketPipelinesEnvironment = /// The commit hash of a commit that kicked off the build - [] + [] static member Commit = environVar "BITBUCKET_COMMIT" /// The branch on which the build was kicked off. This value is only available on branches. - [] + [] static member Branch = environVar "BITBUCKET_BRANCH" /// The tag of a commit that kicked off the build. This value is only available on tags. - [] + [] static member Tag = environVar "BITBUCKET_TAG" /// The URL-friendly version of a repository name. - [] + [] static member RepoSlug = environVar "BITBUCKET_REPO_SLUG" /// The name of the account in which the repository lives - [] + [] static member RepoOwner = environVar "BITBUCKET_REPO_OWNER" /// The absolute path of the directory that the repository is cloned into within the Docker container. - [] + [] static member CloneDir = environVar "BITBUCKET_CLONE_DIR" /// Default value is true. Gets set whenever a pipeline runs. - [] + [] static member CI = environVar "CI" diff --git a/src/legacy/FakeLib/Boot.fs b/src/legacy/FakeLib/Boot.fs index 2c3f8a5fd3e..866b73a5711 100644 --- a/src/legacy/FakeLib/Boot.fs +++ b/src/legacy/FakeLib/Boot.fs @@ -3,7 +3,7 @@ /// download dependencies with NuGet and do other preparatory work in /// the first stage, and have these dependencies available in the /// second stage. -[] +[] module Fake.Boot open System @@ -15,7 +15,7 @@ open System.Text open NuGet /// Specifies which version of the NuGet package to install. -[] +[] type NuGetVersion = /// Pick the latest available version. | Latest @@ -25,7 +25,7 @@ type NuGetVersion = | SemanticVersion of string /// Specifies NuGet package dependencies. -[] +[] type NuGetDependency = { /// The identifer of the package, such as "FAKE". @@ -43,7 +43,7 @@ type NuGetDependency = } /// Configures the boostrapping process. -[] +[] type Config = { /// Framework name for assembly resolution. @@ -82,13 +82,13 @@ type Config = } /// Stage of execution for a boot system. -[] +[] type Stage = | BuildStage | ConfigureStage /// Abstracts over command-line environment features. -[] +[] [] type CommandEnvironment() = abstract SendMessage : message: string -> unit @@ -105,7 +105,7 @@ type CommandEnvironment() = } /// Represents a command line handler. -[] +[] type CommandHandler = { Run : CommandEnvironment -> bool @@ -117,11 +117,11 @@ type CommandHandler = Environment.ExitCode <- 1 [] -[] +[] module private Implementation = [] - [] + [] type CustomHttpClient(uri, cred: option) = inherit HttpClient(uri) @@ -132,7 +132,7 @@ module private Implementation = | None -> () | Some c -> req.Credentials <- c - [] + [] let GetManager (config: Config) = let factory = PackageRepositoryFactory.Default let old = factory.HttpClientFactory @@ -141,7 +141,7 @@ module private Implementation = let repo = factory.CreateRepository(config.NuGetSourceUrl) PackageManager(repo, config.NuGetPackagesDirectory) - [] + [] let Install (mgr: PackageManager) (dep: NuGetDependency) : unit = match dep.Version with | Latest -> @@ -151,7 +151,7 @@ module private Implementation = | SemanticVersion v -> mgr.InstallPackage(dep.PackageId, SemanticVersion.Parse v) - [] + [] let TopologicalSort<'K,'T when 'K : equality> (getKey: 'T -> 'K) (getPreceding: 'T -> seq<'T>) @@ -166,7 +166,7 @@ module private Implementation = Seq.iter visit roots trace.ToArray() :> seq<_> - [] + [] let Memoize (f: 'A -> 'B) : ('A -> 'B) = let d = Dictionary() fun k -> @@ -177,7 +177,7 @@ module private Implementation = d.[k] <- v v - [] + [] let SortAssemblyFilesByReferenceOrder (paths: seq) : seq = let getDefn = Memoize (fun (path: string) -> @@ -197,7 +197,7 @@ module private Implementation = else Seq.empty TopologicalSort getFullName getPreceding paths - [] + [] let MostRecent (pkgs: seq) : seq = pkgs |> Seq.groupBy (fun pkg -> pkg.Id) @@ -205,7 +205,7 @@ module private Implementation = packages |> Seq.maxBy (fun pkg -> pkg.Version)) - [] + [] let CompleteAndSortPackages (config: Config) (mgr: PackageManager) @@ -222,7 +222,7 @@ module private Implementation = |> MostRecent TopologicalSort getKey getPreceding pkgs - [] + [] let IsRequiredPackage (config: Config) (pkg: IPackage) : bool = config.NuGetDependencies |> List.exists (fun dep -> @@ -233,11 +233,11 @@ module private Implementation = | LatestPreRelease -> true | SemanticVersion v -> SemanticVersion.Parse(v) = pkg.Version) - [] + [] let IsSupported (config: Config) (frameworks: seq) = VersionUtility.IsCompatible(config.FrameworkName, frameworks) - [] + [] let ComputeRefs (config: Config) (mgr: PackageManager) : seq = let assemblyRefs = HashSet() let pkgRefs = Queue() @@ -257,7 +257,7 @@ module private Implementation = |> Seq.iter pkgRefs.Enqueue) Seq.append assemblyRefs pkgRefs - [] + [] let GenerateBootScriptText (refs: seq) : string = let fakeDir = Path.GetDirectoryName(typeof.Assembly.Location) use w = new StringWriter() @@ -277,17 +277,17 @@ module private Implementation = writeRef r w.ToString() - [] + [] let UTF8 = UTF8Encoding(false) - [] + [] let MakeBootScriptFile (config: Config) (refs: seq) : unit = let dir = Path.GetDirectoryName(config.IncludesFile) if not (Directory.Exists dir) then Directory.CreateDirectory dir |> ignore File.WriteAllText(config.IncludesFile, GenerateBootScriptText refs, UTF8) - [] + [] type Command = | ConfigureAndRun | ConfigureOnly @@ -295,7 +295,7 @@ module private Implementation = | InitSingle | RunOnly - [] + [] let ParseCommand (args: seq) : option = match Seq.toList args with | [] -> Some RunOnly @@ -306,7 +306,7 @@ module private Implementation = | _ -> None /// Computes extra command-line arguments to enable bootstrapping FAKE scripts. - [] + [] let FsiArgs (env: CommandEnvironment) (stage: Stage) : list = let quote (s: string) : string = String.Format(@"""{0}""", s.Replace(@"""", @"\""")) @@ -320,18 +320,18 @@ module private Implementation = yield "FakeLib" ] - [] + [] let Fsi (env: CommandEnvironment) stage script = FSIHelper.executeFSIWithArgs env.CurrentDirectory script (FsiArgs env stage) [] /// Checks if the F# script file is a bootstrapping script. - [] + [] let IsBootScript (fullPath: string) : bool = File.ReadAllLines(fullPath) |> Array.exists (fun x -> x.StartsWith("#if BOOT")) - [] + [] let DoConfigureOnly (env: CommandEnvironment) = let bootScript = env.CurrentDirectory @@ "conf.fsx" let buildScript = env.CurrentDirectory @@ "build.fsx" @@ -343,7 +343,7 @@ module private Implementation = env.SendMessage("Could not find conf.fsx or boot-aware build.fsx") false - [] + [] let DoRunOnly (env: CommandEnvironment) = let buildScript = env.CurrentDirectory @@ "build.fsx" if File.Exists buildScript then @@ -352,11 +352,11 @@ module private Implementation = env.SendMessage("Could not find build.fsx") false - [] + [] let DoConfigureAndRun (env: CommandEnvironment) = DoConfigureOnly env && DoRunOnly env - [] + [] let DoInit (env: CommandEnvironment) = let bootScript = env.CurrentDirectory @@ "conf.fsx" let buildScript = env.CurrentDirectory @@ "build.fsx" @@ -386,7 +386,7 @@ module private Implementation = env.SendMessage("Generated conf.fsx and build.fsx") true - [] + [] let DoInitSingle (env: CommandEnvironment) = let buildScript = env.CurrentDirectory @@ "build.fsx" if File.Exists buildScript then @@ -414,7 +414,7 @@ module private Implementation = env.SendMessage("Generated a boot-aware build.fsx") true - [] + [] let DoHelp (env: CommandEnvironment) = use w = new StringWriter() w.WriteLine("FAKE boot module: bootstrapping builds. Commands: ") @@ -426,7 +426,7 @@ module private Implementation = env.SendMessage (w.ToString()) true - [] + [] let RunCommandLine (args: list) (env: CommandEnvironment) : bool = match ParseCommand args with | Some ConfigureAndRun -> DoConfigureAndRun env @@ -437,11 +437,11 @@ module private Implementation = | None -> DoHelp env /// Creates the CommandHandler from the -[] +[] let HandlerForArgs args = { Run = RunCommandLine args } /// Detects boot-specific commands. -[] +[] let ParseCommandLine (args: seq) : option = match Seq.toList args with | "boot" :: xs @@ -451,7 +451,7 @@ let ParseCommandLine (args: seq) : option = /// The main function intended to be executed in the BOOT phase of /// boostrapping scripts. -[] +[] let Prepare (config: Config) : unit = let mgr = GetManager config List.iter (Install mgr) config.NuGetDependencies diff --git a/src/legacy/FakeLib/BowerHelper.fs b/src/legacy/FakeLib/BowerHelper.fs index f3ebf36e415..9f16ad0d8f6 100644 --- a/src/legacy/FakeLib/BowerHelper.fs +++ b/src/legacy/FakeLib/BowerHelper.fs @@ -1,5 +1,5 @@ /// Contains function to run bower tasks -[] +[] module Fake.BowerHelper open Fake open System @@ -12,7 +12,7 @@ let private bowerFileName = | _ -> "./packages/Bower.js/tools/bower.cmd" /// Arguments for the Bower install command -[] +[] type InstallArgs = | Standard | Forced @@ -20,14 +20,14 @@ type InstallArgs = /// The list of support Bower commands. The `Custom` alternative /// can be used for other commands not in the list until they are /// implemented -[] +[] type BowerCommand = | Install of InstallArgs | Run of string | Custom of string /// The Bower parameter type -[] +[] [] type BowerParams = { Src: string @@ -37,7 +37,7 @@ type BowerParams = Timeout: TimeSpan } /// Bower default parameters -[] +[] let defaultBowerParams = { Src = "" BowerFilePath = bowerFileName @@ -54,7 +54,7 @@ let private parse = function | Run str -> sprintf "run %s" str | Custom str -> str -[] +[] let run bowerParams = let bowerPath = Path.GetFullPath(bowerParams.BowerFilePath) let arguments = bowerParams.Command |> parse @@ -88,6 +88,6 @@ let run bowerParams = /// WorkingDirectory = "./src/FAKESimple.Web/" /// }) /// ) -[] +[] let Bower setParams = defaultBowerParams |> setParams |> run diff --git a/src/legacy/FakeLib/CMake.fs b/src/legacy/FakeLib/CMake.fs index 54ba60231ab..e2346b6d66d 100644 --- a/src/legacy/FakeLib/CMake.fs +++ b/src/legacy/FakeLib/CMake.fs @@ -6,7 +6,7 @@ open System.Diagnostics open System.IO /// The possible variable value types for CMake variables. -[] +[] type CMakeValue = | CMakeBoolean of bool | CMakeString of string @@ -14,7 +14,7 @@ type CMakeValue = | CMakeDirPath of string /// A CMake variable. -[] +[] type CMakeVariable = { /// The name of the variable. /// It cannot contains spaces and special characters. @@ -26,7 +26,7 @@ type CMakeVariable = { /// The CMakeGenerate parameter type. [] -[] +[] type CMakeGenerateParams = { /// The location of the CMake executable. Automatically found if null or empty. ToolPath:string @@ -70,7 +70,7 @@ type CMakeGenerateParams = { /// The CMakeBuild parameter type. [] -[] +[] type CMakeBuildParams = { /// The location of the CMake executable. Automatically found if null or empty. ToolPath:string @@ -91,10 +91,10 @@ type CMakeBuildParams = { /// Contains tasks which allow to use CMake to build CMakeLists files. /// See `Samples/CMakeSupport` for usage examples. -[] +[] module CMake = /// The default option set given to CMakeGenerate. - [] + [] let CMakeGenerateDefaults = { ToolPath = "" SourceDirectory = currentDirectory @@ -112,7 +112,7 @@ module CMake = } /// The default option set given to CMakeBuild. - [] + [] let CMakeBuildDefaults = { ToolPath = "" BinaryDirectory = currentDirectory @@ "build" @@ -131,7 +131,7 @@ module CMake = /// ## Parameters /// - `exeName` - The name of the CMake executable (e.g. `cmake`, `ctest`, etc.) to find. /// The `.exe` suffix will be automatically appended on Windows. - [] + [] let FindExe exeName = let fullName = exeName + if isUnix then "" else ".exe" [ @@ -182,7 +182,7 @@ module CMake = /// Calls `cmake` to generate a project. /// ## Parameters /// - `setParams` - Function used to manipulate the default CMake parameters. See `CMakeGenerateParams`. - [] + [] let Generate setParams = let parameters = setParams CMakeGenerateDefaults // CMake expects an existing source directory. @@ -217,7 +217,7 @@ module CMake = /// Calls `cmake --build` to build a project. /// ## Parameters /// - `setParams` - Function used to manipulate the default CMake parameters. See `CMakeBuildParams`. - [] + [] let Build setParams = let parameters = setParams CMakeBuildDefaults let targetArgs = diff --git a/src/legacy/FakeLib/CSharpHelper.fs b/src/legacy/FakeLib/CSharpHelper.fs index 10666ad21a7..0ae5028bc10 100644 --- a/src/legacy/FakeLib/CSharpHelper.fs +++ b/src/legacy/FakeLib/CSharpHelper.fs @@ -1,41 +1,41 @@ namespace Test.FAKECore open System.Runtime.CompilerServices -[] +[] [] type public FSharpFuncUtil = [] - [] + [] static member ToFSharpFunc<'a> (func : System.Func<'a>) = fun () -> func.Invoke() [] - [] + [] static member ToFSharpFunc<'a,'b> (func : System.Func<'a,'b>) = fun x -> func.Invoke(x) [] - [] + [] static member ToFSharpFunc<'a,'b,'c> (func : System.Func<'a,'b,'c>) = fun x y -> func.Invoke(x,y) [] - [] + [] static member ToFSharpFunc<'a,'b,'c,'d> (func : System.Func<'a,'b,'c,'d>) = fun x y z -> func.Invoke(x,y,z) [] - [] + [] static member ToFSharpFunc<'a> (func : System.Action) = fun () -> func.Invoke() [] - [] + [] static member ToFSharpFunc<'a> (func : System.Action<'a>) = fun x -> func.Invoke(x) - [] + [] static member Create<'a,'b> (func : System.Func<'a,'b>) = FSharpFuncUtil.ToFSharpFunc func - [] + [] static member Create<'a,'b,'c> (func : System.Func<'a,'b,'c>) = FSharpFuncUtil.ToFSharpFunc func - [] + [] static member Create<'a,'b,'c,'d> (func : System.Func<'a,'b,'c,'d>) = FSharpFuncUtil.ToFSharpFunc func diff --git a/src/legacy/FakeLib/CacheHelper.fs b/src/legacy/FakeLib/CacheHelper.fs index 856c16e188e..f420ca30aea 100644 --- a/src/legacy/FakeLib/CacheHelper.fs +++ b/src/legacy/FakeLib/CacheHelper.fs @@ -1,13 +1,13 @@ [] /// Contains functions which allows to deal with a cache. -[] +[] module Fake.CacheHelper open System.Collections.Generic /// Looks for a key in the cache. /// If it is not found the newValueF function is executed and the result is stored in the cache. -[] +[] let lookup key newValueF (cache : IDictionary<_, _>) = match cache.TryGetValue key with | true, value -> value diff --git a/src/legacy/FakeLib/Checksum.fs b/src/legacy/FakeLib/Checksum.fs index c783d26940a..3c66ca64f05 100644 --- a/src/legacy/FakeLib/Checksum.fs +++ b/src/legacy/FakeLib/Checksum.fs @@ -1,7 +1,7 @@ namespace Fake open System -[] +[] type ChecksumHashAlgorithm = | MD5 @@ -11,11 +11,11 @@ type ChecksumHashAlgorithm = | SHA512 /// Allow to calculate checksum -[] +[] type Checksum = /// Calculate the hash of a file. Default hash algorithm used: SHA256 - [] + [] static member CalculateFileHash (filePath, ?hashAlgorithm) = let hashAlgorithm = defaultArg hashAlgorithm ChecksumHashAlgorithm.SHA256 @@ -29,7 +29,7 @@ type Checksum = BitConverter.ToString(hash).Replace("-", String.Empty) /// Check if the hash in parameter is the valid hash of the file - [] + [] static member CheckFileHash (filepath, hash, ?hashAlgorithm) = let hashAlgorithm = defaultArg hashAlgorithm ChecksumHashAlgorithm.SHA256 diff --git a/src/legacy/FakeLib/ConfigurationHelper.fs b/src/legacy/FakeLib/ConfigurationHelper.fs index b2935622437..0eff49deef1 100644 --- a/src/legacy/FakeLib/ConfigurationHelper.fs +++ b/src/legacy/FakeLib/ConfigurationHelper.fs @@ -1,5 +1,5 @@ [] -[] +[] /// Contains functions which allow to read and write config files. module Fake.ConfigurationHelper @@ -10,7 +10,7 @@ open System.Xml.Xsl /// Reads a config file into an XmlDocument. /// ## Parameters /// - `fileName` - The file name of the config file. -[] +[] let readConfig (fileName:string) = let xmlDocument = new XmlDocument() xmlDocument.Load fileName @@ -20,7 +20,7 @@ let readConfig (fileName:string) = /// ## Parameters /// - `fileName` - The file name of the config file. /// - `config` - The XmlDocument representing the config. -[] +[] let writeConfig (fileName:string) (config:XmlDocument) = config.Save fileName /// Reads a config file from the given file name, replaces an attribute using the given xPath and writes it back. @@ -29,7 +29,7 @@ let writeConfig (fileName:string) (config:XmlDocument) = config.Save fileName /// - `attribute` - The attribute name for which the value should be replaced. /// - `value` - The new attribute value. /// - `config` - The XElement representing the config. -[] +[] let updateConfig xpath attribute value (config:XmlDocument) = let node = config.SelectSingleNode xpath :?> XmlElement if node = null then @@ -44,7 +44,7 @@ let updateConfig xpath attribute value (config:XmlDocument) = /// - `xpath` - An XPath term which can be used to replace the attribute. /// - `attribute` - The attribute name for which the value should be replaced. /// - `value` - The new attribute value. -[] +[] let updateConfigSetting fileName xpath attribute value = readConfig fileName |> updateConfig xpath attribute value @@ -59,7 +59,7 @@ let updateConfigSetting fileName xpath attribute value = /// ## Sample /// /// updateAppSetting "DatabaseName" targetDatabase (navServicePath @@ "CustomSettings.config") -[] +[] let updateAppSetting key value fileName = updateConfigSetting fileName ("//appSettings/add[@key='" + key + "']") "value" value @@ -72,7 +72,7 @@ let updateAppSetting key value fileName = /// ## Sample /// /// updateApplicationSetting "DatabaseName" targetDatabase (navServicePath @@ "CustomSettings.config") -[] +[] let updateApplicationSetting (fileName : string) settingName value = let doc = new XmlDocument() let xpath = "/configuration/applicationSettings//setting[@name=\"" + settingName + "\"]/value" @@ -87,7 +87,7 @@ let updateApplicationSetting (fileName : string) settingName value = /// - `connectionStringKey` - The connection string key name for which the value should be replaced. /// - `value` - The new connection string value. /// - `fileName` - The file name of the config file. -[] +[] let updateConnectionString connectionStringKey value fileName = updateConfigSetting fileName ("//connectionStrings/add[@name='" + connectionStringKey + "']") "connectionString" value @@ -99,7 +99,7 @@ let updateConnectionString connectionStringKey value fileName = /// ## Sample /// /// applyXslOnConfig (navServicePath @@ DEV.xsl) (navServicePath @@ "CustomSettings.config") -[] +[] let applyXslOnConfig (xsl:string) fileName = let xslDoc = new XslCompiledTransform() xslDoc.Load xsl diff --git a/src/legacy/FakeLib/CscHelper.fs b/src/legacy/FakeLib/CscHelper.fs index 404336eb7d7..3d56f123281 100644 --- a/src/legacy/FakeLib/CscHelper.fs +++ b/src/legacy/FakeLib/CscHelper.fs @@ -1,11 +1,11 @@ /// Contains tasks to compile C# source files with CSC.EXE (C# Compiler). -[] +[] module Fake.CscHelper open System open System.IO /// Supported output types -[] +[] type CscTarget = | Exe | Winexe @@ -13,7 +13,7 @@ type CscTarget = | Module /// Supported platforms -[] +[] type CscPlatform = | X86 | Itanium @@ -22,7 +22,7 @@ type CscPlatform = | AnyCpu /// Compiler parameters -[] +[] type CscParams = { /// Specifies the output file name and path. Output : string @@ -40,7 +40,7 @@ type CscParams = OtherParams : string list } /// The default parameters to the compiler. - [] + [] static member Default = { Output = "" Target = Exe @@ -56,7 +56,7 @@ type CscParams = Debug = false OtherParams = [] } -[] +[] let cscExe toolPath (srcFiles : string list) (opts : string list) : int = let processResult = ExecProcessAndReturnMessages (fun p -> @@ -89,7 +89,7 @@ let cscExe toolPath (srcFiles : string list) (opts : string list) : int = /// { parameters with Output = ... /// Target = ... /// ... }) -[] +[] let csc (setParams : CscParams -> CscParams) (inputFiles : string list) : int = // Helper to quote a path with spaces in it, if not already quoted. See https://github.com/fsharp/FAKE/issues/992 let ensureTrimQuotedPath (path : string) = @@ -143,7 +143,7 @@ let csc (setParams : CscParams -> CscParams) (inputFiles : string list) : int = /// { parameters with Output = ... /// Target = ... /// ... }) -[] +[] let Csc (setParams : CscParams -> CscParams) (inputFiles : string list) : unit = let res = csc setParams inputFiles if res <> 0 then raise <| BuildException("Csc: compile failed with exit code", [ string res ]) diff --git a/src/legacy/FakeLib/DocuHelper.fs b/src/legacy/FakeLib/DocuHelper.fs index 39db7f98f44..040b812f3f3 100644 --- a/src/legacy/FakeLib/DocuHelper.fs +++ b/src/legacy/FakeLib/DocuHelper.fs @@ -1,5 +1,5 @@ [] -[] +[] /// Contains helper functions to run the XML documentation tool "docu". module Fake.DocuHelper @@ -7,7 +7,7 @@ open System /// The parameter type for docu. [] -[] +[] type DocuParams = { /// The tool path - FAKE tries to find docu.exe automatically in any sub folder. ToolPath : string @@ -19,7 +19,7 @@ type DocuParams = OutputPath : string } /// The Docu default params -[] +[] let DocuDefaults = let toolPath = findToolInSubPath "docu.exe" (currentDirectory @@ "tools" @@ "Fake") let fi = fileInfo toolPath @@ -33,7 +33,7 @@ let DocuDefaults = /// /// - `setParams` - Function used to manipulate the default docu parameters. /// - `assemblies` - Sequence of one or more assemblies containing the XML docs. -[] +[] let Docu setParams assemblies = let details = assemblies |> separated ", " use __ = traceStartTaskUsing "Docu" details diff --git a/src/legacy/FakeLib/DotCover.fs b/src/legacy/FakeLib/DotCover.fs index f7eb1ae07f6..d2cff314318 100644 --- a/src/legacy/FakeLib/DotCover.fs +++ b/src/legacy/FakeLib/DotCover.fs @@ -1,5 +1,5 @@ /// Contains a task which can be used to run [DotCover](http://www.jetbrains.com/dotcover/) on .NET assemblies. -[] +[] module Fake.DotCover open Fake @@ -9,7 +9,7 @@ open System.Text open Fake.Testing.XUnit2 open Fake.Testing.NUnit3 open Fake.MSTest -[] +[] type DotCoverReportType = | Html = 0 @@ -19,7 +19,7 @@ type DotCoverReportType = /// The dotCover parameter type for running coverage [] -[] +[] type DotCoverParams = { ToolPath: string WorkingDir: string @@ -33,7 +33,7 @@ type DotCoverParams = CustomParameters: string } /// The dotCover default parameters -[] +[] let DotCoverDefaults = { ToolPath = findToolInSubPath "dotCover.exe" (currentDirectory @@ "tools" @@ "DotCover") WorkingDir = "" @@ -47,7 +47,7 @@ let DotCoverDefaults = ErrorLevel = ErrorLevel.Error} [] -[] +[] type DotCoverMergeParams = { ToolPath: string WorkingDir: string @@ -56,7 +56,7 @@ type DotCoverMergeParams = TempDir: string CustomParameters: string } -[] +[] let DotCoverMergeDefaults = { ToolPath = findToolInSubPath "dotCover.exe" (currentDirectory @@ "tools" @@ "DotCover") WorkingDir = "" @@ -66,7 +66,7 @@ let DotCoverMergeDefaults = CustomParameters = "" } [] -[] +[] type DotCoverReportParams = { ToolPath: string WorkingDir: string @@ -75,7 +75,7 @@ type DotCoverReportParams = ReportType: DotCoverReportType CustomParameters: string } -[] +[] let DotCoverReportDefaults : DotCoverReportParams = { ToolPath = findToolInSubPath "dotCover.exe" (currentDirectory @@ "tools" @@ "DotCover") WorkingDir = "" @@ -84,7 +84,7 @@ let DotCoverReportDefaults : DotCoverReportParams = ReportType = DotCoverReportType.Xml CustomParameters = "" } -[] +[] let buildDotCoverArgs parameters = new StringBuilder() |> append "cover" @@ -97,7 +97,7 @@ let buildDotCoverArgs parameters = |> appendWithoutQuotes parameters.CustomParameters |> toText -[] +[] let buildDotCoverMergeArgs (parameters:DotCoverMergeParams) = new StringBuilder() |> append "merge" @@ -107,7 +107,7 @@ let buildDotCoverMergeArgs (parameters:DotCoverMergeParams) = |> appendWithoutQuotes parameters.CustomParameters |> toText -[] +[] let buildDotCoverReportArgs parameters = new StringBuilder() |> append "report" @@ -118,12 +118,12 @@ let buildDotCoverReportArgs parameters = |> toText -[] +[] let getWorkingDir workingDir = Seq.find isNotNullOrEmpty [workingDir; environVar("teamcity.build.workingDir"); "."] |> Path.GetFullPath -[] +[] let buildParamsAndExecute parameters buildArguments toolPath workingDir failBuild = let args = buildArguments parameters trace (toolPath + " " + args) @@ -146,7 +146,7 @@ let buildParamsAndExecute parameters buildArguments toolPath workingDir failBuil /// ## Parameters /// /// - `setParams` - Function used to overwrite the dotCover default parameters. -[] +[] let DotCover (setParams: DotCoverParams -> DotCoverParams) = let parameters = (DotCoverDefaults |> setParams) buildParamsAndExecute parameters buildDotCoverArgs parameters.ToolPath parameters.WorkingDir (parameters.ErrorLevel <> ErrorLevel.DontFailBuild) @@ -163,7 +163,7 @@ let DotCover (setParams: DotCoverParams -> DotCoverParams) = /// Source = [artifactsDir @@ "NUnitDotCoverSnapshot.dcvr" /// artifactsDir @@ "MSpecDotCoverSnapshot.dcvr"] /// Output = artifactsDir @@ "dotCoverSnapshot.dcvr" }) -[] +[] let DotCoverMerge (setParams: DotCoverMergeParams -> DotCoverMergeParams) = let parameters = (DotCoverMergeDefaults |> setParams) buildParamsAndExecute parameters buildDotCoverMergeArgs parameters.ToolPath parameters.WorkingDir false @@ -179,7 +179,7 @@ let DotCoverMerge (setParams: DotCoverMergeParams -> DotCoverMergeParams) = /// Source = artifactsDir @@ "dotCoverSnapshot.dcvr" /// Output = artifactsDir @@ "dotCoverReport.xml" /// ReportType = DotCoverReportType.Xml }) -[] +[] let DotCoverReport (setParams: DotCoverReportParams -> DotCoverReportParams) = let parameters = (DotCoverReportDefaults |> setParams) buildParamsAndExecute parameters buildDotCoverReportArgs parameters.ToolPath parameters.WorkingDir @@ -198,7 +198,7 @@ let DotCoverReport (setParams: DotCoverReportParams -> DotCoverReportParams) = /// Output = artifactsDir @@ "NUnitDotCoverSnapshot.dcvr" }) /// (fun nUnitOptions -> { nUnitOptions with /// DisableShadowCopy = true }) -[] +[] let DotCoverNUnit (setDotCoverParams: DotCoverParams -> DotCoverParams) (setNUnitParams: NUnitParams -> NUnitParams) (assemblies: string seq) = let assemblies = assemblies |> Seq.toArray let details = assemblies |> separated ", " @@ -227,7 +227,7 @@ let DotCoverNUnit (setDotCoverParams: DotCoverParams -> DotCoverParams) (setNUni /// Output = artifactsDir @@ "NUnitDotCoverSnapshot.dcvr" }) /// (fun nUnitOptions -> { nUnitOptions with /// DisableShadowCopy = true }) -[] +[] let DotCoverNUnit3 (setDotCoverParams: DotCoverParams -> DotCoverParams) (setNUnitParams: NUnit3Params -> NUnit3Params) (assemblies: string seq) = let assemblies = assemblies |> Seq.toArray let details = assemblies |> separated ", " @@ -254,7 +254,7 @@ let DotCoverNUnit3 (setDotCoverParams: DotCoverParams -> DotCoverParams) (setNUn /// |> DotCoverXUnit2 /// (fun -> dotCoverOptions ) /// (fun nUnitOptions -> nUnitOptions) -[] +[] let DotCoverXUnit2 (setDotCoverParams: DotCoverParams -> DotCoverParams) (setXUnit2Params: XUnit2Params -> XUnit2Params) (assemblies: string seq) = let assemblies = assemblies |> Seq.toArray let details = assemblies |> separated ", " @@ -300,7 +300,7 @@ let internal buildMSTestArgsForDotCover parameters assemblies = /// |> MSTest /// (fun -> dotCoverOptions ) /// (fun MSTestOptions -> MSTestOptions) -[] +[] let DotCoverMSTest (setDotCoverParams: DotCoverParams -> DotCoverParams) (setMSTestParams: MSTestParams -> MSTestParams) (assemblies: string seq) = let assemblies = assemblies |> Seq.toArray let details = assemblies |> separated ", " @@ -329,7 +329,7 @@ let DotCoverMSTest (setDotCoverParams: DotCoverParams -> DotCoverParams) (setMST /// Output = artifactsDir @@ "MSpecDotCoverSnapshot.dcvr" }) /// (fun mSpecOptions -> { mSpecOptions with /// Silent = true }) -[] +[] let DotCoverMSpec (setDotCoverParams: DotCoverParams -> DotCoverParams) (setMSpecParams: MSpecParams -> MSpecParams) (assemblies: string seq) = let assemblies = assemblies |> Seq.toArray let details = assemblies |> separated ", " diff --git a/src/legacy/FakeLib/DynamicsCRMHelper.fs b/src/legacy/FakeLib/DynamicsCRMHelper.fs index 4b6184c5626..fb36e9177ad 100644 --- a/src/legacy/FakeLib/DynamicsCRMHelper.fs +++ b/src/legacy/FakeLib/DynamicsCRMHelper.fs @@ -1,5 +1,5 @@ /// Contains various functions for interacting with Dynamics CRM. So far there is support for exporting and importing solutions, zipping and unzipping using the Solution Packager, as well as publishing customizations. -[] +[] module Fake.DynamicsCRMHelper open System @@ -7,7 +7,7 @@ open System.Configuration open System.IO /// Specify which action Solution Packager should be invoked with -[] +[] type SolutionPackagerAction = | Extract | Pack @@ -17,7 +17,7 @@ type SolutionPackagerAction = | Pack -> "/a:Pack" /// Specify Package Type for usage with Solution Packager -[] +[] type PackageType = | Unmanaged | Managed @@ -30,7 +30,7 @@ type PackageType = /// Parameters for executing Dynamics CRM Helper functions [] -[] +[] type DynamicsCrmHelperParams = { /// Url of CRM Organization / Discovery Service URL if using AllOrganizations @@ -59,7 +59,7 @@ type DynamicsCrmHelperParams = /// Default values for Dynamics CRM Helper /// You can obtain the solution exchanger as NuGet Package "Dynamics.CRM.SolutionExchanger" -[] +[] let DynamicsCrmHelperDefaults = { Url = "" @@ -77,7 +77,7 @@ let DynamicsCrmHelperDefaults = /// Parameters for invoking Solution Packager [] -[] +[] type SolutionPackagerParams = { /// Action to start, either pack or extract @@ -97,7 +97,7 @@ type SolutionPackagerParams = } /// Default values for invoking Solution Packager -[] +[] let SolutionPackagerDefaults = { ToolDirectory = currentDirectory @@ "tools" @@ "SolutionPackager" @@ -113,7 +113,7 @@ let SolutionPackagerDefaults = /// ## Parameters /// /// - `setParams` - Parameters for invoking solution exchanger -[] +[] let PublishAll (setParams : DynamicsCrmHelperParams -> DynamicsCrmHelperParams) = use __ = traceStartTaskUsing "Publish All" "" let parameters = setParams DynamicsCrmHelperDefaults @@ -157,7 +157,7 @@ let PublishAll (setParams : DynamicsCrmHelperParams -> DynamicsCrmHelperParams) /// ToolDirectory = @".\tools\SolutionPackager\" /// })) /// ) -[] +[] let ExportSolution (setParams : DynamicsCrmHelperParams -> DynamicsCrmHelperParams) = let parameters = setParams DynamicsCrmHelperDefaults use __ = traceStartTaskUsing "Exporting Solution" (parameters.Solution + ": " + if parameters.Managed then "Managed" else "Unmanaged") @@ -175,7 +175,7 @@ let ExportSolution (setParams : DynamicsCrmHelperParams -> DynamicsCrmHelperPara /// ## Parameters /// /// - `setParams` - Parameters for invoking solution exchanger -[] +[] let ImportSolution (setParams : DynamicsCrmHelperParams -> DynamicsCrmHelperParams) = let parameters = setParams DynamicsCrmHelperDefaults use __ = traceStartTaskUsing "Importing Solution" parameters.FileName @@ -192,7 +192,7 @@ let ImportSolution (setParams : DynamicsCrmHelperParams -> DynamicsCrmHelperPara /// ## Parameters /// /// - `setParams` - Parameters for invoking solution packager -[] +[] let SolutionPackager setParams = let parameters = setParams SolutionPackagerDefaults use __ = traceStartTaskUsing "Running Solution Packager" (parameters.Action.ToString() + ": " + parameters.ZipFile) diff --git a/src/legacy/FakeLib/DynamicsNavFile.fs b/src/legacy/FakeLib/DynamicsNavFile.fs index 417fadbad90..e59af1909bf 100644 --- a/src/legacy/FakeLib/DynamicsNavFile.fs +++ b/src/legacy/FakeLib/DynamicsNavFile.fs @@ -1,5 +1,5 @@ /// Provides an abstraction over Dynamics NAV object files. -[] +[] module Fake.DynamicsNavFile open System @@ -10,35 +10,35 @@ open System.Text.RegularExpressions open System.Threading /// A Regex which allows to retrieve the modified flag. -[] +[] let ModifiedRegex = new Regex(@"\s\s\s\sModified\=Yes;(?:\r\n|\r|\n)", RegexOptions.Compiled) /// A Regex which allows to retrieve the version list. -[] +[] let VersionRegex = new Regex(@"\n\s\s\s\sVersion List\=(?[^;\s]*);", RegexOptions.Compiled) /// A Regex which allows to retrieve modified date. -[] +[] let DateRegex = new Regex(@"\n\s\s\s\sDate\=(?[^;]*);", RegexOptions.Compiled) /// A Regex which allows to retrieve the modified time. -[] +[] let TimeRegex = new Regex(@"\n\s\s\s\sTime\=(?