diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
new file mode 100644
index 0000000..7f127ce
--- /dev/null
+++ b/.config/dotnet-tools.json
@@ -0,0 +1,20 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "paket": {
+ "version": "10.3.1",
+ "commands": [
+ "paket"
+ ],
+ "rollForward": false
+ },
+ "fake-cli": {
+ "version": "6.1.4",
+ "commands": [
+ "fake"
+ ],
+ "rollForward": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/.paket/.gitignore b/.paket/.gitignore
deleted file mode 100644
index 03c6af8..0000000
--- a/.paket/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-paket.exe
\ No newline at end of file
diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index 305e736..8f48b93 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -1,217 +1,342 @@
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
- true
- $(MSBuildThisFileDirectory)
- $(MSBuildThisFileDirectory)..\
- $(PaketRootPath)paket-files\paket.restore.cached
- $(PaketRootPath)paket.lock
- /Library/Frameworks/Mono.framework/Commands/mono
- mono
-
- $(PaketRootPath)paket.exe
- $(PaketToolsPath)paket.exe
- "$(PaketExePath)"
- $(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"
-
-
- <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)"))
- dotnet "$(PaketExePath)"
-
-
- "$(PaketExePath)"
-
- $(PaketRootPath)paket.bootstrapper.exe
- $(PaketToolsPath)paket.bootstrapper.exe
- "$(PaketBootStrapperExePath)"
- $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)"
-
-
-
-
- true
- true
-
-
-
-
-
+
+
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+ $(MSBuildVersion)
+ 15.0.0
+ false
+ true
+
+ true
+ $(MSBuildThisFileDirectory)
+ $(MSBuildThisFileDirectory)..\
+ $(PaketRootPath)paket-files\paket.restore.cached
+ $(PaketRootPath)paket.lock
+ classic
+ proj
+ assembly
+ native
+ /Library/Frameworks/Mono.framework/Commands/mono
+ mono
+
+
+ $(PaketRootPath)paket.bootstrapper.exe
+ $(PaketToolsPath)paket.bootstrapper.exe
+ $([System.IO.Path]::GetDirectoryName("$(PaketBootStrapperExePath)"))\
+
+ "$(PaketBootStrapperExePath)"
+ $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)"
+
+
+
+
+ true
+ true
+
+
+ True
+
+
+ False
+
+ $(BaseIntermediateOutputPath.TrimEnd('\').TrimEnd('\/'))
+
+
+
+
+
+
+
+
+ $(PaketRootPath)paket
+ $(PaketToolsPath)paket
+
+
+
+
+
+ $(PaketRootPath)paket.exe
+ $(PaketToolsPath)paket.exe
+
+
+
+
+
+ <_DotnetToolsJson Condition="Exists('$(PaketRootPath)/.config/dotnet-tools.json')">$([System.IO.File]::ReadAllText("$(PaketRootPath)/.config/dotnet-tools.json"))
+ <_ConfigContainsPaket Condition=" '$(_DotnetToolsJson)' != ''">$(_DotnetToolsJson.Contains('"paket"'))
+ <_ConfigContainsPaket Condition=" '$(_ConfigContainsPaket)' == ''">false
+
+
+
+
+
+
+
+
+
+
+ <_PaketCommand>dotnet paket
+
+
+
+
+
+ $(PaketToolsPath)paket
+ $(PaketBootStrapperExeDir)paket
+
+
+ paket
+
+
+
+
+ <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)"))
+ <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(_PaketExeExtension)' == '.dll' ">dotnet "$(PaketExePath)"
+ <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(OS)' != 'Windows_NT' AND '$(_PaketExeExtension)' == '.exe' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"
+ <_PaketCommand Condition=" '$(_PaketCommand)' == '' ">"$(PaketExePath)"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(NoWarn);NU1603;NU1604;NU1605;NU1608
+ false
+ true
+
+
+
+
+
+
+
+
+ $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)'))
+
+
+
+
+
+
+ $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[0].Replace(`"`, ``).Replace(` `, ``))
+ $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[1].Replace(`"`, ``).Replace(` `, ``))
+
+
+
+
+ %(PaketRestoreCachedKeyValue.Value)
+ %(PaketRestoreCachedKeyValue.Value)
+
+
+
+
+ true
+ false
+ true
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(PaketIntermediateOutputPath)\$(MSBuildProjectFile).paket.references.cached
+
+ $(MSBuildProjectFullPath).paket.references
+
+ $(MSBuildProjectDirectory)\$(MSBuildProjectName).paket.references
+
+ $(MSBuildProjectDirectory)\paket.references
+
+ false
+ true
+ true
+ references-file-or-cache-not-found
+
+
+
+
+ $([System.IO.File]::ReadAllText('$(PaketReferencesCachedFilePath)'))
+ $([System.IO.File]::ReadAllText('$(PaketOriginalReferencesFilePath)'))
+ references-file
+ false
+
+
+
+
+ false
+
+
+
+
+ true
+ target-framework '$(TargetFramework)' or '$(TargetFrameworks)' files @(PaketResolvedFilePaths)
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',').Length)
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[2])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[6])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[7])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[8])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[9])
+
+
+ %(PaketReferencesFileLinesInfo.PackageVersion)
+ All
+ runtime
+ $(ExcludeAssets);contentFiles
+ $(ExcludeAssets);build;buildMultitargeting;buildTransitive
+ %(PaketReferencesFileLinesInfo.Aliases)
+ true
+ true
+
+
+ %(PaketReferencesFileLinesInfo.PackageVersion)
+
+
+
+
+ $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools
+
+
+
+
+
+
+
+
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0])
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1])
+
+
+ %(PaketCliToolFileLinesInfo.PackageVersion)
+
+
+
+
-
- /usr/bin/shasum "$(PaketRestoreCacheFile)" | /usr/bin/awk '{ print $1 }'
- /usr/bin/shasum "$(PaketLockFilePath)" | /usr/bin/awk '{ print $1 }'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)'))
- $([System.IO.File]::ReadAllText('$(PaketLockFilePath)'))
- true
- false
- true
-
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).paket.references.cached
-
- $(MSBuildProjectFullPath).paket.references
-
- $(MSBuildProjectDirectory)\$(MSBuildProjectName).paket.references
-
- $(MSBuildProjectDirectory)\paket.references
-
- false
- true
- true
- references-file-or-cache-not-found
-
-
-
-
- $([System.IO.File]::ReadAllText('$(PaketReferencesCachedFilePath)'))
- $([System.IO.File]::ReadAllText('$(PaketOriginalReferencesFilePath)'))
- references-file
- false
-
-
-
-
- false
-
-
-
-
- true
- target-framework '$(TargetFramework)' or '$(TargetFrameworks)' files @(PaketResolvedFilePaths)
-
-
-
-
-
-
-
-
-
- false
- true
-
-
-
-
-
-
-
-
-
-
- $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0])
- $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1])
- $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4])
- $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])
-
-
- %(PaketReferencesFileLinesInfo.PackageVersion)
- All
- runtime
- true
-
-
-
-
- $(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).paket.clitools
-
-
-
-
-
-
-
-
- $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0])
- $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1])
-
-
- %(PaketCliToolFileLinesInfo.PackageVersion)
-
-
-
-
-
-
-
-
- false
-
-
-
-
-
- <_NuspecFilesNewLocation Include="$(BaseIntermediateOutputPath)$(Configuration)\*.nuspec"/>
-
-
-
- $(MSBuildProjectDirectory)/$(MSBuildProjectFile)
- true
- false
- true
- $(BaseIntermediateOutputPath)$(Configuration)
- $(BaseIntermediateOutputPath)
-
-
-
- <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.nuspec"/>
-
-
-
-
-
-
-
-
+
+
+
+
+ false
+
+
+
+
+
+ <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/>
+
+
+
+
+
+ $(MSBuildProjectDirectory)/$(MSBuildProjectFile)
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ $(PaketIntermediateOutputPath)\$(Configuration)
+ $(PaketIntermediateOutputPath)
+
+
+
+ <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/>
+
+
+
+
+
+
+
+ <_DefinedConditionProperties Include="@(_ConditionProperties)" Condition="$(%(Identity)) == 'true'"/>
+
+
+ <_ConditionsParameter>
+ <_ConditionsParameter Condition="@(_DefinedConditionProperties) != ''">--conditions @(_DefinedConditionProperties)
+
+
+
+
+
+
+
-
-
-
-
-
+ NuspecProperties="$(NuspecProperties)"
+ PackageLicenseFile="$(PackageLicenseFile)"
+ PackageLicenseExpression="$(PackageLicenseExpression)"
+ PackageLicenseExpressionVersion="$(PackageLicenseExpressionVersion)"
+ Readme="$(PackageReadmeFile)"
+ NoDefaultExcludes="$(NoDefaultExcludes)"/>
+
+
+
+
+
+
+
+
+
+
diff --git a/.paket/paket.bootstrapper.exe b/.paket/paket.bootstrapper.exe
deleted file mode 100644
index b98e000..0000000
Binary files a/.paket/paket.bootstrapper.exe and /dev/null differ
diff --git a/appveyor.yml b/appveyor.yml
index 0f4d1a4..bc437eb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-image: Visual Studio 2017
+image: Visual Studio 2026
init:
- git config --global core.autocrlf input
diff --git a/build.cmd b/build.cmd
index bb54d66..028b773 100644
--- a/build.cmd
+++ b/build.cmd
@@ -1,7 +1,8 @@
@echo off
cls
-dotnet restore build.proj
+dotnet tool restore
+dotnet paket restore
IF NOT EXIST build.fsx (
dotnet fake run init.fsx
diff --git a/build.fsx b/build.fsx
index c5cfe33..dab4897 100644
--- a/build.fsx
+++ b/build.fsx
@@ -92,7 +92,7 @@ Target.create "AssemblyInfo" (fun _ ->
AssemblyInfo.FileVersion release.AssemblyVersion
AssemblyInfo.Configuration configuration ]
- let getProjectDetails projectPath =
+ let getProjectDetails (projectPath: string) =
let projectName = Path.GetFileNameWithoutExtension(projectPath)
( projectPath,
projectName,
diff --git a/build.proj b/build.proj
deleted file mode 100644
index f08f0e9..0000000
--- a/build.proj
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- netstandard2.0
-
-
-
- $([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)"))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/build.sh b/build.sh
index ef02d42..cd7d04f 100755
--- a/build.sh
+++ b/build.sh
@@ -6,7 +6,8 @@
set -eu
set -o pipefail
-dotnet restore build.proj
+dotnet tool restore
+dotnet paket restore
if [ ! -f build.fsx ]; then
dotnet fake run init.fsx
diff --git a/paket.lock b/paket.lock
index abd8b81..211db8d 100644
--- a/paket.lock
+++ b/paket.lock
@@ -46,9 +46,9 @@ NUGET
Microsoft.Extensions.DependencyModel (2.1) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
Microsoft.DotNet.PlatformAbstractions (>= 2.1) - restriction: || (&& (== net45) (>= net451)) (&& (== net45) (>= netstandard1.3)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net45) (>= net451)) (&& (== net45) (>= netstandard1.3)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
- System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
- System.Dynamic.Runtime (>= 4.0.11) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
- System.Linq (>= 4.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Dynamic.Runtime (>= 4.0.11) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Linq (>= 4.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.6)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
Microsoft.NETCore.App (2.1.5) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
Microsoft.NETCore.DotNetHostPolicy (>= 2.1.5) - restriction: || (&& (== net45) (>= netcoreapp2.1)) (&& (== net461) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
Microsoft.NETCore.Platforms (>= 2.1.1) - restriction: || (&& (== net45) (>= netcoreapp2.1)) (&& (== net461) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
@@ -62,9 +62,9 @@ NUGET
Microsoft.NETCore.Platforms (2.1.1) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net45) (>= netcoreapp2.1)) (&& (== net45) (>= netstandard2.0)) (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (< netstandard1.0) (>= netstandard2.0)) (&& (== net461) (< netstandard1.3) (>= netstandard2.0)) (&& (== net461) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (== net461) (>= netstandard2.0) (>= uap10.0)) (&& (== net461) (>= netstandard2.0) (>= uap10.1)) (&& (== net461) (>= netstandard2.0) (>= wp8)) (== netcoreapp2.1) (== netstandard2.0)
Microsoft.NETCore.Targets (2.1) - restriction: || (&& (== net45) (>= netcoreapp2.1)) (&& (== net461) (>= netcoreapp2.1)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
Microsoft.Win32.Primitives (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
Microsoft.Win32.Registry (4.5) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
System.Security.AccessControl (>= 4.5) - restriction: || (&& (== net45) (>= monoandroid)) (&& (== net45) (>= monotouch)) (&& (== net45) (>= net461)) (&& (== net45) (>= netcoreapp2.0)) (&& (== net45) (>= netstandard2.0)) (&& (== net45) (>= xamarinios)) (&& (== net45) (>= xamarinmac)) (&& (== net45) (>= xamarintvos)) (&& (== net45) (>= xamarinwatchos)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
System.Security.Principal.Windows (>= 4.5) - restriction: || (&& (== net45) (>= monoandroid)) (&& (== net45) (>= monotouch)) (&& (== net45) (>= net461)) (&& (== net45) (>= netcoreapp2.0)) (&& (== net45) (>= netstandard2.0)) (&& (== net45) (>= xamarinios)) (&& (== net45) (>= xamarinmac)) (&& (== net45) (>= xamarintvos)) (&& (== net45) (>= xamarinwatchos)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
@@ -141,20 +141,20 @@ NUGET
System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Collections.Immutable (1.5) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
System.Collections.NonGeneric (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
- System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Collections.Specialized (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
- System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.ComponentModel (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Runtime (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.ComponentModel.EventBasedAsync (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
@@ -187,48 +187,48 @@ NUGET
Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.Process (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- runtime.native.System (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Collections (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Thread (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.Win32.Primitives (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ runtime.native.System (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Collections (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading.Thread (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading.ThreadPool (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.TextWriterTraceListener (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Diagnostics.TraceSource (>= 4.3) - restriction: || (&& (== net45) (>= net46)) (&& (== net45) (>= netstandard1.3)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.Tools (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.TraceSource (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- runtime.native.System (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Collections (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ runtime.native.System (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Collections (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.Tracing (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
@@ -253,12 +253,12 @@ NUGET
Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Globalization.Extensions (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.IO (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
@@ -266,16 +266,16 @@ NUGET
System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.IO.FileSystem (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net45) (>= net46)) (&& (== net45) (>= netstandard1.3)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Linq (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
System.Collections (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
@@ -315,8 +315,8 @@ NUGET
System.IO (>= 4.3) - restriction: || (== net45) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.1) (== netstandard2.0)
System.Linq (>= 4.3) - restriction: || (== net45) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.1) (== netstandard2.0)
System.Reflection (>= 4.3) - restriction: || (== net45) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.1) (== netstandard2.0)
- System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Reflection.Extensions (>= 4.3) - restriction: || (== net45) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.1) (== netstandard2.0)
System.Reflection.Primitives (>= 4.3) - restriction: || (== net45) (&& (== net461) (< net46)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.1) (== netstandard2.0)
System.Reflection.TypeExtensions (>= 4.3)
@@ -379,9 +379,9 @@ NUGET
Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime.Handles (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime.InteropServices (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netcoreapp1.1)) (&& (== net45) (< portable-net45+win8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net45) (>= netcoreapp1.1)) (&& (== net45) (< portable-net45+win8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (&& (== net461) (< portable-net45+win8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
@@ -432,40 +432,40 @@ NUGET
System.Security.Cryptography.Primitives (>= 4.3)
System.Text.Encoding (>= 4.3) - restriction: || (== net45) (&& (== net461) (< net46) (>= netstandard1.6)) (&& (== net461) (< netstandard1.3)) (== netcoreapp2.1) (== netstandard2.0)
System.Security.Cryptography.Csp (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Reflection (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Reflection (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (== net45) (>= net46)) (&& (== net45) (>= netstandard1.3)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net45) (>= net46)) (&& (== net45) (>= netstandard1.3)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Security.Cryptography.Encoding (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Collections (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Linq (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Collections (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Linq (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Security.Cryptography.Primitives (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Security.Cryptography.ProtectedData (4.5) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
System.Security.Principal.Windows (4.5.1) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
@@ -489,10 +489,10 @@ NUGET
System.Runtime (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Threading.Tasks.Extensions (4.5.1) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Threading.Thread (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Threading.ThreadPool (4.3) - restriction: || (&& (== net45) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Collections (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
@@ -523,16 +523,16 @@ NUGET
System.Threading (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.XmlDocument (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
- System.Collections (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Collections (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.XmlSerializer (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
System.Collections (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Globalization (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
@@ -552,21 +552,21 @@ NUGET
System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net45) (< portable-net45+win8+wp8+wpa81)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+win8+wp8+wpa81)) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.XPath (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
- System.Collections (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Collections (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
xunit (2.4)
xunit.analyzers (>= 0.10)
xunit.assert (2.4)
xunit.core (2.4)
xunit.assert (2.4)
- NETStandard.Library (>= 1.6.1) - restriction: || (== net45) (&& (== net461) (< net452)) (&& (== netcoreapp2.1) (< netstandard2.0))
+ NETStandard.Library (>= 1.6.1) - restriction: || (== net45) (&& (== net461) (== netcoreapp2.1)) (&& (== net461) (== netstandard2.0)) (&& (== net461) (< net452)) (&& (== netcoreapp2.1) (< netstandard2.0))
xunit.core (2.4)
xunit.extensibility.core (2.4)
xunit.extensibility.execution (2.4)
@@ -588,13 +588,13 @@ NUGET
Microsoft.TestPlatform.ObjectModel (15.9) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
NETStandard.Library (>= 1.6) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
System.ComponentModel.EventBasedAsync (>= 4.0.11) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
- System.ComponentModel.TypeConverter (>= 4.1) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
+ System.ComponentModel.TypeConverter (>= 4.1) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.Process (>= 4.1) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.TextWriterTraceListener (>= 4.0) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
System.Diagnostics.TraceSource (>= 4.0) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
System.Reflection.Metadata (>= 1.3) - restriction: || (&& (== net45) (>= net451)) (&& (== net45) (>= netstandard1.5)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net45) (>= netstandard1.4)) (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.4)) (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime.Loader (>= 4.0) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime.Serialization.Json (>= 4.0.2) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
System.Runtime.Serialization.Primitives (>= 4.1.1) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
@@ -608,23 +608,23 @@ NUGET
NHamcrest (2.0.1) - restriction: || (&& (== net45) (>= net46)) (&& (== net45) (>= netstandard2.0)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net45) (>= netstandard1.5)) (&& (== net461) (< net451) (>= netstandard1.5)) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.XPath.XmlDocument (4.3) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
- System.Collections (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Globalization (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
- System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Collections (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.IO (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net45) (== net461)) (&& (== net45) (>= netstandard1.3)) (&& (== net461) (< net46)) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (== net45) (>= net46)) (&& (== net45) (>= netstandard1.3)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
System.Xml.XPath (>= 4.3) - restriction: || (&& (== net45) (>= net46)) (&& (== net45) (>= netstandard1.3)) (== net461) (== netcoreapp2.1) (== netstandard2.0)
xunit.abstractions (2.0.3)
xunit.analyzers (0.10)
xunit.extensibility.core (2.4)
- NETStandard.Library (>= 1.6.1) - restriction: || (== net45) (&& (== net461) (< net452)) (&& (== netcoreapp2.1) (< netstandard2.0))
+ NETStandard.Library (>= 1.6.1) - restriction: || (== net45) (&& (== net461) (== netcoreapp2.1)) (&& (== net461) (== netstandard2.0)) (&& (== net461) (< net452)) (&& (== netcoreapp2.1) (< netstandard2.0))
xunit.abstractions (>= 2.0.2)
xunit.extensibility.execution (2.4)
- NETStandard.Library (>= 1.6.1) - restriction: || (== net45) (&& (== net461) (< net452)) (&& (== netcoreapp2.1) (< netstandard2.0))
+ NETStandard.Library (>= 1.6.1) - restriction: || (== net45) (&& (== net461) (== netcoreapp2.1)) (&& (== net461) (== netstandard2.0)) (&& (== net461) (< net452)) (&& (== netcoreapp2.1) (< netstandard2.0))
xunit.extensibility.core (2.4)
xunit.runner.visualstudio (2.4)
Microsoft.NET.Test.Sdk (>= 15.0) - restriction: || (&& (== net45) (>= netcoreapp1.0)) (&& (== net461) (>= netcoreapp1.0)) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0))
diff --git a/paket.references b/paket.references
deleted file mode 100644
index 999041f..0000000
--- a/paket.references
+++ /dev/null
@@ -1 +0,0 @@
-dotnet-fake
\ No newline at end of file