diff --git a/README.md b/README.md index d9218af82..bd8db22fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -F# Formatting [![Build Status](https://travis-ci.org/tpetricek/FSharp.Formatting.png?branch=master)](https://travis-ci.org/tpetricek/FSharp.Formatting) +F# Formatting [![Build Status](https://travis-ci.org/fsprojects/FSharp.Formatting.svg?branch=master)](https://travis-ci.org/fsprojects/FSharp.Formatting) ================================= -[![Join the chat at https://gitter.im/tpetricek/FSharp.Formatting](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tpetricek/FSharp.Formatting?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/fsprojects/FSharp.Formatting](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fsprojects/FSharp.Formatting?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) The F# Formatting libraries (`FSharp.CodeFormat.dll` and `FSharp.Markdown.dll`) include an F# implementation of a Markdown parser and an F# code formatter that can be used to tokenize F# code and obtain information about tokens diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4bdf23fe2..53400e999 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -13,9 +13,9 @@ ## 3.0.0-beta02 (26 May, 2017) - MarkdownSpan and MarkdownParagraph now use named DUs - - Add range to MarkdownParagraph and MarkdownSpan (https://github.com/tpetricek/FSharp.Formatting/pull/411) - - FSharp.Formatting no longer has a strong dependency on Razor (https://github.com/tpetricek/FSharp.Formatting/pull/425) - - FSharp.Formatting no longer depends on VFPT.Core (https://github.com/tpetricek/FSharp.Formatting/pull/432) + - Add range to MarkdownParagraph and MarkdownSpan (https://github.com/fsprojects/FSharp.Formatting/pull/411) + - FSharp.Formatting no longer has a strong dependency on Razor (https://github.com/fsprojects/FSharp.Formatting/pull/425) + - FSharp.Formatting no longer depends on VFPT.Core (https://github.com/fsprojects/FSharp.Formatting/pull/432) - Add beta packages to AppVeyor feed. - Update FSharp.Compiler.Service component. diff --git a/build.fsx b/build.fsx index e86b893c4..8e643f22b 100644 --- a/build.fsx +++ b/build.fsx @@ -191,7 +191,6 @@ Target "SetupLibForTests" (fun _ -> tracefn "Copying %s to %s" source libDest File.Copy (source, libDest, true) [ "packages" "FSharp.Core" "lib" "net45" - "packages" "System.ValueTuple" "lib" "portable-net40+sl4+win8+wp8" "packages" "FSharp.Compiler.Service" "lib" "net45" "packages" "FSharp.Data" "lib" "portable-net45+netcore45" ] |> List.iter copyPackageFiles @@ -407,7 +406,7 @@ Target "WatchDocs" (fun _ -> // -------------------------------------------------------------------------------------- // Release Scripts -let gitHome = "git@github.com:tpetricek" +let gitHome = "git@github.com:fsprojects" Target "ReleaseDocs" (fun _ -> Repository.clone "" (gitHome + "/FSharp.Formatting.git") "temp/gh-pages" diff --git a/packages/FSharp.Formatting/FSharp.Formatting.fsx b/packages/FSharp.Formatting/FSharp.Formatting.fsx index a5947b45a..abf8a912c 100644 --- a/packages/FSharp.Formatting/FSharp.Formatting.fsx +++ b/packages/FSharp.Formatting/FSharp.Formatting.fsx @@ -7,10 +7,8 @@ if (typeof.Assembly.GetName().Version.Major <= 2) then failwith "Wrong System.Web.Razor Version loaded!" -#r "../System.ValueTuple/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll" - // Standard NuGet locations -//#I "../FSharp.Compiler.Service.12.0.5/lib/net45" +//#I "../FSharp.Compiler.Service.12.0.8/lib/net45" // Standard Paket locations #I "../FSharp.Compiler.Service/lib/net45" diff --git a/paket-files/matthid/Yaaf.FSharp.Scripting/src/source/Yaaf.FSharp.Scripting/YaafFSharpScripting.fs b/paket-files/matthid/Yaaf.FSharp.Scripting/src/source/Yaaf.FSharp.Scripting/YaafFSharpScripting.fs index 34488b425..7d48bc853 100644 --- a/paket-files/matthid/Yaaf.FSharp.Scripting/src/source/Yaaf.FSharp.Scripting/YaafFSharpScripting.fs +++ b/paket-files/matthid/Yaaf.FSharp.Scripting/src/source/Yaaf.FSharp.Scripting/YaafFSharpScripting.fs @@ -351,11 +351,11 @@ module internal CompilerServiceExtensions = FSharpCheckerFuncs.tryCheckFsCore file |> Option.isSome else true) - // See https://github.com/tpetricek/FSharp.Formatting/commit/22ffb8ec3c743ceaf069893a46a7521667c6fc9d + // See https://github.com/fsprojects/FSharp.Formatting/commit/22ffb8ec3c743ceaf069893a46a7521667c6fc9d //let blacklist = // [ "FSharp.Core.dll"; "mscorlib.dll" ] - // See https://github.com/tpetricek/FSharp.Formatting/commit/5d14f45cd7e70c2164a7448ea50a6b9995166489 + // See https://github.com/fsprojects/FSharp.Formatting/commit/5d14f45cd7e70c2164a7448ea50a6b9995166489 let _dllFiles, _libDirs = if resolveDirs then libDirs diff --git a/paket.dependencies b/paket.dependencies index 25f8778dd..3e221f3d8 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,5 +1,4 @@ source https://api.nuget.org/v3/index.json -source https://ci.appveyor.com/nuget/fake redirects: on diff --git a/paket.lock b/paket.lock index 660f249f1..8b777a20f 100644 --- a/paket.lock +++ b/paket.lock @@ -2,711 +2,706 @@ REDIRECTS: ON NUGET remote: https://api.nuget.org/v3/index.json Argu (3.7) - FSharp.Core (>= 4.0.1.7-alpha) - restriction: >= netstandard16 - NETStandard.Library (>= 1.6) - restriction: >= netstandard16 - System.Xml.XDocument (>= 4.0.11) - restriction: >= netstandard16 + FSharp.Core (>= 4.0.1.7-alpha) - restriction: >= netstandard1.6 + NETStandard.Library (>= 1.6) - restriction: >= netstandard1.6 + System.Xml.XDocument (>= 4.0.11) - restriction: >= netstandard1.6 CommandLineParser (1.9.71) - FSharp.Compiler.Service (12.0.5) - content: none - FSharp.Core (>= 4.1.2) - restriction: >= netstandard16 - Microsoft.DiaSymReader (>= 1.1) - restriction: >= netstandard16 - Microsoft.DiaSymReader.PortablePdb (>= 1.2) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard16 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard16 - NETStandard.Library (>= 1.6.1) - restriction: >= netstandard16 - runtime.native.System (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.IO.Compression (>= 4.3) - restriction: >= netstandard16 - System.Buffers (>= 4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: >= netstandard16 - System.Collections.Immutable (>= 1.3) - restriction: >= netstandard16 - System.Collections.Immutable (>= 1.3.1) - restriction: || (== netstandard10) (== netstandard11) (== netstandard12) (== netstandard13) (== netstandard14) (== netstandard15) (>= net10) - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard16 - System.Diagnostics.Process (>= 4.1) - restriction: >= netstandard16 - System.Diagnostics.TraceSource (>= 4.0) - restriction: >= netstandard16 - System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard16 - System.Globalization (>= 4.3) - restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: >= netstandard16 - System.IO.Compression (>= 4.3) - restriction: >= netstandard16 - System.Linq (>= 4.3) - restriction: >= netstandard16 - System.Reflection (>= 4.3) - restriction: >= netstandard16 - System.Reflection.Emit (>= 4.3) - restriction: >= netstandard16 - System.Reflection.Extensions (>= 4.3) - restriction: >= netstandard16 - System.Reflection.Metadata (>= 1.4.1) - restriction: >= netstandard16 - System.Reflection.Metadata (>= 1.4.2) - restriction: || (== netstandard10) (== netstandard11) (== netstandard12) (== netstandard13) (== netstandard14) (== netstandard15) (>= net10) - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard16 - System.Reflection.TypeExtensions (>= 4.3) - restriction: >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard16 - System.Runtime (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard16 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Loader (>= 4.0) - restriction: >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard16 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard16 - System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard16 - System.Threading (>= 4.3) - restriction: >= netstandard16 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard16 - FSharp.Core (4.1.12) - content: none, redirects: force - System.Collections (>= 4.0.11) - restriction: >= netstandard16 - System.Console (>= 4.0) - restriction: >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - restriction: >= netstandard16 - System.Diagnostics.Tools (>= 4.0.1) - restriction: >= netstandard16 - System.Globalization (>= 4.0.11) - restriction: >= netstandard16 - System.IO (>= 4.1) - restriction: >= netstandard16 - System.Linq (>= 4.1) - restriction: >= netstandard16 - System.Linq.Expressions (>= 4.1) - restriction: >= netstandard16 - System.Linq.Queryable (>= 4.0.1) - restriction: >= netstandard16 - System.Net.Requests (>= 4.0.11) - restriction: >= netstandard16 - System.Reflection (>= 4.1) - restriction: >= netstandard16 - System.Reflection.Extensions (>= 4.0.1) - restriction: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - restriction: >= netstandard16 - System.Runtime (>= 4.1) - restriction: >= netstandard16 - System.Runtime.Extensions (>= 4.1) - restriction: >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - restriction: >= netstandard16 - System.Text.RegularExpressions (>= 4.1) - restriction: >= netstandard16 - System.Threading (>= 4.0.11) - restriction: >= netstandard16 - System.Threading.Tasks (>= 4.0.11) - restriction: >= netstandard16 - System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: >= netstandard16 - System.Threading.Thread (>= 4.0) - restriction: >= netstandard16 - System.Threading.ThreadPool (>= 4.0.10) - restriction: >= netstandard16 - System.Threading.Timer (>= 4.0.1) - restriction: >= netstandard16 - System.ValueTuple (>= 4.3) - restriction: || (== netstandard10) (== netstandard11) (== netstandard12) (== netstandard13) (== netstandard14) (== netstandard15) (>= net10) + FAKE (5.0.0-alpha010) + FSharp.Compiler.Service (12.0.8) - content: none + FSharp.Core (>= 4.1.17) - restriction: >= netstandard1.6 + Microsoft.DiaSymReader (>= 1.1) - restriction: >= netstandard1.6 + Microsoft.DiaSymReader.PortablePdb (>= 1.2) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard1.6 + Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard1.6 + NETStandard.Library (>= 1.6.1) - restriction: >= netstandard1.6 + runtime.native.System (>= 4.3) - restriction: >= netstandard1.6 + runtime.native.System.IO.Compression (>= 4.3) - restriction: >= netstandard1.6 + System.Buffers (>= 4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: >= netstandard1.6 + System.Collections.Immutable (>= 1.3) - restriction: >= netstandard1.6 + System.Collections.Immutable (>= 1.3.1) - restriction: < netstandard1.6 + System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard1.6 + System.Diagnostics.Process (>= 4.1) - restriction: >= netstandard1.6 + System.Diagnostics.TraceSource (>= 4.0) - restriction: >= netstandard1.6 + System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard1.6 + System.Globalization (>= 4.3) - restriction: >= netstandard1.6 + System.IO (>= 4.3) - restriction: >= netstandard1.6 + System.IO.Compression (>= 4.3) - restriction: >= netstandard1.6 + System.Linq (>= 4.3) - restriction: >= netstandard1.6 + System.Reflection (>= 4.3) - restriction: >= netstandard1.6 + System.Reflection.Emit (>= 4.3) - restriction: >= netstandard1.6 + System.Reflection.Extensions (>= 4.3) - restriction: >= netstandard1.6 + System.Reflection.Metadata (>= 1.4.1) - restriction: >= netstandard1.6 + System.Reflection.Metadata (>= 1.4.2) - restriction: < netstandard1.6 + System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard1.6 + System.Reflection.TypeExtensions (>= 4.3) - restriction: >= netstandard1.6 + System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: >= netstandard1.6 + System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard1.6 + System.Runtime.Handles (>= 4.3) - restriction: >= netstandard1.6 + System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard1.6 + System.Runtime.Loader (>= 4.0) - restriction: >= netstandard1.6 + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard1.6 + System.Text.Encoding (>= 4.3) - restriction: >= netstandard1.6 + System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard1.6 + System.Threading (>= 4.3) - restriction: >= netstandard1.6 + System.Threading.Tasks (>= 4.3) - restriction: >= netstandard1.6 + FSharp.Core (4.2.1) - content: none, redirects: force + System.Collections (>= 4.0.11) - restriction: >= netstandard1.6 + System.Console (>= 4.0) - restriction: >= netstandard1.6 + System.Diagnostics.Debug (>= 4.0.11) - restriction: >= netstandard1.6 + System.Diagnostics.Tools (>= 4.0.1) - restriction: >= netstandard1.6 + System.Globalization (>= 4.0.11) - restriction: >= netstandard1.6 + System.IO (>= 4.1) - restriction: >= netstandard1.6 + System.Linq (>= 4.1) - restriction: >= netstandard1.6 + System.Linq.Expressions (>= 4.1) - restriction: >= netstandard1.6 + System.Linq.Queryable (>= 4.0.1) - restriction: >= netstandard1.6 + System.Net.Requests (>= 4.0.11) - restriction: >= netstandard1.6 + System.Reflection (>= 4.1) - restriction: >= netstandard1.6 + System.Reflection.Extensions (>= 4.0.1) - restriction: >= netstandard1.6 + System.Resources.ResourceManager (>= 4.0.1) - restriction: >= netstandard1.6 + System.Runtime (>= 4.1) - restriction: >= netstandard1.6 + System.Runtime.Extensions (>= 4.1) - restriction: >= netstandard1.6 + System.Runtime.Numerics (>= 4.0.1) - restriction: >= netstandard1.6 + System.Text.RegularExpressions (>= 4.1) - restriction: >= netstandard1.6 + System.Threading (>= 4.0.11) - restriction: >= netstandard1.6 + System.Threading.Tasks (>= 4.0.11) - restriction: >= netstandard1.6 + System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: >= netstandard1.6 + System.Threading.Thread (>= 4.0) - restriction: >= netstandard1.6 + System.Threading.ThreadPool (>= 4.0.10) - restriction: >= netstandard1.6 + System.Threading.Timer (>= 4.0.1) - restriction: >= netstandard1.6 FSharp.Data (2.3.3) - Zlib.Portable (>= 1.11) - restriction: || (>= portable-net45+win8+sl5) (>= portable-net45+win8+wp8+wpa81) + Zlib.Portable (>= 1.11) - restriction: || (&& (< net40) (>= portable-net45+win8)) (&& (< net40) (>= portable-net45+win8+sl5) (< portable-net45+win8+wp8+wpa81)) (&& (< net40) (< portable-net45+win8+sl5) (>= portable-net45+win8+wp8+wpa81)) ILRepack (2.0.13) Microsoft.AspNet.Razor (3.2.3) - Microsoft.DiaSymReader (1.1) - content: none, restriction: >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - restriction: >= netstandard11 - System.Runtime (>= 4.1) - restriction: >= netstandard11 - System.Runtime.InteropServices (>= 4.1) - restriction: >= netstandard11 - Microsoft.DiaSymReader.PortablePdb (1.2) - content: none, restriction: >= netstandard16 + Microsoft.DiaSymReader (1.1) - content: none, restriction: >= netstandard1.6 + System.Diagnostics.Debug (>= 4.0.11) - restriction: >= netstandard1.1 + System.Runtime (>= 4.1) - restriction: >= netstandard1.1 + System.Runtime.InteropServices (>= 4.1) - restriction: >= netstandard1.1 + Microsoft.DiaSymReader.PortablePdb (1.2) - content: none, restriction: >= netstandard1.6 Microsoft.DiaSymReader (>= 1.1) - restriction: >= portable-net45+win8 - System.Collections (>= 4.3) - restriction: >= netstandard11 + System.Collections (>= 4.3) - restriction: >= netstandard1.1 System.Collections.Immutable (>= 1.3.1) - restriction: >= portable-net45+win8 - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard11 - System.Globalization (>= 4.3) - restriction: >= netstandard11 - System.IO (>= 4.3) - restriction: >= netstandard11 - System.Linq (>= 4.3) - restriction: >= netstandard11 - System.Reflection (>= 4.3) - restriction: >= netstandard11 + System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard1.1 + System.Globalization (>= 4.3) - restriction: >= netstandard1.1 + System.IO (>= 4.3) - restriction: >= netstandard1.1 + System.Linq (>= 4.3) - restriction: >= netstandard1.1 + System.Reflection (>= 4.3) - restriction: >= netstandard1.1 System.Reflection.Metadata (>= 1.4.2) - restriction: >= portable-net45+win8 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard11 - System.Runtime (>= 4.3) - restriction: >= netstandard11 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard11 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard11 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard11 - System.Threading (>= 4.3) - restriction: >= netstandard11 - Microsoft.NETCore.Platforms (1.1) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Targets (1.1) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.Win32.Primitives (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - Microsoft.Win32.Registry (4.3) - content: none, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - System.Collections (>= 4.3) - restriction: >= netstandard13 - System.Globalization (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard13 - NETStandard.Library (1.6.1) - content: none, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard10 - Microsoft.Win32.Primitives (>= 4.3) - restriction: >= netstandard13 - System.AppContext (>= 4.3) - restriction: >= netstandard13 - System.Collections (>= 4.3) - restriction: >= netstandard10 - System.Collections.Concurrent (>= 4.3) - restriction: >= netstandard11 - System.Console (>= 4.3) - restriction: >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard10 - System.Diagnostics.Tools (>= 4.3) - restriction: >= netstandard10 - System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard11 - System.Globalization (>= 4.3) - restriction: >= netstandard10 - System.Globalization.Calendars (>= 4.3) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard10 - System.IO.Compression (>= 4.3) - restriction: >= netstandard11 - System.IO.Compression.ZipFile (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Linq (>= 4.3) - restriction: >= netstandard10 - System.Linq.Expressions (>= 4.3) - restriction: >= netstandard10 - System.Net.Http (>= 4.3) - restriction: >= netstandard11 - System.Net.Primitives (>= 4.3) - restriction: >= netstandard10 - System.Net.Sockets (>= 4.3) - restriction: >= netstandard13 - System.ObjectModel (>= 4.3) - restriction: >= netstandard10 - System.Reflection (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Extensions (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard10 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard10 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard11 - System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: >= netstandard11 - System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard11 - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard10 - System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard10 - System.Text.RegularExpressions (>= 4.3) - restriction: >= netstandard10 - System.Threading (>= 4.3) - restriction: >= netstandard10 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard10 - System.Threading.Timer (>= 4.3) - restriction: >= netstandard12 - System.Xml.ReaderWriter (>= 4.3) - restriction: >= netstandard10 - System.Xml.XDocument (>= 4.3) - restriction: >= netstandard10 + System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard1.1 + System.Runtime (>= 4.3) - restriction: >= netstandard1.1 + System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard1.1 + System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard1.1 + System.Text.Encoding (>= 4.3) - restriction: >= netstandard1.1 + System.Threading (>= 4.3) - restriction: >= netstandard1.1 + Microsoft.NETCore.Platforms (1.1) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< monoandroid) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.3) (>= netstandard1.5) (< monoandroid)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.0)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.5)) (>= netstandard1.6) + Microsoft.NETCore.Targets (1.1) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< monoandroid) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.2) (>= netstandard1.3) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.3) (>= netstandard1.5) (< monoandroid)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.0)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.2)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.5)) (>= netstandard1.6) + Microsoft.Win32.Primitives (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.Win32.Registry (4.3) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) + System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) + NETStandard.Library (1.6.1) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard1.0 + Microsoft.Win32.Primitives (>= 4.3) - restriction: >= netstandard1.3 + System.AppContext (>= 4.3) - restriction: >= netstandard1.3 + System.Collections (>= 4.3) - restriction: >= netstandard1.0 + System.Collections.Concurrent (>= 4.3) - restriction: >= netstandard1.1 + System.Console (>= 4.3) - restriction: >= netstandard1.3 + System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard1.0 + System.Diagnostics.Tools (>= 4.3) - restriction: >= netstandard1.0 + System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard1.1 + System.Globalization (>= 4.3) - restriction: >= netstandard1.0 + System.Globalization.Calendars (>= 4.3) - restriction: >= netstandard1.3 + System.IO (>= 4.3) - restriction: >= netstandard1.0 + System.IO.Compression (>= 4.3) - restriction: >= netstandard1.1 + System.IO.Compression.ZipFile (>= 4.3) - restriction: >= netstandard1.3 + System.IO.FileSystem (>= 4.3) - restriction: >= netstandard1.3 + System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard1.3 + System.Linq (>= 4.3) - restriction: >= netstandard1.0 + System.Linq.Expressions (>= 4.3) - restriction: >= netstandard1.0 + System.Net.Http (>= 4.3) - restriction: >= netstandard1.1 + System.Net.Primitives (>= 4.3) - restriction: >= netstandard1.0 + System.Net.Sockets (>= 4.3) - restriction: >= netstandard1.3 + System.ObjectModel (>= 4.3) - restriction: >= netstandard1.0 + System.Reflection (>= 4.3) - restriction: >= netstandard1.0 + System.Reflection.Extensions (>= 4.3) - restriction: >= netstandard1.0 + System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard1.0 + System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard1.0 + System.Runtime (>= 4.3) - restriction: >= netstandard1.0 + System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard1.0 + System.Runtime.Handles (>= 4.3) - restriction: >= netstandard1.3 + System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard1.1 + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: >= netstandard1.1 + System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard1.1 + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard1.3 + System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard1.3 + System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard1.3 + System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: >= netstandard1.3 + System.Text.Encoding (>= 4.3) - restriction: >= netstandard1.0 + System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard1.0 + System.Text.RegularExpressions (>= 4.3) - restriction: >= netstandard1.0 + System.Threading (>= 4.3) - restriction: >= netstandard1.0 + System.Threading.Tasks (>= 4.3) - restriction: >= netstandard1.0 + System.Threading.Timer (>= 4.3) - restriction: >= netstandard1.2 + System.Xml.ReaderWriter (>= 4.3) - restriction: >= netstandard1.0 + System.Xml.XDocument (>= 4.3) - restriction: >= netstandard1.0 RazorEngine (3.9.3) - restriction: >= net45 Microsoft.AspNet.Razor (>= 3.0) - restriction: >= net45 - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.native.System (4.3) - content: none, restriction: || (>= net10) (>= netstandard13) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= netstandard1.6) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.IO.Compression (4.3) - content: none, restriction: || (>= net10) (>= netstandard13) + runtime.native.System.IO.Compression (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Net.Http (4.3) - restriction: >= netstandard16 + runtime.native.System.Net.Http (4.3) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (4.3) - content: none, restriction: >= netstandard16 + runtime.native.System.Security.Cryptography.Apple (4.3) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - content: none, restriction: >= netstandard16 - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: >= netstandard16 - System.AppContext (4.3) - restriction: >= netstandard16 - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Buffers (4.3) - content: none, restriction: || (>= net10) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard11 - System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard11 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard11 - System.Runtime (>= 4.3) - restriction: >= netstandard11 - System.Threading (>= 4.3) - restriction: >= netstandard11 - System.Collections (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Collections.Concurrent (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Reflection (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Collections.Immutable (1.3.1) - content: none, restriction: || (>= net10) (>= netstandard10) - System.Collections (>= 4.3) - restriction: >= netstandard10 - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard10 - System.Globalization (>= 4.3) - restriction: >= netstandard10 - System.Linq (>= 4.3) - restriction: >= netstandard10 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard10 - System.Threading (>= 4.3) - restriction: >= netstandard10 - System.Console (4.3) - content: none, redirects: force, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Diagnostics.Debug (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Diagnostics.DiagnosticSource (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Reflection (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Diagnostics.Process (4.3) - content: none, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard14 - Microsoft.Win32.Primitives (>= 4.3) - restriction: >= netstandard14 - Microsoft.Win32.Registry (>= 4.3) - restriction: >= netstandard14 - runtime.native.System (>= 4.3) - restriction: >= netstandard14 - System.Collections (>= 4.3) - restriction: >= netstandard14 - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard14 - System.Globalization (>= 4.3) - restriction: >= netstandard14 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem (>= 4.3) - restriction: >= netstandard14 - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard14 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard14 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard14 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard14 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard14 - System.Threading (>= 4.3) - restriction: >= netstandard14 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard14 - System.Threading.Thread (>= 4.3) - restriction: >= netstandard14 - System.Threading.ThreadPool (>= 4.3) - restriction: >= netstandard14 - System.Diagnostics.Tools (4.3) - content: none, redirects: force, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Diagnostics.TraceSource (4.3) - content: none, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - runtime.native.System (>= 4.3) - restriction: >= netstandard13 - System.Collections (>= 4.3) - restriction: >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard13 - System.Globalization (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Threading (>= 4.3) - restriction: >= netstandard13 - System.Diagnostics.Tracing (4.3) - content: none, restriction: || (>= net10) (>= netstandard13) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Globalization (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Globalization.Calendars (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.Globalization (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Globalization.Extensions (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - System.Globalization (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard13 - System.IO (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.IO.Compression (4.3) - content: none, restriction: || (>= net10) (>= netstandard11) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - runtime.native.System (>= 4.3) - restriction: >= netstandard13 - runtime.native.System.IO.Compression (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Buffers (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO.Compression.ZipFile (4.3) - restriction: >= netstandard16 - System.Buffers (>= 4.3) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.IO.Compression (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem.Primitives (4.3) - restriction: >= netstandard16 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Linq (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Linq.Expressions (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Linq (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.ObjectModel (>= 4.3) - restriction: >= netstandard16 - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard16) - System.Reflection.Emit (>= 4.3) - restriction: >= netstandard16 - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Reflection.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Reflection.Primitives (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Linq.Queryable (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Linq (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Linq.Expressions (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Reflection.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Net.Http (4.3.1) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - runtime.native.System (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Net.Http (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Globalization.Extensions (>= 4.3) - restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.IO.FileSystem (>= 4.3) - restriction: >= netstandard16 - System.Net.Primitives (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Runtime.Handles (>= 4.3) - restriction: || (== netstandard13) (>= netstandard16) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= net46) (>= netstandard16) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.Net.Primitives (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Net.Requests (4.3) - content: none, redirects: force, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Net.Http (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Net.Primitives (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Net.WebHeaderCollection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Net.Sockets (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.Net.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard13 - System.Net.WebHeaderCollection (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.ObjectModel (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Reflection (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Reflection.Primitives (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Reflection.Emit (4.3) - content: none, restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: >= netstandard11 - System.Reflection (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard11 - System.Runtime (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Emit.ILGeneration (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Reflection (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Emit.Lightweight (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Reflection (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Extensions (4.3) - content: none, restriction: || (>= net10) (>= netstandard11) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Reflection.Metadata (1.4.2) - content: none, restriction: || (>= net10) (>= netstandard10) - System.Collections (>= 4.3) - restriction: >= netstandard11 - System.Collections.Immutable (>= 1.3.1) - restriction: || (== monoandroid) (== monotouch) (== xamarinios) (== xamarinmac) (== win8) (>= netstandard11) - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard11 - System.IO (>= 4.3) - restriction: >= netstandard11 - System.IO.Compression (>= 4.3) - restriction: >= netstandard11 - System.Linq (>= 4.3) - restriction: >= netstandard11 - System.Reflection (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Extensions (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard11 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard11 - System.Runtime (>= 4.3) - restriction: >= netstandard11 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard11 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard11 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard11 - System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard11 - System.Threading (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Primitives (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Reflection.TypeExtensions (4.3) - content: none, restriction: >= netstandard16 - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard15) - System.Resources.ResourceManager (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard12) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Runtime.Extensions (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Runtime.Handles (4.3) - content: none, restriction: || (>= net10) (>= netstandard13) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (4.3) - content: none, restriction: || (>= net10) (>= netstandard11) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Reflection.Primitives (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard15) - System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: >= netstandard16 - runtime.native.System (>= 4.3) - restriction: >= netstandard11 - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Reflection.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard11 - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Runtime.Loader (4.3) - content: none, restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: >= netstandard15 - System.Reflection (>= 4.3) - restriction: >= netstandard15 - System.Runtime (>= 4.3) - restriction: >= netstandard15 - System.Runtime.Numerics (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Security.Cryptography.Algorithms (4.3) - content: none, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard16) - runtime.native.System.Security.Cryptography.Apple (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net46) (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Security.Cryptography.Cng (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netstandard14) (>= netstandard16) - System.IO (>= 4.3) - restriction: || (== netstandard13) (== netstandard14) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Runtime.Handles (>= 4.3) - restriction: || (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== net46) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net46) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Text.Encoding (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Csp (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.Reflection (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Threading (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Encoding (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard13 - System.Collections (>= 4.3) - restriction: >= netstandard13 - System.Collections.Concurrent (>= 4.3) - restriction: >= netstandard13 - System.Linq (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.OpenSsl (4.3) - restriction: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (== monoandroid) (== monotouch) (== xamarinios) (== xamarinmac) (>= netstandard16) - System.Collections (>= 4.3) - restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard16 - System.Runtime (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard16 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard16 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Primitives (4.3) - restriction: >= netstandard16 - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard13 - System.Globalization (>= 4.3) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Threading (>= 4.3) - restriction: >= netstandard13 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.X509Certificates (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard16) - runtime.native.System (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Net.Http (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard16 - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Globalization.Calendars (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.IO.FileSystem (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.Numerics (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== net46) (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Cng (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Security.Cryptography.Csp (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== net46) (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Text.Encoding (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Text.Encoding.Extensions (4.3) - content: none, restriction: || (>= net10) (>= netstandard11) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Text.RegularExpressions (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Threading (4.3) - content: none, restriction: || (>= net10) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading.Tasks (4.3) - content: none, restriction: || (== netstandard10) (>= net10) (>= netstandard13) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading.Tasks.Extensions (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard10 - System.Threading.Tasks.Parallel (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Collections.Concurrent (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Threading.Thread (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Threading.ThreadPool (4.3) - content: none, redirects: force, restriction: >= netstandard16 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Threading.Timer (4.3) - content: none, redirects: force, restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard12) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard12) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard12) - System.ValueTuple (4.3) - content: none, redirects: force, restriction: || (== netstandard10) (== netstandard11) (== netstandard12) (== netstandard13) (== netstandard14) (== netstandard15) (>= net10) - System.Collections (>= 4.3) - restriction: >= netstandard10 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Xml.ReaderWriter (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.IO.FileSystem (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Text.RegularExpressions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Xml.XDocument (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Tools (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Zlib.Portable (1.11) - restriction: || (>= portable-net45+win8+sl5) (>= portable-net45+win8+wp8+wpa81) - remote: https://ci.appveyor.com/nuget/fake - FAKE (5.0.0-alpha004) + runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.AppContext (4.3) - content: none, restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Buffers (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Diagnostics.Tracing (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Threading (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Collections (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Collections.Concurrent (4.3) - content: none, restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Collections.Immutable (1.3.1) - content: none + System.Collections (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Globalization (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Linq (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Threading (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Console (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Diagnostics.Debug (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.DiagnosticSource (4.3.1) - content: none, restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Diagnostics.Process (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.Win32.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.Win32.Registry (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO.FileSystem (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Thread (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.ThreadPool (>= 4.3) - restriction: && (< net46) (>= netstandard1.4) (< monotouch) (< xamarinios) (< xamarinmac) + System.Diagnostics.Tools (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.TraceSource (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Diagnostics.Tracing (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Globalization (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization.Calendars (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization.Extensions (4.3) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.0)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.5)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.IO.Compression (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + runtime.native.System (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + runtime.native.System.IO.Compression (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Buffers (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO.Compression.ZipFile (4.3) - content: none, restriction: >= netstandard1.6 + System.Buffers (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.Compression (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem.Primitives (4.3) - content: none, restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Linq (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= netstandard1.6) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.6) (< monoandroid) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.6) (< monoandroid) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Linq.Expressions (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Linq (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.ObjectModel (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.Emit (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.Primitives (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Linq.Queryable (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Linq (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Linq.Expressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Net.Http (4.3.2) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + runtime.native.System (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Net.Http (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization.Extensions (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO.FileSystem (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Net.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= net46) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Net.Primitives (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Net.Requests (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Net.Http (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Net.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Net.WebHeaderCollection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Net.Sockets (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Net.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Net.WebHeaderCollection (4.3) - content: none, redirects: force, restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.ObjectModel (4.3) - content: none, restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.0)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Reflection.Emit (4.3) - content: none, restriction: >= netstandard1.6 + System.IO (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection.Emit.ILGeneration (4.3) - content: none, redirects: force, restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Emit.Lightweight (4.3) - content: none, redirects: force, restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Extensions (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Reflection.Metadata (1.4.2) - content: none + System.Collections (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Collections.Immutable (>= 1.1.37) - restriction: && (< netstandard1.1) (< monoandroid) (< win8) (>= portable-net45+win8) + System.Collections.Immutable (>= 1.3.1) - restriction: || (>= net45) (&& (>= netstandard1.1) (< win8)) (&& (< netstandard1.1) (>= monoandroid)) (&& (< netstandard1.1) (>= win8)) (>= monotouch) (>= xamarinios) (>= xamarinmac) (>= wpa81) + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.IO (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.IO.Compression (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Linq (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Reflection.Extensions (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Text.Encoding (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Text.Encoding.Extensions (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Threading (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Reflection.Primitives (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.0)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.5)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Reflection.TypeExtensions (4.3) - content: none, restriction: >= netstandard1.6 + System.Reflection (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.5) (< monoandroid)) (&& (< net46) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= net462) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.5) (< monoandroid)) (&& (< net46) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Resources.ResourceManager (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.2) (>= netstandard1.3) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.0)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.2)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.5)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< monoandroid) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< monoandroid) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime.Extensions (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime.Handles (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= net462) (>= dnxcore50) (>= netcore1.1) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + System.Runtime.InteropServices.RuntimeInformation (4.3) - content: none, restriction: >= netstandard1.6 + runtime.native.System (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Loader (4.3) - content: none, restriction: >= netstandard1.6 + System.IO (>= 4.3) - restriction: && (< net462) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection (>= 4.3) - restriction: && (< net462) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net462) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Numerics (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Security.Cryptography.Algorithms (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + runtime.native.System.Security.Cryptography.Apple (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Handles (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Numerics (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Cng (4.3) - content: none, restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.IO (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= net461) (>= netstandard1.6) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= net461) (>= netstandard1.6) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Security.Cryptography.Csp (4.3) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Encoding (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections.Concurrent (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Linq (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.OpenSsl (4.3) - content: none, restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (>= net463) (>= netstandard1.6) (>= monoandroid) + System.Collections (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Handles (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Numerics (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (4.3) - content: none, restriction: >= netstandard1.6 + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.X509Certificates (4.3) - content: none, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + runtime.native.System (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Net.Http (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization.Calendars (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO.FileSystem (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Numerics (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Cng (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Csp (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.3) (>= netstandard1.5) (< monoandroid)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.0)) (&& (>= dnxcore50) (>= netstandard1.1)) (&& (>= dnxcore50) (>= netstandard1.3)) (&& (>= dnxcore50) (>= netstandard1.5)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding.Extensions (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.RegularExpressions (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) (>= netcore1.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (4.3) - content: none, restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (&& (>= dnxcore50) (>= netstandard1.0)) (&& (>= dnxcore50) (>= netstandard1.1)) (>= netstandard1.6) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks.Extensions (4.3) - content: none, restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Collections (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Threading.Tasks (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Threading.Tasks.Parallel (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Thread (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.ThreadPool (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Timer (4.3) - content: none, redirects: force, restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50) + System.Xml.ReaderWriter (4.3) - content: none, restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Xml.XDocument (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Zlib.Portable (1.11) - restriction: || (&& (< net40) (>= portable-net45+win8)) (&& (< net40) (>= portable-net45+win8+sl5) (< portable-net45+win8+wp8+wpa81)) (&& (< net40) (< portable-net45+win8+sl5) (>= portable-net45+win8+wp8+wpa81)) GROUP Build NUGET @@ -716,578 +711,573 @@ NUGET GROUP Test NUGET remote: https://api.nuget.org/v3/index.json - FSharp.Core (4.1.12) - restriction: || (>= net10) (>= netstandard10) - System.Collections (>= 4.0.11) - restriction: >= netstandard16 - System.Console (>= 4.0) - restriction: >= netstandard16 - System.Diagnostics.Debug (>= 4.0.11) - restriction: >= netstandard16 - System.Diagnostics.Tools (>= 4.0.1) - restriction: >= netstandard16 - System.Globalization (>= 4.0.11) - restriction: >= netstandard16 - System.IO (>= 4.1) - restriction: >= netstandard16 - System.Linq (>= 4.1) - restriction: >= netstandard16 - System.Linq.Expressions (>= 4.1) - restriction: >= netstandard16 - System.Linq.Queryable (>= 4.0.1) - restriction: >= netstandard16 - System.Net.Requests (>= 4.0.11) - restriction: >= netstandard16 - System.Reflection (>= 4.1) - restriction: >= netstandard16 - System.Reflection.Extensions (>= 4.0.1) - restriction: >= netstandard16 - System.Resources.ResourceManager (>= 4.0.1) - restriction: >= netstandard16 - System.Runtime (>= 4.1) - restriction: >= netstandard16 - System.Runtime.Extensions (>= 4.1) - restriction: >= netstandard16 - System.Runtime.Numerics (>= 4.0.1) - restriction: >= netstandard16 - System.Text.RegularExpressions (>= 4.1) - restriction: >= netstandard16 - System.Threading (>= 4.0.11) - restriction: >= netstandard16 - System.Threading.Tasks (>= 4.0.11) - restriction: >= netstandard16 - System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: >= netstandard16 - System.Threading.Thread (>= 4.0) - restriction: >= netstandard16 - System.Threading.ThreadPool (>= 4.0.10) - restriction: >= netstandard16 - System.Threading.Timer (>= 4.0.1) - restriction: >= netstandard16 - System.ValueTuple (>= 4.3) - restriction: || (== netstandard10) (== netstandard11) (== netstandard12) (== netstandard13) (== netstandard14) (== netstandard15) (>= net10) + FSharp.Core (4.2.1) + System.Collections (>= 4.0.11) - restriction: >= netstandard1.6 + System.Console (>= 4.0) - restriction: >= netstandard1.6 + System.Diagnostics.Debug (>= 4.0.11) - restriction: >= netstandard1.6 + System.Diagnostics.Tools (>= 4.0.1) - restriction: >= netstandard1.6 + System.Globalization (>= 4.0.11) - restriction: >= netstandard1.6 + System.IO (>= 4.1) - restriction: >= netstandard1.6 + System.Linq (>= 4.1) - restriction: >= netstandard1.6 + System.Linq.Expressions (>= 4.1) - restriction: >= netstandard1.6 + System.Linq.Queryable (>= 4.0.1) - restriction: >= netstandard1.6 + System.Net.Requests (>= 4.0.11) - restriction: >= netstandard1.6 + System.Reflection (>= 4.1) - restriction: >= netstandard1.6 + System.Reflection.Extensions (>= 4.0.1) - restriction: >= netstandard1.6 + System.Resources.ResourceManager (>= 4.0.1) - restriction: >= netstandard1.6 + System.Runtime (>= 4.1) - restriction: >= netstandard1.6 + System.Runtime.Extensions (>= 4.1) - restriction: >= netstandard1.6 + System.Runtime.Numerics (>= 4.0.1) - restriction: >= netstandard1.6 + System.Text.RegularExpressions (>= 4.1) - restriction: >= netstandard1.6 + System.Threading (>= 4.0.11) - restriction: >= netstandard1.6 + System.Threading.Tasks (>= 4.0.11) - restriction: >= netstandard1.6 + System.Threading.Tasks.Parallel (>= 4.0.1) - restriction: >= netstandard1.6 + System.Threading.Thread (>= 4.0) - restriction: >= netstandard1.6 + System.Threading.ThreadPool (>= 4.0.10) - restriction: >= netstandard1.6 + System.Threading.Timer (>= 4.0.1) - restriction: >= netstandard1.6 FsUnit (3.0) - FSharp.Core (>= 3.1.2.5) - restriction: || (== netstandard10) (== netstandard11) (== netstandard12) (== netstandard13) (== netstandard14) (== netstandard15) (>= net10) - FSharp.Core (>= 4.1) - restriction: >= netstandard16 - NETStandard.Library (>= 1.6) - restriction: >= netstandard16 + FSharp.Core (>= 3.1.2.5) - restriction: < netstandard1.6 + FSharp.Core (>= 4.1) - restriction: >= netstandard1.6 + NETStandard.Library (>= 1.6) - restriction: >= netstandard1.6 NUnit (>= 3.6) - Microsoft.NETCore.Platforms (1.1) - restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Targets (1.1) - restriction: || (>= net10) (>= netstandard10) - Microsoft.Win32.Primitives (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - NETStandard.Library (1.6.1) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard10 - Microsoft.Win32.Primitives (>= 4.3) - restriction: >= netstandard13 - System.AppContext (>= 4.3) - restriction: >= netstandard13 - System.Collections (>= 4.3) - restriction: >= netstandard10 - System.Collections.Concurrent (>= 4.3) - restriction: >= netstandard11 - System.Console (>= 4.3) - restriction: >= netstandard13 - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard10 - System.Diagnostics.Tools (>= 4.3) - restriction: >= netstandard10 - System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard11 - System.Globalization (>= 4.3) - restriction: >= netstandard10 - System.Globalization.Calendars (>= 4.3) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard10 - System.IO.Compression (>= 4.3) - restriction: >= netstandard11 - System.IO.Compression.ZipFile (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Linq (>= 4.3) - restriction: >= netstandard10 - System.Linq.Expressions (>= 4.3) - restriction: >= netstandard10 - System.Net.Http (>= 4.3) - restriction: >= netstandard11 - System.Net.Primitives (>= 4.3) - restriction: >= netstandard10 - System.Net.Sockets (>= 4.3) - restriction: >= netstandard13 - System.ObjectModel (>= 4.3) - restriction: >= netstandard10 - System.Reflection (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Extensions (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard10 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard10 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard11 - System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: >= netstandard11 - System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard11 - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard10 - System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard10 - System.Text.RegularExpressions (>= 4.3) - restriction: >= netstandard10 - System.Threading (>= 4.3) - restriction: >= netstandard10 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard10 - System.Threading.Timer (>= 4.3) - restriction: >= netstandard12 - System.Xml.ReaderWriter (>= 4.3) - restriction: >= netstandard10 - System.Xml.XDocument (>= 4.3) - restriction: >= netstandard10 + Microsoft.NETCore.Platforms (1.1) - restriction: >= netstandard1.6 + Microsoft.NETCore.Targets (1.1) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (< netstandard1.1) (>= netstandard1.6) (< monoandroid)) (&& (< netstandard1.2) (>= netstandard1.6) (< monoandroid)) (&& (< netstandard1.3) (>= netstandard1.6) (< monoandroid)) (&& (< netstandard1.5) (>= netstandard1.6) (< monoandroid)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) (>= netcore1.1) + Microsoft.Win32.Primitives (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + NETStandard.Library (1.6.1) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard1.0 + Microsoft.Win32.Primitives (>= 4.3) - restriction: >= netstandard1.3 + System.AppContext (>= 4.3) - restriction: >= netstandard1.3 + System.Collections (>= 4.3) - restriction: >= netstandard1.0 + System.Collections.Concurrent (>= 4.3) - restriction: >= netstandard1.1 + System.Console (>= 4.3) - restriction: >= netstandard1.3 + System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard1.0 + System.Diagnostics.Tools (>= 4.3) - restriction: >= netstandard1.0 + System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard1.1 + System.Globalization (>= 4.3) - restriction: >= netstandard1.0 + System.Globalization.Calendars (>= 4.3) - restriction: >= netstandard1.3 + System.IO (>= 4.3) - restriction: >= netstandard1.0 + System.IO.Compression (>= 4.3) - restriction: >= netstandard1.1 + System.IO.Compression.ZipFile (>= 4.3) - restriction: >= netstandard1.3 + System.IO.FileSystem (>= 4.3) - restriction: >= netstandard1.3 + System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard1.3 + System.Linq (>= 4.3) - restriction: >= netstandard1.0 + System.Linq.Expressions (>= 4.3) - restriction: >= netstandard1.0 + System.Net.Http (>= 4.3) - restriction: >= netstandard1.1 + System.Net.Primitives (>= 4.3) - restriction: >= netstandard1.0 + System.Net.Sockets (>= 4.3) - restriction: >= netstandard1.3 + System.ObjectModel (>= 4.3) - restriction: >= netstandard1.0 + System.Reflection (>= 4.3) - restriction: >= netstandard1.0 + System.Reflection.Extensions (>= 4.3) - restriction: >= netstandard1.0 + System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard1.0 + System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard1.0 + System.Runtime (>= 4.3) - restriction: >= netstandard1.0 + System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard1.0 + System.Runtime.Handles (>= 4.3) - restriction: >= netstandard1.3 + System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard1.1 + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: >= netstandard1.1 + System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard1.1 + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard1.3 + System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard1.3 + System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard1.3 + System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: >= netstandard1.3 + System.Text.Encoding (>= 4.3) - restriction: >= netstandard1.0 + System.Text.Encoding.Extensions (>= 4.3) - restriction: >= netstandard1.0 + System.Text.RegularExpressions (>= 4.3) - restriction: >= netstandard1.0 + System.Threading (>= 4.3) - restriction: >= netstandard1.0 + System.Threading.Tasks (>= 4.3) - restriction: >= netstandard1.0 + System.Threading.Timer (>= 4.3) - restriction: >= netstandard1.2 + System.Xml.ReaderWriter (>= 4.3) - restriction: >= netstandard1.0 + System.Xml.XDocument (>= 4.3) - restriction: >= netstandard1.0 NUnit (3.6) - NETStandard.Library (>= 1.6) - restriction: >= netstandard16 - System.Runtime.Loader (>= 4.0) - restriction: >= netstandard16 + NETStandard.Library (>= 1.6) - restriction: >= netstandard1.6 + System.Runtime.Loader (>= 4.0) - restriction: >= netstandard1.6 NUnit.ConsoleRunner (3.6.1) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.native.System (4.3) - restriction: || (>= net10) (>= netstandard16) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.IO.Compression (4.3) - restriction: >= netstandard16 + runtime.native.System.IO.Compression (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Net.Http (4.3) - restriction: || (>= net10) (>= netstandard16) + runtime.native.System.Net.Http (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Security.Cryptography.Apple (4.3) - restriction: || (>= net10) (>= netstandard16) + runtime.native.System.Security.Cryptography.Apple (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3) - runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - System.AppContext (4.3) - restriction: >= netstandard16 - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Buffers (4.3) - restriction: >= netstandard16 - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard11 - System.Diagnostics.Tracing (>= 4.3) - restriction: >= netstandard11 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard11 - System.Runtime (>= 4.3) - restriction: >= netstandard11 - System.Threading (>= 4.3) - restriction: >= netstandard11 - System.Collections (4.3) - restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Collections.Concurrent (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Reflection (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Console (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Diagnostics.Debug (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Diagnostics.DiagnosticSource (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Reflection (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== netstandard11) (>= netstandard13) - System.Diagnostics.Tools (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Diagnostics.Tracing (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Globalization (4.3) - restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Globalization.Calendars (4.3) - restriction: || (>= net46) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.Globalization (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Globalization.Extensions (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - System.Globalization (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard13 - System.IO (4.3) - restriction: || (== netstandard10) (== netstandard13) (>= net10) (>= netstandard15) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.IO.Compression (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - runtime.native.System (>= 4.3) - restriction: >= netstandard13 - runtime.native.System.IO.Compression (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Buffers (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO.Compression.ZipFile (4.3) - restriction: >= netstandard16 - System.Buffers (>= 4.3) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.IO.Compression (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard13 - System.IO.FileSystem.Primitives (4.3) - restriction: || (>= net46) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Linq (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Linq.Expressions (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Linq (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.ObjectModel (>= 4.3) - restriction: >= netstandard16 - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard16) - System.Reflection.Emit (>= 4.3) - restriction: >= netstandard16 - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Reflection.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Reflection.Primitives (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Linq.Queryable (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Linq (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Linq.Expressions (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Reflection.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Net.Http (4.3.1) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - runtime.native.System (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Net.Http (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Globalization.Extensions (>= 4.3) - restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.IO.FileSystem (>= 4.3) - restriction: >= netstandard16 - System.Net.Primitives (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Runtime.Handles (>= 4.3) - restriction: || (== netstandard13) (>= netstandard16) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= net46) (>= netstandard16) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard16) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard13) (>= netstandard16) - System.Net.Primitives (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Net.Requests (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Net.Http (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Net.Primitives (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Net.WebHeaderCollection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard11) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Net.Sockets (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.Net.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard13 - System.Net.WebHeaderCollection (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.ObjectModel (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Reflection (4.3) - restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Reflection.Primitives (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Reflection.Emit (4.3) - restriction: || (>= net10) (>= netstandard16) - System.IO (>= 4.3) - restriction: >= netstandard11 - System.Reflection (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard11 - System.Runtime (>= 4.3) - restriction: >= netstandard11 - System.Reflection.Emit.ILGeneration (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Reflection (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Emit.Lightweight (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Reflection (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Primitives (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Reflection.Extensions (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Reflection.Primitives (4.3) - restriction: || (== netstandard10) (== netstandard13) (>= net10) (>= netstandard15) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Reflection.TypeExtensions (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard15) - System.Resources.ResourceManager (4.3) - restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard10) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard10) - System.Runtime (4.3) - restriction: || (>= net10) (>= netstandard10) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard12) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Runtime.Extensions (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard15) - System.Runtime.Handles (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - Microsoft.NETCore.Targets (>= 1.1) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Reflection.Primitives (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (== netstandard12) (== netstandard13) (>= netstandard15) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (>= netstandard15) - System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: >= netstandard16 - runtime.native.System (>= 4.3) - restriction: >= netstandard11 - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Reflection.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard11 - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard11) - System.Runtime.Loader (4.3) - restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: >= netstandard15 - System.Reflection (>= 4.3) - restriction: >= netstandard15 - System.Runtime (>= 4.3) - restriction: >= netstandard15 - System.Runtime.Numerics (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Security.Cryptography.Algorithms (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard16) - runtime.native.System.Security.Cryptography.Apple (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net46) (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Security.Cryptography.Cng (4.3) - restriction: || (>= net46) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== netstandard14) (>= netstandard16) - System.IO (>= 4.3) - restriction: || (== netstandard13) (== netstandard14) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Runtime.Handles (>= 4.3) - restriction: || (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== net46) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== net46) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Text.Encoding (>= 4.3) - restriction: || (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Csp (4.3) - restriction: || (>= net46) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.Reflection (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Threading (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Encoding (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netstandard13 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard13 - System.Collections (>= 4.3) - restriction: >= netstandard13 - System.Collections.Concurrent (>= 4.3) - restriction: >= netstandard13 - System.Linq (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard13 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.OpenSsl (4.3) - restriction: || (>= net10) (>= netstandard16) - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (== monoandroid) (== monotouch) (== xamarinios) (== xamarinmac) (>= netstandard16) - System.Collections (>= 4.3) - restriction: >= netstandard16 - System.IO (>= 4.3) - restriction: >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard16 - System.Runtime (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Extensions (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard16 - System.Runtime.InteropServices (>= 4.3) - restriction: >= netstandard16 - System.Runtime.Numerics (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: >= netstandard16 - System.Text.Encoding (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Primitives (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard13 - System.Globalization (>= 4.3) - restriction: >= netstandard13 - System.IO (>= 4.3) - restriction: >= netstandard13 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard13 - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Threading (>= 4.3) - restriction: >= netstandard13 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard13 - System.Security.Cryptography.X509Certificates (4.3) - restriction: || (>= net46) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard16) - runtime.native.System (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Net.Http (>= 4.3) - restriction: >= netstandard16 - runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Diagnostics.Debug (>= 4.3) - restriction: >= netstandard16 - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Globalization.Calendars (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.IO.FileSystem (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: >= netstandard16 - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.Handles (>= 4.3) - restriction: || (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime.Numerics (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (== net46) (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Security.Cryptography.Cng (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Security.Cryptography.Csp (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (== net46) (== dnxcore50) (== netstandard13) (== netstandard14) (>= netstandard16) - System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: >= netstandard16 - System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Text.Encoding (4.3) - restriction: || (== netstandard10) (== netstandard13) (>= net10) (>= netstandard15) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Text.Encoding.Extensions (4.3) - restriction: >= netstandard16 - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Text.RegularExpressions (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (== netstandard13) (>= netstandard16) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard16) - System.Threading (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading.Tasks (4.3) - restriction: || (== netstandard10) (== netstandard13) (>= net10) (>= netstandard15) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading.Tasks.Extensions (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Threading.Tasks (>= 4.3) - restriction: >= netstandard10 - System.Threading.Tasks.Parallel (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Collections.Concurrent (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard11) (>= netstandard13) - System.Threading.Thread (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Threading.ThreadPool (4.3) - restriction: || (>= net10) (>= netstandard16) - System.Runtime (>= 4.3) - restriction: >= netstandard13 - System.Runtime.Handles (>= 4.3) - restriction: >= netstandard13 - System.Threading.Timer (4.3) - restriction: || (>= net10) (>= netstandard16) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard12) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (== dnxcore50) (>= netstandard12) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard12) - System.ValueTuple (4.3) - restriction: || (== netstandard10) (== netstandard11) (== netstandard12) (== netstandard13) (== netstandard14) (== netstandard15) (>= net10) - System.Collections (>= 4.3) - restriction: >= netstandard10 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netstandard10 - System.Runtime (>= 4.3) - restriction: >= netstandard10 - System.Xml.ReaderWriter (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.IO.FileSystem (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime.InteropServices (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Text.RegularExpressions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading.Tasks (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Xml.XDocument (4.3) - restriction: >= netstandard16 - System.Collections (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Debug (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Diagnostics.Tools (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Globalization (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.IO (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Reflection (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Resources.ResourceManager (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Runtime (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) - System.Runtime.Extensions (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Text.Encoding (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Threading (>= 4.3) - restriction: || (== dnxcore50) (>= netstandard13) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (== dnxcore50) (== netstandard10) (>= netstandard13) + runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.1) + runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.1) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.AppContext (4.3) - restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Buffers (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Diagnostics.Tracing (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Threading (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Collections (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Collections.Concurrent (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Console (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Diagnostics.Debug (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.DiagnosticSource (4.3.1) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) + System.Diagnostics.Tools (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tracing (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Globalization (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization.Calendars (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization.Extensions (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.IO.Compression (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + runtime.native.System (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + runtime.native.System.IO.Compression (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Buffers (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO.Compression.ZipFile (4.3) - restriction: >= netstandard1.6 + System.Buffers (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.Compression (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO.FileSystem.Primitives (4.3) - restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Linq (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.6) (< monoandroid) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.6) (< monoandroid) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Linq.Expressions (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Linq (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.ObjectModel (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.Emit (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.Primitives (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Linq.Queryable (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Linq (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Linq.Expressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Net.Http (4.3.2) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + runtime.native.System (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Net.Http (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization.Extensions (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO.FileSystem (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Net.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= net46) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Net.Primitives (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Net.Requests (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Net.Http (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Net.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Net.WebHeaderCollection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.0) (< netstandard1.1) (< monoandroid) (< win8) (< wp8)) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Net.Sockets (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Net.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Net.WebHeaderCollection (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.ObjectModel (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Reflection.Emit (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection.Emit.ILGeneration (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Emit.Lightweight (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Primitives (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< wp8) + System.Reflection.Extensions (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Reflection.Primitives (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Reflection.TypeExtensions (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Reflection (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.5) (< monoandroid)) (&& (< net46) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= net462) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.5) (< monoandroid)) (&& (< net46) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Resources.ResourceManager (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81)) (>= dnxcore50) + System.Runtime (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< monoandroid) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< monoandroid) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime.Extensions (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) + System.Runtime.Handles (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< monoandroid) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= net462) (>= dnxcore50) (>= netcore1.1) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.5) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac)) (>= dnxcore50) (>= netcore1.1) + System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: >= netstandard1.6 + runtime.native.System (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Loader (4.3) - restriction: >= netstandard1.6 + System.IO (>= 4.3) - restriction: && (< net462) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection (>= 4.3) - restriction: && (< net462) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net462) (>= netstandard1.5) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Numerics (4.3) - restriction: >= netstandard1.6 + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Security.Cryptography.Algorithms (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + runtime.native.System.Security.Cryptography.Apple (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Handles (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Numerics (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (>= net463) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Cng (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.IO (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= net461) (>= netstandard1.6) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< net46) (>= netstandard1.4)) (>= net461) (>= netstandard1.6) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.4)) (>= netstandard1.6) + System.Security.Cryptography.Csp (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Reflection (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= net46) (&& (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Encoding (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections.Concurrent (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Linq (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Text.Encoding (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.OpenSsl (4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (>= net463) (>= netstandard1.6) (>= monoandroid) + System.Collections (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Handles (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.InteropServices (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Numerics (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= net463) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (4.3) - restriction: >= netstandard1.6 + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.IO (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Tasks (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.X509Certificates (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + runtime.native.System (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Net.Http (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Diagnostics.Debug (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization.Calendars (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO.FileSystem (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.InteropServices (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime.Numerics (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Cng (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.Csp (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (>= net46) (< netstandard1.4)) (&& (< net46) (>= netstandard1.3) (< netstandard1.4) (< monoandroid)) (&& (< net46) (>= netstandard1.4) (< netstandard1.6) (< monoandroid)) (>= net461) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac) + System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Text.Encoding (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding.Extensions (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.RegularExpressions (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Globalization (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Resources.ResourceManager (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.6) (< monoandroid) (< win8) (< wpa81)) (>= dnxcore50) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) (>= netcore1.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (>= 4.3) - restriction: || (>= dnxcore50) (&& (>= netstandard1.6) (< netcore1.1) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Threading (4.3) - restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks.Extensions (4.3) - restriction: || (&& (>= dnxcore50) (>= netstandard1.6)) (&& (>= netstandard1.6) (< monotouch) (< xamarinios) (< xamarinmac)) + System.Collections (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Threading.Tasks (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wp8) (< wpa81) + System.Threading.Tasks.Parallel (4.3) - restriction: >= netstandard1.6 + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.3) (< monoandroid) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Thread (4.3) - restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.ThreadPool (4.3) - restriction: >= netstandard1.6 + System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) + System.Threading.Timer (4.3) - restriction: >= netstandard1.6 + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net451) (>= netstandard1.2) (< monotouch) (< xamarinios) (< xamarinmac) (< win81) (< wpa81)) (>= dnxcore50) + System.Xml.ReaderWriter (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Xml.XDocument (4.3) - restriction: >= netstandard1.6 + System.Collections (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Globalization (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.IO (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Reflection (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Text.Encoding (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Threading (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3) (< monoandroid) (< win8) (< wp8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< monotouch) (< xamarinios) (< xamarinmac) (< win8) (< wpa81)) (>= dnxcore50) diff --git a/src/Common/AssemblyInfo.cs b/src/Common/AssemblyInfo.cs index b79de8e60..66f5afdba 100644 --- a/src/Common/AssemblyInfo.cs +++ b/src/Common/AssemblyInfo.cs @@ -6,7 +6,7 @@ [assembly: AssemblyDescriptionAttribute("A package of libraries for building great F# documentation, samples and blogs")] [assembly: AssemblyVersionAttribute("3.0.0")] [assembly: AssemblyFileVersionAttribute("3.0.0")] -[assembly: AssemblyInformationalVersionAttribute("3.0.0-beta04")] +[assembly: AssemblyInformationalVersionAttribute("3.0.0-beta06")] [assembly: AssemblyCopyrightAttribute("Apache 2.0 License")] namespace System { internal static class AssemblyVersionInformation { @@ -15,7 +15,7 @@ internal static class AssemblyVersionInformation { internal const System.String AssemblyDescription = "A package of libraries for building great F# documentation, samples and blogs"; internal const System.String AssemblyVersion = "3.0.0"; internal const System.String AssemblyFileVersion = "3.0.0"; - internal const System.String AssemblyInformationalVersion = "3.0.0-beta04"; + internal const System.String AssemblyInformationalVersion = "3.0.0-beta06"; internal const System.String AssemblyCopyright = "Apache 2.0 License"; } } diff --git a/src/Common/AssemblyInfo.fs b/src/Common/AssemblyInfo.fs index b1b6f8e0b..a135b3d0b 100644 --- a/src/Common/AssemblyInfo.fs +++ b/src/Common/AssemblyInfo.fs @@ -7,7 +7,7 @@ open System.Reflection [] [] [] -[] +[] [] do () @@ -17,5 +17,5 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "A package of libraries for building great F# documentation, samples and blogs" let [] AssemblyVersion = "3.0.0" let [] AssemblyFileVersion = "3.0.0" - let [] AssemblyInformationalVersion = "3.0.0-beta04" + let [] AssemblyInformationalVersion = "3.0.0-beta06" let [] AssemblyCopyright = "Apache 2.0 License" diff --git a/src/FSharp.CodeFormat/FSharp.CodeFormat.fsproj b/src/FSharp.CodeFormat/FSharp.CodeFormat.fsproj index b732f3e6b..d959b61ca 100644 --- a/src/FSharp.CodeFormat/FSharp.CodeFormat.fsproj +++ b/src/FSharp.CodeFormat/FSharp.CodeFormat.fsproj @@ -118,7 +118,7 @@ - + ..\..\packages\FSharp.Compiler.Service\lib\netstandard1.6\FSharp.Compiler.Service.dll @@ -129,24 +129,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -156,7 +138,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -165,54 +147,9 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\Microsoft.DiaSymReader\lib\net20\Microsoft.DiaSymReader.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader\lib\netstandard1.1\Microsoft.DiaSymReader.dll @@ -223,16 +160,7 @@ - - - - ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\net45\Microsoft.DiaSymReader.PortablePdb.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\netstandard1.1\Microsoft.DiaSymReader.PortablePdb.dll @@ -243,18 +171,6 @@ - - - - True - - - ..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -271,15 +187,6 @@ - - - - ..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll - True - True - - - @@ -296,19 +203,10 @@ - - - - ..\..\packages\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - + - ..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -316,25 +214,21 @@ - - ..\..\packages\System.AppContext\ref\netstandard\_._ + + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -375,7 +269,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -400,7 +294,7 @@ - + ..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll @@ -409,17 +303,17 @@ - - - + - - ..\..\packages\System.Console\lib\net46\System.Console.dll + + ..\..\packages\System.Collections.Immutable\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll True True + + @@ -466,16 +360,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -486,15 +371,6 @@ - - - - ..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll - True - True - - - @@ -527,15 +403,6 @@ - - - - ..\..\packages\System.Diagnostics.TraceSource\lib\net46\System.Diagnostics.TraceSource.dll - True - True - - - @@ -552,15 +419,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -621,15 +479,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -646,15 +495,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -671,15 +511,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -724,27 +555,16 @@ - - - - True - - - - - - + True - + - ..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -777,21 +597,23 @@ - - - + - + True - - ..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -816,15 +638,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -841,16 +654,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -875,15 +679,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -898,7 +693,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -923,16 +718,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -971,7 +757,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -982,11 +768,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -998,9 +796,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -1039,15 +839,6 @@ - - - - ..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1064,7 +855,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -1089,7 +880,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -1114,15 +905,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -1181,7 +963,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -1206,7 +988,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -1231,7 +1013,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -1258,7 +1040,7 @@ - + ..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll @@ -1267,6 +1049,15 @@ + + + + ..\..\packages\System.Reflection.Metadata\lib\portable-net45+win8\System.Reflection.Metadata.dll + True + True + + + @@ -1285,25 +1076,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1344,25 +1117,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1421,15 +1175,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1490,24 +1235,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1575,16 +1302,7 @@ - - - - ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1604,7 +1322,7 @@ - + ..\..\packages\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -1643,7 +1361,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1654,24 +1372,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1683,24 +1383,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1712,15 +1394,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1732,15 +1405,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1757,7 +1421,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1777,16 +1441,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1806,15 +1461,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1891,15 +1537,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1909,7 +1546,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1948,7 +1585,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1973,7 +1610,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -2003,7 +1640,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2028,7 +1665,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -2039,16 +1676,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -2073,16 +1701,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -2123,39 +1742,7 @@ - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2180,14 +1767,7 @@ - - - - True - - - - + ..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll diff --git a/src/FSharp.CodeFormat/app.config b/src/FSharp.CodeFormat/app.config index 45f9b3376..e5bf521ba 100644 --- a/src/FSharp.CodeFormat/app.config +++ b/src/FSharp.CodeFormat/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/src/FSharp.Formatting.CommandTool/FSharp.Formatting.CommandTool.fsproj b/src/FSharp.Formatting.CommandTool/FSharp.Formatting.CommandTool.fsproj index 143e63449..2675d24be 100644 --- a/src/FSharp.Formatting.CommandTool/FSharp.Formatting.CommandTool.fsproj +++ b/src/FSharp.Formatting.CommandTool/FSharp.Formatting.CommandTool.fsproj @@ -84,6 +84,59 @@ --> + + + + + Common\AssemblyInfo.fs + + + Common\StringParsing.fs + + + + + + + + + + + + + + + + FSharp.CodeFormat + {341ebf32-d470-4c55-99e9-55f14f7ffbb1} + True + + + FSharp.Formatting.Common + {91bad90e-bf3b-4646-a1a7-1568f8f25075} + True + + + FSharp.Formatting.Razor + {c6b3c274-71a8-4239-ba9a-1af7b2f7c736} + True + + + FSharp.Literate + {65e6d541-0486-4383-b619-5cfc5d2ba2f0} + True + + + FSharp.Markdown + {c44c1c05-599a-40dd-9590-465eab8960c5} + True + + + FSharp.MetadataFormat + {bc4946ba-2724-4524-ac50-dfc49ee154a1} + True + + @@ -114,24 +167,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -141,7 +176,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -150,42 +185,6 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -240,7 +239,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -265,15 +264,6 @@ - - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -320,16 +310,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -356,15 +337,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -425,15 +397,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -450,15 +413,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -475,15 +429,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -528,15 +473,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -553,16 +489,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -587,15 +514,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -610,7 +528,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -635,16 +553,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -683,7 +592,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -694,11 +603,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -710,9 +631,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -751,7 +674,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -776,7 +699,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -801,15 +724,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -868,7 +782,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -893,7 +807,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -918,7 +832,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -961,25 +875,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1020,25 +916,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1097,15 +974,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1166,24 +1034,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1265,7 +1115,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1276,24 +1126,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1305,24 +1137,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1334,15 +1148,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1354,15 +1159,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1379,7 +1175,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1399,16 +1195,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1428,15 +1215,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1483,15 +1261,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1501,7 +1270,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1540,7 +1309,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1565,7 +1334,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1609,7 +1378,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1620,16 +1389,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1654,16 +1414,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1703,77 +1454,4 @@ - - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - Common\AssemblyInfo.fs - - - Common\StringParsing.fs - - - - - - - - - - - - - - - - FSharp.CodeFormat - {341ebf32-d470-4c55-99e9-55f14f7ffbb1} - True - - - FSharp.Formatting.Common - {91bad90e-bf3b-4646-a1a7-1568f8f25075} - True - - - FSharp.Formatting.Razor - {c6b3c274-71a8-4239-ba9a-1af7b2f7c736} - True - - - FSharp.Literate - {65e6d541-0486-4383-b619-5cfc5d2ba2f0} - True - - - FSharp.Markdown - {c44c1c05-599a-40dd-9590-465eab8960c5} - True - - - FSharp.MetadataFormat - {bc4946ba-2724-4524-ac50-dfc49ee154a1} - True - - \ No newline at end of file diff --git a/src/FSharp.Formatting.CommandTool/app.config b/src/FSharp.Formatting.CommandTool/app.config index 45f9b3376..e5bf521ba 100644 --- a/src/FSharp.Formatting.CommandTool/app.config +++ b/src/FSharp.Formatting.CommandTool/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/src/FSharp.Formatting.Common/FSharp.Formatting.Common.fsproj b/src/FSharp.Formatting.Common/FSharp.Formatting.Common.fsproj index da4c9a9e5..1fcc5056c 100644 --- a/src/FSharp.Formatting.Common/FSharp.Formatting.Common.fsproj +++ b/src/FSharp.Formatting.Common/FSharp.Formatting.Common.fsproj @@ -99,7 +99,7 @@ - + ..\..\packages\FSharp.Compiler.Service\lib\netstandard1.6\FSharp.Compiler.Service.dll @@ -110,24 +110,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -137,7 +119,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -146,54 +128,9 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\Microsoft.DiaSymReader\lib\net20\Microsoft.DiaSymReader.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader\lib\netstandard1.1\Microsoft.DiaSymReader.dll @@ -204,16 +141,7 @@ - - - - ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\net45\Microsoft.DiaSymReader.PortablePdb.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\netstandard1.1\Microsoft.DiaSymReader.PortablePdb.dll @@ -224,15 +152,6 @@ - - - - ..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -249,15 +168,6 @@ - - - - ..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll - True - True - - - @@ -274,19 +184,10 @@ - + - ..\..\packages\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - - - - ..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -294,25 +195,21 @@ - - ..\..\packages\System.AppContext\ref\netstandard\_._ + + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -353,7 +250,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -378,7 +275,7 @@ - + ..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll @@ -387,17 +284,17 @@ - - - + - - ..\..\packages\System.Console\lib\net46\System.Console.dll + + ..\..\packages\System.Collections.Immutable\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll True True + + @@ -444,16 +341,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -464,15 +352,6 @@ - - - - ..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll - True - True - - - @@ -505,15 +384,6 @@ - - - - ..\..\packages\System.Diagnostics.TraceSource\lib\net46\System.Diagnostics.TraceSource.dll - True - True - - - @@ -530,15 +400,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -599,15 +460,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -624,15 +476,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -649,15 +492,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -702,18 +536,16 @@ - + True - + - ..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -746,21 +578,23 @@ - - - + - + True - - ..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -785,15 +619,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -810,16 +635,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -844,15 +660,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -867,7 +674,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -892,16 +699,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -940,7 +738,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -951,11 +749,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -967,9 +777,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -1008,15 +820,6 @@ - - - - ..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1033,7 +836,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -1058,7 +861,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -1083,15 +886,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -1150,7 +944,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -1175,7 +969,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -1200,7 +994,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -1227,7 +1021,7 @@ - + ..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll @@ -1236,6 +1030,15 @@ + + + + ..\..\packages\System.Reflection.Metadata\lib\portable-net45+win8\System.Reflection.Metadata.dll + True + True + + + @@ -1254,25 +1057,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1313,25 +1098,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1390,15 +1156,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1459,24 +1216,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1544,16 +1283,7 @@ - - - - ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1573,7 +1303,7 @@ - + ..\..\packages\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -1612,7 +1342,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1623,24 +1353,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1652,24 +1364,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1681,15 +1375,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1701,15 +1386,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1726,7 +1402,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1746,16 +1422,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1775,15 +1442,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1860,15 +1518,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1878,7 +1527,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1917,7 +1566,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1942,7 +1591,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1972,7 +1621,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -1997,7 +1646,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -2008,16 +1657,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -2042,16 +1682,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -2092,39 +1723,7 @@ - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2149,14 +1748,7 @@ - - - - True - - - - + ..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll diff --git a/src/FSharp.Formatting.Common/app.config b/src/FSharp.Formatting.Common/app.config index 45f9b3376..e5bf521ba 100644 --- a/src/FSharp.Formatting.Common/app.config +++ b/src/FSharp.Formatting.Common/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/src/FSharp.Formatting.Razor/FSharp.Formatting.Razor.fsproj b/src/FSharp.Formatting.Razor/FSharp.Formatting.Razor.fsproj index ac52f23d5..297c730b0 100644 --- a/src/FSharp.Formatting.Razor/FSharp.Formatting.Razor.fsproj +++ b/src/FSharp.Formatting.Razor/FSharp.Formatting.Razor.fsproj @@ -110,24 +110,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -137,7 +119,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -146,42 +128,6 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -236,7 +182,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -261,15 +207,6 @@ - - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -316,16 +253,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -352,15 +280,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -421,15 +340,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -446,15 +356,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -471,15 +372,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -524,15 +416,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -549,16 +432,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -583,15 +457,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -606,7 +471,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -631,16 +496,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -679,7 +535,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -690,11 +546,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -706,9 +574,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -747,7 +617,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -772,7 +642,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -797,15 +667,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -864,7 +725,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -889,7 +750,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -914,7 +775,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -957,25 +818,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1016,25 +859,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1093,15 +917,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1162,24 +977,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1261,7 +1058,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1272,24 +1069,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1301,24 +1080,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1330,15 +1091,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1350,15 +1102,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1375,7 +1118,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1395,16 +1138,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1424,15 +1158,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1479,15 +1204,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1497,7 +1213,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1536,7 +1252,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1561,7 +1277,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1605,7 +1321,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1616,16 +1332,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1650,16 +1357,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1699,24 +1397,4 @@ - - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - \ No newline at end of file diff --git a/src/FSharp.Formatting.Razor/app.config b/src/FSharp.Formatting.Razor/app.config index 45f9b3376..e5bf521ba 100644 --- a/src/FSharp.Formatting.Razor/app.config +++ b/src/FSharp.Formatting.Razor/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/src/FSharp.Literate/FSharp.Literate.fsproj b/src/FSharp.Literate/FSharp.Literate.fsproj index 9a12770a5..384827414 100644 --- a/src/FSharp.Literate/FSharp.Literate.fsproj +++ b/src/FSharp.Literate/FSharp.Literate.fsproj @@ -131,7 +131,7 @@ - + ..\..\packages\FSharp.Compiler.Service\lib\netstandard1.6\FSharp.Compiler.Service.dll @@ -142,24 +142,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -169,7 +151,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -178,54 +160,9 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\Microsoft.DiaSymReader\lib\net20\Microsoft.DiaSymReader.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader\lib\netstandard1.1\Microsoft.DiaSymReader.dll @@ -236,16 +173,7 @@ - - - - ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\net45\Microsoft.DiaSymReader.PortablePdb.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\netstandard1.1\Microsoft.DiaSymReader.PortablePdb.dll @@ -256,15 +184,6 @@ - - - - ..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -281,15 +200,6 @@ - - - - ..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll - True - True - - - @@ -306,19 +216,10 @@ - + - ..\..\packages\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - - - - ..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -326,25 +227,21 @@ - - ..\..\packages\System.AppContext\ref\netstandard\_._ + + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -385,7 +282,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -410,7 +307,7 @@ - + ..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll @@ -419,17 +316,17 @@ - - - + - - ..\..\packages\System.Console\lib\net46\System.Console.dll + + ..\..\packages\System.Collections.Immutable\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll True True + + @@ -476,16 +373,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -496,15 +384,6 @@ - - - - ..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll - True - True - - - @@ -537,15 +416,6 @@ - - - - ..\..\packages\System.Diagnostics.TraceSource\lib\net46\System.Diagnostics.TraceSource.dll - True - True - - - @@ -562,15 +432,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -631,15 +492,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -656,15 +508,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -681,15 +524,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -734,18 +568,16 @@ - + True - + - ..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -778,21 +610,23 @@ - - - + - + True - - ..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -817,15 +651,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -842,16 +667,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -876,15 +692,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -899,7 +706,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -924,16 +731,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -972,7 +770,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -983,11 +781,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -999,9 +809,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -1040,15 +852,6 @@ - - - - ..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1065,7 +868,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -1090,7 +893,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -1115,15 +918,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -1182,7 +976,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -1207,7 +1001,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -1232,7 +1026,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -1259,7 +1053,7 @@ - + ..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll @@ -1268,6 +1062,15 @@ + + + + ..\..\packages\System.Reflection.Metadata\lib\portable-net45+win8\System.Reflection.Metadata.dll + True + True + + + @@ -1286,25 +1089,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1345,25 +1130,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1422,15 +1188,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1491,24 +1248,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1576,16 +1315,7 @@ - - - - ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1605,7 +1335,7 @@ - + ..\..\packages\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -1644,7 +1374,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1655,24 +1385,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1684,24 +1396,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1713,15 +1407,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1733,15 +1418,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1758,7 +1434,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1778,16 +1454,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1807,15 +1474,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1892,15 +1550,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1910,7 +1559,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1949,7 +1598,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1974,7 +1623,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -2004,7 +1653,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2029,7 +1678,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -2040,16 +1689,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -2074,16 +1714,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -2124,39 +1755,7 @@ - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2181,14 +1780,7 @@ - - - - True - - - - + ..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll diff --git a/src/FSharp.Literate/app.config b/src/FSharp.Literate/app.config index 45f9b3376..e5bf521ba 100644 --- a/src/FSharp.Literate/app.config +++ b/src/FSharp.Literate/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/src/FSharp.Markdown/FSharp.Markdown.fsproj b/src/FSharp.Markdown/FSharp.Markdown.fsproj index 55eb56a4f..7aebfcc0b 100644 --- a/src/FSharp.Markdown/FSharp.Markdown.fsproj +++ b/src/FSharp.Markdown/FSharp.Markdown.fsproj @@ -104,24 +104,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -131,7 +113,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -140,42 +122,6 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -208,7 +154,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -233,18 +179,6 @@ - - - - True - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -291,16 +225,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -327,15 +252,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -396,15 +312,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -421,15 +328,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -446,15 +344,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -499,15 +388,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -524,16 +404,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -558,15 +429,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -581,7 +443,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -606,16 +468,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -654,7 +507,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -665,11 +518,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -681,9 +546,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -722,7 +589,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -747,7 +614,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -772,15 +639,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -839,7 +697,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -864,7 +722,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -889,7 +747,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -932,25 +790,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -991,25 +831,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1068,15 +889,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1137,24 +949,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1236,7 +1030,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1247,24 +1041,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1276,24 +1052,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1305,15 +1063,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1325,15 +1074,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1350,7 +1090,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1370,16 +1110,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1399,15 +1130,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1454,15 +1176,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1472,7 +1185,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1511,7 +1224,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1536,7 +1249,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1580,7 +1293,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1591,16 +1304,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1625,16 +1329,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1674,24 +1369,4 @@ - - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - \ No newline at end of file diff --git a/src/FSharp.Markdown/app.config b/src/FSharp.Markdown/app.config index 45f9b3376..e5bf521ba 100644 --- a/src/FSharp.Markdown/app.config +++ b/src/FSharp.Markdown/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/src/FSharp.MetadataFormat/FSharp.MetadataFormat.fsproj b/src/FSharp.MetadataFormat/FSharp.MetadataFormat.fsproj index f40d85dd3..f384f4998 100644 --- a/src/FSharp.MetadataFormat/FSharp.MetadataFormat.fsproj +++ b/src/FSharp.MetadataFormat/FSharp.MetadataFormat.fsproj @@ -132,7 +132,7 @@ - + ..\..\packages\FSharp.Compiler.Service\lib\netstandard1.6\FSharp.Compiler.Service.dll @@ -143,24 +143,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -170,7 +152,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -179,54 +161,9 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\Microsoft.DiaSymReader\lib\net20\Microsoft.DiaSymReader.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader\lib\netstandard1.1\Microsoft.DiaSymReader.dll @@ -237,16 +174,7 @@ - - - - ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\net45\Microsoft.DiaSymReader.PortablePdb.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\netstandard1.1\Microsoft.DiaSymReader.PortablePdb.dll @@ -257,15 +185,6 @@ - - - - ..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -282,15 +201,6 @@ - - - - ..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll - True - True - - - @@ -307,19 +217,10 @@ - - - - ..\..\packages\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - + - ..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -327,25 +228,21 @@ - - ..\..\packages\System.AppContext\ref\netstandard\_._ + + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -386,7 +283,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -411,7 +308,7 @@ - + ..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll @@ -420,17 +317,17 @@ - - - + - - ..\..\packages\System.Console\lib\net46\System.Console.dll + + ..\..\packages\System.Collections.Immutable\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll True True + + @@ -477,16 +374,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -497,15 +385,6 @@ - - - - ..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll - True - True - - - @@ -538,15 +417,6 @@ - - - - ..\..\packages\System.Diagnostics.TraceSource\lib\net46\System.Diagnostics.TraceSource.dll - True - True - - - @@ -563,15 +433,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -632,15 +493,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -657,15 +509,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -682,15 +525,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -735,18 +569,16 @@ - + True - + - ..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -779,21 +611,23 @@ - - - + - + True - - ..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -818,15 +652,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -843,16 +668,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -877,15 +693,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -900,7 +707,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -925,16 +732,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -973,7 +771,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -984,11 +782,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -1000,9 +810,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -1041,15 +853,6 @@ - - - - ..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1066,7 +869,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -1091,7 +894,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -1116,15 +919,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -1183,7 +977,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -1208,7 +1002,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -1233,7 +1027,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -1260,7 +1054,7 @@ - + ..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll @@ -1269,6 +1063,15 @@ + + + + ..\..\packages\System.Reflection.Metadata\lib\portable-net45+win8\System.Reflection.Metadata.dll + True + True + + + @@ -1287,25 +1090,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1346,25 +1131,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1423,15 +1189,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1492,24 +1249,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1577,16 +1316,7 @@ - - - - ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1606,7 +1336,7 @@ - + ..\..\packages\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -1645,7 +1375,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1656,24 +1386,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1685,24 +1397,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1714,15 +1408,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1734,15 +1419,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1759,7 +1435,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1779,16 +1455,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1808,15 +1475,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1893,15 +1551,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1911,7 +1560,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1950,7 +1599,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1975,7 +1624,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -2005,7 +1654,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2030,7 +1679,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -2041,16 +1690,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -2075,16 +1715,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -2125,36 +1756,7 @@ - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - ..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2179,7 +1781,7 @@ - + ..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll diff --git a/src/FSharp.MetadataFormat/Main.fs b/src/FSharp.MetadataFormat/Main.fs index 4e2ba378f..4267debab 100755 --- a/src/FSharp.MetadataFormat/Main.fs +++ b/src/FSharp.MetadataFormat/Main.fs @@ -1144,8 +1144,8 @@ module Reader = // are completely identical. // We just take the last here because it is the easiest to implement. // Additionally we log a warning just in case this is an issue in the future. - // See https://github.com/tpetricek/FSharp.Formatting/issues/229 - // and https://github.com/tpetricek/FSharp.Formatting/issues/287 + // See https://github.com/fsprojects/FSharp.Formatting/issues/229 + // and https://github.com/fsprojects/FSharp.Formatting/issues/287 if xmlMemberMap.ContainsKey key then Log.warnf "Duplicate documentation for '%s', one will be ignored!" key xmlMemberMap.[key] <- value diff --git a/src/FSharp.MetadataFormat/app.config b/src/FSharp.MetadataFormat/app.config index 45f9b3376..e5bf521ba 100644 --- a/src/FSharp.MetadataFormat/app.config +++ b/src/FSharp.MetadataFormat/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/tests/FSharp.CodeFormat.Tests/FSharp.CodeFormat.Tests.fsproj b/tests/FSharp.CodeFormat.Tests/FSharp.CodeFormat.Tests.fsproj index 0833d8004..c415e3bac 100644 --- a/tests/FSharp.CodeFormat.Tests/FSharp.CodeFormat.Tests.fsproj +++ b/tests/FSharp.CodeFormat.Tests/FSharp.CodeFormat.Tests.fsproj @@ -93,24 +93,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -120,7 +102,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -129,42 +111,6 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -197,7 +143,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -222,18 +168,6 @@ - - - - True - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -280,16 +214,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -316,15 +241,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -385,15 +301,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -410,15 +317,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -435,15 +333,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -488,15 +377,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -513,16 +393,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -547,15 +418,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -570,7 +432,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -595,16 +457,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -643,7 +496,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -654,11 +507,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -670,9 +535,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -711,7 +578,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -736,7 +603,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -761,15 +628,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -828,7 +686,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -853,7 +711,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -878,7 +736,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -921,25 +779,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -980,25 +820,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1057,15 +878,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1126,24 +938,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1225,7 +1019,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1236,24 +1030,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1265,24 +1041,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1294,15 +1052,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1314,15 +1063,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1339,7 +1079,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1359,16 +1099,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1388,15 +1119,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1443,15 +1165,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1461,7 +1174,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1500,7 +1213,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1525,7 +1238,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1569,7 +1282,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1580,16 +1293,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1614,16 +1318,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1663,26 +1358,6 @@ - - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - @@ -1693,7 +1368,7 @@ - + ..\..\packages\test\FsUnit\lib\netstandard1.6\FsUnit.NUnit.dll @@ -1704,15 +1379,6 @@ - - - - ..\..\packages\test\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -1729,7 +1395,7 @@ - + ..\..\packages\test\NUnit\lib\MonoAndroid\nunit.framework.dll @@ -1788,7 +1454,7 @@ - + ..\..\packages\test\NUnit\lib\netstandard1.6\nunit.framework.dll @@ -1797,7 +1463,7 @@ - + ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81\nunit.framework.dll @@ -1808,19 +1474,10 @@ - - - - ..\..\packages\test\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - + - ..\..\packages\test\System.AppContext\lib\net463\System.AppContext.dll + ..\..\packages\test\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -1828,25 +1485,21 @@ - - ..\..\packages\test\System.AppContext\ref\netstandard\_._ + + ..\..\packages\test\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\packages\test\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\packages\test\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\packages\test\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -1857,11 +1510,16 @@ - + + + + True + + + + - ..\..\packages\test\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -1880,21 +1538,23 @@ - - - + - + True - - ..\..\packages\test\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\packages\test\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -1919,15 +1579,6 @@ - - - - ..\..\packages\test\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1944,16 +1595,7 @@ - - - - ..\..\packages\test\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\packages\test\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1973,7 +1615,7 @@ - + ..\..\packages\test\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -2014,7 +1656,7 @@ - + ..\..\packages\test\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2025,19 +1667,7 @@ - - - - True - - - ..\..\packages\test\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\packages\test\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2062,14 +1692,7 @@ - - - - True - - - - + ..\..\packages\test\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll diff --git a/tests/FSharp.CodeFormat.Tests/app.config b/tests/FSharp.CodeFormat.Tests/app.config index 45f9b3376..e5bf521ba 100644 --- a/tests/FSharp.CodeFormat.Tests/app.config +++ b/tests/FSharp.CodeFormat.Tests/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/tests/FSharp.Literate.Tests/FSharp.Literate.Tests.fsproj b/tests/FSharp.Literate.Tests/FSharp.Literate.Tests.fsproj index a8c66ed85..98bcc5076 100644 --- a/tests/FSharp.Literate.Tests/FSharp.Literate.Tests.fsproj +++ b/tests/FSharp.Literate.Tests/FSharp.Literate.Tests.fsproj @@ -147,7 +147,7 @@ - + ..\..\packages\FSharp.Compiler.Service\lib\netstandard1.6\FSharp.Compiler.Service.dll @@ -158,24 +158,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -185,7 +167,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -194,42 +176,6 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -243,16 +189,7 @@ - - - - ..\..\packages\Microsoft.DiaSymReader\lib\net20\Microsoft.DiaSymReader.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader\lib\netstandard1.1\Microsoft.DiaSymReader.dll @@ -263,16 +200,7 @@ - - - - ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\net45\Microsoft.DiaSymReader.PortablePdb.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\netstandard1.1\Microsoft.DiaSymReader.PortablePdb.dll @@ -283,18 +211,6 @@ - - - - True - - - ..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -311,15 +227,6 @@ - - - - ..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll - True - True - - - @@ -347,19 +254,10 @@ - + - ..\..\packages\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - - - - ..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -367,25 +265,21 @@ - - ..\..\packages\System.AppContext\ref\netstandard\_._ + + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -426,7 +320,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -451,7 +345,7 @@ - + ..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll @@ -460,17 +354,17 @@ - - - + - - ..\..\packages\System.Console\lib\net46\System.Console.dll + + ..\..\packages\System.Collections.Immutable\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll True True + + @@ -517,16 +411,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -537,15 +422,6 @@ - - - - ..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll - True - True - - - @@ -578,15 +454,6 @@ - - - - ..\..\packages\System.Diagnostics.TraceSource\lib\net46\System.Diagnostics.TraceSource.dll - True - True - - - @@ -603,15 +470,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -672,15 +530,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -697,15 +546,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -722,15 +562,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -775,27 +606,16 @@ - - - - True - - - - - - + True - + - ..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -828,21 +648,23 @@ - - - + - + True - - ..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -867,15 +689,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -892,16 +705,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -926,15 +730,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -949,7 +744,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -974,16 +769,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -1022,7 +808,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -1033,11 +819,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -1049,9 +847,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -1090,15 +890,6 @@ - - - - ..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1115,7 +906,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -1140,7 +931,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -1165,15 +956,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -1232,7 +1014,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -1257,7 +1039,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -1282,7 +1064,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -1309,7 +1091,7 @@ - + ..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll @@ -1318,6 +1100,15 @@ + + + + ..\..\packages\System.Reflection.Metadata\lib\portable-net45+win8\System.Reflection.Metadata.dll + True + True + + + @@ -1336,25 +1127,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1395,25 +1168,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1472,15 +1226,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1541,24 +1286,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1626,16 +1353,7 @@ - - - - ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1655,7 +1373,7 @@ - + ..\..\packages\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -1694,7 +1412,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1705,24 +1423,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1734,24 +1434,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1763,15 +1445,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1783,15 +1456,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1808,7 +1472,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1828,16 +1492,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1857,15 +1512,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1942,15 +1588,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1960,7 +1597,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1999,7 +1636,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -2024,7 +1661,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -2054,7 +1691,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2079,7 +1716,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -2090,16 +1727,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -2124,16 +1752,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -2174,39 +1793,7 @@ - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2231,14 +1818,7 @@ - - - - True - - - - + ..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll @@ -2272,7 +1852,7 @@ - + ..\..\packages\test\FsUnit\lib\netstandard1.6\FsUnit.NUnit.dll @@ -2283,7 +1863,7 @@ - + ..\..\packages\test\NUnit\lib\MonoAndroid\nunit.framework.dll @@ -2342,7 +1922,7 @@ - + ..\..\packages\test\NUnit\lib\netstandard1.6\nunit.framework.dll @@ -2351,7 +1931,7 @@ - + ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81\nunit.framework.dll diff --git a/tests/FSharp.Literate.Tests/app.config b/tests/FSharp.Literate.Tests/app.config index 45f9b3376..e5bf521ba 100644 --- a/tests/FSharp.Literate.Tests/app.config +++ b/tests/FSharp.Literate.Tests/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/tests/FSharp.Markdown.Tests/FSharp.Markdown.Tests.fsproj b/tests/FSharp.Markdown.Tests/FSharp.Markdown.Tests.fsproj index 4549b5a5a..cb5e2809b 100644 --- a/tests/FSharp.Markdown.Tests/FSharp.Markdown.Tests.fsproj +++ b/tests/FSharp.Markdown.Tests/FSharp.Markdown.Tests.fsproj @@ -100,24 +100,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -127,7 +109,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -136,42 +118,6 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -186,7 +132,7 @@ - + ..\..\packages\FSharp.Data\lib\portable-net45+netcore45\FSharp.Data.dll @@ -245,7 +191,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -270,18 +216,6 @@ - - - - True - - - ..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -328,16 +262,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -364,15 +289,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -433,15 +349,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -458,15 +365,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -483,15 +381,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -536,15 +425,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -561,16 +441,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -595,15 +466,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -618,7 +480,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -643,16 +505,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -691,7 +544,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -702,11 +555,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -718,9 +583,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -759,7 +626,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -784,7 +651,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -809,15 +676,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -876,7 +734,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -901,7 +759,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -926,7 +784,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -969,25 +827,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1028,25 +868,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1105,15 +926,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1174,24 +986,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1273,7 +1067,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1284,24 +1078,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1313,24 +1089,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1342,15 +1100,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1362,15 +1111,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1387,7 +1127,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1407,16 +1147,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1436,15 +1167,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1491,15 +1213,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1509,7 +1222,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1548,7 +1261,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1573,7 +1286,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1617,7 +1330,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1628,16 +1341,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1662,16 +1366,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1712,27 +1407,7 @@ - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - + ..\..\packages\Zlib.Portable\lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid\Zlib.Portable.dll @@ -1752,7 +1427,7 @@ - + ..\..\packages\test\FsUnit\lib\netstandard1.6\FsUnit.NUnit.dll @@ -1763,15 +1438,6 @@ - - - - ..\..\packages\test\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -1788,7 +1454,7 @@ - + ..\..\packages\test\NUnit\lib\MonoAndroid\nunit.framework.dll @@ -1847,7 +1513,7 @@ - + ..\..\packages\test\NUnit\lib\netstandard1.6\nunit.framework.dll @@ -1856,7 +1522,7 @@ - + ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81\nunit.framework.dll @@ -1867,19 +1533,10 @@ - + - ..\..\packages\test\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - - - - ..\..\packages\test\System.AppContext\lib\net463\System.AppContext.dll + ..\..\packages\test\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -1887,25 +1544,21 @@ - - ..\..\packages\test\System.AppContext\ref\netstandard\_._ + + ..\..\packages\test\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\packages\test\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\packages\test\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\packages\test\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -1916,11 +1569,16 @@ - + + + + True + + + + - ..\..\packages\test\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -1939,21 +1597,23 @@ - - - + - + True - - ..\..\packages\test\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\packages\test\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -1978,15 +1638,6 @@ - - - - ..\..\packages\test\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -2003,16 +1654,7 @@ - - - - ..\..\packages\test\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\packages\test\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -2032,7 +1674,7 @@ - + ..\..\packages\test\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -2073,7 +1715,7 @@ - + ..\..\packages\test\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2084,19 +1726,7 @@ - - - - True - - - ..\..\packages\test\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\packages\test\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2121,7 +1751,7 @@ - + ..\..\packages\test\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll diff --git a/tests/FSharp.Markdown.Tests/app.config b/tests/FSharp.Markdown.Tests/app.config index 45f9b3376..e5bf521ba 100644 --- a/tests/FSharp.Markdown.Tests/app.config +++ b/tests/FSharp.Markdown.Tests/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/tests/FSharp.MetadataFormat.Tests/FSharp.MetadataFormat.Tests.fsproj b/tests/FSharp.MetadataFormat.Tests/FSharp.MetadataFormat.Tests.fsproj index 40696ad17..2cba1103f 100644 --- a/tests/FSharp.MetadataFormat.Tests/FSharp.MetadataFormat.Tests.fsproj +++ b/tests/FSharp.MetadataFormat.Tests/FSharp.MetadataFormat.Tests.fsproj @@ -126,7 +126,7 @@ - + ..\..\packages\FSharp.Compiler.Service\lib\netstandard1.6\FSharp.Compiler.Service.dll @@ -137,24 +137,6 @@ - - - - ..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -164,7 +146,7 @@ - + ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -173,42 +155,6 @@ - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -222,16 +168,7 @@ - - - - ..\..\packages\Microsoft.DiaSymReader\lib\net20\Microsoft.DiaSymReader.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader\lib\netstandard1.1\Microsoft.DiaSymReader.dll @@ -242,16 +179,7 @@ - - - - ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\net45\Microsoft.DiaSymReader.PortablePdb.dll - True - True - - - - + ..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\netstandard1.1\Microsoft.DiaSymReader.PortablePdb.dll @@ -262,15 +190,6 @@ - - - - ..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -287,15 +206,6 @@ - - - - ..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll - True - True - - - @@ -323,19 +233,10 @@ - - - - ..\..\packages\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - + - ..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -343,25 +244,21 @@ - - ..\..\packages\System.AppContext\ref\netstandard\_._ + + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -402,7 +299,7 @@ - + ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -427,7 +324,7 @@ - + ..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll @@ -436,17 +333,17 @@ - - - + - - ..\..\packages\System.Console\lib\net46\System.Console.dll + + ..\..\packages\System.Collections.Immutable\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll True True + + @@ -493,16 +390,7 @@ - - - - ..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -513,15 +401,6 @@ - - - - ..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll - True - True - - - @@ -554,15 +433,6 @@ - - - - ..\..\packages\System.Diagnostics.TraceSource\lib\net46\System.Diagnostics.TraceSource.dll - True - True - - - @@ -579,15 +449,6 @@ - - - - ..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -648,15 +509,6 @@ - - - - ..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -673,15 +525,6 @@ - - - - ..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -698,15 +541,6 @@ - - - - ..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -751,18 +585,16 @@ - + True - + - ..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -795,21 +627,23 @@ - - - + - + True - - ..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -834,15 +668,6 @@ - - - - ..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -859,16 +684,7 @@ - - - - ..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -893,15 +709,6 @@ - - - - ..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -916,7 +723,7 @@ - + ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -941,16 +748,7 @@ - - - - ..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -989,7 +787,7 @@ - + ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -1000,11 +798,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -1016,9 +826,11 @@ False True + + + + - ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -1057,15 +869,6 @@ - - - - ..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1082,7 +885,7 @@ - + ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -1107,7 +910,7 @@ - + ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -1132,15 +935,6 @@ - - - - ..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -1199,7 +993,7 @@ - + ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -1224,7 +1018,7 @@ - + ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -1249,7 +1043,7 @@ - + ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -1276,7 +1070,7 @@ - + ..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll @@ -1285,6 +1079,15 @@ + + + + ..\..\packages\System.Reflection.Metadata\lib\portable-net45+win8\System.Reflection.Metadata.dll + True + True + + + @@ -1303,25 +1106,7 @@ - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1362,25 +1147,6 @@ - - - - True - - - - - - - True - - - ..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1439,15 +1205,6 @@ - - - - ..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1508,24 +1265,6 @@ - - - - ..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1593,16 +1332,7 @@ - - - - ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1622,7 +1352,7 @@ - + ..\..\packages\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -1661,7 +1391,7 @@ - + ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1672,24 +1402,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1701,24 +1413,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1730,15 +1424,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1750,15 +1435,6 @@ - - - - ..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1775,7 +1451,7 @@ - + ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1795,16 +1471,7 @@ - - - - ..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1824,15 +1491,6 @@ - - - - ..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1909,15 +1567,6 @@ - - - - ..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1927,7 +1576,7 @@ - + ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1966,7 +1615,7 @@ - + ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1991,7 +1640,7 @@ - + ..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -2021,7 +1670,7 @@ - + ..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2046,7 +1695,7 @@ - + ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -2057,16 +1706,7 @@ - - - - ..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -2091,16 +1731,7 @@ - - - - ..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -2141,39 +1772,7 @@ - - - - ..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - True - - - ..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2198,14 +1797,7 @@ - - - - True - - - - + ..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll @@ -2239,7 +1831,7 @@ - + ..\..\packages\test\FsUnit\lib\netstandard1.6\FsUnit.NUnit.dll @@ -2250,7 +1842,7 @@ - + ..\..\packages\test\NUnit\lib\MonoAndroid\nunit.framework.dll @@ -2309,7 +1901,7 @@ - + ..\..\packages\test\NUnit\lib\netstandard1.6\nunit.framework.dll @@ -2318,7 +1910,7 @@ - + ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81\nunit.framework.dll diff --git a/tests/FSharp.MetadataFormat.Tests/Tests.fs b/tests/FSharp.MetadataFormat.Tests/Tests.fs index 8919a2a91..83df8ae11 100755 --- a/tests/FSharp.MetadataFormat.Tests/Tests.fs +++ b/tests/FSharp.MetadataFormat.Tests/Tests.fs @@ -171,16 +171,16 @@ let ``MetadataFormat generates Go to GitHub source links``() = printfn "Output: %s" output RazorMetadataFormat.Generate ( libraries, output, layoutRoots, info, libDirs = ([testBin] |> fullpaths), - sourceRepo = "https://github.com/tpetricek/FSharp.Formatting/tree/master", + sourceRepo = "https://github.com/fsprojects/FSharp.Formatting/tree/master", sourceFolder = (root "../..") ) let fileNames = Directory.GetFiles(output) let files = dict [ for f in fileNames -> Path.GetFileName(f), File.ReadAllText(f) ] files.["fslib-class.html"] |> shouldContainText "github-link" - files.["fslib-class.html"] |> shouldContainText "https://github.com/tpetricek/FSharp.Formatting/tree/master/tests/FSharp.MetadataFormat.Tests/files/FsLib/Library2.fs#L" + files.["fslib-class.html"] |> shouldContainText "https://github.com/fsprojects/FSharp.Formatting/tree/master/tests/FSharp.MetadataFormat.Tests/files/FsLib/Library2.fs#L" files.["fslib-record.html"] |> shouldContainText "github-link" - files.["fslib-record.html"] |> shouldContainText "https://github.com/tpetricek/FSharp.Formatting/tree/master/tests/FSharp.MetadataFormat.Tests/files/FsLib/Library1.fs#L" + files.["fslib-record.html"] |> shouldContainText "https://github.com/fsprojects/FSharp.Formatting/tree/master/tests/FSharp.MetadataFormat.Tests/files/FsLib/Library1.fs#L" files.["fslib-union.html"] |> shouldContainText "github-link" - files.["fslib-union.html"] |> shouldContainText "https://github.com/tpetricek/FSharp.Formatting/tree/master/tests/FSharp.MetadataFormat.Tests/files/FsLib/Library1.fs#L" + files.["fslib-union.html"] |> shouldContainText "https://github.com/fsprojects/FSharp.Formatting/tree/master/tests/FSharp.MetadataFormat.Tests/files/FsLib/Library1.fs#L" //#if INTERACTIVE //System.Diagnostics.Process.Start(output) @@ -197,7 +197,7 @@ let ``MetadataFormat test that cref generation works``() = printfn "Output: %s" output RazorMetadataFormat.Generate ( libraries, output, layoutRoots, info, libDirs = ([testBin] |> fullpaths), - sourceRepo = "https://github.com/tpetricek/FSharp.Formatting/tree/master", + sourceRepo = "https://github.com/fsprojects/FSharp.Formatting/tree/master", sourceFolder = (__SOURCE_DIRECTORY__ "../.."), markDownComments = false ) let fileNames = Directory.GetFiles(output) @@ -267,7 +267,7 @@ let ``MetadataFormat test that csharp (publiconly) support works``() = printfn "Output: %s" output RazorMetadataFormat.Generate ( libraries, output, layoutRoots, info, libDirs = ([testBin] |> fullpaths), - sourceRepo = "https://github.com/tpetricek/FSharp.Formatting/tree/master", + sourceRepo = "https://github.com/fsprojects/FSharp.Formatting/tree/master", sourceFolder = (__SOURCE_DIRECTORY__ "../.."), publicOnly = true, markDownComments = false ) @@ -312,7 +312,7 @@ let ``MetadataFormat test that csharp (publiconly) support works``() = //#endif -[] +[] [] let ``MetadataFormat test that csharp support works``() = let libraries = @@ -321,7 +321,7 @@ let ``MetadataFormat test that csharp support works``() = printfn "Output: %s" output RazorMetadataFormat.Generate ( libraries, output, layoutRoots, info, libDirs = ([testBin] |> fullpaths), - sourceRepo = "https://github.com/tpetricek/FSharp.Formatting/tree/master", + sourceRepo = "https://github.com/fsprojects/FSharp.Formatting/tree/master", sourceFolder = (__SOURCE_DIRECTORY__ "../.."), publicOnly = false, markDownComments = false ) diff --git a/tests/FSharp.MetadataFormat.Tests/app.config b/tests/FSharp.MetadataFormat.Tests/app.config index 45f9b3376..e5bf521ba 100644 --- a/tests/FSharp.MetadataFormat.Tests/app.config +++ b/tests/FSharp.MetadataFormat.Tests/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/tests/FSharp.MetadataFormat.Tests/files/FsLib/FsLib1.fsproj b/tests/FSharp.MetadataFormat.Tests/files/FsLib/FsLib1.fsproj index 225f184cd..11c89995a 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/FsLib/FsLib1.fsproj +++ b/tests/FSharp.MetadataFormat.Tests/files/FsLib/FsLib1.fsproj @@ -82,24 +82,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -109,7 +91,7 @@ - + ..\..\..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -118,42 +100,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -208,7 +154,7 @@ - + ..\..\..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -233,15 +179,6 @@ - - - - ..\..\..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -288,16 +225,7 @@ - - - - ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -324,15 +252,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -393,15 +312,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -418,15 +328,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -443,15 +344,6 @@ - - - - ..\..\..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -496,15 +388,6 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -521,16 +404,7 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -555,15 +429,6 @@ - - - - ..\..\..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -578,7 +443,7 @@ - + ..\..\..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -603,16 +468,7 @@ - - - - ..\..\..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -651,7 +507,7 @@ - + ..\..\..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -662,11 +518,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -678,9 +546,11 @@ False True + + + + - ..\..\..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -719,7 +589,7 @@ - + ..\..\..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -744,7 +614,7 @@ - + ..\..\..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -769,15 +639,6 @@ - - - - ..\..\..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -836,7 +697,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -861,7 +722,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -886,7 +747,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -929,25 +790,7 @@ - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -988,25 +831,6 @@ - - - - True - - - - - - - True - - - ..\..\..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1065,15 +889,6 @@ - - - - ..\..\..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1134,24 +949,6 @@ - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1233,7 +1030,7 @@ - + ..\..\..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1244,24 +1041,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1273,24 +1052,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1302,15 +1063,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1322,15 +1074,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1347,7 +1090,7 @@ - + ..\..\..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1367,16 +1110,7 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1396,15 +1130,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1451,15 +1176,6 @@ - - - - ..\..\..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1469,7 +1185,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1508,7 +1224,7 @@ - + ..\..\..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1533,7 +1249,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1577,7 +1293,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1588,16 +1304,7 @@ - - - - ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1622,16 +1329,7 @@ - - - - ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1671,24 +1369,4 @@ - - - - - ..\..\..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - \ No newline at end of file diff --git a/tests/FSharp.MetadataFormat.Tests/files/FsLib/FsLib2.fsproj b/tests/FSharp.MetadataFormat.Tests/files/FsLib/FsLib2.fsproj index 786306955..9141d1746 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/FsLib/FsLib2.fsproj +++ b/tests/FSharp.MetadataFormat.Tests/files/FsLib/FsLib2.fsproj @@ -82,24 +82,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -109,7 +91,7 @@ - + ..\..\..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -118,42 +100,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -208,7 +154,7 @@ - + ..\..\..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -233,15 +179,6 @@ - - - - ..\..\..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -288,16 +225,7 @@ - - - - ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -324,15 +252,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -393,15 +312,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -418,15 +328,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -443,15 +344,6 @@ - - - - ..\..\..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -496,15 +388,6 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -521,16 +404,7 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -555,15 +429,6 @@ - - - - ..\..\..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -578,7 +443,7 @@ - + ..\..\..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -603,16 +468,7 @@ - - - - ..\..\..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -651,7 +507,7 @@ - + ..\..\..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -662,11 +518,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -678,9 +546,11 @@ False True + + + + - ..\..\..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -719,7 +589,7 @@ - + ..\..\..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -744,7 +614,7 @@ - + ..\..\..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -769,15 +639,6 @@ - - - - ..\..\..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -836,7 +697,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -861,7 +722,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -886,7 +747,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -929,25 +790,7 @@ - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -988,25 +831,6 @@ - - - - True - - - - - - - True - - - ..\..\..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1065,15 +889,6 @@ - - - - ..\..\..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1134,24 +949,6 @@ - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1233,7 +1030,7 @@ - + ..\..\..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1244,24 +1041,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1273,24 +1052,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1302,15 +1063,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1322,15 +1074,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1347,7 +1090,7 @@ - + ..\..\..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1367,16 +1110,7 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1396,15 +1130,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1451,15 +1176,6 @@ - - - - ..\..\..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1469,7 +1185,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1508,7 +1224,7 @@ - + ..\..\..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1533,7 +1249,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1577,7 +1293,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1588,16 +1304,7 @@ - - - - ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1622,16 +1329,7 @@ - - - - ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1671,24 +1369,4 @@ - - - - - ..\..\..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - \ No newline at end of file diff --git a/tests/FSharp.MetadataFormat.Tests/files/FsLib/app.config b/tests/FSharp.MetadataFormat.Tests/files/FsLib/app.config index 42ae6056f..0a1dde824 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/FsLib/app.config +++ b/tests/FSharp.MetadataFormat.Tests/files/FsLib/app.config @@ -1,11 +1,6 @@  - - True - - - True @@ -13,22 +8,12 @@ True - - - - - True - + True - - - - - True - - + + diff --git a/tests/FSharp.MetadataFormat.Tests/files/TestLib/TestLib1.fsproj b/tests/FSharp.MetadataFormat.Tests/files/TestLib/TestLib1.fsproj index ccc3d600f..a908aebc3 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/TestLib/TestLib1.fsproj +++ b/tests/FSharp.MetadataFormat.Tests/files/TestLib/TestLib1.fsproj @@ -93,7 +93,7 @@ - + ..\..\..\..\packages\FSharp.Compiler.Service\lib\netstandard1.6\FSharp.Compiler.Service.dll @@ -104,24 +104,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -131,7 +113,7 @@ - + ..\..\..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -140,42 +122,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -189,16 +135,7 @@ - - - - ..\..\..\..\packages\Microsoft.DiaSymReader\lib\net20\Microsoft.DiaSymReader.dll - True - True - - - - + ..\..\..\..\packages\Microsoft.DiaSymReader\lib\netstandard1.1\Microsoft.DiaSymReader.dll @@ -209,16 +146,7 @@ - - - - ..\..\..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\net45\Microsoft.DiaSymReader.PortablePdb.dll - True - True - - - - + ..\..\..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\netstandard1.1\Microsoft.DiaSymReader.PortablePdb.dll @@ -229,15 +157,6 @@ - - - - ..\..\..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -254,15 +173,6 @@ - - - - ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll - True - True - - - @@ -290,19 +200,10 @@ - + - ..\..\..\..\packages\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - - - - ..\..\..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -310,25 +211,21 @@ - - ..\..\..\..\packages\System.AppContext\ref\netstandard\_._ + + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -369,7 +266,7 @@ - + ..\..\..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -394,7 +291,7 @@ - + ..\..\..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll @@ -403,17 +300,17 @@ - - - + - - ..\..\..\..\packages\System.Console\lib\net46\System.Console.dll + + ..\..\..\..\packages\System.Collections.Immutable\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll True True + + @@ -460,16 +357,7 @@ - - - - ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -480,15 +368,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll - True - True - - - @@ -521,15 +400,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.TraceSource\lib\net46\System.Diagnostics.TraceSource.dll - True - True - - - @@ -546,15 +416,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -615,15 +476,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -640,15 +492,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -665,15 +508,6 @@ - - - - ..\..\..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -718,18 +552,16 @@ - + True - + - ..\..\..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -762,21 +594,23 @@ - - - + - + True - - ..\..\..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -801,15 +635,6 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -826,16 +651,7 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -860,15 +676,6 @@ - - - - ..\..\..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -883,7 +690,7 @@ - + ..\..\..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -908,16 +715,7 @@ - - - - ..\..\..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -956,7 +754,7 @@ - + ..\..\..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -967,11 +765,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -983,9 +793,11 @@ False True + + + + - ..\..\..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -1024,15 +836,6 @@ - - - - ..\..\..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1049,7 +852,7 @@ - + ..\..\..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -1074,7 +877,7 @@ - + ..\..\..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -1099,15 +902,6 @@ - - - - ..\..\..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -1166,7 +960,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -1191,7 +985,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -1216,7 +1010,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -1243,7 +1037,7 @@ - + ..\..\..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll @@ -1252,6 +1046,15 @@ + + + + ..\..\..\..\packages\System.Reflection.Metadata\lib\portable-net45+win8\System.Reflection.Metadata.dll + True + True + + + @@ -1270,25 +1073,7 @@ - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1329,25 +1114,6 @@ - - - - True - - - - - - - True - - - ..\..\..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1406,15 +1172,6 @@ - - - - ..\..\..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1475,24 +1232,6 @@ - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1560,16 +1299,7 @@ - - - - ..\..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1589,7 +1319,7 @@ - + ..\..\..\..\packages\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -1628,7 +1358,7 @@ - + ..\..\..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1639,24 +1369,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1668,24 +1380,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1697,15 +1391,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1717,15 +1402,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1742,7 +1418,7 @@ - + ..\..\..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1762,16 +1438,7 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1791,15 +1458,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1876,15 +1534,6 @@ - - - - ..\..\..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1894,7 +1543,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1933,7 +1582,7 @@ - + ..\..\..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1958,7 +1607,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1988,7 +1637,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2013,7 +1662,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -2024,16 +1673,7 @@ - - - - ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -2058,16 +1698,7 @@ - - - - ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -2108,39 +1739,7 @@ - - - - ..\..\..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - True - - - ..\..\..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2165,14 +1764,7 @@ - - - - True - - - - + ..\..\..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll diff --git a/tests/FSharp.MetadataFormat.Tests/files/TestLib/TestLib2.fsproj b/tests/FSharp.MetadataFormat.Tests/files/TestLib/TestLib2.fsproj index 034466024..81ee3c044 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/TestLib/TestLib2.fsproj +++ b/tests/FSharp.MetadataFormat.Tests/files/TestLib/TestLib2.fsproj @@ -91,7 +91,7 @@ - + ..\..\..\..\packages\FSharp.Compiler.Service\lib\netstandard1.6\FSharp.Compiler.Service.dll @@ -102,24 +102,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -129,7 +111,7 @@ - + ..\..\..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -138,42 +120,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -187,16 +133,7 @@ - - - - ..\..\..\..\packages\Microsoft.DiaSymReader\lib\net20\Microsoft.DiaSymReader.dll - True - True - - - - + ..\..\..\..\packages\Microsoft.DiaSymReader\lib\netstandard1.1\Microsoft.DiaSymReader.dll @@ -207,16 +144,7 @@ - - - - ..\..\..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\net45\Microsoft.DiaSymReader.PortablePdb.dll - True - True - - - - + ..\..\..\..\packages\Microsoft.DiaSymReader.PortablePdb\lib\netstandard1.1\Microsoft.DiaSymReader.PortablePdb.dll @@ -227,15 +155,6 @@ - - - - ..\..\..\..\packages\Microsoft.Win32.Primitives\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - @@ -252,15 +171,6 @@ - - - - ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll - True - True - - - @@ -288,19 +198,10 @@ - + - ..\..\..\..\packages\System.AppContext\lib\net46\System.AppContext.dll - True - True - - - - - - - ..\..\..\..\packages\System.AppContext\lib\net463\System.AppContext.dll + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll True True @@ -308,25 +209,21 @@ - - ..\..\..\..\packages\System.AppContext\ref\netstandard\_._ + + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll False True - - - - - ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll - True + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.xml + False True - + ..\..\..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll @@ -367,7 +264,7 @@ - + ..\..\..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -392,7 +289,7 @@ - + ..\..\..\..\packages\System.Collections.Immutable\lib\netstandard1.0\System.Collections.Immutable.dll @@ -401,17 +298,17 @@ - - - + - - ..\..\..\..\packages\System.Console\lib\net46\System.Console.dll + + ..\..\..\..\packages\System.Collections.Immutable\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll True True + + @@ -458,16 +355,7 @@ - - - - ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -478,15 +366,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll - True - True - - - @@ -519,15 +398,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.TraceSource\lib\net46\System.Diagnostics.TraceSource.dll - True - True - - - @@ -544,15 +414,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -613,15 +474,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -638,15 +490,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -663,15 +506,6 @@ - - - - ..\..\..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -716,18 +550,16 @@ - + True - + - ..\..\..\..\packages\System.IO.Compression\lib\net46\System.IO.Compression.dll - True True @@ -760,21 +592,23 @@ - - - + - + True - - ..\..\..\..\packages\System.IO.Compression.ZipFile\lib\net46\System.IO.Compression.ZipFile.dll - True + + + + + True - + + + ..\..\..\..\packages\System.IO.Compression.ZipFile\lib\netstandard1.3\System.IO.Compression.ZipFile.dll @@ -799,15 +633,6 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -824,16 +649,7 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -858,15 +674,6 @@ - - - - ..\..\..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -881,7 +688,7 @@ - + ..\..\..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -906,16 +713,7 @@ - - - - ..\..\..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -954,7 +752,7 @@ - + ..\..\..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -965,11 +763,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -981,9 +791,11 @@ False True + + + + - ..\..\..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -1022,15 +834,6 @@ - - - - ..\..\..\..\packages\System.Net.Sockets\lib\net46\System.Net.Sockets.dll - True - True - - - @@ -1047,7 +850,7 @@ - + ..\..\..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -1072,7 +875,7 @@ - + ..\..\..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -1097,15 +900,6 @@ - - - - ..\..\..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -1164,7 +958,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -1189,7 +983,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -1214,7 +1008,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -1241,7 +1035,7 @@ - + ..\..\..\..\packages\System.Reflection.Metadata\lib\netstandard1.1\System.Reflection.Metadata.dll @@ -1250,6 +1044,15 @@ + + + + ..\..\..\..\packages\System.Reflection.Metadata\lib\portable-net45+win8\System.Reflection.Metadata.dll + True + True + + + @@ -1268,25 +1071,7 @@ - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -1327,25 +1112,6 @@ - - - - True - - - - - - - True - - - ..\..\..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1404,15 +1170,6 @@ - - - - ..\..\..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1473,24 +1230,6 @@ - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1558,16 +1297,7 @@ - - - - ..\..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - + ..\..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll @@ -1587,7 +1317,7 @@ - + ..\..\..\..\packages\System.Runtime.Loader\lib\netstandard1.5\System.Runtime.Loader.dll @@ -1626,7 +1356,7 @@ - + ..\..\..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1637,24 +1367,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1666,24 +1378,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1695,15 +1389,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1715,15 +1400,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1740,7 +1416,7 @@ - + ..\..\..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1760,16 +1436,7 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1789,15 +1456,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1874,15 +1532,6 @@ - - - - ..\..\..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1892,7 +1541,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1931,7 +1580,7 @@ - + ..\..\..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1956,7 +1605,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1986,7 +1635,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks.Extensions\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll @@ -2011,7 +1660,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -2022,16 +1671,7 @@ - - - - ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -2056,16 +1696,7 @@ - - - - ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -2106,39 +1737,7 @@ - - - - ..\..\..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - - - - - - True - - - ..\..\..\..\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll - True - True - - - - + ..\..\..\..\packages\System.Xml.ReaderWriter\lib\netstandard1.3\System.Xml.ReaderWriter.dll @@ -2163,14 +1762,7 @@ - - - - True - - - - + ..\..\..\..\packages\System.Xml.XDocument\lib\netstandard1.3\System.Xml.XDocument.dll diff --git a/tests/FSharp.MetadataFormat.Tests/files/TestLib/app.config b/tests/FSharp.MetadataFormat.Tests/files/TestLib/app.config index 45f9b3376..e5bf521ba 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/TestLib/app.config +++ b/tests/FSharp.MetadataFormat.Tests/files/TestLib/app.config @@ -1,16 +1,6 @@  - - True - - - - - True - - - True @@ -18,27 +8,17 @@ True - - - - - True - - - - - True - + True - - + + True - - + + diff --git a/tests/FSharp.MetadataFormat.Tests/files/crefLib/app.config b/tests/FSharp.MetadataFormat.Tests/files/crefLib/app.config index 42ae6056f..0a1dde824 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/crefLib/app.config +++ b/tests/FSharp.MetadataFormat.Tests/files/crefLib/app.config @@ -1,11 +1,6 @@  - - True - - - True @@ -13,22 +8,12 @@ True - - - - - True - + True - - - - - True - - + + diff --git a/tests/FSharp.MetadataFormat.Tests/files/crefLib/crefLib1.fsproj b/tests/FSharp.MetadataFormat.Tests/files/crefLib/crefLib1.fsproj index 37d98fa7c..5b632176c 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/crefLib/crefLib1.fsproj +++ b/tests/FSharp.MetadataFormat.Tests/files/crefLib/crefLib1.fsproj @@ -75,24 +75,6 @@ --> - - - - ..\..\..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -102,7 +84,7 @@ - + ..\..\..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -111,42 +93,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -179,7 +125,7 @@ - + ..\..\..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -204,15 +150,6 @@ - - - - ..\..\..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -259,16 +196,7 @@ - - - - ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -295,15 +223,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -364,15 +283,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -389,15 +299,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -414,15 +315,6 @@ - - - - ..\..\..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -467,15 +359,6 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -492,16 +375,7 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -526,15 +400,6 @@ - - - - ..\..\..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -549,7 +414,7 @@ - + ..\..\..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -574,16 +439,7 @@ - - - - ..\..\..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -622,7 +478,7 @@ - + ..\..\..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -633,11 +489,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -649,9 +517,11 @@ False True + + + + - ..\..\..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -690,7 +560,7 @@ - + ..\..\..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -715,7 +585,7 @@ - + ..\..\..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -740,15 +610,6 @@ - - - - ..\..\..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -807,7 +668,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -832,7 +693,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -857,7 +718,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -900,25 +761,7 @@ - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -959,25 +802,6 @@ - - - - True - - - - - - - True - - - ..\..\..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1036,15 +860,6 @@ - - - - ..\..\..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1105,24 +920,6 @@ - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1204,7 +1001,7 @@ - + ..\..\..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1215,24 +1012,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1244,24 +1023,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1273,15 +1034,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1293,15 +1045,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1318,7 +1061,7 @@ - + ..\..\..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1338,16 +1081,7 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1367,15 +1101,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1422,15 +1147,6 @@ - - - - ..\..\..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1440,7 +1156,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1479,7 +1195,7 @@ - + ..\..\..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1504,7 +1220,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1548,7 +1264,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1559,16 +1275,7 @@ - - - - ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1593,16 +1300,7 @@ - - - - ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1642,24 +1340,4 @@ - - - - - ..\..\..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - \ No newline at end of file diff --git a/tests/FSharp.MetadataFormat.Tests/files/crefLib/crefLib2.fsproj b/tests/FSharp.MetadataFormat.Tests/files/crefLib/crefLib2.fsproj index 1e468ec54..328bf8fec 100644 --- a/tests/FSharp.MetadataFormat.Tests/files/crefLib/crefLib2.fsproj +++ b/tests/FSharp.MetadataFormat.Tests/files/crefLib/crefLib2.fsproj @@ -86,24 +86,6 @@ --> - - - - ..\..\..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll - True - True - - - @@ -113,7 +95,7 @@ - + ..\..\..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll @@ -122,42 +104,6 @@ - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll - True - True - - - - - - - ..\..\..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll - True - True - - - @@ -190,7 +136,7 @@ - + ..\..\..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll @@ -215,15 +161,6 @@ - - - - ..\..\..\..\packages\System.Console\lib\net46\System.Console.dll - True - True - - - @@ -270,16 +207,7 @@ - - - - ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\net46\System.Diagnostics.DiagnosticSource.dll - True - True - - - - + ..\..\..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll @@ -306,15 +234,6 @@ - - - - ..\..\..\..\packages\System.Diagnostics.Tracing\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - @@ -375,15 +294,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Calendars\lib\net46\System.Globalization.Calendars.dll - True - True - - - @@ -400,15 +310,6 @@ - - - - ..\..\..\..\packages\System.Globalization.Extensions\lib\net46\System.Globalization.Extensions.dll - True - True - - - @@ -425,15 +326,6 @@ - - - - ..\..\..\..\packages\System.IO\lib\net462\System.IO.dll - True - True - - - @@ -478,15 +370,6 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem\lib\net46\System.IO.FileSystem.dll - True - True - - - @@ -503,16 +386,7 @@ - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll @@ -537,15 +411,6 @@ - - - - ..\..\..\..\packages\System.Linq\lib\net463\System.Linq.dll - True - True - - - @@ -560,7 +425,7 @@ - + ..\..\..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll @@ -585,16 +450,7 @@ - - - - ..\..\..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll - True - True - - - - + ..\..\..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll @@ -633,7 +489,7 @@ - + ..\..\..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll @@ -644,11 +500,23 @@ - + + + + True + + + + + + + True + + + + - ..\..\..\..\packages\System.Net.Http\lib\net46\System.Net.Http.dll - True True @@ -660,9 +528,11 @@ False True + + + + - ..\..\..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.xml - False True @@ -701,7 +571,7 @@ - + ..\..\..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll @@ -726,7 +596,7 @@ - + ..\..\..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll @@ -751,15 +621,6 @@ - - - - ..\..\..\..\packages\System.Reflection\lib\net462\System.Reflection.dll - True - True - - - @@ -818,7 +679,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll @@ -843,7 +704,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll @@ -868,7 +729,7 @@ - + ..\..\..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll @@ -911,25 +772,7 @@ - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net46\System.Reflection.TypeExtensions.dll - True - True - - - - - - - ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\net462\System.Reflection.TypeExtensions.dll - True - True - - - - + ..\..\..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll @@ -970,25 +813,6 @@ - - - - True - - - - - - - True - - - ..\..\..\..\packages\System.Runtime\lib\net462\System.Runtime.dll - True - True - - - @@ -1047,15 +871,6 @@ - - - - ..\..\..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll - True - True - - - @@ -1116,24 +931,6 @@ - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net462\System.Runtime.InteropServices.dll - True - True - - - - - - - ..\..\..\..\packages\System.Runtime.InteropServices\lib\net463\System.Runtime.InteropServices.dll - True - True - - - @@ -1215,7 +1012,7 @@ - + ..\..\..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll @@ -1226,24 +1023,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net461\System.Security.Cryptography.Algorithms.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Algorithms\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - @@ -1255,24 +1034,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net461\System.Security.Cryptography.Cng.dll - True - True - - - - - - - ..\..\..\..\packages\System.Security.Cryptography.Cng\lib\net463\System.Security.Cryptography.Cng.dll - True - True - - - @@ -1284,15 +1045,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Csp\lib\net46\System.Security.Cryptography.Csp.dll - True - True - - - @@ -1304,15 +1056,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Encoding\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - @@ -1329,7 +1072,7 @@ - + ..\..\..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll @@ -1349,16 +1092,7 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - - + ..\..\..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll @@ -1378,15 +1112,6 @@ - - - - ..\..\..\..\packages\System.Security.Cryptography.X509Certificates\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - @@ -1433,15 +1158,6 @@ - - - - ..\..\..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll - True - True - - - @@ -1451,7 +1167,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -1490,7 +1206,7 @@ - + ..\..\..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll @@ -1515,7 +1231,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks\ref\netstandard1.0\System.Threading.Tasks.dll @@ -1559,7 +1275,7 @@ - + ..\..\..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll @@ -1570,16 +1286,7 @@ - - - - ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll @@ -1604,16 +1311,7 @@ - - - - ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll - True - True - - - - + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll @@ -1653,24 +1351,4 @@ - - - - - ..\..\..\..\packages\System.ValueTuple\lib\netstandard1.0\System.ValueTuple.dll - True - True - - - - - - - ..\..\..\..\packages\System.ValueTuple\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll - True - True - - - - \ No newline at end of file