diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index d813e845df7..2b4bed7ec01 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,7 @@ name: Greetings -on: [pull_request, issues] +#on: [pull_request, issues] +on: [issues] jobs: greeting: @@ -10,4 +11,4 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Welcome to the FAKE community! Thank you so much for creating your first issue and therefore improving the project!' - pr-message: 'Welcome to the FAKE community! Thank you so much for directly helping to improve FAKE! You are now in good company and we hope this only the first in a long list of contributions :)' + #pr-message: 'Welcome to the FAKE community! Thank you so much for directly helping to improve FAKE! You are now in good company and we hope this only the first in a long list of contributions :)' diff --git a/.gitignore b/.gitignore index 1914dac1b29..06206503245 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ Thumbs.db .DS_Store #Ignore files build by Visual Studio +.fsdocs/ +output/ docs/ docsBuild/ report/ diff --git a/.travis.yml b/.travis.yml index 4ba57e1cac3..00160621613 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp sudo: required dist: xenial # Ubuntu 16.04 -dotnet: 3.1.100 +dotnet: 3.1.201 addons: apt: diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0a699a2e7a5..80022b542f1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # Release Notes +## 5.20.4 - 2021-03-31 + +* ENHANCEMENT: Allow users of nunit3 set environment variables in the runner, thanks @robertpi - https://github.com/fsharp/FAKE/pull/2543 +* BUGFIX: Fix reportgenerator docs and compilation,thanks @matthid - https://github.com/fsharp/FAKE/issues/2535 +* BUGFIX: Fix Travis build, thanks @gdziadkiewicz - https://github.com/fsharp/FAKE/pull/2549 +* BUGIFX: Update Paket.Core to (better) support net5.0, thanks @pchinery - https://github.com/fsharp/FAKE/pull/2556 +* BUGFIX: fix build by using Suave version to 2.5.6 in build script which is compatible with netstandard 2.0, thanks @yazeedobaid https://github.com/fsharp/FAKE/pull/2574 +* ENHANCEMENT: Change NuGet feed APIs to use V3 of NuGet feed APIs, thanks @yazeedobaid https://github.com/fsharp/FAKE/pull/2574 + ## 5.20.3 - 2020-08-05 * BUGFIX: Fix unintentional unit return, thanks @objectx - https://github.com/fsharp/FAKE/pull/2534 diff --git a/build.fsx b/build.fsx index 85378a986d3..86a9c71fe19 100644 --- a/build.fsx +++ b/build.fsx @@ -31,7 +31,7 @@ nuget Fake.Windows.Chocolatey prerelease nuget Fake.Tools.Git prerelease nuget Mono.Cecil prerelease nuget System.Reactive.Compatibility -nuget Suave +nuget Suave 2.5.6 nuget Newtonsoft.Json nuget Octokit //" #endif diff --git a/help/markdown/testing-reportgenerator.md b/help/markdown/testing-reportgenerator.md index 653292d7803..1fb4baefe5b 100644 --- a/help/markdown/testing-reportgenerator.md +++ b/help/markdown/testing-reportgenerator.md @@ -19,7 +19,7 @@ See https://github.com/danielpalme/ReportGenerator ## Minimal working example ```fsharp -"#r "paket: +"#r paket: nuget Fake.Core.Target nuget Fake.Testing.ReportGenerator" @@ -27,22 +27,12 @@ open Fake.Core open Fake.Core.TargetOperators open Fake.Testing -... - Target.create "Generate Reports" (fun _ -> - let parameters p = { p with TargetDir = "c:/reports/" } !! "**/opencover.xml" - |> ReportGenerator.generateReports parameters + |> Seq.toList + |> ReportGenerator.generateReports (fun p -> { p with TargetDir = "c:/reports/" }) ) -Target.create "Default" DoNothing - -"Clean" - ==> "SetAssemblyInfo" - ==> "Build" - ==> "RunCoverage" - ==> "Generate Reports" - ==> "Default" -Target.runOrDefault "Default" +Target.runOrDefault "Generate Reports" ``` diff --git a/paket.dependencies b/paket.dependencies index 7bf1341fe77..26d18141732 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,4 +1,4 @@ -version 5.249.0 +version 5.251.0 content: none //source C:\Users\matth\.nuget\localsource source https://api.nuget.org/v3/index.json @@ -27,8 +27,13 @@ nuget SSH.NET nuget Microsoft.Web.Administration nuget Mono.Web.Xdt nuget Mono.Cecil prerelease -nuget Nuget.Core -nuget Nuget.Protocol +nuget NuGet.Core +nuget NuGet.Protocol < 5.7 +nuget NuGet.Packaging < 5.7 +nuget NuGet.Common < 5.7 +nuget NuGet.Configuration < 5.7 +nuget NuGet.Frameworks < 5.7 +nuget NuGet.Versioning < 5.7 nuget FParsec nuget bootstrap nuget Knockout.Mapping @@ -64,7 +69,7 @@ nuget FluentMigrator.Runner.SQLite nuget FluentMigrator.Runner.SqlServer nuget FluentMigrator.Runner.SqlServerCe nuget HashLib -nuget FSharp.Compiler.Service content: none +nuget FSharp.Compiler.Service < 37 content: none nuget Octokit nuget System.Net.Http nuget Microsoft.DotNet.PlatformAbstractions @@ -113,7 +118,7 @@ group NetcoreBuild nuget FSharp.Core nuget Suave nuget System.AppContext prerelease - nuget Paket.Core prerelease + nuget Paket.Core // prerelease nuget Fake.Api.GitHub prerelease // FAKE_VERSION (don't edit this line) nuget Fake.Core.Target prerelease // FAKE_VERSION (don't edit this line) nuget Fake.Core.SemVer prerelease // FAKE_VERSION (don't edit this line) @@ -180,7 +185,8 @@ group netcore nuget Octokit nuget Newtonsoft.Json nuget Paket.Core // prerelease - nuget NuGet.Protocol + nuget NuGet.Protocol < 5.7 + nuget NuGet.Packaging < 5.7 nuget Mono.Cecil prerelease nuget Mono.Posix.NETStandard nuget FSharp.Control.Reactive diff --git a/paket.lock b/paket.lock index 585557fddaa..537e01f1eb4 100644 --- a/paket.lock +++ b/paket.lock @@ -9,101 +9,81 @@ NUGET System.Configuration.ConfigurationManager (>= 4.4) - restriction: && (< net45) (>= netstandard2.0) AspNetMvc (4.0.20710) Microsoft.AspNet.Mvc (>= 4.0.20710 < 4.1) - bootstrap (4.5.1) + bootstrap (4.5.3) jQuery (>= 3.0 < 4.0) popper.js (>= 1.16.1 < 2.0) Chessie (0.6) - restriction: || (>= net45) (>= netstandard2.0) FSharp.Core - restriction: < netstandard1.6 FSharp.Core (>= 4.0.1.7-alpha) - restriction: >= netstandard1.6 NETStandard.Library (>= 1.6) - restriction: >= netstandard1.6 - FluentMigrator (3.2.8) - FluentMigrator.Abstractions (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator (3.2.9) + FluentMigrator.Abstractions (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.DependencyInjection (>= 2.0) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.Options (>= 2.0.1) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Abstractions (3.2.8) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Abstractions (3.2.9) System.ComponentModel.Annotations (>= 4.4.1) - restriction: || (>= net461) (>= netstandard2.0) System.ValueTuple (>= 4.4) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Extensions.Oracle (3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Abstractions (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Extensions.Postgres (3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Abstractions (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Extensions.SqlAnywhere (3.2.8) - FluentMigrator.Abstractions (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Extensions.SqlServer (3.2.8) - FluentMigrator.Abstractions (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner (3.2.8) - FluentMigrator (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Db2 (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Firebird (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Hana (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Jet (>= 3.2.8) - restriction: >= net461 - FluentMigrator.Runner.MySql (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Oracle (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Postgres (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Redshift (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.SqlAnywhere (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.SQLite (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.SqlServer (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.SqlServerCe (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Extensions.Oracle (3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Abstractions (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Extensions.Postgres (3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Abstractions (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Extensions.SqlAnywhere (3.2.9) + FluentMigrator.Abstractions (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Extensions.SqlServer (3.2.9) + FluentMigrator.Abstractions (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner (3.2.9) + FluentMigrator (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Db2 (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Firebird (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Hana (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Jet (>= 3.2.9) - restriction: >= net461 + FluentMigrator.Runner.MySql (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Oracle (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Postgres (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Redshift (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.SqlAnywhere (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.SQLite (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.SqlServer (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.SqlServerCe (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.Configuration.Abstractions (>= 2.0.1) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.Logging (>= 2.0.1) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Core (3.2.8) - FluentMigrator.Abstractions (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Core (3.2.9) + FluentMigrator.Abstractions (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.Configuration.Abstractions (>= 2.0.1) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.DependencyInjection (>= 2.0) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.Logging.Abstractions (>= 2.0.1) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.Options (>= 2.0.1) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Db2 (3.2.8) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Firebird (3.2.8) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Db2 (3.2.9) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Firebird (3.2.9) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.Options (>= 2.0.1) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Hana (3.2.8) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Jet (3.2.8) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: >= net461 - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: >= net461 - FluentMigrator.Runner.MySql (3.2.8) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Oracle (3.2.8) - FluentMigrator.Extensions.Oracle (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Postgres (3.2.8) - FluentMigrator.Extensions.Postgres (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Redshift (3.2.8) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.SqlAnywhere (3.2.8) - FluentMigrator.Extensions.SqlAnywhere (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.SQLite (3.2.8) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.SqlServer (3.2.8) - FluentMigrator.Extensions.SqlServer (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - FluentMigrator.Runner.Core (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Hana (3.2.9) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Jet (3.2.9) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: >= net461 + FluentMigrator.Runner.MySql (3.2.9) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Oracle (3.2.9) + FluentMigrator.Extensions.Oracle (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Postgres (3.2.9) + FluentMigrator.Extensions.Postgres (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Redshift (3.2.9) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.SqlAnywhere (3.2.9) + FluentMigrator.Extensions.SqlAnywhere (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.SQLite (3.2.9) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.SqlServer (3.2.9) + FluentMigrator.Extensions.SqlServer (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.Core (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) System.Data.SqlClient (>= 4.4.3) - restriction: && (< net461) (>= netstandard2.0) - FluentMigrator.Runner.SqlServerCe (3.2.8) - FluentMigrator.Runner.SqlServer (>= 3.2.8) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite (>= 3.1.5) - restriction: || (>= net461) (>= netstandard2.0) + FluentMigrator.Runner.SqlServerCe (3.2.9) + FluentMigrator.Runner.SqlServer (>= 3.2.9) - restriction: || (>= net461) (>= netstandard2.0) System.Security.Permissions (>= 4.4.1) - restriction: && (< net461) (>= netstandard2.0) FParsec (1.1.1) FSharp.Core (>= 4.3.4) - restriction: || (>= net45) (>= netstandard2.0) @@ -138,33 +118,37 @@ NUGET knockoutjs (3.5.1) Lambda2Js.Signed (3.1.3) - restriction: >= netstandard1.3 NETStandard.Library (>= 1.6.1) - restriction: && (< net40) (>= netstandard1.0) - log4net (2.0.8) - System.AppContext (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) - System.Collections.NonGeneric (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) - System.Console (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) - System.Diagnostics.Debug (>= 4.0.11) - restriction: && (< net20) (>= netstandard1.3) - System.Diagnostics.Process (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) - System.Diagnostics.StackTrace (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) - System.Diagnostics.TraceSource (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) - System.IO.FileSystem (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) - System.IO.FileSystem.Watcher (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) - System.Linq (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) - System.Net.NameResolution (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) - System.Net.Requests (>= 4.0.11) - restriction: && (< net20) (>= netstandard1.3) - System.Net.Sockets (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) - System.Reflection (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) - System.Reflection.Extensions (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) - System.Reflection.TypeExtensions (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) - System.Runtime.Extensions (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) - System.Runtime.InteropServices (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) - System.Runtime.Serialization.Formatters (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) - System.Text.RegularExpressions (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) - System.Threading (>= 4.0.11) - restriction: && (< net20) (>= netstandard1.3) - System.Threading.Thread (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) - System.Threading.Timer (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) - System.Xml.ReaderWriter (>= 4.0.11) - restriction: && (< net20) (>= netstandard1.3) - System.Xml.XmlDocument (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) + log4net (2.0.11) + NETStandard.Library (>= 1.6.1) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.AppContext (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Collections.NonGeneric (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Configuration.ConfigurationManager (>= 4.5) - restriction: && (< net20) (>= netstandard2.0) + System.Console (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Data.Common (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Diagnostics.Debug (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Diagnostics.Process (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Diagnostics.StackTrace (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Diagnostics.TraceSource (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.IO.FileSystem (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.IO.FileSystem.Watcher (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Linq (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Net.NameResolution (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Net.Requests (>= 4.0.11) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Net.Sockets (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Reflection (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Reflection.Extensions (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Reflection.TypeExtensions (>= 4.1) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Runtime.Extensions (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Runtime.InteropServices (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Runtime.InteropServices.RuntimeInformation (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Runtime.Serialization.Formatters (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Text.Encoding (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Text.RegularExpressions (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Threading (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Threading.Thread (>= 4.0) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Threading.Timer (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Xml.ReaderWriter (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) + System.Xml.XmlDocument (>= 4.0.1) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) Machine.Specifications (1.0) NETStandard.Library (>= 1.6) - restriction: && (< net35) (>= netstandard1.3) System.Diagnostics.TextWriterTraceListener (>= 4.0) - restriction: && (< net35) (>= netstandard1.3) @@ -187,27 +171,22 @@ NUGET Microsoft.Web.Infrastructure (>= 1.0) Microsoft.Bcl.AsyncInterfaces (1.1.1) - restriction: || (&& (>= monoandroid) (>= netstandard2.0)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net451) (< netcoreapp2.0) (>= netstandard2.0)) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netcoreapp3.0)) (&& (>= netstandard2.0) (< netstandard2.1)) (&& (>= netstandard2.0) (>= uap10.1)) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos)) (>= xamarinios) (>= xamarinmac) System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (>= net461) (&& (< netcoreapp2.1) (>= netstandard2.0)) (>= netstandard2.1) - Microsoft.CodeAnalysis.Analyzers (3.0) - restriction: && (>= net452) (>= netstandard2.0) - Microsoft.CodeAnalysis.Common (3.6) - restriction: && (>= net452) (>= netstandard2.0) + Microsoft.CodeAnalysis.Analyzers (3.3) - restriction: && (>= net452) (>= netstandard2.0) + Microsoft.CodeAnalysis.Common (3.7) - restriction: && (>= net452) (>= netstandard2.0) Microsoft.CodeAnalysis.Analyzers (>= 3.0) - restriction: >= netstandard2.0 System.Collections.Immutable (>= 1.5) - restriction: >= netstandard2.0 - System.Memory (>= 4.5.3) - restriction: >= netstandard2.0 + System.Memory (>= 4.5.4) - restriction: >= netstandard2.0 System.Reflection.Metadata (>= 1.6) - restriction: >= netstandard2.0 System.Runtime.CompilerServices.Unsafe (>= 4.7) - restriction: >= netstandard2.0 System.Text.Encoding.CodePages (>= 4.5.1) - restriction: >= netstandard2.0 System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: >= netstandard2.0 - Microsoft.CodeAnalysis.CSharp (3.6) - restriction: >= net452 - Microsoft.CodeAnalysis.Common (3.6) - restriction: >= netstandard2.0 + Microsoft.CodeAnalysis.CSharp (3.7) - restriction: >= net452 + Microsoft.CodeAnalysis.Common (3.7) - restriction: >= netstandard2.0 Microsoft.CodeDom.Providers.DotNetCompilerPlatform (3.6) - restriction: >= net452 Microsoft.CSharp (4.7) - restriction: || (&& (< net20) (>= netstandard1.0)) (>= netstandard1.3) NETStandard.Library (>= 1.6.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Dynamic.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Reflection.TypeExtensions (>= 4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - Microsoft.Data.Sqlite (3.1.6) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Data.Sqlite.Core (>= 3.1.6) - restriction: >= netstandard2.0 - SQLitePCLRaw.bundle_e_sqlite3 (>= 2.0.2) - restriction: >= netstandard2.0 - Microsoft.Data.Sqlite.Core (3.1.6) - restriction: >= netstandard2.0 - SQLitePCLRaw.core (>= 2.0.2) - restriction: >= netstandard2.0 Microsoft.DotNet.PlatformAbstractions (3.1.6) System.AppContext (>= 4.1) - restriction: && (< net45) (>= netstandard1.3) (< netstandard2.0) System.Collections (>= 4.0.11) - restriction: && (< net45) (>= netstandard1.3) (< netstandard2.0) @@ -217,36 +196,36 @@ NUGET System.Runtime.Extensions (>= 4.1) - restriction: && (< net45) (>= netstandard1.3) (< netstandard2.0) System.Runtime.InteropServices (>= 4.1) - restriction: && (< net45) (>= netstandard1.3) (< netstandard2.0) System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (>= net45) (&& (>= netstandard1.3) (< netstandard2.0)) - Microsoft.Extensions.Configuration (3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.Configuration.Abstractions (>= 3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.Configuration.Abstractions (3.1.6) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Extensions.Primitives (>= 3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.Configuration.Binder (3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.Configuration (>= 3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.DependencyInjection (3.1.6) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Extensions.Configuration (3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.Configuration.Abstractions (>= 3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.Configuration.Abstractions (3.1.9) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Extensions.Primitives (>= 3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.Configuration.Binder (3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.Configuration (>= 3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.DependencyInjection (3.1.9) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Bcl.AsyncInterfaces (>= 1.1.1) - restriction: || (>= net461) (&& (>= netstandard2.0) (< netstandard2.1)) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.6) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Extensions.DependencyInjection.Abstractions (3.1.6) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.9) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Extensions.DependencyInjection.Abstractions (3.1.9) - restriction: || (>= net461) (>= netstandard2.0) Microsoft.Extensions.DependencyModel (3.1.6) - restriction: && (< net452) (>= netstandard2.0) System.Text.Json (>= 4.7.2) - restriction: && (< net451) (>= netstandard2.0) - Microsoft.Extensions.Logging (3.1.6) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Extensions.Configuration.Binder (>= 3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.DependencyInjection (>= 3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.Logging.Abstractions (>= 3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.Options (>= 3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.Logging.Abstractions (3.1.6) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Extensions.Options (3.1.6) - restriction: || (>= net461) (>= netstandard2.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.6) - restriction: >= netstandard2.0 - Microsoft.Extensions.Primitives (>= 3.1.6) - restriction: >= netstandard2.0 + Microsoft.Extensions.Logging (3.1.9) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Extensions.Configuration.Binder (>= 3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.DependencyInjection (>= 3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.Logging.Abstractions (>= 3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.Options (>= 3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.Logging.Abstractions (3.1.9) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Extensions.Options (3.1.9) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.9) - restriction: >= netstandard2.0 + Microsoft.Extensions.Primitives (>= 3.1.9) - restriction: >= netstandard2.0 System.ComponentModel.Annotations (>= 4.7) - restriction: && (< netcoreapp3.1) (>= netstandard2.0) Microsoft.Extensions.PlatformAbstractions (1.1) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net452) (>= netstandard2.0)) NETStandard.Library (>= 1.6.1) - restriction: || (>= net451) (>= netstandard1.3) System.Reflection.TypeExtensions (>= 4.3) - restriction: && (< net451) (>= netstandard1.3) - Microsoft.Extensions.Primitives (3.1.6) - restriction: >= netstandard2.0 + Microsoft.Extensions.Primitives (3.1.9) - restriction: >= netstandard2.0 System.Memory (>= 4.5.2) - restriction: && (< netcoreapp3.1) (>= netstandard2.0) System.Runtime.CompilerServices.Unsafe (>= 4.7.1) - restriction: && (< netcoreapp3.1) (>= netstandard2.0) - Microsoft.NETCore.Platforms (3.1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net461) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< net35) (>= net45) (< netstandard1.3) (>= netstandard1.4)) (&& (< net35) (>= net461) (< netstandard2.0)) (&& (< net35) (< netstandard1.0) (>= netstandard1.4) (< portable-net45+win8)) (&& (< net35) (< netstandard1.0) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0)) (>= netcoreapp2.0) (&& (>= netcoreapp2.1) (< netcoreapp3.1)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= netstandard1.4) (>= win8)) (&& (< netstandard1.0) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.3) (>= netstandard1.4) (< win8) (>= wpa81)) (&& (< netstandard1.3) (>= netstandard2.0) (< win8) (>= wpa81)) (&& (>= netstandard1.4) (>= wp8)) (&& (< netstandard1.5) (>= uap10.0)) (&& (>= netstandard2.0) (>= wp8)) (>= uap10.1) - Microsoft.NETCore.Targets (3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + Microsoft.NETCore.Platforms (3.1.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net461) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< net35) (>= net45) (< netstandard1.3) (>= netstandard1.4)) (&& (< net35) (>= net461) (< netstandard2.0)) (&& (< net35) (< netstandard1.0) (>= netstandard1.4) (< portable-net45+win8)) (&& (< net35) (< netstandard1.0) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0)) (>= netcoreapp2.0) (&& (>= netcoreapp2.1) (< netcoreapp3.1)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= netstandard1.4) (>= win8)) (&& (< netstandard1.0) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.3) (>= netstandard1.4) (< win8) (>= wpa81)) (&& (< netstandard1.3) (>= netstandard2.0) (< win8) (>= wpa81)) (&& (>= netstandard1.4) (>= wp8)) (&& (< netstandard1.5) (>= uap10.0)) (&& (>= netstandard2.0) (>= wp8)) (>= uap10.1) + Microsoft.NETCore.Targets (3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.Web.Administration (11.1) Microsoft.Win32.Registry (>= 4.0) NETStandard.Library (>= 1.6) @@ -256,7 +235,7 @@ NUGET System.ServiceProcess.ServiceController (>= 4.1) Microsoft.Web.Infrastructure (1.0) Microsoft.Web.Xdt (3.1) - Microsoft.Win32.Primitives (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + Microsoft.Win32.Primitives (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (< netcoreapp5.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -268,7 +247,7 @@ NUGET System.Security.Principal.Windows (>= 4.7) - restriction: || (>= monoandroid) (>= monotouch) (&& (< net46) (>= netstandard2.0)) (>= net461) (>= netcoreapp2.0) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) Microsoft.Win32.SystemEvents (4.7) - restriction: >= netcoreapp3.0 Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0 - Mono.Cecil (0.11.2) + Mono.Cecil (0.11.3) Mono.Web.Xdt (1.0) Nancy (2.0) Microsoft.Extensions.DependencyModel (>= 2.0.4) - restriction: && (< net452) (>= netstandard2.0) @@ -351,7 +330,7 @@ NUGET System.Runtime.Serialization.Formatters (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) System.Xml.XmlDocument (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) - NLog (4.7.3) - restriction: || (>= net45) (>= netstandard1.3) + NLog (4.7.5) - restriction: || (>= net45) (>= netstandard1.3) Microsoft.Extensions.PlatformAbstractions (>= 1.0) - restriction: && (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5) NETStandard.Library (>= 1.6) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) System.ComponentModel.Primitives (>= 4.1) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) @@ -367,18 +346,18 @@ NUGET System.Runtime.Loader (>= 4.0) - restriction: && (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0) System.Threading.Thread (>= 4.0) - restriction: && (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0) System.Xml.XmlDocument (>= 4.0.1) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) - NuGet.CommandLine (5.6) - NuGet.Common (5.6) - restriction: >= netstandard2.0 + NuGet.CommandLine (5.7) + NuGet.Common (5.6) NuGet.Frameworks (>= 5.6) - restriction: >= netstandard2.0 System.Diagnostics.Process (>= 4.3) - restriction: && (< net472) (>= netstandard2.0) System.Threading.Thread (>= 4.3) - restriction: && (< net472) (>= netstandard2.0) - NuGet.Configuration (5.6) - restriction: >= netstandard2.0 + NuGet.Configuration (5.6) NuGet.Common (>= 5.6) - restriction: >= netstandard2.0 System.Security.Cryptography.ProtectedData (>= 4.3) - restriction: && (< net472) (>= netstandard2.0) NuGet.Core (2.14) Microsoft.Web.Xdt (>= 2.1) - NuGet.Frameworks (5.6) - restriction: >= netstandard2.0 - NuGet.Packaging (5.6) - restriction: >= netstandard2.0 + NuGet.Frameworks (5.6) + NuGet.Packaging (5.6) Newtonsoft.Json (>= 9.0.1) - restriction: >= netstandard2.0 NuGet.Configuration (>= 5.6) - restriction: >= netstandard2.0 NuGet.Versioning (>= 5.6) - restriction: >= netstandard2.0 @@ -386,7 +365,7 @@ NUGET NuGet.Protocol (5.6) NuGet.Packaging (>= 5.6) - restriction: >= netstandard2.0 System.Dynamic.Runtime (>= 4.3) - restriction: && (< net472) (>= netstandard2.0) - NuGet.Versioning (5.6) - restriction: >= netstandard2.0 + NuGet.Versioning (5.6) NUnit (3.12) NETStandard.Library (>= 1.6.1) - restriction: && (< net35) (>= netstandard1.4) (< netstandard2.0) NETStandard.Library (>= 2.0) - restriction: && (< net35) (>= netstandard2.0) @@ -406,7 +385,7 @@ NUGET NUnit.Extension.TeamCityEventListener (1.0.7) NUnit.Extension.VSProjectLoader (3.8) Octokit (0.48) - Paket.Core (5.249) + Paket.Core (5.257) Chessie (>= 0.6) - restriction: || (>= net45) (>= netstandard2.0) FSharp.Compiler.Tools - restriction: >= net45 FSharp.Core (> 4.3) - restriction: >= net45 @@ -448,7 +427,7 @@ NUGET runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - runtime.native.System (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) + runtime.native.System (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (< netcoreapp5.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) runtime.native.System.Data.SqlClient.sni (4.7) - restriction: || (&& (< monoandroid) (< net451) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= netcoreapp2.0) @@ -495,31 +474,12 @@ NUGET runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (< monoandroid) (< net451) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= netcoreapp2.0) runtime.win-x64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (< monoandroid) (< net451) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= netcoreapp2.0) runtime.win-x86.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (< monoandroid) (< net451) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= netcoreapp2.0) - Serilog (2.9) - restriction: || (>= net45) (>= netstandard1.3) + Serilog (2.10) - restriction: || (>= net45) (>= netstandard1.3) NETStandard.Library (>= 1.6.1) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.3)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) System.Collections.NonGeneric (>= 4.3) - restriction: && (< net45) (>= netstandard1.3) (< netstandard2.0) Serilog.Sinks.NLog (3.0) NLog (>= 4.4.0-betaV15) - restriction: || (>= net45) (>= netstandard1.3) Serilog (>= 2.0) - restriction: || (>= net45) (>= netstandard1.3) - SQLitePCLRaw.bundle_e_sqlite3 (2.0.3) - restriction: >= netstandard2.0 - SQLitePCLRaw.core (>= 2.0.3) - restriction: || (>= net461) (>= netstandard2.0) (>= xamarintvos) - SQLitePCLRaw.lib.e_sqlite3 (>= 2.0.3) - restriction: || (&& (< monoandroid8.0) (>= netstandard2.0) (< xamarinios)) (>= net461) (>= netcoreapp3.0) - SQLitePCLRaw.lib.e_sqlite3.android (>= 2.0.3) - restriction: >= monoandroid8.0 - SQLitePCLRaw.lib.e_sqlite3.ios (>= 2.0.3) - restriction: >= xamarinios - SQLitePCLRaw.provider.dynamic_cdecl (>= 2.0.3) - restriction: || (>= net461) (>= netcoreapp3.0) - SQLitePCLRaw.provider.e_sqlite3 (>= 2.0.3) - restriction: || (>= monoandroid8.0) (&& (< net461) (< netcoreapp3.0) (>= netstandard2.0) (< xamarinios)) - SQLitePCLRaw.provider.internal (>= 2.0.3) - restriction: || (>= xamarinios) (>= xamarintvos) - SQLitePCLRaw.core (2.0.3) - restriction: >= netstandard2.0 - System.Memory (>= 4.5.3) - restriction: >= netstandard2.0 - SQLitePCLRaw.lib.e_sqlite3 (2.0.3) - restriction: || (&& (< monoandroid8.0) (>= netstandard2.0) (< xamarinios)) (&& (>= net461) (>= netstandard2.0)) (>= netcoreapp3.0) - SQLitePCLRaw.lib.e_sqlite3.android (2.0.3) - restriction: >= monoandroid8.0 - SQLitePCLRaw.lib.e_sqlite3.ios (2.0.3) - restriction: >= xamarinios - SQLitePCLRaw.provider.dynamic_cdecl (2.0.3) - restriction: || (&& (>= net461) (>= netstandard2.0)) (>= netcoreapp3.0) - SQLitePCLRaw.core (>= 2.0.3) - restriction: >= netstandard2.0 - SQLitePCLRaw.provider.e_sqlite3 (2.0.3) - restriction: || (>= monoandroid8.0) (&& (< net461) (< netcoreapp3.0) (>= netstandard2.0) (< xamarinios)) - SQLitePCLRaw.core (>= 2.0.3) - SQLitePCLRaw.provider.internal (2.0.3) - restriction: || (&& (>= netstandard2.0) (>= xamarintvos)) (>= xamarinios) - SQLitePCLRaw.core (>= 2.0.3) - restriction: >= netstandard2.0 SSH.NET (2016.1) Microsoft.CSharp (>= 4.0.1) - restriction: && (< net35) (>= netstandard1.3) (< uap10.0) SshNet.Security.Cryptography (1.2) - restriction: || (&& (< net35) (>= netstandard1.3)) (>= sl4) (>= uap10.0) (>= wp71) @@ -546,13 +506,10 @@ NUGET SshNet.Security.Cryptography (1.2) - restriction: || (&& (< net35) (>= netstandard1.3)) (>= sl4) (>= uap10.0) (>= wp71) System.IO (>= 4.1) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3) (< wp71)) (&& (< net20) (>= netstandard1.3)) (>= uap10.0) System.Security.Cryptography.Primitives (>= 4.0) - restriction: || (&& (< net20) (>= netstandard1.3)) (>= uap10.0) - System.AppContext (4.3) - restriction: || (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) - System.Collections (>= 4.3) - restriction: >= netcoreapp5.0 - System.Resources.ResourceManager (>= 4.3) - restriction: >= netcoreapp5.0 + System.AppContext (4.3) - restriction: || (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (>= netcoreapp5.0) - System.Threading (>= 4.3) - restriction: >= netcoreapp5.0 System.Buffers (4.5.1) - restriction: || (>= monoandroid) (&& (>= monotouch) (>= netstandard2.0)) (&& (< monotouch) (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= net461) (>= netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (&& (< net451) (< netcoreapp2.0) (>= netstandard2.0)) (&& (< net461) (< netcoreapp2.0) (>= netstandard2.0)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (< netstandard1.1) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.1) (>= netstandard2.0) (< win8)) (>= netstandard1.3) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos)) - System.Collections (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Collections (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp1.1) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) @@ -569,7 +526,7 @@ NUGET System.Threading.Tasks (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (>= netcoreapp5.0) System.Collections.Immutable (1.7.1) - restriction: || (>= net452) (>= netstandard2.0) System.Memory (>= 4.5.4) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= net46) (< netstandard2.0)) (>= net461) (>= uap10.1) - System.Collections.NonGeneric (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= net462) (< netstandard1.3)) (&& (< net20) (>= net462) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) + System.Collections.NonGeneric (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= net462) (< netstandard1.3)) (&& (< net20) (>= net462) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -609,16 +566,16 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.5) (< win8) (< wp8) (< wpa81)) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.5) (< win8) (< wp8) (< wpa81)) System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.5) (< win8) (< wp8) (< wpa81)) - System.Configuration.ConfigurationManager (4.7) - restriction: && (< net45) (>= netstandard2.0) + System.Configuration.ConfigurationManager (4.7) - restriction: && (< net20) (>= netstandard2.0) System.Security.Cryptography.ProtectedData (>= 4.7) - restriction: && (< monoandroid) (< net461) (>= netstandard2.0) (< xamarinios) (< xamarinmac) System.Security.Permissions (>= 4.7) - restriction: || (>= monoandroid) (>= monotouch) (>= net461) (>= netstandard2.0) (>= xamarintvos) (>= xamarinwatchos) - System.Console (4.3.1) - restriction: || (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Console (4.3.1) - restriction: || (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1.2) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Data.Common (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) + System.Data.Common (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -627,17 +584,17 @@ NUGET System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Text.RegularExpressions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Data.SqlClient (4.8.1) - restriction: && (< net461) (>= netstandard2.0) + System.Data.SqlClient (4.8.2) - restriction: && (< net461) (>= netstandard2.0) Microsoft.Win32.Registry (>= 4.7) - restriction: || (&& (< monoandroid) (< net451) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= netcoreapp2.0) runtime.native.System.Data.SqlClient.sni (>= 4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.3) (< netstandard2.0) (< win81) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net451) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= netcoreapp2.0) - System.Buffers (>= 4.5) - restriction: && (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) + System.Buffers (>= 4.5.1) - restriction: && (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) System.Diagnostics.DiagnosticSource (>= 4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.3) (< netstandard2.0) (< win81) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netcoreapp3.1)) (>= uap10.1) - System.Memory (>= 4.5.3) - restriction: || (&& (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (>= uap10.1) + System.Memory (>= 4.5.4) - restriction: || (&& (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (>= uap10.1) System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.3) (< netstandard2.0) (< win81) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net451) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= netcoreapp2.0) System.Text.Encoding.CodePages (>= 4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.3) (< netstandard2.0) (< win81) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netcoreapp3.1)) (>= uap10.1) System.Diagnostics.Contracts (4.3) - restriction: && (>= netstandard1.3) (< netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Diagnostics.Debug (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Diagnostics.Debug (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) @@ -657,7 +614,7 @@ NUGET Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0 Microsoft.Win32.Registry (>= 4.7) - restriction: >= netcoreapp2.0 System.Security.Principal.Windows (>= 4.7) - restriction: || (>= net461) (>= netstandard2.0) - System.Diagnostics.Process (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net472) (>= netstandard2.0)) (&& (>= netstandard1.3) (< netstandard2.0)) + System.Diagnostics.Process (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net472) (>= netstandard2.0)) (&& (>= netstandard1.3) (< netstandard2.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.Win32.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.Win32.Registry (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -679,8 +636,7 @@ NUGET System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.Thread (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.ThreadPool (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Diagnostics.StackTrace (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netcoreapp5.0 + System.Diagnostics.StackTrace (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) System.IO.FileSystem (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Reflection (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Reflection.Metadata (>= 1.4.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -706,7 +662,7 @@ NUGET System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Diagnostics.Tracing (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Diagnostics.Tracing (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) @@ -729,7 +685,7 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Globalization (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.5) (< netstandard2.0) (< win81) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (>= netstandard1.3) (< netstandard1.5) (< win81) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Globalization (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp1.1) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) @@ -745,7 +701,7 @@ NUGET System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime.InteropServices (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.IO (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.5) (< netstandard2.0) (< win81) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< monoandroid) (< net461) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net45) (>= net463) (>= netstandard1.6)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) (>= netcoreapp5.0) (&& (>= netstandard1.0) (>= sl4)) (&& (>= netstandard1.3) (>= sl4)) (&& (>= netstandard1.3) (>= wp71)) (>= uap10.0) + System.IO (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< monoandroid) (< net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net461) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net45) (>= net463) (>= netstandard1.6)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) (>= netcoreapp5.0) (&& (>= netstandard1.0) (>= sl4)) (&& (>= netstandard1.3) (>= sl4)) (&& (>= netstandard1.3) (>= wp71)) (>= uap10.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) @@ -777,7 +733,7 @@ NUGET System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.IO.FileSystem (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard2.0)) (>= netcoreapp5.0) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.IO.FileSystem (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard2.0)) (>= netcoreapp5.0) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -799,9 +755,9 @@ NUGET System.Runtime.Handles (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime.InteropServices (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard2.0)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (< netcoreapp5.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.IO.FileSystem.Watcher (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) + System.IO.FileSystem.Watcher (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.Win32.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -818,7 +774,7 @@ NUGET System.Threading.Overlapped (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.Thread (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Linq (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Linq (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.6) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -890,7 +846,7 @@ NUGET System.Net.Http.WinHttpHandler (4.7.2) - restriction: && (< net45) (>= netstandard2.0) System.Buffers (>= 4.5.1) - restriction: || (>= monoandroid) (>= monotouch) (&& (< net46) (< netcoreapp2.0) (>= netstandard2.0)) (>= net461) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) System.Memory (>= 4.5.4) - restriction: || (&& (< monoandroid) (< net46) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (>= uap10.1) - System.Net.NameResolution (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net452) (>= netstandard2.0)) + System.Net.NameResolution (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net452) (>= netstandard2.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -905,12 +861,12 @@ NUGET System.Security.Principal.Windows (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Threading.Tasks (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Net.Primitives (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Net.Primitives (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (>= netstandard1.0) (< netstandard1.1) (< win8) (< wp8)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (>= netstandard1.0) (< netstandard1.1) (< win8) (< wp8)) (>= netcoreapp5.0) System.Runtime (>= 4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (>= netstandard1.0) (< netstandard1.1) (< win8) (< wp8)) (>= netcoreapp5.0) System.Runtime.Handles (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Net.Requests (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) + System.Net.Requests (4.3) - restriction: || (&& (< monoandroid4.4) (< net35) (>= netstandard1.3) (< netstandard1.5)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -954,14 +910,14 @@ NUGET System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) System.Threading.Tasks (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) - System.Net.Sockets (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Net.Sockets (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Net.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Net.WebHeaderCollection (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) + System.Net.WebHeaderCollection (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (>= netcoreapp5.0) (< netstandard2.0)) System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -1053,7 +1009,7 @@ NUGET System.Reactive.WindowsRuntime (4.4.1) - restriction: >= uap10.0 System.Reactive (>= 4.4.1) - restriction: >= uap10.0 System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: >= uap10.0 - System.Reflection (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (&& (< monoandroid) (< net461) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Reflection (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (&& (< monoandroid) (< net461) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) System.IO (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) @@ -1078,14 +1034,14 @@ NUGET System.Reflection.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Reflection.Extensions (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Reflection.Extensions (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Reflection (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Reflection.Metadata (1.8.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net461) (>= netstandard2.0) + System.Reflection.Metadata (1.8.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarintvos) (< xamarinwatchos)) (>= net461) (>= netstandard2.0) System.Collections.Immutable (>= 1.7.1) - restriction: || (&& (>= net45) (< netstandard2.0)) (&& (< net45) (< netcoreapp3.1) (>= netstandard2.0)) (&& (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)) (>= net461) (&& (< netstandard1.1) (>= portable-net45+win8+wpa81) (< win8)) (&& (< netstandard1.1) (>= win8)) (&& (< netstandard2.0) (>= wpa81)) - System.Reflection.Primitives (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Reflection.Primitives (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -1093,26 +1049,26 @@ NUGET System.Reflection (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (>= netcoreapp5.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (>= netcoreapp5.0) - System.Resources.ResourceManager (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Resources.ResourceManager (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Globalization (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Reflection (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Runtime (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net461) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp1.1) (&& (< netcoreapp3.0) (>= netcoreapp5.0)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Runtime (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.4) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net461) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) System.Runtime.CompilerServices.Unsafe (4.7.1) - restriction: || (&& (>= monoandroid) (>= netstandard2.0)) (&& (< monoandroid) (< net45) (< netcoreapp2.1) (>= netstandard2.0)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (&& (< net451) (>= net461) (>= netstandard2.0)) (&& (< net451) (< netcoreapp2.0) (>= netstandard2.0)) (&& (>= net452) (>= netstandard2.0)) (&& (>= net461) (>= netcoreapp2.0)) (&& (>= net461) (>= netcoreapp2.1)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp2.0) (>= uap10.1)) (&& (< netcoreapp2.0) (>= netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netcoreapp3.0)) (&& (>= netcoreapp2.1) (< netcoreapp3.1)) (&& (>= netcoreapp3.0) (< netcoreapp3.1)) (&& (< netcoreapp3.1) (>= netstandard2.0)) (&& (< netstandard1.1) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.1) (>= netstandard2.0) (< win8)) (>= netstandard1.3) (&& (>= netstandard2.0) (>= uap10.1)) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos)) System.Runtime (>= 4.3) - restriction: && (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) - System.Runtime.Extensions (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Runtime.Extensions (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) - System.Runtime.Handles (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.4) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Runtime.Handles (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.4) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< monoandroid) (< net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (&& (>= netcoreapp1.1) (< netstandard2.0)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Runtime.InteropServices (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard2.0)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Runtime.InteropServices (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) System.Reflection (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) @@ -1120,7 +1076,6 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= net462) (>= netcoreapp1.1) System.Runtime.Handles (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp1.1) System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.0) (>= netstandard1.4) (< portable-net45+win8)) (&& (< net35) (< netstandard1.0) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.0) (>= netstandard2.0) (< portable-net45+win8)) (&& (< net35) (< netstandard1.0) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< win8) (< wpa81)) (>= net45) (&& (< netstandard1.0) (>= netstandard1.4) (>= win8)) (&& (< netstandard1.0) (>= netstandard2.0) (>= win8)) (>= netstandard1.3) (&& (>= netstandard1.4) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (>= netstandard2.0) (< win8) (>= wpa81)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: >= netcoreapp5.0 runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp5.0) (>= netstandard1.1) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Reflection (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.1) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Reflection.Extensions (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.1) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -1139,13 +1094,13 @@ NUGET System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (>= netcoreapp5.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Runtime.Serialization.Formatters (4.3) - restriction: && (< net20) (>= netstandard1.3) + System.Runtime.Serialization.Formatters (4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Reflection (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (>= netstandard1.3) (< netstandard1.4)) (>= net46) - System.Runtime.Serialization.Primitives (4.3) - redirects: force, restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4)) (&& (< net20) (>= net46)) (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) + System.Runtime.Serialization.Primitives (4.3) - redirects: force, restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4)) (&& (< net20) (>= net46) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime.WindowsRuntime (4.7) - restriction: >= netcoreapp5.0 @@ -1160,7 +1115,7 @@ NUGET System.Runtime.InteropServices (>= 4.3) - restriction: >= netcoreapp5.0 System.Threading (>= 4.3) - restriction: >= netcoreapp5.0 System.Threading.Tasks (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< net45) (>= netstandard1.2) (< netstandard2.0) (< win8) (< wpa81)) (>= netcoreapp5.0) - System.Security.AccessControl (4.7) - restriction: || (>= monoandroid) (>= monotouch) (>= net461) (>= netstandard2.0) (>= xamarintvos) (>= xamarinwatchos) + System.Security.AccessControl (4.7) - restriction: || (>= monoandroid) (>= monotouch) (&& (< net20) (>= netstandard2.0)) (&& (< net46) (>= netstandard2.0)) (>= net461) (>= netcoreapp2.0) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0 NETStandard.Library (>= 1.6.1) - restriction: && (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1) System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (>= net46) (< netstandard2.0)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (&& (< net46) (>= netstandard2.0)) (>= net461) (>= netcoreapp2.0) @@ -1249,7 +1204,7 @@ NUGET System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Security.Cryptography.ProtectedData (4.7) - restriction: || (&& (< net45) (>= netstandard2.0)) (&& (< net472) (>= netstandard2.0)) + System.Security.Cryptography.ProtectedData (4.7) - restriction: || (&& (< monoandroid) (< net20) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= netstandard2.0)) (&& (< net472) (>= netstandard2.0)) System.Memory (>= 4.5.3) - restriction: && (< monoandroid) (< net46) (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac) System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (>= net46) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -1277,7 +1232,7 @@ NUGET System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Text.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Security.Permissions (4.7) - restriction: || (&& (>= monoandroid) (>= netstandard2.0)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net45) (>= netstandard2.0)) (&& (< net461) (>= netstandard2.0)) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos)) + System.Security.Permissions (4.7) - restriction: || (&& (>= monoandroid) (>= netstandard2.0)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net20) (>= netstandard2.0)) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos)) System.Security.AccessControl (>= 4.7) - restriction: || (>= net461) (>= netstandard2.0) System.Windows.Extensions (>= 4.7) - restriction: >= netcoreapp3.0 System.Security.Principal (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) @@ -1303,14 +1258,14 @@ NUGET System.Buffers (>= 4.5) - restriction: || (>= monoandroid) (>= monotouch) (&& (< net461) (< netcoreapp2.0) (>= netstandard2.0)) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) System.Diagnostics.EventLog (>= 4.7) - restriction: || (>= monoandroid) (>= monotouch) (>= net461) (>= netstandard2.0) (>= uap10.1) (>= xamarintvos) (>= xamarinwatchos) System.Memory (>= 4.5.3) - restriction: || (&& (< monoandroid) (< net461) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (>= uap10.1) - System.Text.Encoding (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Text.Encoding (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6) (< uap10.1)) (&& (< monoandroid) (< net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Text.Encoding.CodePages (4.7.1) - restriction: || (&& (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= net452) (< net46) (>= netstandard1.3) (< netstandard2.0)) (&& (>= net452) (>= netstandard2.0)) (&& (>= net46) (< netstandard2.0)) (&& (< net46) (>= netstandard2.0)) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netcoreapp3.1)) (&& (>= netstandard2.0) (>= uap10.1)) Microsoft.NETCore.Platforms (>= 3.1.1) - restriction: >= netcoreapp2.0 System.Runtime.CompilerServices.Unsafe (>= 4.7.1) - restriction: || (&& (< monoandroid) (< net46) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp3.1)) - System.Text.Encoding.Extensions (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Text.Encoding.Extensions (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) @@ -1325,36 +1280,36 @@ NUGET System.Runtime.CompilerServices.Unsafe (>= 4.7.1) - restriction: || (>= monoandroid) (>= monotouch) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (< netcoreapp2.0) (>= netstandard2.0)) (&& (>= netcoreapp2.1) (< netcoreapp3.0)) (&& (>= netcoreapp3.0) (< netcoreapp3.1)) (>= uap10.1) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) System.Text.Encodings.Web (>= 4.7.1) - restriction: || (>= monoandroid) (>= monotouch) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (< netcoreapp2.0) (>= netstandard2.0)) (&& (>= netcoreapp2.1) (< netcoreapp3.0)) (&& (>= netcoreapp3.0) (< netcoreapp3.1)) (>= uap10.1) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (< monoandroid) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (>= uap10.1) - System.Text.RegularExpressions (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.5) (< netstandard2.0) (< win81) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net35) (>= netstandard1.3) (< netstandard1.5) (< win81) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.3) (< netstandard1.5)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Text.RegularExpressions (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Globalization (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (>= netcoreapp1.1) System.Runtime.Extensions (>= 4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Threading (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Threading (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (< netcoreapp1.1) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net452) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Threading.Tasks (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) - System.Threading.Overlapped (4.3) - restriction: && (< monoandroid) (< monotouch) (< net20) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) + System.Threading.Overlapped (4.3) - restriction: && (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< net46) (>= netstandard1.3)) (>= netcoreapp5.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3)) (>= netcoreapp5.0) System.Runtime.Handles (>= 4.3) - restriction: || (&& (< net46) (>= netstandard1.3)) (>= netcoreapp5.0) - System.Threading.Tasks (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Threading.Tasks (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) - System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net451) (>= net461) (>= netstandard2.0)) (&& (>= net452) (>= netstandard2.0)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (< netcoreapp2.1) (>= netstandard2.0) (< netstandard2.1)) (&& (< netcoreapp3.0) (>= netstandard2.0)) (>= netstandard1.3) (&& (>= netstandard2.0) (>= uap10.0)) (&& (>= netstandard2.0) (>= uap10.1)) + System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (< monoandroid) (< net451) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net451) (>= net461) (>= netstandard2.0)) (&& (>= net452) (>= netstandard2.0)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (< netcoreapp2.1) (>= netstandard2.0) (< netstandard2.1)) (&& (< netcoreapp3.0) (>= netstandard2.0)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (>= netstandard1.3) (&& (>= netstandard2.0) (>= uap10.0)) (&& (>= netstandard2.0) (>= uap10.1)) System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos) System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< netstandard1.0) (>= portable-net45+win8+wp8+wpa81) (< win8)) (&& (>= net45) (< netstandard2.0)) (>= net461) (&& (< netstandard1.0) (>= win8)) (&& (< netstandard2.0) (>= wpa81)) (>= wp8) System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos) - System.Threading.Thread (4.3) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard2.0)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (>= monotouch) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net46) (>= net461) (< netstandard2.0)) (&& (< net472) (>= netstandard2.0)) (&& (>= netcoreapp2.0) (< netstandard2.0)) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard2.0) (>= xamarinios)) (&& (< netstandard2.0) (>= xamarinmac)) (>= xamarintvos) (>= xamarinwatchos) + System.Threading.Thread (4.3) - restriction: || (&& (< monoandroid) (< net46) (< netcoreapp5.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (>= monotouch) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net46) (>= net461) (< netstandard2.0)) (&& (< net472) (>= netstandard2.0)) (&& (>= netcoreapp2.0) (< netstandard2.0)) (&& (>= netstandard1.3) (< netstandard2.0)) (&& (< netstandard2.0) (>= xamarinios)) (&& (< netstandard2.0) (>= xamarinmac)) (>= xamarintvos) (>= xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Threading.ThreadPool (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (>= netstandard1.3) (< netstandard2.0)) + System.Threading.ThreadPool (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (< netcoreapp5.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (>= netstandard1.3) (< netstandard2.0)) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime.Handles (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) - System.Threading.Timer (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) + System.Threading.Timer (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= netstandard1.3) (< uap10.0)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -1363,7 +1318,7 @@ NUGET System.Web.Razor.Unofficial (2.0.2) System.Windows.Extensions (4.7) - restriction: >= netcoreapp3.0 System.Drawing.Common (>= 4.7) - restriction: >= netcoreapp3.0 - System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) + System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net35) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net35) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (< net35) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< net35) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< net35) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.4) (< portable-net45+win8+wpa81)) (&& (< net35) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net35) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard2.0) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Globalization (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -1392,7 +1347,7 @@ NUGET System.Text.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) - System.Xml.XmlDocument (4.3) - redirects: force, restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= net46)) (&& (< net35) (>= netstandard1.3)) (>= netcoreapp5.0) (>= uap10.0) + System.Xml.XmlDocument (4.3) - redirects: force, restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid4.4) (< net35) (>= netstandard1.5) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (< net35) (>= net45) (>= netstandard1.5) (< netstandard2.0)) (&& (< net35) (>= net46)) (&& (< net35) (>= netstandard1.3)) (>= netcoreapp5.0) (>= uap10.0) System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -1481,8 +1436,11 @@ CONTENT: NONE NUGET remote: https://api.nuget.org/v3/index.json FAKE (5.16) - FSharp.Compiler.Service (36.0.3) - restriction: >= netstandard2.0 + FSharp.Compiler.Service (37.0) - restriction: >= netstandard2.0 FSharp.Core (>= 4.6.2) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Build.Framework (>= 16.6) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Build.Tasks.Core (>= 16.6) - restriction: || (>= net461) (>= netstandard2.0) + Microsoft.Build.Utilities.Core (>= 16.6) - restriction: || (>= net461) (>= netstandard2.0) System.Buffers (>= 4.5) - restriction: || (>= net461) (>= netstandard2.0) System.Collections.Immutable (>= 1.5) - restriction: || (>= net461) (>= netstandard2.0) System.Memory (>= 4.5.3) - restriction: || (>= net461) (>= netstandard2.0) @@ -1496,16 +1454,45 @@ NUGET FSharp.Compiler.Service (>= 35.0) - restriction: >= netstandard2.0 FSharp.Formatting.CommandTool (4.1) ILRepack (2.0.18) + Microsoft.Build.Framework (16.7) - restriction: >= netstandard2.0 + System.Security.Permissions (>= 4.7) - restriction: && (< net472) (>= netstandard2.0) + Microsoft.Build.Tasks.Core (16.7) - restriction: >= netstandard2.0 + Microsoft.Build.Framework (>= 16.7) - restriction: >= netstandard2.0 + Microsoft.Build.Utilities.Core (>= 16.7) - restriction: >= netstandard2.0 + Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: >= net472 + Microsoft.Win32.Registry (>= 4.3) - restriction: && (< net472) (>= netstandard2.0) + System.CodeDom (>= 4.4) - restriction: && (< net472) (>= netstandard2.0) + System.Collections.Immutable (>= 1.5) - restriction: >= netstandard2.0 + System.Reflection.Metadata (>= 1.6) - restriction: && (< net472) (>= netstandard2.0) + System.Reflection.TypeExtensions (>= 4.1) - restriction: && (< net472) (>= netstandard2.0) + System.Resources.Extensions (>= 4.6) - restriction: >= netstandard2.0 + System.Security.Permissions (>= 4.7) - restriction: && (< net472) (>= netstandard2.0) + System.Threading.Tasks.Dataflow (>= 4.9) - restriction: >= netstandard2.0 + Microsoft.Build.Utilities.Core (16.7) - restriction: >= netstandard2.0 + Microsoft.Build.Framework (>= 16.7) - restriction: >= netstandard2.0 + Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: >= net472 + Microsoft.Win32.Registry (>= 4.3) - restriction: && (< net472) (>= netstandard2.0) + System.Collections.Immutable (>= 1.5) - restriction: >= netstandard2.0 + System.Security.Permissions (>= 4.7) - restriction: && (< net472) (>= netstandard2.0) + System.Text.Encoding.CodePages (>= 4.0.1) - restriction: && (< net472) (>= netstandard2.0) Microsoft.CSharp (4.7) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) NETStandard.Library (>= 1.6.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Dynamic.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Reflection.TypeExtensions (>= 4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - Microsoft.NETCore.Platforms (3.1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.2) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net45) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.1) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard2.0)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netcoreapp2.0) (< netstandard1.3)) (&& (>= netcoreapp2.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= netstandard1.3) (>= win8)) (&& (< netstandard1.1) (>= uap10.0) (< win8)) (&& (< netstandard1.2) (>= uap10.0) (< win8)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= uap10.0)) (>= uap10.1) (>= wp8) + Microsoft.NETCore.Platforms (3.1.3) - restriction: || (&& (>= monoandroid) (>= netcoreapp2.1)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.2) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (>= monotouch) (>= netcoreapp2.1)) (&& (< net20) (>= net45) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.1) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard2.0)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net461) (>= netcoreapp2.1)) (>= netcoreapp2.0) (&& (>= netcoreapp2.1) (>= xamarinios)) (&& (>= netcoreapp2.1) (>= xamarinmac)) (&& (>= netcoreapp2.1) (>= xamarintvos)) (&& (>= netcoreapp2.1) (>= xamarinwatchos)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= netstandard1.3) (>= win8)) (&& (< netstandard1.1) (>= uap10.0) (< win8)) (&& (< netstandard1.2) (>= uap10.0) (< win8)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= uap10.0)) (>= uap10.1) (>= wp8) Microsoft.NETCore.Targets (3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.2) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.1) (>= uap10.0) (< win8)) (&& (< netstandard1.2) (>= uap10.0) (< win8)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< win81) (< wpa81)) + Microsoft.VisualStudio.Setup.Configuration.Interop (1.16.30) - restriction: >= net472 Microsoft.Win32.Primitives (4.3) - restriction: || (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) + Microsoft.Win32.Registry (4.7) - restriction: && (< net472) (>= netstandard2.0) + System.Buffers (>= 4.5) - restriction: || (>= monoandroid) (>= monotouch) (&& (< net46) (< netcoreapp2.0) (>= netstandard2.0)) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) + System.Memory (>= 4.5.3) - restriction: || (&& (< monoandroid) (< net46) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (>= uap10.1) + System.Security.AccessControl (>= 4.7) - restriction: || (>= monoandroid) (>= monotouch) (&& (< net46) (>= netstandard2.0)) (>= net461) (>= netcoreapp2.0) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) + System.Security.Principal.Windows (>= 4.7) - restriction: || (>= monoandroid) (>= monotouch) (&& (< net46) (>= netstandard2.0)) (>= net461) (>= netcoreapp2.0) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) + Microsoft.Win32.SystemEvents (4.7) - restriction: >= netcoreapp3.0 + Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0 NETStandard.Library (2.0.3) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard2.0)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (>= net45) (< netstandard1.3)) (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= netstandard2.0)) (&& (>= net46) (< netstandard1.4)) (>= net461) (>= netcoreapp2.0) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= portable-net45+win8) (< win8)) (&& (< netstandard1.0) (< portable-net45+win8) (>= portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= portable-net45+win8+wp8+wpa81) (< portable-net45+win8+wpa81)) (&& (< netstandard1.0) (>= win8)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= uap10.0)) (>= uap10.1) (>= wp8) Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) @@ -1558,7 +1545,7 @@ NUGET System.Runtime.Serialization.Formatters (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) System.Xml.XmlDocument (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0) - NuGet.CommandLine (5.6) + NuGet.CommandLine (5.7) Octokit (0.48) runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3) (>= netstandard1.6)) (&& (< net20) (>= net46) (< netstandard1.4) (>= netstandard1.6)) (&& (< netstandard1.3) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3) (>= netstandard1.6)) (&& (< net20) (>= net46) (< netstandard1.4) (>= netstandard1.6)) (&& (< netstandard1.3) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) @@ -1607,6 +1594,7 @@ NUGET System.AppContext (4.3) - restriction: || (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (>= netcoreapp5.0) System.Buffers (4.5.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (>= netstandard2.0) + System.CodeDom (4.7) - restriction: && (< net472) (>= netstandard2.0) System.Collections (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) @@ -1691,6 +1679,9 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) + System.Drawing.Common (4.7) - restriction: >= netcoreapp3.0 + Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0 + Microsoft.Win32.SystemEvents (>= 4.7) - restriction: >= netcoreapp2.0 System.Dynamic.Runtime (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard2.0)) System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -1789,7 +1780,7 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (>= netcoreapp5.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Memory (4.5.4) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net45) (< netstandard1.2) (>= netstandard1.3)) (&& (< net20) (>= net45) (< netstandard1.2) (>= netstandard1.6)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.5)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net20) (>= net46) (< netstandard1.2)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (>= netstandard1.4) (< netstandard1.5)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net46) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net46) (>= netstandard1.6)) (&& (>= net45) (< netstandard1.3) (>= uap10.0)) (&& (>= net46) (< netstandard1.3) (>= uap10.0)) (&& (>= net46) (< netstandard1.3) (>= uap10.1)) (&& (>= net46) (< netstandard1.4) (>= uap10.1)) (&& (>= net46) (< netstandard1.5) (>= uap10.0)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (>= uap10.1)) (&& (< netstandard1.2) (>= uap10.1) (< win8)) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (>= uap10.1)) (>= netstandard2.0) (&& (>= uap10.1) (< win8) (< wpa81)) + System.Memory (4.5.4) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net45) (< netstandard1.2) (>= netstandard1.3)) (&& (< net20) (>= net45) (< netstandard1.2) (>= netstandard1.6)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.5)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net20) (>= net46) (< netstandard1.2)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (>= netstandard1.4) (< netstandard1.5)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net46) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net46) (>= netstandard1.6)) (&& (>= net45) (< netstandard1.3) (>= uap10.0)) (&& (>= net46) (< netstandard1.3) (>= uap10.0)) (&& (>= net46) (< netstandard1.3) (>= uap10.1)) (&& (>= net46) (< netstandard1.4) (>= uap10.1)) (&& (>= net46) (< netstandard1.5) (>= uap10.0)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (>= uap10.1)) (&& (< netstandard1.2) (>= uap10.1) (< win8)) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (>= uap10.1)) (>= netstandard2.0) (&& (>= uap10.1) (< win8) (< wpa81)) System.Buffers (>= 4.5.1) - restriction: || (>= monoandroid) (>= monotouch) (&& (>= net45) (< netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (&& (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)) (>= net461) (&& (< netstandard1.1) (>= portable-net45+win8+wpa81) (< win8)) (&& (< netstandard1.1) (>= win8)) (&& (< netstandard2.0) (< uap10.1) (>= wpa81)) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos) System.Numerics.Vectors (>= 4.4) - restriction: && (< monoandroid) (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) System.Numerics.Vectors (>= 4.5) - restriction: >= net461 @@ -1878,10 +1869,12 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) - System.Reflection.TypeExtensions (4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net461) (>= netstandard2.0)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) + System.Reflection.TypeExtensions (4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net461) (>= netstandard2.0)) (&& (< net472) (>= netstandard2.0)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) System.Reflection (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (>= netcoreapp5.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.5) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.5) (< uap10.1)) (>= netcoreapp5.0) + System.Resources.Extensions (4.7.1) - restriction: >= netstandard2.0 + System.Memory (>= 4.5.4) - restriction: || (&& (< monoandroid) (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net461) System.Resources.ResourceManager (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net45) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net462) (< netstandard1.3)) (&& (< net20) (>= net462) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -1891,7 +1884,7 @@ NUGET System.Runtime (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.2) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net461) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net462) (< netstandard1.3)) (&& (< net20) (>= net462) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.1) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (>= netcoreapp5.0) (&& (< netstandard1.1) (>= uap10.0) (< win8)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< win81) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) - System.Runtime.CompilerServices.Unsafe (4.7.1) - restriction: || (&& (>= monoandroid) (>= netstandard2.0)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net20) (>= net45) (< netstandard1.2) (>= netstandard1.3)) (&& (< net20) (>= net45) (>= netstandard1.3) (< netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.5)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net20) (>= net45) (>= netstandard1.4) (< netstandard1.5)) (&& (< net20) (>= net45) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net45) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= net46) (< netstandard1.0)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.2)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard1.4)) (&& (< net20) (>= net461) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net461) (< netstandard1.5)) (&& (< net20) (>= net461) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= net461) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (>= net45) (< netstandard1.3) (>= uap10.0)) (&& (>= net45) (< netstandard1.5) (>= uap10.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (&& (>= net46) (< netstandard1.0) (>= win8)) (&& (>= net46) (< netstandard1.3) (>= wpa81)) (&& (>= net46) (< netstandard1.4) (>= wpa81)) (&& (>= net46) (>= wp8)) (&& (>= net461) (< netstandard1.3) (>= uap10.0)) (&& (>= net461) (< netstandard1.5) (>= uap10.0)) (&& (>= net461) (>= netstandard2.0)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp5.0) (< netstandard1.0)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (>= netcoreapp5.0) (>= wp8)) (&& (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8+wpa81) (>= win8)) (&& (< netstandard1.0) (>= uap10.0) (< win8)) (&& (< netstandard1.1) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.1) (>= netstandard2.0) (< win8)) (&& (< netstandard1.2) (>= netstandard1.3) (< win8) (>= wpa81)) (&& (>= netstandard1.3) (< portable-net45+win8+wpa81) (>= wpa81)) (&& (>= netstandard1.3) (>= wp8)) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.4) (>= wp8)) (&& (>= netstandard1.5) (>= wp8)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (>= wp8)) (&& (>= netstandard2.0) (>= uap10.1)) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos)) (&& (>= uap10.0) (>= wp8)) (>= xamarinios) (>= xamarinmac) + System.Runtime.CompilerServices.Unsafe (4.7.1) - restriction: || (&& (>= monoandroid) (>= netstandard2.0)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net46) (< netcoreapp2.0) (>= netstandard2.0)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net20) (>= net45) (< netstandard1.2) (>= netstandard1.3)) (&& (< net20) (>= net45) (>= netstandard1.3) (< netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.5)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net20) (>= net45) (>= netstandard1.4) (< netstandard1.5)) (&& (< net20) (>= net45) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net45) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= net46) (< netstandard1.0)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.2)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard1.4)) (&& (< net20) (>= net461) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net461) (< netstandard1.5)) (&& (< net20) (>= net461) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= net461) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (>= net45) (< netstandard1.3) (>= uap10.0)) (&& (>= net45) (< netstandard1.5) (>= uap10.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (&& (>= net46) (< netstandard1.0) (>= win8)) (&& (>= net46) (< netstandard1.3) (>= wpa81)) (&& (>= net46) (< netstandard1.4) (>= wpa81)) (&& (>= net46) (>= wp8)) (&& (>= net461) (< netstandard1.3) (>= uap10.0)) (&& (>= net461) (< netstandard1.5) (>= uap10.0)) (&& (>= net461) (>= netstandard2.0)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp2.0) (< netcoreapp3.1)) (&& (>= netcoreapp5.0) (< netstandard1.0)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (>= netcoreapp5.0) (>= wp8)) (&& (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8+wpa81) (>= win8)) (&& (< netstandard1.0) (>= uap10.0) (< win8)) (&& (< netstandard1.1) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.1) (>= netstandard2.0) (< win8)) (&& (< netstandard1.2) (>= netstandard1.3) (< win8) (>= wpa81)) (&& (>= netstandard1.3) (< portable-net45+win8+wpa81) (>= wpa81)) (&& (>= netstandard1.3) (>= wp8)) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.4) (>= wp8)) (&& (>= netstandard1.5) (>= wp8)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (>= wp8)) (&& (>= netstandard2.0) (>= uap10.1)) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos)) (&& (>= uap10.0) (>= wp8)) (>= xamarinios) (>= xamarinmac) System.Runtime.Extensions (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net462) (< netstandard1.3)) (&& (< net20) (>= net462) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (>= netcoreapp5.0) @@ -1933,6 +1926,9 @@ NUGET System.Runtime.Serialization.Primitives (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4)) (&& (< net20) (>= net46) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0)) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) + System.Security.AccessControl (4.7) - restriction: && (< net472) (>= netstandard2.0) + Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0 + System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (>= net46) (< netstandard2.0)) (&& (< net46) (>= netstandard1.3) (< netstandard2.0) (< uap10.1)) (&& (< net46) (>= netstandard2.0)) (>= net461) (>= netcoreapp2.0) System.Security.Cryptography.Algorithms (4.3.1) - restriction: || (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard1.4)) (&& (< net20) (>= net461) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net461) (< netstandard1.5)) (&& (< net20) (>= net461) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net461) (< netstandard1.5) (>= uap10.0)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.4) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (< netcoreapp5.0) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) @@ -2033,10 +2029,18 @@ NUGET System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Text.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) + System.Security.Permissions (4.7) - restriction: && (< net472) (>= netstandard2.0) + System.Security.AccessControl (>= 4.7) - restriction: || (>= net461) (>= netstandard2.0) + System.Windows.Extensions (>= 4.7) - restriction: >= netcoreapp3.0 + System.Security.Principal.Windows (4.7) - restriction: || (&& (>= monoandroid) (>= netstandard2.0)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net46) (>= netstandard2.0)) (&& (>= net461) (< net472) (>= netstandard2.0)) (>= netcoreapp2.0) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos)) (>= xamarinios) (>= xamarinmac) + Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netcoreapp3.0)) System.Text.Encoding (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) + System.Text.Encoding.CodePages (4.7.1) - restriction: && (< net472) (>= netstandard2.0) + Microsoft.NETCore.Platforms (>= 3.1.1) - restriction: >= netcoreapp2.0 + System.Runtime.CompilerServices.Unsafe (>= 4.7.1) - restriction: || (&& (< monoandroid) (< net46) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp3.1)) System.Text.Encoding.Extensions (4.3) - restriction: || (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) @@ -2056,6 +2060,7 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (>= netcoreapp5.0) + System.Threading.Tasks.Dataflow (4.11.1) - restriction: >= netstandard2.0 System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos) System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos) @@ -2066,6 +2071,8 @@ NUGET Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net451) (>= netstandard1.2) (< win81) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.ValueTuple (4.5) - restriction: && (>= net461) (>= netstandard2.0) + System.Windows.Extensions (4.7) - restriction: >= netcoreapp3.0 + System.Drawing.Common (>= 4.7) - restriction: >= netcoreapp3.0 System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netcoreapp5.0) (< netstandard1.2)) (&& (>= netcoreapp5.0) (< netstandard1.3)) (&& (>= netcoreapp5.0) (< netstandard1.4)) (&& (>= netcoreapp5.0) (< netstandard1.5)) (&& (>= netcoreapp5.0) (< netstandard1.6)) (&& (>= netcoreapp5.0) (< netstandard2.0)) (&& (>= netcoreapp5.0) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= netcoreapp5.0) @@ -2108,7 +2115,7 @@ NUGET System.Xml.ReaderWriter (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos) GITHUB remote: fsharp/FAKE - modules/Octokit/Octokit.fsx (74421063dd3915e8e1e407926b38b8b25df50e36) + modules/Octokit/Octokit.fsx (a210a980b1d1e9db5ed4b77232f3faecacab6f16) Octokit (>= 0.20) GROUP DocsLegacyV4 NUGET @@ -2136,8 +2143,11 @@ NUGET FParsec (1.1.1) FSharp.Core (>= 4.3.4) System.ValueTuple (>= 4.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) - FSharp.Compiler.Service (36.0.3) - content: none + FSharp.Compiler.Service (37.0) - content: none FSharp.Core (>= 4.6.2) + Microsoft.Build.Framework (>= 16.6) + Microsoft.Build.Tasks.Core (>= 16.6) + Microsoft.Build.Utilities.Core (>= 16.6) System.Buffers (>= 4.5) System.Collections.Immutable (>= 1.5) System.Memory (>= 4.5.3) @@ -2151,8 +2161,10 @@ NUGET FSharp.Core (>= 4.7.2) System.Reactive (>= 4.4.1) FSharp.Core (4.7.2) - Microsoft.Build (16.6) - Microsoft.Build.Framework (>= 16.6) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1)) + Microsoft.Bcl.AsyncInterfaces (1.1.1) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1)) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (>= netstandard2.1)) (== netstandard2.0) + Microsoft.Build (16.7) + Microsoft.Build.Framework (>= 16.7) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1)) Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472)) Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) System.Collections.Immutable (>= 1.5) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1)) @@ -2160,12 +2172,13 @@ NUGET System.Reflection.Metadata (>= 1.6) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) + System.Text.Json (>= 4.7) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1)) System.Threading.Tasks.Dataflow (>= 4.9) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1)) - Microsoft.Build.Framework (16.6) + Microsoft.Build.Framework (16.7) System.Security.Permissions (>= 4.7) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Build.Tasks.Core (16.6) - Microsoft.Build.Framework (>= 16.6) - Microsoft.Build.Utilities.Core (>= 16.6) + Microsoft.Build.Tasks.Core (16.7) + Microsoft.Build.Framework (>= 16.7) + Microsoft.Build.Utilities.Core (>= 16.7) Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472)) Microsoft.Win32.Registry (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) System.CodeDom (>= 4.4) - restriction: || (== netcoreapp2.1) (== netstandard2.0) @@ -2176,17 +2189,17 @@ NUGET System.Security.Permissions (>= 4.7) - restriction: || (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks.Dataflow (>= 4.9) Microsoft.Build.Tasks.Git (1.0) - Microsoft.Build.Utilities.Core (16.6) - Microsoft.Build.Framework (>= 16.6) + Microsoft.Build.Utilities.Core (16.7) + Microsoft.Build.Framework (>= 16.7) Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472)) Microsoft.Win32.Registry (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) System.Collections.Immutable (>= 1.5) System.Security.Permissions (>= 4.7) - restriction: || (== netcoreapp2.1) (== netstandard2.0) System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - Microsoft.CSharp (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Data.SqlClient (2.0) - Microsoft.Data.SqlClient.SNI (>= 2.0) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net46)) (&& (== netstandard2.0) (>= net46)) - Microsoft.Data.SqlClient.SNI.runtime (>= 2.0) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.CSharp (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.Data.SqlClient (2.0.1) + Microsoft.Data.SqlClient.SNI (>= 2.0.1) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net46)) (&& (== netstandard2.0) (>= net46)) + Microsoft.Data.SqlClient.SNI.runtime (>= 2.0.1) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.Identity.Client (>= 4.14) Microsoft.IdentityModel.JsonWebTokens (>= 5.6) Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 5.6) @@ -2198,58 +2211,62 @@ NUGET System.Runtime.Caching (>= 4.7) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) System.Text.Encoding.CodePages (>= 4.7) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Data.SqlClient.SNI (2.0) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net46)) (&& (== netstandard2.0) (>= net46)) - Microsoft.Data.SqlClient.SNI.runtime (2.0) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Identity.Client (4.17.1) - Microsoft.CSharp (>= 4.5) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.Data.SqlClient.SNI (2.1.1) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net46)) (&& (== netstandard2.0) (>= net46)) + Microsoft.Data.SqlClient.SNI.runtime (2.1.1) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.Identity.Client (4.21.1) + Microsoft.CSharp (>= 4.5) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net472) (< net45)) (== netstandard2.0) - System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Diagnostics.Process (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netstandard2.0) System.Dynamic.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netstandard2.0) - System.Net.NameResolution (>= 4.3) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) - System.Private.Uri (>= 4.3.2) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Serialization.Formatters (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Serialization.Json (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Private.Uri (>= 4.3.2) - restriction: || (&& (== net472) (< net45)) (== netstandard2.0) + System.Runtime.Serialization.Formatters (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) + System.Runtime.Serialization.Json (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) + System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netstandard2.0) - System.Security.SecureString (>= 4.3) - restriction: || (&& (== net472) (>= monoandroid9.0)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.XDocument (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.SecureString (>= 4.3) - restriction: || (&& (== net472) (>= monoandroid9.0)) (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= monoandroid9.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) + System.Xml.XDocument (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) - Microsoft.IdentityModel.JsonWebTokens (6.7.1) - Microsoft.IdentityModel.Tokens (>= 6.7.1) - Microsoft.IdentityModel.Logging (6.7.1) - Microsoft.IdentityModel.Protocols (6.7.1) - Microsoft.IdentityModel.Logging (>= 6.7.1) - Microsoft.IdentityModel.Tokens (>= 6.7.1) - Microsoft.IdentityModel.Protocols.OpenIdConnect (6.7.1) - Microsoft.IdentityModel.Protocols (>= 6.7.1) - System.IdentityModel.Tokens.Jwt (>= 6.7.1) - Microsoft.IdentityModel.Tokens (6.7.1) + Microsoft.IdentityModel.JsonWebTokens (6.8) + Microsoft.IdentityModel.Tokens (>= 6.8) + Microsoft.IdentityModel.Logging (6.8) + Microsoft.IdentityModel.Protocols (6.8) + Microsoft.IdentityModel.Logging (>= 6.8) + Microsoft.IdentityModel.Tokens (>= 6.8) + Microsoft.IdentityModel.Protocols.OpenIdConnect (6.8) + Microsoft.IdentityModel.Protocols (>= 6.8) + System.IdentityModel.Tokens.Jwt (>= 6.8) + Microsoft.IdentityModel.Tokens (6.8) Microsoft.CSharp (>= 4.5) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.IdentityModel.Logging (>= 6.7.1) + Microsoft.IdentityModel.Logging (>= 6.8) System.Security.Cryptography.Cng (>= 4.5) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Platforms (3.1.1) - Microsoft.NETCore.Targets (3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.NETCore.Platforms (3.1.3) + Microsoft.NETCore.Targets (3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.SourceLink.Common (1.0) Microsoft.SourceLink.GitHub (1.0) Microsoft.Build.Tasks.Git (>= 1.0) Microsoft.SourceLink.Common (>= 1.0) Microsoft.SqlServer.Management.SqlParser (160.20216.14) - Microsoft.SqlServer.SqlManagementObjects (161.41011.9) + Microsoft.SqlServer.SqlManagementObjects (161.44091.28) Microsoft.Data.SqlClient (>= 2.0) - Microsoft.SqlServer.Management.SqlParser (>= 150.37051) + Microsoft.SqlServer.Management.SqlParser (>= 160.20216.14) Newtonsoft.Json (>= 11.0.1) + System.Data.OleDb (>= 4.7) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Management (>= 4.7) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (>= 4.7) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.Permissions (>= 4.7) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.VisualStudio.Setup.Configuration.Interop (1.16.30) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472)) Microsoft.Win32.Primitives (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.Win32.Registry (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.Win32.Registry (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) System.Buffers (>= 4.5) - restriction: || (&& (== net472) (>= monoandroid)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net46)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (&& (== netcoreapp2.1) (>= monoandroid)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) System.Memory (>= 4.5.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) System.Security.AccessControl (>= 4.7) System.Security.Principal.Windows (>= 4.7) - Mono.Cecil (0.11.2) + Mono.Cecil (0.11.3) Mono.Posix.NETStandard (1.0) MSBuild.StructuredLogger (2.1.176) Microsoft.Build (>= 16.4) @@ -2260,14 +2277,14 @@ NUGET NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (12.0.3) - NuGet.Common (5.6) - NuGet.Frameworks (>= 5.6) + NuGet.Common (5.7) + NuGet.Frameworks (>= 5.7) System.Diagnostics.Process (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) System.Threading.Thread (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - NuGet.Configuration (5.6) - NuGet.Common (>= 5.6) + NuGet.Configuration (5.7) + NuGet.Common (>= 5.7) System.Security.Cryptography.ProtectedData (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - NuGet.Frameworks (5.6) + NuGet.Frameworks (5.7) NuGet.Packaging (5.6) Newtonsoft.Json (>= 9.0.1) NuGet.Configuration (>= 5.6) @@ -2276,9 +2293,9 @@ NUGET NuGet.Protocol (5.6) NuGet.Packaging (>= 5.6) System.Dynamic.Runtime (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - NuGet.Versioning (5.6) + NuGet.Versioning (5.7) Octokit (0.48) - Paket.Core (5.249) + Paket.Core (5.257) Chessie (>= 0.6) FSharp.Compiler.Tools - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) FSharp.Core (> 4.3) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) @@ -2293,7 +2310,7 @@ NUGET runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) - runtime.native.System (4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + runtime.native.System (4.3.1) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) runtime.native.System.Data.SqlClient.sni (4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2334,13 +2351,13 @@ NUGET runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (== netstandard2.0) runtime.win-x64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (== netstandard2.0) runtime.win-x86.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Buffers (4.5.1) - content: none - System.CodeDom (4.7) - restriction: || (== netcoreapp2.1) (== netstandard2.0) - System.Collections (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Buffers (4.5.1) + System.CodeDom (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Collections (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections.Concurrent (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Collections.Concurrent (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2353,14 +2370,14 @@ NUGET System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Collections.Immutable (1.7.1) System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) - System.Collections.NonGeneric (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Collections.NonGeneric (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections.Specialized (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Collections.Specialized (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) @@ -2368,13 +2385,13 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.ComponentModel (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.ComponentModel (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.ComponentModel.Primitives (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (< netstandard1.0) (>= win8)) (&& (== net472) (>= wp8)) (&& (== net472) (>= wpa81)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.ComponentModel.Primitives (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (< netstandard1.0) (>= win8)) (&& (== net472) (>= wp8)) (&& (== net472) (>= wpa81)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.ComponentModel (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) - System.ComponentModel.TypeConverter (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.ComponentModel.TypeConverter (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Collections.NonGeneric (>= 4.3) System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) @@ -2390,15 +2407,21 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) - System.Configuration.ConfigurationManager (4.7) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) + System.Configuration.ConfigurationManager (4.7) - restriction: || (&& (== net472) (>= monoandroid)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net461)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (&& (== net472) (>= uap10.1)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (== netcoreapp2.1) (== netstandard2.0) System.Security.Cryptography.ProtectedData (>= 4.7) - restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0) System.Security.Permissions (>= 4.7) - System.Data.SqlClient (4.8.1) + System.Data.OleDb (4.7.1) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.Win32.Registry (>= 4.7) - restriction: || (&& (== net472) (>= monoandroid)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net461)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (== netcoreapp2.1) (== netstandard2.0) + System.Configuration.ConfigurationManager (>= 4.7) - restriction: || (&& (== net472) (>= monoandroid)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net461)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (== netcoreapp2.1) (== netstandard2.0) + System.Diagnostics.PerformanceCounter (>= 4.7) - restriction: || (&& (== net472) (< net461)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Memory (>= 4.5.4) - restriction: || (&& (== net472) (< net461)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net472) (>= monoandroid)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net461)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (== netcoreapp2.1) (== netstandard2.0) + System.Data.SqlClient (4.8.2) Microsoft.Win32.Registry (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (== netstandard2.0) runtime.native.System.Data.SqlClient.sni (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Buffers (>= 4.5) - restriction: || (&& (== net472) (< net451)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net472) (< net451)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0) System.Diagnostics.DiagnosticSource (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0) - System.Memory (>= 4.5.3) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Memory (>= 4.5.4) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (== netstandard2.0) System.Text.Encoding.CodePages (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Debug (4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) @@ -2407,6 +2430,11 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.DiagnosticSource (4.7.1) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0) System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net45) (< netstandard1.3)) (&& (== netcoreapp2.1) (>= net46)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Diagnostics.PerformanceCounter (4.7) - restriction: || (&& (== net472) (< net461)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (&& (== net472) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) + Microsoft.Win32.Registry (>= 4.7) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Configuration.ConfigurationManager (>= 4.7) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) System.Diagnostics.Process (4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) @@ -2429,11 +2457,11 @@ NUGET System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Thread (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Tools (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Diagnostics.Tools (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Tracing (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Diagnostics.Tracing (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2452,7 +2480,7 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Globalization (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2461,23 +2489,23 @@ NUGET Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization.Extensions (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Globalization.Extensions (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.IdentityModel.Tokens.Jwt (6.7.1) - Microsoft.IdentityModel.JsonWebTokens (>= 6.7.1) - Microsoft.IdentityModel.Tokens (>= 6.7.1) + System.IdentityModel.Tokens.Jwt (6.8) + Microsoft.IdentityModel.JsonWebTokens (>= 6.8) + Microsoft.IdentityModel.Tokens (>= 6.8) System.IO (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< net462)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.IO.FileSystem (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.IO (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) @@ -2486,9 +2514,9 @@ NUGET System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Linq (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Linq (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2512,6 +2540,10 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Management (4.7) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) + Microsoft.Win32.Registry (>= 4.7) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.CodeDom (>= 4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (== netstandard2.0) System.Memory (4.5.4) System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= monoandroid)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net472) (< net45)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0) @@ -2520,34 +2552,14 @@ NUGET System.Net.Http.WinHttpHandler (4.7.2) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= monoandroid)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) - System.Net.NameResolution (4.3) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - runtime.native.System (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Net.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Security.Principal.Windows (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Net.Primitives (4.3.1) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= netcoreapp5.0)) (&& (== netstandard2.0) (>= uap10.0)) - Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard1.1)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard1.1)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (>= 4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard1.1)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Numerics.Vectors (4.5) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Numerics.Vectors (4.5) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) System.ObjectModel (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Private.DataContractSerialization (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Private.DataContractSerialization (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2573,59 +2585,59 @@ NUGET System.Xml.XDocument (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Xml.XmlDocument (>= 4.3) System.Xml.XmlSerializer (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Private.Uri (4.3.2) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Private.Uri (4.3.2) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) System.Reactive (4.4.1) System.Runtime.InteropServices.WindowsRuntime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks.Extensions (>= 4.5.4) System.ValueTuple (>= 4.5) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net46)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netstandard2.0) (>= net46)) (&& (== netstandard2.0) (>= uap10.0)) - System.Reflection (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp1.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Reflection (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< net462)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.IO (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Emit (4.7) - content: none, restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0) + System.Reflection.Emit (4.7) - content: none, restriction: || (&& (== net472) (< net45)) (&& (== net472) (< net461)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) System.Reflection.Emit.ILGeneration (4.7) - content: none, restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Emit.Lightweight (4.7) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Reflection.Emit.Lightweight (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (< portable-net45+wp8)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (< portable-net45+wp8)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) - System.Reflection.Extensions (4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Reflection.Extensions (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection.Metadata (1.8.1) - content: none System.Collections.Immutable (>= 1.7.1) - System.Reflection.Primitives (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp1.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Reflection.Primitives (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.TypeExtensions (4.7) - content: none, restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0) + System.Reflection.TypeExtensions (4.7) - content: none, restriction: || (&& (== net472) (< net45)) (&& (== net472) (< net461)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) System.Resources.Extensions (4.7.1) System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (== netstandard2.0) - System.Resources.ResourceManager (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Resources.ResourceManager (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime (4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Runtime (4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp1.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Caching (4.7) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) System.Configuration.ConfigurationManager (>= 4.7) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.CompilerServices.Unsafe (4.7.1) - System.Runtime.Extensions (4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Runtime.Extensions (4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Handles (4.3) - restriction: || (&& (== net472) (>= monoandroid9.0)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Runtime.Handles (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.InteropServices (4.3) - restriction: || (&& (== net472) (>= monoandroid9.0)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Runtime.InteropServices (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp1.1)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp1.1)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp1.1)) (== netcoreapp2.1) (== netstandard2.0) @@ -2643,17 +2655,17 @@ NUGET System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Serialization.Formatters (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Runtime.Serialization.Formatters (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Serialization.Primitives (>= 4.3) - System.Runtime.Serialization.Json (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Runtime.Serialization.Json (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) System.IO (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Private.DataContractSerialization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.Serialization.Primitives (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Runtime.Serialization.Primitives (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Security.AccessControl (4.7) - restriction: || (&& (== net472) (>= monoandroid)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (== netcoreapp2.1) (== netstandard2.0) @@ -2703,7 +2715,7 @@ NUGET System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Security.Cryptography.OpenSsl (4.7) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) - System.Security.Cryptography.Primitives (4.3) - restriction: || (&& (== net472) (>= monoandroid9.0)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.Cryptography.Primitives (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.IO (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) @@ -2711,7 +2723,7 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Security.Cryptography.ProtectedData (4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.Cryptography.ProtectedData (4.7) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0) System.Memory (>= 4.5.3) - restriction: || (&& (== net472) (< net46)) (== netstandard2.0) System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2743,7 +2755,7 @@ NUGET System.Security.AccessControl (>= 4.7) System.Security.Principal.Windows (4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) - System.Security.SecureString (4.3) - restriction: || (&& (== net472) (>= monoandroid9.0)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.SecureString (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (>= monoandroid9.0)) (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= monoandroid9.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) @@ -2759,22 +2771,33 @@ NUGET System.Text.Encoding.CodePages (4.7.1) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 3.1.1) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) System.Runtime.CompilerServices.Unsafe (>= 4.7.1) - System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Text.RegularExpressions (4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Text.Encodings.Web (4.7.1) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= netcoreapp3.0)) + System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Text.Json (4.7.2) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1)) + Microsoft.Bcl.AsyncInterfaces (>= 1.1) + System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= monoandroid)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) + System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (>= 4.7.1) + System.Text.Encodings.Web (>= 4.7.1) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.ValueTuple (>= 4.5) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netstandard2.0) (>= net461)) + System.Text.RegularExpressions (4.3.1) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netcoreapp1.1)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netcoreapp1.1)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (== netstandard2.0) System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netcoreapp1.1)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (== netstandard2.0) System.Runtime (>= 4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp1.1)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Extensions (>= 4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netcoreapp1.1)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netcoreapp1.1)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (== netstandard2.0) - System.Threading (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Threading (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Threading.Tasks (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Threading.Tasks (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2786,8 +2809,8 @@ NUGET System.Threading.ThreadPool (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.ValueTuple (4.5) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net46)) (&& (== netcoreapp2.1) (>= uap10.0)) (&& (== netstandard2.0) (>= net46)) (&& (== netstandard2.0) (>= uap10.0)) - System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.ValueTuple (4.5) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netstandard2.0) (>= net461) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= net472)) + System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2803,7 +2826,7 @@ NUGET System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.XDocument (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Xml.XDocument (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2816,7 +2839,7 @@ NUGET System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.XmlDocument (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== net472) (>= xamarinios)) (== netcoreapp2.1) (== netstandard2.0) + System.Xml.XmlDocument (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinios)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) @@ -2827,7 +2850,7 @@ NUGET System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Threading (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) - System.Xml.XmlSerializer (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Xml.XmlSerializer (4.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (>= uap10.0)) (&& (== netcoreapp2.1) (>= uap10.0)) (== netstandard2.0) System.Collections (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Globalization (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.IO (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -2857,206 +2880,206 @@ NUGET Chessie (0.6) FSharp.Core (>= 4.0.1.7-alpha) NETStandard.Library (>= 1.6) - Fake.Api.GitHub (5.20.1) - FSharp.Core (>= 4.7.1) - Octokit (>= 0.47) - Fake.BuildServer.AppVeyor (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - Fake.Net.Http (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.BuildServer.GitLab (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.BuildServer.TeamCity (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.Core.Xml (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - Fake.Net.Http (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.BuildServer.TeamFoundation (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.Core.Vault (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.BuildServer.Travis (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.Core.CommandLineParsing (5.20.2) + Fake.Api.GitHub (5.20.3) + FSharp.Core (>= 4.7.2) + Octokit (>= 0.48) + Fake.BuildServer.AppVeyor (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + Fake.Net.Http (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.BuildServer.GitLab (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.BuildServer.TeamCity (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.Core.Xml (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + Fake.Net.Http (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.BuildServer.TeamFoundation (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.Core.Vault (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.BuildServer.Travis (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.Core.CommandLineParsing (5.20.3) FParsec (>= 1.1.1) FSharp.Core (>= 4.7.2) - Fake.Core.Context (5.20.2) + Fake.Core.Context (5.20.3) FSharp.Core (>= 4.7.2) - Fake.Core.Environment (5.20.2) + Fake.Core.Environment (5.20.3) FSharp.Core (>= 4.7.2) - Fake.Core.FakeVar (5.20.2) - Fake.Core.Context (>= 5.20.2) + Fake.Core.FakeVar (5.20.3) + Fake.Core.Context (>= 5.20.3) FSharp.Core (>= 4.7.2) - Fake.Core.Process (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.FakeVar (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - System.Collections.Immutable (>= 1.7) - Fake.Core.ReleaseNotes (5.20.1) - Fake.Core.SemVer (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.Core.SemVer (5.20.1) - FSharp.Core (>= 4.7.1) - Fake.Core.String (5.20.2) + Fake.Core.Process (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.FakeVar (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + System.Collections.Immutable (>= 1.7.1) + Fake.Core.ReleaseNotes (5.20.3) + Fake.Core.SemVer (>= 5.20.3) + Fake.Core.String (>= 5.20.3) FSharp.Core (>= 4.7.2) - Fake.Core.Target (5.20.1) - Fake.Core.CommandLineParsing (>= 5.20.1) - Fake.Core.Context (>= 5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.FakeVar (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - FSharp.Control.Reactive (>= 4.2) - FSharp.Core (>= 4.7.1) - Fake.Core.Tasks (5.20.2) - Fake.Core.Trace (>= 5.20.2) + Fake.Core.SemVer (5.20.3) FSharp.Core (>= 4.7.2) - Fake.Core.Trace (5.20.2) - Fake.Core.Environment (>= 5.20.2) - Fake.Core.FakeVar (>= 5.20.2) + Fake.Core.String (5.20.3) FSharp.Core (>= 4.7.2) - Fake.Core.Vault (5.20.2) + Fake.Core.Target (5.20.3) + Fake.Core.CommandLineParsing (>= 5.20.3) + Fake.Core.Context (>= 5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.FakeVar (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + FSharp.Control.Reactive (>= 4.4.2) + FSharp.Core (>= 4.7.2) + Fake.Core.Tasks (5.20.3) + Fake.Core.Trace (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.Core.Trace (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.FakeVar (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.Core.Vault (5.20.3) FSharp.Core (>= 4.7.2) Newtonsoft.Json (>= 12.0.3) - Fake.Core.Xml (5.20.2) - Fake.Core.String (>= 5.20.2) + Fake.Core.Xml (5.20.3) + Fake.Core.String (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.DotNet.AssemblyInfoFile (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.DotNet.Cli (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.DotNet.MSBuild (>= 5.20.3) + Fake.DotNet.NuGet (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) FSharp.Core (>= 4.7.2) - Fake.DotNet.AssemblyInfoFile (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.DotNet.Cli (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.DotNet.MSBuild (>= 5.20.1) - Fake.DotNet.NuGet (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) Mono.Posix.NETStandard (>= 1.0) Newtonsoft.Json (>= 12.0.3) - Fake.DotNet.FSFormatting (5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.DotNet.Cli (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.DotNet.MSBuild (5.20.1) - BlackFox.VsWhere (>= 1.0) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - MSBuild.StructuredLogger (>= 2.1.117) - Fake.DotNet.NuGet (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.SemVer (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Tasks (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.Core.Xml (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - Fake.Net.Http (>= 5.20.1) - FSharp.Core (>= 4.7.1) + Fake.DotNet.FSFormatting (5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.DotNet.Cli (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.DotNet.MSBuild (5.20.3) + BlackFox.VsWhere (>= 1.1) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + MSBuild.StructuredLogger (>= 2.1.176) + Fake.DotNet.NuGet (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.SemVer (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Tasks (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.Core.Xml (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + Fake.Net.Http (>= 5.20.3) + FSharp.Core (>= 4.7.2) Newtonsoft.Json (>= 12.0.3) - NuGet.Protocol (>= 5.5.1) - Fake.DotNet.Paket (5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.DotNet.Cli (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.DotNet.Testing.MSpec (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - Fake.Testing.Common (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.DotNet.Testing.NUnit (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - Fake.Testing.Common (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.DotNet.Testing.XUnit2 (5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - Fake.Testing.Common (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.IO.FileSystem (5.20.1) - Fake.Core.String (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.IO.Zip (5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.Net.Http (5.20.2) - Fake.Core.Trace (>= 5.20.2) + NuGet.Protocol (>= 5.6) + Fake.DotNet.Paket (5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.DotNet.Cli (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.DotNet.Testing.MSpec (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + Fake.Testing.Common (>= 5.20.3) FSharp.Core (>= 4.7.2) - Fake.Testing.Common (5.20.2) - Fake.Core.Trace (>= 5.20.2) + Fake.DotNet.Testing.NUnit (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + Fake.Testing.Common (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.DotNet.Testing.XUnit2 (5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + Fake.Testing.Common (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.IO.FileSystem (5.20.3) + Fake.Core.String (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.IO.Zip (5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.Net.Http (5.20.3) + Fake.Core.Trace (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.Testing.Common (5.20.3) + Fake.Core.Trace (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.Tools.Git (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.SemVer (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) + FSharp.Core (>= 4.7.2) + Fake.Windows.Chocolatey (5.20.3) + Fake.Core.Environment (>= 5.20.3) + Fake.Core.Process (>= 5.20.3) + Fake.Core.String (>= 5.20.3) + Fake.Core.Trace (>= 5.20.3) + Fake.DotNet.NuGet (>= 5.20.3) + Fake.IO.FileSystem (>= 5.20.3) FSharp.Core (>= 4.7.2) - Fake.Tools.Git (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.SemVer (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) - Fake.Windows.Chocolatey (5.20.1) - Fake.Core.Environment (>= 5.20.1) - Fake.Core.Process (>= 5.20.1) - Fake.Core.String (>= 5.20.1) - Fake.Core.Trace (>= 5.20.1) - Fake.DotNet.NuGet (>= 5.20.1) - Fake.IO.FileSystem (>= 5.20.1) - FSharp.Core (>= 4.7.1) FParsec (1.1.1) FSharp.Core (>= 4.3.4) FSharp.Control.Reactive (4.4.2) FSharp.Core (>= 4.7.2) System.Reactive (>= 4.4.1) - FSharp.Core (4.7.2) - Microsoft.Build (16.6) - Microsoft.Build.Framework (16.6) + FSharp.Core (5.0) + Microsoft.Build (16.7) + Microsoft.Build.Framework (16.7) System.Security.Permissions (>= 4.7) - Microsoft.Build.Tasks.Core (16.6) - Microsoft.Build.Framework (>= 16.6) - Microsoft.Build.Utilities.Core (>= 16.6) + Microsoft.Build.Tasks.Core (16.7) + Microsoft.Build.Framework (>= 16.7) + Microsoft.Build.Utilities.Core (>= 16.7) Microsoft.Win32.Registry (>= 4.3) System.CodeDom (>= 4.4) System.Collections.Immutable (>= 1.5) @@ -3066,13 +3089,13 @@ NUGET System.Security.Permissions (>= 4.7) System.Threading.Tasks.Dataflow (>= 4.9) Microsoft.Build.Tasks.Git (1.0) - Microsoft.Build.Utilities.Core (16.6) - Microsoft.Build.Framework (>= 16.6) + Microsoft.Build.Utilities.Core (16.7) + Microsoft.Build.Framework (>= 16.7) Microsoft.Win32.Registry (>= 4.3) System.Collections.Immutable (>= 1.5) System.Security.Permissions (>= 4.7) System.Text.Encoding.CodePages (>= 4.0.1) - Microsoft.NETCore.Platforms (3.1.1) + Microsoft.NETCore.Platforms (3.1.3) Microsoft.NETCore.Targets (3.1) Microsoft.SourceLink.Common (1.0) Microsoft.SourceLink.GitHub (1.0) @@ -3087,7 +3110,7 @@ NUGET System.Memory (>= 4.5.3) System.Security.AccessControl (>= 4.7) System.Security.Principal.Windows (>= 4.7) - Mono.Cecil (0.11.2) + Mono.Cecil (0.11.3) Mono.Posix.NETStandard (1.0) MSBuild.StructuredLogger (2.1.176) Microsoft.Build (>= 16.4) @@ -3098,28 +3121,29 @@ NUGET NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (12.0.3) - NuGet.Common (5.6) - NuGet.Frameworks (>= 5.6) + NuGet.Common (5.7) + NuGet.Frameworks (>= 5.7) System.Diagnostics.Process (>= 4.3) System.Threading.Thread (>= 4.3) - NuGet.Configuration (5.6) - NuGet.Common (>= 5.6) + NuGet.Configuration (5.7) + NuGet.Common (>= 5.7) System.Security.Cryptography.ProtectedData (>= 4.3) - NuGet.Frameworks (5.6) - NuGet.Packaging (5.6) + NuGet.Frameworks (5.7) + NuGet.Packaging (5.7) Newtonsoft.Json (>= 9.0.1) - NuGet.Configuration (>= 5.6) - NuGet.Versioning (>= 5.6) + NuGet.Configuration (>= 5.7) + NuGet.Versioning (>= 5.7) System.Dynamic.Runtime (>= 4.3) - NuGet.Protocol (5.6) - NuGet.Packaging (>= 5.6) + System.Security.Cryptography.Cng (>= 5.0.0-preview.3.20214.6) + System.Security.Cryptography.Pkcs (>= 5.0.0-preview.3.20214.6) + NuGet.Protocol (5.7) + NuGet.Packaging (>= 5.7) System.Dynamic.Runtime (>= 4.3) - NuGet.Versioning (5.6) + NuGet.Versioning (5.7) Octokit (0.48) - Paket.Core (6.0.0-alpha040) + Paket.Core (5.257) Chessie (>= 0.6) - FSharp.Core (> 4.3) - Mono.Cecil (>= 0.11.1 < 0.12) + Mono.Cecil (>= 0.10.0-beta6) Newtonsoft.Json (>= 10.0.3) System.Net.Http.WinHttpHandler (>= 4.5) System.Security.Cryptography.ProtectedData (>= 4.4) @@ -3179,6 +3203,9 @@ NUGET System.Runtime (>= 4.3) System.Runtime.Extensions (>= 4.3) System.Threading (>= 4.3) + System.Formats.Asn1 (5.0.0-preview.8.20407.11) + System.Buffers (>= 4.5.1) + System.Memory (>= 4.5.4) System.Globalization (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -3295,6 +3322,12 @@ NUGET System.Runtime (>= 4.3) System.Security.AccessControl (4.7) System.Security.Principal.Windows (>= 4.7) + System.Security.Cryptography.Cng (5.0.0-preview.8.20407.11) + System.Security.Cryptography.Pkcs (5.0.0-preview.8.20407.11) + System.Buffers (>= 4.5.1) + System.Formats.Asn1 (>= 5.0.0-preview.8.20407.11) + System.Memory (>= 4.5.4) + System.Security.Cryptography.Cng (>= 5.0.0-preview.8.20407.11) System.Security.Cryptography.ProtectedData (4.7) System.Memory (>= 4.5.3) System.Security.Permissions (4.7) @@ -3349,8 +3382,11 @@ NUGET System.ValueTuple (>= 4.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) FsCheck (2.14.3) FSharp.Core (>= 4.2.3) - FSharp.Compiler.Service (36.0.3) - content: none + FSharp.Compiler.Service (37.0) - content: none FSharp.Core (>= 4.6.2) + Microsoft.Build.Framework (>= 16.6) + Microsoft.Build.Tasks.Core (>= 16.6) + Microsoft.Build.Utilities.Core (>= 16.6) System.Buffers (>= 4.5) System.Collections.Immutable (>= 1.5) System.Memory (>= 4.5.3) @@ -3360,7 +3396,28 @@ NUGET System.Runtime.Loader (>= 4.0) - restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0) System.ValueTuple (>= 4.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netstandard2.0) (>= net461)) FSharp.Compiler.Tools (10.2.3) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) - FSharp.Core (4.7.2) + FSharp.Core (5.0) + Microsoft.Build.Framework (16.7) - content: none + System.Security.Permissions (>= 4.7) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + Microsoft.Build.Tasks.Core (16.7) - content: none + Microsoft.Build.Framework (>= 16.7) + Microsoft.Build.Utilities.Core (>= 16.7) + Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472)) + Microsoft.Win32.Registry (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.CodeDom (>= 4.4) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Collections.Immutable (>= 1.5) + System.Reflection.Metadata (>= 1.6) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Reflection.TypeExtensions (>= 4.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Resources.Extensions (>= 4.6) + System.Security.Permissions (>= 4.7) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Threading.Tasks.Dataflow (>= 4.9) + Microsoft.Build.Utilities.Core (16.7) - content: none + Microsoft.Build.Framework (>= 16.7) + Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472)) + Microsoft.Win32.Registry (>= 4.3) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Collections.Immutable (>= 1.5) + System.Security.Permissions (>= 4.7) - restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (== netcoreapp2.1) (== netstandard2.0) Microsoft.DotNet.PlatformAbstractions (2.1) System.AppContext (>= 4.1) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Collections (>= 4.0.11) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) @@ -3371,21 +3428,27 @@ NUGET System.Runtime.InteropServices (>= 4.1) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime.InteropServices.RuntimeInformation (>= 4.0) Microsoft.NETCore.App (2.2.8) - restriction: || (&& (== net472) (== netcoreapp1.1)) (&& (== net472) (== netstandard1.6)) (&& (== netcoreapp1.1) (== netcoreapp2.1)) (&& (== netcoreapp2.1) (== netstandard1.6)) (== netstandard2.0) - Microsoft.NETCore.Platforms (3.1.1) + Microsoft.NETCore.Platforms (3.1.3) Microsoft.NETCore.Targets (3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - Microsoft.TestPlatform.ObjectModel (16.6.1) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) + Microsoft.TestPlatform.ObjectModel (16.7.1) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) NuGet.Frameworks (>= 5.0) - Microsoft.TestPlatform.TestHost (16.6.1) - Microsoft.TestPlatform.ObjectModel (>= 16.6.1) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) + Microsoft.TestPlatform.TestHost (16.7.1) + Microsoft.TestPlatform.ObjectModel (>= 16.7.1) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) - Mono.Cecil (0.11.2) + Microsoft.VisualStudio.Setup.Configuration.Interop (1.16.30) - content: none, restriction: || (== net472) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472)) + Microsoft.Win32.Registry (4.7) - content: none, restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Buffers (>= 4.5) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (>= monoandroid)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net46)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (&& (== netcoreapp2.1) (>= monoandroid)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) + System.Memory (>= 4.5.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Security.AccessControl (>= 4.7) + System.Security.Principal.Windows (>= 4.7) + Mono.Cecil (0.11.3) NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (12.0.3) - NuGet.Frameworks (5.6) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) - Packaging.Targets (0.1.171) - System.Buffers (>= 4.5) - Paket.Core (5.249) + NuGet.Frameworks (5.7) - restriction: || (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.0) (>= uap10.0)) + Packaging.Targets (0.1.189) + System.Buffers (>= 4.5.1) + Paket.Core (5.257) Chessie (>= 0.6) FSharp.Compiler.Tools - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) FSharp.Core (> 4.3) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45)) @@ -3400,6 +3463,7 @@ NUGET System.AppContext (4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Buffers (4.5.1) + System.CodeDom (4.7) - content: none, restriction: || (== netcoreapp2.1) (== netstandard2.0) System.Collections (4.3) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -3429,7 +3493,7 @@ NUGET System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net46)) (== netcoreapp2.1) (== netstandard2.0) System.Memory (4.5.4) - content: none System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= monoandroid)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) - System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net472) (< net45)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0) + System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0) System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netstandard2.0) (>= net461)) System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= monoandroid)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) System.Net.Http.WinHttpHandler (4.7.2) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) @@ -3443,7 +3507,7 @@ NUGET System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection.Emit (4.7) - content: none, restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0) - System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) + System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) System.Reflection.Emit.ILGeneration (4.7) - content: none, restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= netcoreapp5.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0) System.Reflection.Extensions (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -3457,6 +3521,8 @@ NUGET Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection.TypeExtensions (4.7) - content: none, restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0) + System.Resources.Extensions (4.7.1) - content: none + System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (== netstandard2.0) System.Resources.ResourceManager (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -3466,7 +3532,7 @@ NUGET System.Runtime (4.3.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) - System.Runtime.CompilerServices.Unsafe (4.7.1) - content: none, restriction: || (== net472) (&& (== netcoreapp2.1) (>= monoandroid)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0) + System.Runtime.CompilerServices.Unsafe (4.7.1) - content: none System.Runtime.Extensions (4.3.1) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -3494,12 +3560,22 @@ NUGET System.IO (>= 4.3) - restriction: || (&& (== net472) (< net462)) (== netcoreapp2.1) (== netstandard2.0) System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net462)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net462)) (== netcoreapp2.1) (== netstandard2.0) + System.Security.AccessControl (4.7) - content: none, restriction: || (== netcoreapp2.1) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Security.Principal.Windows (>= 4.7) System.Security.Cryptography.ProtectedData (4.7) - restriction: || (&& (== net472) (< net45)) (== netcoreapp2.1) (== netstandard2.0) - System.Memory (>= 4.5.3) - restriction: || (&& (== net472) (< net46)) (== netstandard2.0) + System.Memory (>= 4.5.3) - restriction: || (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net46)) (== netstandard2.0) + System.Security.Permissions (4.7) - content: none, restriction: || (== netcoreapp2.1) (== netstandard2.0) + System.Security.AccessControl (>= 4.7) + System.Security.Principal.Windows (4.7) - content: none, restriction: || (== netcoreapp2.1) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) System.Text.Encoding (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Text.Encoding.CodePages (4.7.1) - content: none, restriction: || (== netcoreapp2.1) (== netstandard2.0) + Microsoft.NETCore.Platforms (>= 3.1.1) - restriction: || (&& (== net472) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0)) + System.Runtime.CompilerServices.Unsafe (>= 4.7.1) System.Threading (4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) @@ -3507,6 +3583,7 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= netcoreapp5.0)) (== netcoreapp2.1) (== netstandard2.0) + System.Threading.Tasks.Dataflow (4.11.1) - content: none System.ValueTuple (4.5) - content: none, restriction: || (== net472) (&& (== netcoreapp2.1) (>= net461)) (&& (== netstandard2.0) (>= net461)) YoloDev.Expecto.TestSdk (0.8) Expecto (>= 8.10 < 9.0) - restriction: || (== net472) (== netcoreapp2.1) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= netcoreapp2.0)) diff --git a/src/app/Fake.DotNet.NuGet/NuGet.fs b/src/app/Fake.DotNet.NuGet/NuGet.fs index 0a11d3a7eb8..3cfb5ec3644 100644 --- a/src/app/Fake.DotNet.NuGet/NuGet.fs +++ b/src/app/Fake.DotNet.NuGet/NuGet.fs @@ -643,6 +643,19 @@ let getNuspecProperties (nuspec : string) = PackageHashAlgorithm = String.Empty } +type NugetPackageInfo = + { Id : string + Version : string + Description : string + Summary : string + IsLatestVersion : bool + Authors : string + Owners : string + Tags : string + ProjectUrl : string + LicenseUrl : string + Title : string } + /// Returns the NuGet meta data from the given package file name. /// ## Parameters /// @@ -654,15 +667,12 @@ let getNuspecProperties (nuspec : string) = // |> getNuspecProperties /// Default NuGet feed -[] -let galleryV1 = "http://go.microsoft.com/fwlink/?LinkID=206669" -let galleryV2 = "https://www.nuget.org/api/v2/" let galleryV3 = "https://api.nuget.org/v3/index.json" // TODO: Note that this is stolen from paket code. We might want to move that into a shared FAKE library..., see https://github.com/fsprojects/Paket/blob/06ef22ba79896cd9f2a2e2eefccde08b09ab7656/src/Paket.Core/Utils.fs #if NETSTANDARD open System.Net.Http -open System.Collections.Generic +open Newtonsoft.Json.Linq type WebClient = HttpClient type HttpClient with member x.DownloadFileTaskAsync (uri : Uri, filePath : string) = @@ -729,6 +739,7 @@ let internal addHeader (client:HttpClient) (headerKey:string) (headerVal:string) client.DefaultRequestHeaders.Add(headerKey, headerVal) #else +open Newtonsoft.Json.Linq open System.Net type WebClient with member x.UploadFileAsMultipart (url : Uri) filename = @@ -766,58 +777,57 @@ let private webClient = new WebClient() /// [omit] let discoverRepoUrl = - lazy (let resp = webClient.DownloadString(galleryV1) - let doc = Xml.createDoc resp - doc.["service"].GetAttribute("xml:base")) + lazy (let resp = webClient.DownloadString(galleryV3) + let json = JObject.Parse resp + let nugetSearchResource = + (json.Item("resources") :?> JArray) + |> Seq.find(fun resource -> resource.Item("@type").ToString() = "SearchQueryService") + :?> JObject + nugetSearchResource.Item("@id").ToString()) /// [omit] let getRepoUrl() = discoverRepoUrl.Force() /// [omit] -let extractFeedPackageFromXml (entry : Xml.XmlNode) = - let properties = entry.["m:properties"] - let property name = - let p = properties.["d:" + name] - if p = null || p.IsEmpty then "" else p.InnerText - let boolProperty name = (property name).ToLower() = "true" - let author = entry.["author"].InnerText - let dateTimeProperty name = DateTime.Parse(property name) - { Id = entry.["title"].InnerText - Version = property "Version" - Description = property "Description" - IsLatestVersion = boolProperty "IsLatestVersion" - Authors = author - Owners = author - Language = property "Language" - Tags = property "Tags" - ReleaseNotes = property "ReleaseNotes" - ProjectUrl = property "ProjectUrl" - LicenseUrl = property "LicenseUrl" - RequireLicenseAcceptance = boolProperty "RequireLicenseAcceptance" - PackageHash = property "PackageHash" - PackageHashAlgorithm = property "PackageHashAlgorithm" - Created = dateTimeProperty "Created" - Published = dateTimeProperty "Published" - Url = entry.["content"].GetAttribute("src") } +let extractFeedPackageFromJson (data : JObject) isLatestVersion = + { Id = data.["id"].ToString() + Version = data.["version"].ToString() + Description = data.["description"].ToString() + Summary = data.["summary"].ToString() + IsLatestVersion = isLatestVersion + Authors = String.Join(",", data.["authors"] :?> JArray) + Owners = String.Join(",", data.["authors"] :?> JArray) + Tags = String.Join(",", data.["tags"] :?> JArray) + ProjectUrl = data.["projectUrl"].ToString() + LicenseUrl = data.["licenseUrl"].ToString() + Title = data.["title"].ToString() + } -/// [omit] -let getPackage (repoUrl:string) packageName version = - let url : string = repoUrl.TrimEnd('/') + "/Packages(Id='" + packageName + "',Version='" + version + "')" +let getPackage (repoUrl:string) (packageName:string) (version:string) = + let url : string = repoUrl.TrimEnd('/') + "?q=title:" + packageName + "&take=1" let resp = webClient.DownloadString(url) - let doc = Xml.createDoc resp - extractFeedPackageFromXml doc.["entry"] + let json = JObject.Parse resp + let data = (json.["data"] :?> JArray).[0] :?> JObject + let packageVersions = (data.["versions"] :?> JArray).ToObject>() + let versionExists = + packageVersions + |> List.exists(fun listedVersion -> listedVersion.["version"].ToString() = version) + + if not versionExists then + failwithf "Requested %s for package %s is not registered on NuGet" version packageName + + let isLatest = (data.["version"].ToString() = version) + // set the requested version instead of latest. + data.["version"] <- JValue version + extractFeedPackageFromJson data isLatest -/// [omit] -let getFeedPackagesFromUrl (url : string) = - let resp = webClient.DownloadString(url) - let doc = Xml.createDoc resp - [ for entry in doc.["feed"].GetElementsByTagName("entry") -> extractFeedPackageFromXml entry ] -/// [omit] let getLatestPackage (repoUrl:string) packageName = - repoUrl.TrimEnd('/') + "/Packages()?$filter=(Id%20eq%20'" + packageName + "')%20and%20IsLatestVersion" - |> getFeedPackagesFromUrl - |> Seq.head + let url : string = repoUrl.TrimEnd('/') + "?q=title:" + packageName + "&take=1" + let resp = webClient.DownloadString(url) + let json = JObject.Parse resp + let data = (json.["data"] :?> JArray).[0] :?> JObject + extractFeedPackageFromJson data true /// [omit] let downloadPackage targetDir (package : NuSpecPackage) = diff --git a/src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs b/src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs index 6855eda8df0..3cb483f5a2b 100644 --- a/src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs +++ b/src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs @@ -217,7 +217,13 @@ type NUnit3Params = /// A test parameter specified in the form name=value. Multiple parameters may be specified, separated by semicolons Params : string + + /// list or environment variables that will be set in the nunit-console.exe process + Environment : Map } + /// Sets the current environment variables. + member x.WithEnvironment map = + { x with Environment = map } /// The [NUnit3Params](fake-testing-nunit3-nunit3params.html) default parameters. /// @@ -245,6 +251,7 @@ type NUnit3Params = /// - `TraceLevel` - `Default` (By default NUnit3 sets this to off internally) /// - `SkipNonTestAssemblies` - `false` /// - `Params` - `""` +/// - `EnvironmentVariables` - `[]` /// ## Defaults let NUnit3Defaults = { @@ -273,6 +280,7 @@ let NUnit3Defaults = TraceLevel= NUnit3TraceLevel.Default SkipNonTestAssemblies = false Params = "" + Environment = Map.empty } /// Tries to detect the working directory as specified in the parameters or via TeamCity settings @@ -331,6 +339,7 @@ let internal createProcess createTempFile (setParams : NUnit3Params -> NUnit3Par CreateProcess.fromRawCommandLine tool argLine |> CreateProcess.withFramework |> CreateProcess.withWorkingDirectory (getWorkingDir parameters) + |> CreateProcess.withEnvironment (parameters.Environment |> Map.toList) //|> CreateProcess.withTimeout processTimeout |> CreateProcess.addOnSetup (fun () -> File.WriteAllText(path, generatedArgs) diff --git a/src/app/Fake.Testing.ReportGenerator/ReportGenerator.fs b/src/app/Fake.Testing.ReportGenerator/ReportGenerator.fs index 312f1816b16..dda8ac68755 100644 --- a/src/app/Fake.Testing.ReportGenerator/ReportGenerator.fs +++ b/src/app/Fake.Testing.ReportGenerator/ReportGenerator.fs @@ -7,9 +7,9 @@ /// open Fake.Testing /// /// Target.create "Generate Reports" (fun _ -> -/// let parameters p = { p with TargetDir = "c:/reports/" } /// !! "**/opencover.xml" -/// |> ReportGenerator.generateReports parameters +/// |> Seq.toList +/// |> ReportGenerator.generateReports (fun p -> { p with TargetDir = "c:/reports/" }) /// ) /// ``` [] @@ -158,10 +158,11 @@ let internal createProcess setParams (reports : string seq) = /// /// - `setParams` - Function used to overwrite the default ReportGenerator parameters. /// - `reports` - Coverage reports. -let generateReports setParams (reports : string list) = +let generateReports setParams (reports : string seq) = use __ = Trace.traceTask "ReportGenerator" "Generating reports" - - match reports with + + let list = reports |> Seq.toList + match list with | [] -> Trace.trace "No reports given. Ignoring task" | reports -> diff --git a/src/legacy/FAKE/FAKE.fsproj b/src/legacy/FAKE/FAKE.fsproj index 8240433023f..dce51ac424a 100644 --- a/src/legacy/FAKE/FAKE.fsproj +++ b/src/legacy/FAKE/FAKE.fsproj @@ -167,15 +167,6 @@ - - - - ..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll - True - True - - - @@ -185,7 +176,7 @@ - + ..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -194,7 +185,7 @@ - + ..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -321,7 +312,7 @@ - + ..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -600,15 +591,6 @@ - - - - ..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - @@ -2283,7 +2265,7 @@ - + ..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll diff --git a/src/legacy/Fake.FluentMigrator/Fake.FluentMigrator.fsproj b/src/legacy/Fake.FluentMigrator/Fake.FluentMigrator.fsproj index 365cffc7491..50755444b55 100644 --- a/src/legacy/Fake.FluentMigrator/Fake.FluentMigrator.fsproj +++ b/src/legacy/Fake.FluentMigrator/Fake.FluentMigrator.fsproj @@ -40,13 +40,6 @@ 44 - - - - <__paket__SQLitePCLRaw_lib_e_sqlite3_targets>net461\SQLitePCLRaw.lib.e_sqlite3 - - - @@ -552,17 +545,6 @@ - - - - - ..\..\..\packages\Microsoft.Data.Sqlite.Core\lib\netstandard2.0\Microsoft.Data.Sqlite.dll - True - True - - - - @@ -831,135 +813,6 @@ - - - - ..\..\..\packages\SQLitePCLRaw.bundle_e_sqlite3\lib\Xamarin.iOS10\SQLitePCLRaw.batteries_v2.dll - True - True - - - - - - - ..\..\..\packages\SQLitePCLRaw.bundle_e_sqlite3\lib\net461\SQLitePCLRaw.batteries_v2.dll - True - True - - - ..\..\..\packages\SQLitePCLRaw.bundle_e_sqlite3\lib\net461\SQLitePCLRaw.nativelibrary.dll - True - True - - - - - - - ..\..\..\packages\SQLitePCLRaw.bundle_e_sqlite3\lib\netcoreapp3.0\SQLitePCLRaw.batteries_v2.dll - True - True - - - ..\..\..\packages\SQLitePCLRaw.bundle_e_sqlite3\lib\netcoreapp3.0\SQLitePCLRaw.nativelibrary.dll - True - True - - - - - - - ..\..\..\packages\SQLitePCLRaw.bundle_e_sqlite3\lib\netstandard2.0\SQLitePCLRaw.batteries_v2.dll - True - True - - - - - - - - - ..\..\..\packages\SQLitePCLRaw.core\lib\netstandard2.0\SQLitePCLRaw.core.dll - True - True - - - - - - - - - True - - - ..\..\..\packages\SQLitePCLRaw.lib.e_sqlite3.android\lib\monoandroid80\SQLitePCLRaw.lib.e_sqlite3.android.dll - True - True - - - - - - - - - True - - - ..\..\..\packages\SQLitePCLRaw.lib.e_sqlite3.ios\lib\xamarinios10\SQLitePCLRaw.lib.e_sqlite3.ios.dll - True - True - - - - - - - - - ..\..\..\packages\SQLitePCLRaw.provider.dynamic_cdecl\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll - True - True - - - - - - - - - ..\..\..\packages\SQLitePCLRaw.provider.e_sqlite3\lib\netstandard2.0\SQLitePCLRaw.provider.e_sqlite3.dll - True - True - - - - - - - - - ..\..\..\packages\SQLitePCLRaw.provider.internal\lib\netstandard2.0\SQLitePCLRaw.provider.internal.dll - True - True - - - - - - - - - ..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll - True - True - - - @@ -969,7 +822,7 @@ - + ..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -978,7 +831,7 @@ - + ..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -1191,7 +1044,7 @@ - + ..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -1508,15 +1361,6 @@ - - - - ..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - @@ -3185,7 +3029,7 @@ - + ..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -3503,5 +3347,4 @@ - \ No newline at end of file diff --git a/src/legacy/Fake.IIS/Fake.IIS.fsproj b/src/legacy/Fake.IIS/Fake.IIS.fsproj index f894dd38f80..4fd340d5c92 100644 --- a/src/legacy/Fake.IIS/Fake.IIS.fsproj +++ b/src/legacy/Fake.IIS/Fake.IIS.fsproj @@ -177,15 +177,6 @@ - - - - ..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll - True - True - - - @@ -195,7 +186,7 @@ - + ..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -204,7 +195,7 @@ - + ..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -311,7 +302,7 @@ - + ..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -619,15 +610,6 @@ - - - - ..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - @@ -2279,7 +2261,7 @@ - + ..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll diff --git a/src/legacy/FakeLib/FakeLib.fsproj b/src/legacy/FakeLib/FakeLib.fsproj index 6012c4440fb..b4dde346e59 100644 --- a/src/legacy/FakeLib/FakeLib.fsproj +++ b/src/legacy/FakeLib/FakeLib.fsproj @@ -1176,7 +1176,7 @@ - + ..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll @@ -1314,15 +1314,6 @@ - - - - ..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll - True - True - - - @@ -1332,7 +1323,7 @@ - + ..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -1341,7 +1332,7 @@ - + ..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -1622,7 +1613,7 @@ - + ..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -1957,15 +1948,6 @@ - - - - ..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - @@ -3238,7 +3220,7 @@ - + ..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll @@ -3247,7 +3229,7 @@ - + ..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll @@ -3258,24 +3240,6 @@ - - - - ..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netcore50\System.Runtime.Serialization.Primitives.dll - True - True - - - - - - - ..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netcore50\System.Runtime.Serialization.Primitives.dll - False - True - - - @@ -3285,7 +3249,7 @@ - + ..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll @@ -3294,7 +3258,7 @@ - + ..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll @@ -4022,7 +3986,7 @@ - + ..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll diff --git a/src/legacy/FakeLib/paket.references b/src/legacy/FakeLib/paket.references index 7e62a31adb4..8a69a8c5671 100644 --- a/src/legacy/FakeLib/paket.references +++ b/src/legacy/FakeLib/paket.references @@ -5,7 +5,7 @@ Mono.Web.Xdt FParsec Mono.Cecil Octokit -Nuget.Core +NuGet.Core NuGet.Protocol Newtonsoft.Json System.Net.Http diff --git a/src/legacy/FsCheck.Fake/FsCheck.Fake.fsproj b/src/legacy/FsCheck.Fake/FsCheck.Fake.fsproj index 5d0133445ba..d087c1b184f 100644 --- a/src/legacy/FsCheck.Fake/FsCheck.Fake.fsproj +++ b/src/legacy/FsCheck.Fake/FsCheck.Fake.fsproj @@ -180,15 +180,6 @@ - - - - ..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll - True - True - - - @@ -198,7 +189,7 @@ - + ..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -207,7 +198,7 @@ - + ..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -314,7 +305,7 @@ - + ..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -573,15 +564,6 @@ - - - - ..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - @@ -2016,7 +1998,7 @@ - + ..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll diff --git a/src/legacy/Test.FAKECore/PackageMgt/FeedSpecs.cs b/src/legacy/Test.FAKECore/PackageMgt/FeedSpecs.cs deleted file mode 100644 index 719a8bd7537..00000000000 --- a/src/legacy/Test.FAKECore/PackageMgt/FeedSpecs.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System.IO; -using Fake; -using Machine.Specifications; - -namespace Test.FAKECore.PackageMgt -{ - public class when_getting_the_nuget_feed_url - { - It should_return_the_package_url = () => NuGetHelper.getRepoUrl().ShouldEqual(NugetData.RepositoryUrl); - } - - public class when_discovering_the_lastest_FAKE_package - { - static NuGetHelper.NuSpecPackage _package; - Because of = () => _package = NuGetHelper.getLatestPackage(NuGetHelper.getRepoUrl(), "FAKE"); - - It should_be_the_latest_version = - () => _package.IsLatestVersion.ShouldBeTrue(); - - It should_contain_steffen_as_author = - () => _package.Authors.ShouldContain("Steffen Forkmann"); - - It should_contain_the_creation_date = - () => _package.Created.Year.ShouldBeGreaterThanOrEqualTo(2012); - - It should_contain_the_id = () => _package.Id.ShouldEqual("FAKE"); - - It should_contain_the_packet_hash = () => _package.PackageHash.ShouldNotBeNull(); - - It should_contain_the_packet_hash_algorithm = - () => _package.PackageHashAlgorithm.ShouldEqual("SHA512"); - - It should_contain_the_project_url = - () => _package.ProjectUrl.ShouldEqual("https://github.com/fsharp/Fake"); - - It should_contain_the_publiNuSpecPackageshing_date = - () => _package.Published.Year.ShouldBeGreaterThanOrEqualTo(2012); - - It should_contain_the_version = () => _package.Version.ShouldContain("."); - - It should_contain_the_package_url = - () => _package.Url.ShouldEqual("https://packages.nuget.org/api/v1/package/FAKE/" + _package.Version); - - It should_build_the_FileName_from_id = - () => _package.FileName.ShouldStartWith("FAKE"); - } - - public class when_discovering_a_specific_outdated_FAKE_package - { - static NuGetHelper.NuSpecPackage _package; - Because of = () => _package = NuGetHelper.getPackage(NuGetHelper.getRepoUrl(), "FAKE", "1.56.10"); - - It should_be_the_latest_version = () => _package.IsLatestVersion.ShouldBeFalse(); - It should_contain_the_id = () => _package.Id.ShouldEqual("FAKE"); - It should_contain_the_version = () => _package.Version.ShouldEqual("1.56.10"); - } -} diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/CSharpApp.csproj b/src/legacy/Test.FAKECore/ProjectTestFiles/CSharpApp.csproj index 62aca40618c..0130a98efd5 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/CSharpApp.csproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/CSharpApp.csproj @@ -166,20 +166,29 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll - True + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll - True + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False True @@ -196,6 +205,68 @@ + + + + + True + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + True + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -258,10 +329,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -269,15 +412,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll True True + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -287,7 +565,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -296,7 +574,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -307,11 +585,17 @@ - + True + + + + + + ..\..\..\..\packages\System.Buffers\lib\net461\System.Buffers.dll True @@ -321,9 +605,6 @@ - - True - ..\..\..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll True @@ -409,7 +690,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -450,6 +867,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -539,6 +994,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -701,22 +1194,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1577,6 +2061,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1597,6 +2130,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -1969,6 +2569,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2007,6 +2639,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2093,7 +2828,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2217,6 +2952,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2360,6 +3153,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib.fsproj b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib.fsproj index 51a18881880..eed7abf1cb9 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib.fsproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib.fsproj @@ -132,10 +132,6 @@ - - ..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - True - @@ -257,24 +253,102 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -287,6 +361,62 @@ + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -349,10 +479,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -360,15 +562,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll True True + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -378,7 +715,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -387,7 +724,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -494,7 +831,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -535,6 +1008,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -624,6 +1135,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -786,22 +1335,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1720,6 +2260,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1740,6 +2329,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2112,6 +2768,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2150,6 +2838,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2236,7 +3027,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2360,6 +3151,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2503,6 +3352,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib2.csproj b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib2.csproj index 7ec952f9266..0b6e6618165 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib2.csproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib2.csproj @@ -131,10 +131,6 @@ - - ..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - True - @@ -256,24 +252,102 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -286,6 +360,62 @@ + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -348,10 +478,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -359,15 +561,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll True True + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -377,7 +714,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -386,7 +723,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -493,7 +830,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -534,6 +1007,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -623,6 +1134,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -785,22 +1334,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1719,6 +2259,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1739,6 +2328,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2111,6 +2767,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2149,6 +2837,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2235,7 +3026,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2359,6 +3150,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2502,6 +3351,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib2.fsproj b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib2.fsproj index 7ec952f9266..0b6e6618165 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib2.fsproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib2.fsproj @@ -131,10 +131,6 @@ - - ..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - True - @@ -256,24 +252,102 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -286,6 +360,62 @@ + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -348,10 +478,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -359,15 +561,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll True True + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -377,7 +714,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -386,7 +723,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -493,7 +830,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -534,6 +1007,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -623,6 +1134,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -785,22 +1334,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1719,6 +2259,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1739,6 +2328,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2111,6 +2767,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2149,6 +2837,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2235,7 +3026,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2359,6 +3150,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2502,6 +3351,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib3.csproj b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib3.csproj index 768807a562d..daf361905b2 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib3.csproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib3.csproj @@ -131,10 +131,6 @@ - - ..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - True - @@ -256,24 +252,102 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -286,6 +360,62 @@ + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -348,10 +478,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -359,15 +561,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll True True + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -377,7 +714,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -386,7 +723,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -493,7 +830,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -534,6 +1007,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -623,6 +1134,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -785,22 +1334,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1719,6 +2259,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1739,6 +2328,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2111,6 +2767,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2149,6 +2837,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2235,7 +3026,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2359,6 +3150,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2502,6 +3351,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib3.fsproj b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib3.fsproj index 768807a562d..daf361905b2 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib3.fsproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib3.fsproj @@ -131,10 +131,6 @@ - - ..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - True - @@ -256,24 +252,102 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -286,6 +360,62 @@ + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -348,10 +478,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -359,15 +561,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll True True + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -377,7 +714,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -386,7 +723,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -493,7 +830,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -534,6 +1007,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -623,6 +1134,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -785,22 +1334,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1719,6 +2259,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1739,6 +2328,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2111,6 +2767,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2149,6 +2837,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2235,7 +3026,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2359,6 +3150,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2502,6 +3351,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib4.fsproj b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib4.fsproj index 7ec952f9266..0b6e6618165 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib4.fsproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib4.fsproj @@ -131,10 +131,6 @@ - - ..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - True - @@ -256,24 +252,102 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -286,6 +360,62 @@ + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -348,10 +478,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -359,15 +561,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll True True + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -377,7 +714,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -386,7 +723,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -493,7 +830,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -534,6 +1007,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -623,6 +1134,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -785,22 +1334,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1719,6 +2259,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1739,6 +2328,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2111,6 +2767,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2149,6 +2837,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2235,7 +3026,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2359,6 +3150,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2502,6 +3351,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib5.fsproj b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib5.fsproj index 631aeb922a7..ab6e0c3b8fe 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib5.fsproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib5.fsproj @@ -132,10 +132,6 @@ - - ..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - True - @@ -257,24 +253,102 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -287,6 +361,62 @@ + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -349,10 +479,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -360,15 +562,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll True True + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -378,7 +715,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -387,7 +724,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -494,7 +831,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -535,6 +1008,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -624,6 +1135,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -786,22 +1335,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1720,6 +2260,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1740,6 +2329,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2112,6 +2768,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2150,6 +2838,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2236,7 +3027,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2360,6 +3151,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2503,6 +3352,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib6.fsproj b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib6.fsproj index 631aeb922a7..ab6e0c3b8fe 100644 --- a/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib6.fsproj +++ b/src/legacy/Test.FAKECore/ProjectTestFiles/FakeLib6.fsproj @@ -132,10 +132,6 @@ - - ..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - True - @@ -257,24 +253,102 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -287,6 +361,62 @@ + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -349,10 +479,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -360,15 +562,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll True True + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -378,7 +715,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -387,7 +724,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -494,7 +831,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -535,6 +1008,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -624,6 +1135,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -786,22 +1335,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1720,6 +2260,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1740,6 +2329,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2112,6 +2768,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2150,6 +2838,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2236,7 +3027,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2360,6 +3151,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2503,6 +3352,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/Test.FAKECore.csproj b/src/legacy/Test.FAKECore/Test.FAKECore.csproj index 7054a25a18d..c75ce3fde83 100644 --- a/src/legacy/Test.FAKECore/Test.FAKECore.csproj +++ b/src/legacy/Test.FAKECore/Test.FAKECore.csproj @@ -110,7 +110,6 @@ - @@ -527,24 +526,102 @@ - + - - ..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll + + True + + + + + + + True + + + + + + + ..\..\..\packages\Microsoft.CSharp\lib\netcore50\Microsoft.CSharp.dll True True - + - - ..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll + + ..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\packages\Microsoft.CSharp\lib\netstandard1.3\Microsoft.CSharp.dll + True + True + + + + + + + ..\..\..\packages\Microsoft.CSharp\lib\netstandard2.0\Microsoft.CSharp.dll True True + + + + ..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + @@ -557,6 +634,68 @@ + + + + + True + + + ..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + True + + + ..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -619,10 +758,82 @@ - + + + + ..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -630,15 +841,150 @@ - + - - ..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll True True + + + + + + ..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll + True + True + + + + + + + + + ..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll + True + True + + + + + + + + + True + + + True + + + True + + + ..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -648,7 +994,7 @@ - + ..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -657,7 +1003,7 @@ - + ..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -668,11 +1014,17 @@ - + True + + + + + + ..\..\..\packages\System.Buffers\lib\net461\System.Buffers.dll True @@ -682,9 +1034,6 @@ - - True - ..\..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll True @@ -770,7 +1119,143 @@ + + + + ..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -811,6 +1296,44 @@ + + + + + ..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -900,6 +1423,44 @@ + + + + + ..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -1062,22 +1623,13 @@ ..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1996,6 +2548,55 @@ + + + + + ..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -2016,6 +2617,73 @@ + + + + + ..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2388,6 +3056,38 @@ + + + + + True + + + ..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2426,6 +3126,109 @@ + + + + + ..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2512,7 +3315,7 @@ - + ..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2636,6 +3439,64 @@ + + + + + ..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2779,6 +3640,26 @@ + + + + + ..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + @@ -2820,4 +3701,4 @@ - \ No newline at end of file + diff --git a/src/legacy/Test.FAKECore/TestData/fake_no_template.csproj b/src/legacy/Test.FAKECore/TestData/fake_no_template.csproj index d36c7cf3eea..9237a06f0ab 100644 --- a/src/legacy/Test.FAKECore/TestData/fake_no_template.csproj +++ b/src/legacy/Test.FAKECore/TestData/fake_no_template.csproj @@ -158,20 +158,29 @@ - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\net40\Microsoft.Web.XmlTransform.dll - True + + ..\..\..\..\packages\Microsoft.CSharp\ref\netcore50\Microsoft.CSharp.dll + False True - + - - ..\..\..\..\packages\Microsoft.Web.Xdt\lib\netstandard2.0\Microsoft.Web.XmlTransform.dll - True + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard1.0\Microsoft.CSharp.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.CSharp\ref\netstandard2.0\Microsoft.CSharp.dll + False True @@ -188,6 +197,68 @@ + + + + + True + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net46\Microsoft.Win32.Registry.dll + True + True + + + + + + + True + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\net461\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard1.3\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard1.3\Microsoft.Win32.Registry.dll + False + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\lib\netstandard2.0\Microsoft.Win32.Registry.dll + True + True + + + + + + + ..\..\..\..\packages\Microsoft.Win32.Registry\ref\netstandard2.0\Microsoft.Win32.Registry.dll + False + True + + + + @@ -250,10 +321,82 @@ - + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll + True + True + + + + - - ..\..\..\..\packages\NuGet.Core\lib\net40-Client\NuGet.Core.dll + + ..\..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard1.3\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll + True + True + + + + + + + ..\..\..\..\packages\Newtonsoft.Json\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll True True @@ -261,15 +404,150 @@ - + - - ..\..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll + + True + + + ..\..\..\..\packages\NuGet.Common\lib\net472\NuGet.Common.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Common\lib\netstandard2.0\NuGet.Common.dll + True + True + + + + + + + + + True + + + ..\..\..\..\packages\NuGet.Configuration\lib\net472\NuGet.Configuration.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Configuration\lib\netstandard2.0\NuGet.Configuration.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net40\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\net472\NuGet.Frameworks.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Frameworks\lib\netstandard2.0\NuGet.Frameworks.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\net472\NuGet.Packaging.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Packaging\lib\netstandard2.0\NuGet.Packaging.dll True True + + + + + + True + + + True + + + True + + + ..\..\..\..\packages\NuGet.Protocol\lib\net472\NuGet.Protocol.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Protocol\lib\netstandard2.0\NuGet.Protocol.dll + True + True + + + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\net472\NuGet.Versioning.dll + True + True + + + + + + + ..\..\..\..\packages\NuGet.Versioning\lib\netstandard2.0\NuGet.Versioning.dll + True + True + + + + + @@ -279,7 +557,7 @@ - + ..\..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -288,7 +566,7 @@ - + ..\..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -299,11 +577,17 @@ - + True + + + + + + ..\..\..\..\packages\System.Buffers\lib\net461\System.Buffers.dll True @@ -313,9 +597,6 @@ - - True - ..\..\..\..\packages\System.Buffers\lib\netstandard1.1\System.Buffers.dll True @@ -401,7 +682,143 @@ + + + + ..\..\..\..\packages\System.Collections.NonGeneric\lib\netstandard1.3\System.Collections.NonGeneric.dll + True + True + + + + + + ..\..\..\..\packages\System.Collections.NonGeneric\ref\netstandard1.3\System.Collections.NonGeneric.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\lib\netstandard1.3\System.Collections.Specialized.dll + True + True + + + + + + + ..\..\..\..\packages\System.Collections.Specialized\ref\netstandard1.3\System.Collections.Specialized.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netcore50\System.ComponentModel.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netcore50\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\ref\netstandard1.0\System.ComponentModel.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel\lib\netstandard1.3\System.ComponentModel.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\lib\netstandard1.0\System.ComponentModel.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.Primitives\ref\netstandard1.0\System.ComponentModel.Primitives.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.0\System.ComponentModel.TypeConverter.dll + False + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\lib\netstandard1.5\System.ComponentModel.TypeConverter.dll + True + True + + + + + + + ..\..\..\..\packages\System.ComponentModel.TypeConverter\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll + False + True + + + + + + ..\..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -442,6 +859,44 @@ + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net46\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\lib\net461\System.Diagnostics.Process.dll + True + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.3\System.Diagnostics.Process.dll + False + True + + + + + + + ..\..\..\..\packages\System.Diagnostics.Process\ref\netstandard1.4\System.Diagnostics.Process.dll + False + True + + + + @@ -531,6 +986,44 @@ + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netcore50\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netcore50\System.Dynamic.Runtime.dll + False + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\lib\netstandard1.3\System.Dynamic.Runtime.dll + True + True + + + + + + + ..\..\..\..\packages\System.Dynamic.Runtime\ref\netstandard1.3\System.Dynamic.Runtime.dll + False + True + + + + @@ -693,22 +1186,13 @@ ..\..\..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll - False - True - - - - - - - - - ..\..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True + False True + + @@ -1627,6 +2111,55 @@ + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Formatters\lib\netstandard1.4\System.Runtime.Serialization.Formatters.dll + True + True + + + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.0\System.Runtime.Serialization.Primitives.dll + False + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\lib\netstandard1.3\System.Runtime.Serialization.Primitives.dll + True + True + + + + + + + ..\..\..\..\packages\System.Runtime.Serialization.Primitives\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll + False + True + + + + @@ -1647,6 +2180,73 @@ + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\net461\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard1.3\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\lib\netstandard2.0\System.Security.AccessControl.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.AccessControl\ref\netstandard2.0\System.Security.AccessControl.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\net46\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\lib\netstandard1.3\System.Security.Claims.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Claims\ref\netstandard1.3\System.Security.Claims.dll + False + True + + + + @@ -2019,6 +2619,38 @@ + + + + + True + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\net461\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Cryptography.ProtectedData\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + False + True + + + + @@ -2057,6 +2689,109 @@ + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netcore50\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netcore50\System.Security.Principal.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\lib\netstandard1.0\System.Security.Principal.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal\ref\netstandard1.0\System.Security.Principal.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net46\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\net461\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netcoreapp3.0\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard1.3\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard1.3\System.Security.Principal.Windows.dll + False + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\lib\netstandard2.0\System.Security.Principal.Windows.dll + True + True + + + + + + + ..\..\..\..\packages\System.Security.Principal.Windows\ref\netstandard2.0\System.Security.Principal.Windows.dll + False + True + + + + @@ -2143,7 +2878,7 @@ - + ..\..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll @@ -2267,6 +3002,64 @@ + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll + False + True + + + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll + True + True + + + + + + + ..\..\..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll + False + True + + + + @@ -2410,6 +3203,26 @@ + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\lib\netstandard1.3\System.Xml.XmlDocument.dll + True + True + + + + + + + ..\..\..\..\packages\System.Xml.XmlDocument\ref\netstandard1.3\System.Xml.XmlDocument.dll + False + True + + + + diff --git a/src/legacy/Test.FAKECore/TestData/web.config b/src/legacy/Test.FAKECore/TestData/web.config index 7dbfec5170e..be1e466e377 100644 --- a/src/legacy/Test.FAKECore/TestData/web.config +++ b/src/legacy/Test.FAKECore/TestData/web.config @@ -49,10 +49,6 @@ - - - - @@ -134,5 +130,10 @@ + + True + + + \ No newline at end of file diff --git a/src/legacy/Test.FAKECore/paket.references b/src/legacy/Test.FAKECore/paket.references index 72fb4a7cec2..f8b5b1b91a2 100644 --- a/src/legacy/Test.FAKECore/paket.references +++ b/src/legacy/Test.FAKECore/paket.references @@ -2,6 +2,6 @@ FSharp.Core Machine.Specifications.Should Mono.Web.Xdt Mono.Cecil -Nuget.Core +NuGet.Protocol // Because otherwise this project will overwrite the version with an implicit one... -System.ValueTuple \ No newline at end of file +System.ValueTuple diff --git a/src/legacy/Test.Git/Test.Git.csproj b/src/legacy/Test.Git/Test.Git.csproj index 99ba4038d4c..c1e09862eae 100644 --- a/src/legacy/Test.Git/Test.Git.csproj +++ b/src/legacy/Test.Git/Test.Git.csproj @@ -207,15 +207,6 @@ - - - - ..\..\..\packages\System.AppContext\lib\netcore50\System.AppContext.dll - True - True - - - @@ -225,7 +216,7 @@ - + ..\..\..\packages\System.AppContext\lib\netstandard1.6\System.AppContext.dll @@ -234,7 +225,7 @@ - + ..\..\..\packages\System.AppContext\ref\netstandard1.6\System.AppContext.dll @@ -347,7 +338,7 @@ - + ..\..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll @@ -646,15 +637,6 @@ - - - - ..\..\..\packages\System.IO.FileSystem.Primitives\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - @@ -2089,7 +2071,7 @@ - + ..\..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll diff --git a/src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs b/src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs index 8134520df59..caf2227c187 100644 --- a/src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs +++ b/src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs @@ -81,10 +81,10 @@ let tests = let result = if Paket.Utils.isWindows then // #2314 - fakeRunAndCheck "HELLO_world.fsx" "HELLO_world.fsx" "core-no-dependencies-hello-world" + fakeRunAndCheck Ctx.Default "HELLO_world.fsx" "HELLO_world.fsx" "core-no-dependencies-hello-world" |> ignProc directFake "--silent run hello_world.fsx" "core-no-dependencies-hello-world" - else fakeRunAndCheck "hello_world.fsx" "hello_world.fsx" "core-no-dependencies-hello-world" + else fakeRunAndCheck Ctx.Default "hello_world.fsx" "hello_world.fsx" "core-no-dependencies-hello-world" let stdOut = String.Join("\n", result.Messages) let stdErr = String.Join("\n", result.Errors) @@ -93,8 +93,8 @@ let tests = testCase "simple failed to compile" <| fun _ -> let result = - expectFailure "Expected an compilation error and a nonzero exit code!" (fun _ -> - fakeRunAndCheck "fail-to-compile.fsx" "fail-to-compile.fsx" "core-simple-failed-to-compile" |> ignProc) + expectFailure "Expected an compilation error and a nonzero exit code!" (fun ctx -> + fakeRunAndCheck ctx "fail-to-compile.fsx" "fail-to-compile.fsx" "core-simple-failed-to-compile" |> ignProc) let stdOut = String.Join("\n", result.Messages) let stdErr = String.Join("\n", result.Errors) @@ -105,8 +105,8 @@ let tests = testCase "simple runtime error" <| fun _ -> let result = - expectFailure "Expected an runtime error and a nonzero exit code!" (fun _ -> - fakeRunAndCheck "runtime-error.fsx" "runtime-error.fsx" "core-simple-runtime-error" |> ignProc) + expectFailure "Expected an runtime error and a nonzero exit code!" (fun ctx -> + fakeRunAndCheck ctx "runtime-error.fsx" "runtime-error.fsx" "core-simple-runtime-error" |> ignProc) let stdOut = String.Join("\n", result.Messages) let stdErr = String.Join("\n", result.Errors) @@ -115,20 +115,20 @@ let tests = checkIntellisense "runtime-error.fsx" "core-simple-runtime-error" testCase "reference fake runtime" <| fun _ -> - handleAndFormat <| fun () -> - fakeRunAndCheck "reference_fake-runtime.fsx" "reference_fake-runtime.fsx" "core-reference-fake-runtime" |> ignProc + handleAndFormat <| fun ctx -> + fakeRunAndCheck ctx "reference_fake-runtime.fsx" "reference_fake-runtime.fsx" "core-reference-fake-runtime" |> ignProc testCase "context exists" <| fun _ -> - handleAndFormat <| fun () -> - fakeRunAndCheck "context.exists.fsx" "context.exists.fsx" "core-context-exists" |> ignProc + handleAndFormat <| fun ctx -> + fakeRunAndCheck ctx "context.exists.fsx" "context.exists.fsx" "core-context-exists" |> ignProc testCase "use external paket.dependencies" <| fun _ -> - handleAndFormat <| fun () -> - fakeRunAndCheck "use_external_dependencies.fsx" "use_external_dependencies.fsx" "core-use-external-paket-dependencies" |> ignProc + handleAndFormat <| fun ctx -> + fakeRunAndCheck ctx "use_external_dependencies.fsx" "use_external_dependencies.fsx" "core-use-external-paket-dependencies" |> ignProc testCase "reference fake core targets" <| fun _ -> let result = - handleAndFormat <| fun () -> fakeRunAndCheck "reference_fake-targets.fsx" "reference_fake-targets.fsx --test" "core-reference-fake-core-targets" + handleAndFormat <| fun ctx -> fakeRunAndCheck ctx "reference_fake-targets.fsx" "reference_fake-targets.fsx --test" "core-reference-fake-core-targets" let stdOut = String.Join("\n", result.Messages).Trim() let stdErr = String.Join("\n", result.Errors) @@ -152,7 +152,7 @@ let tests = let scriptFile = Path.Combine(tmpPath, "reference_fake-targets.fsx") let otherScriptFile = Path.Combine(tmpPath, "otherscript.fsx") let otherFileFile = Path.Combine(tmpPath, "otherfile.fs") - handleAndFormat <| fun () -> + handleAndFormat <| fun ctx -> directFake (sprintf "run --fsiargs \"--debug:portable --optimize-\" reference_fake-targets.fsx -- --write-info \"%s\"" tempFile) "core-reference-fake-core-targets" |> ignProc let json = File.ReadAllText tempFile let obj = JObject.Parse json @@ -198,17 +198,17 @@ let tests = testCase "issue #2025" <| fun _ -> - handleAndFormat <| fun () -> - fakeRunAndCheckInPath "build.fsx" "build.fsx" "i002025" "script" |> ignProc + handleAndFormat <| fun ctx -> + fakeRunAndCheckInPath ctx "build.fsx" "build.fsx" "i002025" "script" |> ignProc testCase "issue #2007 - native libs work" <| fun _ -> // should "just" work - handleAndFormat <| fun () -> - fakeRunAndCheck "build.fsx" "build.fsx" "i002007-native-libs" |> ignProc + handleAndFormat <| fun ctx -> + fakeRunAndCheck ctx "build.fsx" "build.fsx" "i002007-native-libs" |> ignProc // Should tell FAKE error story let result = - expectFailure "Expected missing entrypoint error" <| fun () -> + expectFailure "Expected missing entrypoint error" <| fun ctx -> directFake (sprintf "run build.fsx -t FailWithMissingEntry") "i002007-native-libs" |> ignProc let stdOut = String.Join("\n", result.Messages).Trim() let stdErr = String.Join("\n", result.Errors) @@ -216,7 +216,7 @@ let tests = |> Expect.isTrue (sprintf "Standard Error Output should contain 'Fake_ShouldNotExistExtryPoint' and 'EntryPointNotFoundException:', but was: '%s', Out: '%s'" stdErr stdOut) let result = - expectFailure "Expected missing entrypoint error" <| fun () -> + expectFailure "Expected missing entrypoint error" <| fun ctx -> directFake (sprintf "run build.fsx -t FailWithUnknown") "i002007-native-libs" |> ignProc let stdOut = String.Join("\n", result.Messages).Trim() let stdErr = String.Join("\n", result.Errors) diff --git a/src/test/Fake.Core.IntegrationTests/TestHelpers.fs b/src/test/Fake.Core.IntegrationTests/TestHelpers.fs index f95e25ddb52..27694688746 100644 --- a/src/test/Fake.Core.IntegrationTests/TestHelpers.fs +++ b/src/test/Fake.Core.IntegrationTests/TestHelpers.fs @@ -109,18 +109,35 @@ let directFakeInPath command workingDir target = raise <| FakeExecutionFailed(result) result +type Ctx = + { FakeFlags: string} + static member Default = { FakeFlags = "--silent" } + static member Verbose = { FakeFlags = "--verbose" } + let handleAndFormat f = try - f() + f Ctx.Default with FakeExecutionFailed(result) -> + // Try to improve error output let stdOut = String.Join("\n", result.Messages).Trim() let stdErr = String.Join("\n", result.Errors) - Expect.isTrue (sprintf "fake.exe failed with code %d\nOut: %s\nError: %s" result.ExitCode stdOut stdErr) false + try + ignore(f Ctx.Verbose) + // Well somehow it worked this time, lets fail with the old message... + Expect.isTrue (sprintf "fake.exe (silent mode) failed with code %d\nOut: %s\nError: %s" result.ExitCode stdOut stdErr) false + with FakeExecutionFailed(verboseResult) -> + let verboseStdOut = String.Join("\n", verboseResult.Messages).Trim() + let verboseStdErr = String.Join("\n", verboseResult.Errors) + Expect.isTrue + (sprintf "fake.exe (verbose mode) failed with (silentCode %d\nSilentOut: %s\nSilentError: %s)\ncode %d\nOut: %s\nError: %s" + verboseResult.ExitCode verboseStdOut verboseStdErr result.ExitCode stdOut stdErr) false + reraise() + reraise() // for return value let expectFailure msg f = try - f() + f Ctx.Default Expect.isTrue msg false failwithf "%s" msg with FakeExecutionFailed(result) -> @@ -141,11 +158,11 @@ let fake command scenario = //let fakeFlags = "--verbose" let fakeFlags = "--silent" -let fakeRunInPath runArgs scenario path = - fakeInPath (sprintf "%s run %s" fakeFlags runArgs) scenario path +let fakeRunInPath (ctx:Ctx) runArgs scenario path = + fakeInPath (sprintf "%s run %s" ctx.FakeFlags runArgs) scenario path -let fakeRun runArgs scenario = - fakeRunInPath runArgs scenario (scenarioTempPath scenario) +let fakeRun ctx runArgs scenario = + fakeRunInPath ctx runArgs scenario (scenarioTempPath scenario) let checkIntellisenseInPath scriptName path = let cachePath = path ".fake" scriptName @@ -166,10 +183,10 @@ let checkIntellisense scriptName scenario = let scenarioPath = scenarioTempPath scenario checkIntellisenseInPath scriptName scenarioPath -let fakeRunAndCheckInPath scriptName runArgs scenario path = - let result = fakeRunInPath runArgs scenario path +let fakeRunAndCheckInPath ctx scriptName runArgs scenario path = + let result = fakeRunInPath ctx runArgs scenario path checkIntellisenseInPath scriptName (resolvePath scenario path) result -let fakeRunAndCheck scriptName runArgs scenario = - fakeRunAndCheckInPath scriptName runArgs scenario (scenarioTempPath scenario) +let fakeRunAndCheck ctx scriptName runArgs scenario = + fakeRunAndCheckInPath ctx scriptName runArgs scenario (scenarioTempPath scenario) diff --git a/src/test/Fake.Core.UnitTests/Fake.DotNet.NuGet.fs b/src/test/Fake.Core.UnitTests/Fake.DotNet.NuGet.fs index 6a948970f8b..cf9d8cc4808 100644 --- a/src/test/Fake.Core.UnitTests/Fake.DotNet.NuGet.fs +++ b/src/test/Fake.Core.UnitTests/Fake.DotNet.NuGet.fs @@ -49,5 +49,52 @@ let tests = test "Incrementing Major for a SemVerInfo" { Expect.equal (SemVer.parse("1.1.1") |> IncMajor |> string) "2.0.0" "Incremented Patch from 1.1.1 should be 2.0.0" } + + test "Getting the NuGet feed URL return V3" { + Expect.equal NuGet.galleryV3 "https://api.nuget.org/v3/index.json" "NuGet feed V3 API is used" + } + + test "Getting NuGet resource service URL" { + Expect.isNotEmpty (NuGet.getRepoUrl()) "Get Repo URL will return NuGet service URL" + } + + testCase "Getting latest version of FAKE from NuGet feed" <| fun _ -> + let package: NuGet.NugetPackageInfo = NuGet.getLatestPackage (NuGet.getRepoUrl()) "FAKE" + Expect.isTrue package.IsLatestVersion "getting latest version of a package" + + testCase "Getting latest version of FAKE and package info are populated" <| fun _ -> + let package: NuGet.NugetPackageInfo = NuGet.getLatestPackage (NuGet.getRepoUrl()) "FAKE" + Expect.equal package.Id "FAKE" "Id filled" + Expect.isNotEmpty package.Version "Version filled" + Expect.isNotEmpty package.Description "Description filled" + Expect.isNotEmpty package.Summary "Id filled" + Expect.isTrue package.IsLatestVersion "IsLatestVersion filled" + Expect.isNotEmpty package.Authors "Authors filled" + Expect.isNotEmpty package.Owners "Owners filled" + Expect.isNotEmpty package.Tags "Tags filled" + Expect.isNotEmpty package.ProjectUrl "ProjectUrl filled" + Expect.isNotEmpty package.LicenseUrl "LicenseUrl filled" + Expect.equal package.Title "FAKE" "Title filled" + + testCase "Requesting specific version of FAKE" <| fun _ -> + let package: NuGet.NugetPackageInfo = NuGet.getPackage (NuGet.getRepoUrl()) "FAKE" "1.46.2" + Expect.isFalse package.IsLatestVersion "getting version 1.46.2 of FAKE" + + testCase "Requesting un-registered version of FAKE throws exception" <| fun _ -> + Expect.throws (fun _ -> NuGet.getPackage (NuGet.getRepoUrl()) "FAKE" "-1.55.0" |> ignore) "Version -1.55.0 is not registered for FAKE!" + + testCase "Requesting specific version of FAKE and package info are populated" <| fun _ -> + let package: NuGet.NugetPackageInfo = NuGet.getPackage (NuGet.getRepoUrl()) "FAKE" "1.46.2" + Expect.equal package.Id "FAKE" "Id filled" + Expect.equal package.Version "1.46.2" "Version filled" + Expect.isNotEmpty package.Description "Description filled" + Expect.isNotEmpty package.Summary "Id filled" + Expect.isFalse package.IsLatestVersion "IsLatestVersion filled" + Expect.isNotEmpty package.Authors "Authors filled" + Expect.isNotEmpty package.Owners "Owners filled" + Expect.isNotEmpty package.Tags "Tags filled" + Expect.isNotEmpty package.ProjectUrl "ProjectUrl filled" + Expect.isNotEmpty package.LicenseUrl "LicenseUrl filled" + Expect.equal package.Title "FAKE" "Title filled" ] diff --git a/src/test/Fake.Core.UnitTests/Fake.DotNet.Paket.fs b/src/test/Fake.Core.UnitTests/Fake.DotNet.Paket.fs index a2de465e776..04198487d14 100644 --- a/src/test/Fake.Core.UnitTests/Fake.DotNet.Paket.fs +++ b/src/test/Fake.Core.UnitTests/Fake.DotNet.Paket.fs @@ -7,8 +7,6 @@ open Fake.DotNet.Testing open Fake.Testing open Expecto -let expectedPath = "paket" // if Environment.isWindows then ".paket\\paket.EXE" else ".paket/paket.exe" - [] let tests = testList "Fake.DotNet.Paket.Tests" [ @@ -21,7 +19,7 @@ let tests = | _ -> failwithf "expected RawCommand" |> ArgumentHelper.checkIfMono let cmd = args |> Arguments.toStartInfo - Expect.equal file expectedPath "Expected paket.exe" + Expect.stringContains (file.ToLower()) "paket" "Expected paket" Expect.equal cmd "restore" "expected restore argument" testCase "Test pack is not missing, #2411" <| fun _ -> let cp = @@ -32,7 +30,7 @@ let tests = | _ -> failwithf "expected RawCommand" |> ArgumentHelper.checkIfMono let cmd = args |> Arguments.toStartInfo - Expect.equal file expectedPath "Expected paket.exe" + Expect.stringContains (file.ToLower()) "paket" "Expected paket" Expect.equal cmd "pack ./temp" "expected pack command line" testCase "Test push is not missing, #2411" <| fun _ -> let cp = @@ -43,6 +41,6 @@ let tests = | _ -> failwithf "expected RawCommand" |> ArgumentHelper.checkIfMono let cmd = args |> Arguments.toStartInfo - Expect.equal file expectedPath "Expected paket.exe" + Expect.stringContains (file.ToLower()) "paket" "Expected paket" Expect.equal cmd "push testfile" "expected push command line" ]