diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index dfc4aae..8cb5986 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -1,488 +1,488 @@
-
-
-
-
-
-
- $(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
-
-
- 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(',')[4])
- $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])
-
-
- %(PaketReferencesFileLinesInfo.PackageVersion)
- All
- runtime
- runtime
- true
- true
-
-
-
-
- $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools
-
-
-
-
-
-
-
-
- $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0])
- $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1])
-
-
- %(PaketCliToolFileLinesInfo.PackageVersion)
-
-
-
-
-
-
-
-
-
- false
-
-
-
-
-
- <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/>
-
-
-
-
-
- $(MSBuildProjectDirectory)/$(MSBuildProjectFile)
- true
- false
- true
- false
- true
- false
- true
- false
- true
- $(PaketIntermediateOutputPath)\$(Configuration)
- $(PaketIntermediateOutputPath)
-
-
-
- <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ $(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
+
+
+ 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(',')[4])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])
+
+
+ %(PaketReferencesFileLinesInfo.PackageVersion)
+ All
+ runtime
+ runtime
+ true
+ true
+
+
+
+
+ $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools
+
+
+
+
+
+
+
+
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0])
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1])
+
+
+ %(PaketCliToolFileLinesInfo.PackageVersion)
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+ <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/>
+
+
+
+
+
+ $(MSBuildProjectDirectory)/$(MSBuildProjectFile)
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ $(PaketIntermediateOutputPath)\$(Configuration)
+ $(PaketIntermediateOutputPath)
+
+
+
+ <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/paket.dependencies b/paket.dependencies
index 9fd2a5f..535fc32 100644
--- a/paket.dependencies
+++ b/paket.dependencies
@@ -1,5 +1,5 @@
source https://api.nuget.org/v3/index.json
-framework: netcoreapp3.1, netstandard2.0
+framework: netcoreapp3.1, netstandard2.0, netstandard2.1
nuget McMaster.NETCore.Plugins
nuget FSharp.Core
diff --git a/paket.lock b/paket.lock
index adecf2b..48102d5 100644
--- a/paket.lock
+++ b/paket.lock
@@ -27,7 +27,7 @@ NUGET
Fable.Browser.Event (>= 1.0)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.6.2)
- Fable.Core (3.1.4)
+ Fable.Core (3.1.5)
FSharp.Core (>= 4.7)
Fable.Elmish (3.0.6)
Fable.Core (>= 3.0)
@@ -37,11 +37,11 @@ NUGET
Fable.Core (>= 3.0)
Fable.Elmish (>= 3.0)
FSharp.Core (>= 4.6.2)
- Fable.Elmish.Debugger (3.0.3)
- Fable.Core (>= 3.0)
+ Fable.Elmish.Debugger (3.1)
+ Fable.Core (>= 3.1.5)
Fable.Elmish (>= 3.0)
- FSharp.Core (>= 4.6.2)
- Thoth.Json (>= 3.0)
+ FSharp.Core (>= 4.7)
+ Thoth.Json (>= 3.5)
Fable.Elmish.HMR (4.0.1)
Fable.Core (>= 3.0)
Fable.Elmish.Browser (>= 3.0)
@@ -63,7 +63,7 @@ NUGET
Fable.Promise (2.0)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.5.2)
- Fable.React (5.3.5)
+ Fable.React (5.3.6)
Fable.Browser.Dom (>= 1.0)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7)
@@ -87,109 +87,109 @@ NUGET
Fable.Core (>= 3.0)
Fable.Parsimmon (>= 4.0)
FSharp.Core (>= 4.7)
- Fake.Core.CommandLineParsing (5.19)
+ Fake.Core.CommandLineParsing (5.19.1)
FParsec (>= 1.0.3)
FSharp.Core (>= 4.7)
- Fake.Core.Context (5.19)
+ Fake.Core.Context (5.19.1)
FSharp.Core (>= 4.7)
- Fake.Core.Environment (5.19)
+ Fake.Core.Environment (5.19.1)
FSharp.Core (>= 4.7)
- Fake.Core.FakeVar (5.19)
- Fake.Core.Context (>= 5.19)
+ Fake.Core.FakeVar (5.19.1)
+ Fake.Core.Context (>= 5.19.1)
FSharp.Core (>= 4.7)
- Fake.Core.Process (5.19)
- Fake.Core.Environment (>= 5.19)
- Fake.Core.FakeVar (>= 5.19)
- Fake.Core.String (>= 5.19)
- Fake.Core.Trace (>= 5.19)
- Fake.IO.FileSystem (>= 5.19)
+ Fake.Core.Process (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
FSharp.Core (>= 4.7)
System.Diagnostics.Process (>= 4.3)
- Fake.Core.ReleaseNotes (5.19)
- Fake.Core.SemVer (>= 5.19)
- Fake.Core.String (>= 5.19)
+ Fake.Core.ReleaseNotes (5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
FSharp.Core (>= 4.7)
- Fake.Core.SemVer (5.19)
+ Fake.Core.SemVer (5.19.1)
FSharp.Core (>= 4.7)
System.Runtime.Numerics (>= 4.3)
- Fake.Core.String (5.19)
+ Fake.Core.String (5.19.1)
FSharp.Core (>= 4.7)
- Fake.Core.Target (5.19)
- Fake.Core.CommandLineParsing (>= 5.19)
- Fake.Core.Context (>= 5.19)
- Fake.Core.Environment (>= 5.19)
- Fake.Core.FakeVar (>= 5.19)
- Fake.Core.Process (>= 5.19)
- Fake.Core.String (>= 5.19)
- Fake.Core.Trace (>= 5.19)
+ Fake.Core.Target (5.19.1)
+ Fake.Core.CommandLineParsing (>= 5.19.1)
+ Fake.Core.Context (>= 5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
FSharp.Control.Reactive (>= 4.2)
FSharp.Core (>= 4.7)
System.Reactive.Compatibility (>= 4.3.1)
- Fake.Core.Tasks (5.19)
- Fake.Core.Trace (>= 5.19)
+ Fake.Core.Tasks (5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
FSharp.Core (>= 4.7)
- Fake.Core.Trace (5.19)
- Fake.Core.Environment (>= 5.19)
- Fake.Core.FakeVar (>= 5.19)
+ Fake.Core.Trace (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
FSharp.Core (>= 4.7)
- Fake.Core.Xml (5.19)
- Fake.Core.String (>= 5.19)
+ Fake.Core.Xml (5.19.1)
+ Fake.Core.String (>= 5.19.1)
FSharp.Core (>= 4.7)
System.Xml.ReaderWriter (>= 4.3.1)
System.Xml.XDocument (>= 4.3)
System.Xml.XPath (>= 4.3)
System.Xml.XPath.XDocument (>= 4.3)
System.Xml.XPath.XmlDocument (>= 4.3)
- Fake.DotNet.Cli (5.19)
- Fake.Core.Environment (>= 5.19)
- Fake.Core.Process (>= 5.19)
- Fake.Core.String (>= 5.19)
- Fake.Core.Trace (>= 5.19)
- Fake.DotNet.MSBuild (>= 5.19)
- Fake.DotNet.NuGet (>= 5.19)
- Fake.IO.FileSystem (>= 5.19)
+ Fake.DotNet.Cli (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.DotNet.MSBuild (>= 5.19.1)
+ Fake.DotNet.NuGet (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
FSharp.Core (>= 4.7)
Mono.Posix.NETStandard (>= 1.0)
Newtonsoft.Json (>= 12.0.3)
- Fake.DotNet.MSBuild (5.19)
+ Fake.DotNet.MSBuild (5.19.1)
BlackFox.VsWhere (>= 1.0)
- Fake.Core.Environment (>= 5.19)
- Fake.Core.Process (>= 5.19)
- Fake.Core.String (>= 5.19)
- Fake.Core.Trace (>= 5.19)
- Fake.IO.FileSystem (>= 5.19)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
FSharp.Core (>= 4.7)
MSBuild.StructuredLogger (>= 2.0.152)
- Fake.DotNet.NuGet (5.19)
- Fake.Core.Environment (>= 5.19)
- Fake.Core.Process (>= 5.19)
- Fake.Core.SemVer (>= 5.19)
- Fake.Core.String (>= 5.19)
- Fake.Core.Tasks (>= 5.19)
- Fake.Core.Trace (>= 5.19)
- Fake.Core.Xml (>= 5.19)
- Fake.IO.FileSystem (>= 5.19)
- Fake.Net.Http (>= 5.19)
+ Fake.DotNet.NuGet (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Tasks (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.Core.Xml (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ Fake.Net.Http (>= 5.19.1)
FSharp.Core (>= 4.7)
Newtonsoft.Json (>= 12.0.3)
NuGet.Protocol (>= 4.9.4)
System.Net.Http (>= 4.3.4)
- Fake.IO.FileSystem (5.19)
- Fake.Core.String (>= 5.19)
+ Fake.IO.FileSystem (5.19.1)
+ Fake.Core.String (>= 5.19.1)
FSharp.Core (>= 4.7)
System.Diagnostics.FileVersionInfo (>= 4.3)
System.IO.FileSystem.Watcher (>= 4.3)
- Fake.IO.Zip (5.19)
- Fake.Core.String (>= 5.19)
- Fake.IO.FileSystem (>= 5.19)
+ Fake.IO.Zip (5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
FSharp.Core (>= 4.7)
System.IO.Compression (>= 4.3)
System.IO.Compression.ZipFile (>= 4.3)
- Fake.Net.Http (5.19)
- Fake.Core.Trace (>= 5.19)
+ Fake.Net.Http (5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
FSharp.Core (>= 4.7)
System.Net.Http (>= 4.3.4)
- FParsec (1.1)
+ FParsec (1.1.1)
FSharp.Core (>= 4.3.4)
FSharp.Control.Reactive (4.2)
FSharp.Core (>= 4.2.3)
@@ -259,7 +259,7 @@ NUGET
Microsoft.ApplicationInsights (>= 2.13.1)
Newtonsoft.Json (>= 10.0.3)
System.IO.FileSystem.AccessControl (>= 4.5)
- Microsoft.AspNetCore (2.2)
+ Microsoft.AspNetCore (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Diagnostics (>= 2.2)
Microsoft.AspNetCore.HostFiltering (>= 2.2)
Microsoft.AspNetCore.Hosting (>= 2.2)
@@ -278,13 +278,13 @@ NUGET
Microsoft.Extensions.Logging.Console (>= 2.2)
Microsoft.Extensions.Logging.Debug (>= 2.2)
Microsoft.Extensions.Logging.EventSource (>= 2.2)
- Microsoft.AspNetCore.Antiforgery (2.2)
+ Microsoft.AspNetCore.Antiforgery (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.DataProtection (>= 2.2)
Microsoft.AspNetCore.Http.Abstractions (>= 2.2)
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.AspNetCore.WebUtilities (>= 2.2)
Microsoft.Extensions.ObjectPool (>= 2.2)
- Microsoft.AspNetCore.Authentication (2.2)
+ Microsoft.AspNetCore.Authentication (2.2) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (== netstandard2.0)
Microsoft.AspNetCore.Authentication.Core (>= 2.2)
Microsoft.AspNetCore.DataProtection (>= 2.2)
Microsoft.AspNetCore.Http (>= 2.2)
@@ -296,44 +296,44 @@ NUGET
Microsoft.AspNetCore.Http.Abstractions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
- Microsoft.AspNetCore.Authentication.Cookies (2.2)
+ Microsoft.AspNetCore.Authentication.Cookies (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Authentication (>= 2.2)
- Microsoft.AspNetCore.Authentication.Core (2.2)
+ Microsoft.AspNetCore.Authentication.Core (2.2) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (== netstandard2.0)
Microsoft.AspNetCore.Authentication.Abstractions (>= 2.2)
Microsoft.AspNetCore.Http (>= 2.2)
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.AspNetCore.Authentication.JwtBearer (3.0.2)
Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 5.5) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp3.0))
- Microsoft.AspNetCore.Authentication.OAuth (2.2)
+ Microsoft.AspNetCore.Authentication.OAuth (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Authentication (>= 2.2)
Newtonsoft.Json (>= 11.0.2)
- Microsoft.AspNetCore.Authorization (3.1.1)
- Microsoft.AspNetCore.Metadata (>= 3.1.1)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Options (>= 3.1.1)
- Microsoft.AspNetCore.Connections.Abstractions (3.1.1)
- Microsoft.AspNetCore.Http.Features (>= 3.1.1)
+ Microsoft.AspNetCore.Authorization (3.1.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Metadata (>= 3.1.2)
+ Microsoft.Extensions.Logging.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Options (>= 3.1.2)
+ Microsoft.AspNetCore.Connections.Abstractions (3.1.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Http.Features (>= 3.1.2)
Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (&& (== netcoreapp3.1) (< netstandard2.1)) (== netstandard2.0)
System.IO.Pipelines (>= 4.7)
- Microsoft.AspNetCore.Cors (2.2)
+ Microsoft.AspNetCore.Cors (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.Extensions.Configuration.Abstractions (>= 2.2)
Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
- Microsoft.AspNetCore.Cryptography.Internal (3.1.1)
- Microsoft.AspNetCore.DataProtection (3.1.1)
- Microsoft.AspNetCore.Cryptography.Internal (>= 3.1.1)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Options (>= 3.1.1)
+ Microsoft.AspNetCore.Cryptography.Internal (3.1.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.DataProtection (3.1.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Cryptography.Internal (>= 3.1.2)
+ Microsoft.AspNetCore.DataProtection.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Hosting.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Logging.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Options (>= 3.1.2)
Microsoft.Win32.Registry (>= 4.7)
System.Security.Cryptography.Xml (>= 4.7)
System.Security.Principal.Windows (>= 4.7) - restriction: == netstandard2.0
- Microsoft.AspNetCore.DataProtection.Abstractions (3.1.1)
- Microsoft.AspNetCore.Diagnostics (2.2)
+ Microsoft.AspNetCore.DataProtection.Abstractions (3.1.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Diagnostics (2.2) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (== netstandard2.0)
Microsoft.AspNetCore.Diagnostics.Abstractions (>= 2.2)
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2)
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
@@ -344,7 +344,7 @@ NUGET
System.Diagnostics.DiagnosticSource (>= 4.5)
System.Reflection.Metadata (>= 1.6)
Microsoft.AspNetCore.Diagnostics.Abstractions (2.2) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (== netstandard2.0)
- Microsoft.AspNetCore.HostFiltering (2.2)
+ Microsoft.AspNetCore.HostFiltering (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2)
Microsoft.AspNetCore.Http (>= 2.2)
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
@@ -384,14 +384,14 @@ NUGET
Microsoft.Extensions.FileProviders.Abstractions (>= 2.2)
Microsoft.Net.Http.Headers (>= 2.2)
System.Buffers (>= 4.5)
- Microsoft.AspNetCore.Http.Features (3.1.1)
- Microsoft.Extensions.Primitives (>= 3.1.1)
+ Microsoft.AspNetCore.Http.Features (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Primitives (>= 3.1.2)
System.IO.Pipelines (>= 4.7)
- Microsoft.AspNetCore.HttpOverrides (2.2)
+ Microsoft.AspNetCore.HttpOverrides (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
- Microsoft.AspNetCore.Metadata (3.1.1)
+ Microsoft.AspNetCore.Metadata (3.1.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.ResponseCaching (2.2) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (== netstandard2.0)
Microsoft.AspNetCore.Http (>= 2.2)
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
@@ -400,32 +400,32 @@ NUGET
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.AspNetCore.ResponseCaching.Abstractions (2.2) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (== netstandard2.0)
Microsoft.Extensions.Primitives (>= 2.2)
- Microsoft.AspNetCore.ResponseCompression (2.2)
+ Microsoft.AspNetCore.ResponseCompression (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
- Microsoft.AspNetCore.Rewrite (2.2)
+ Microsoft.AspNetCore.Rewrite (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2)
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.Extensions.Configuration.Abstractions (>= 2.2)
Microsoft.Extensions.FileProviders.Abstractions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
- Microsoft.AspNetCore.Routing (2.2.2)
+ Microsoft.AspNetCore.Routing (2.2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.AspNetCore.Routing.Abstractions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.ObjectPool (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
- Microsoft.AspNetCore.Routing.Abstractions (2.2)
+ Microsoft.AspNetCore.Routing.Abstractions (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Http.Abstractions (>= 2.2)
- Microsoft.AspNetCore.Server.IIS (2.2.6)
+ Microsoft.AspNetCore.Server.IIS (2.2.6) - restriction: == netstandard2.0
Microsoft.AspNetCore.Authentication.Core (>= 2.2)
Microsoft.AspNetCore.Connections.Abstractions (>= 2.2)
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2)
System.IO.Pipelines (>= 4.5.3)
System.Security.Principal.Windows (>= 4.5)
- Microsoft.AspNetCore.Server.IISIntegration (2.2.1)
+ Microsoft.AspNetCore.Server.IISIntegration (2.2.1) - restriction: == netstandard2.0
Microsoft.AspNetCore.Authentication.Core (>= 2.2)
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2)
Microsoft.AspNetCore.Http (>= 2.2)
@@ -439,12 +439,12 @@ NUGET
System.Numerics.Vectors (>= 4.5)
System.Runtime.CompilerServices.Unsafe (>= 4.5.1)
System.Security.Principal.Windows (>= 4.5)
- Microsoft.AspNetCore.Server.Kestrel (2.2)
+ Microsoft.AspNetCore.Server.Kestrel (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Hosting (>= 2.2)
Microsoft.AspNetCore.Server.Kestrel.Core (>= 2.2)
Microsoft.AspNetCore.Server.Kestrel.Https (>= 2.2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (>= 2.2)
- Microsoft.AspNetCore.Server.Kestrel.Core (2.2)
+ Microsoft.AspNetCore.Server.Kestrel.Core (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2)
Microsoft.AspNetCore.Http (>= 2.2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions (>= 2.2)
@@ -458,28 +458,28 @@ NUGET
System.Runtime.CompilerServices.Unsafe (>= 4.5.1)
System.Security.Cryptography.Cng (>= 4.5)
System.Threading.Tasks.Extensions (>= 4.5.1)
- Microsoft.AspNetCore.Server.Kestrel.Https (2.2)
+ Microsoft.AspNetCore.Server.Kestrel.Https (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Http.Abstractions (>= 2.2)
Microsoft.AspNetCore.Server.Kestrel.Core (>= 2.2)
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions (2.2)
+ Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Connections.Abstractions (>= 2.2)
- Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2.2.1)
+ Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2.2.1) - restriction: == netstandard2.0
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
- Microsoft.AspNetCore.Session (2.2)
+ Microsoft.AspNetCore.Session (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.DataProtection (>= 2.2)
Microsoft.AspNetCore.Http.Abstractions (>= 2.2)
Microsoft.Extensions.Caching.Abstractions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
- Microsoft.AspNetCore.StaticFiles (2.2)
+ Microsoft.AspNetCore.StaticFiles (2.2) - restriction: == netstandard2.0
Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2)
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.Extensions.FileProviders.Abstractions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.WebEncoders (>= 2.2)
- Microsoft.AspNetCore.WebSockets (2.2.1)
+ Microsoft.AspNetCore.WebSockets (2.2.1) - restriction: == netstandard2.0
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
Microsoft.Extensions.Logging.Abstractions (>= 2.2)
Microsoft.Extensions.Options (>= 2.2)
@@ -529,95 +529,95 @@ NUGET
System.Collections.Immutable (>= 1.5)
System.Runtime.InteropServices.RuntimeInformation (>= 4.3)
System.Text.Encoding.CodePages (>= 4.4)
- Microsoft.DotNet.PlatformAbstractions (3.1.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Microsoft.Extensions.Caching.Abstractions (3.1.1)
- Microsoft.Extensions.Primitives (>= 3.1.1)
- Microsoft.Extensions.Caching.Memory (3.1.1)
- Microsoft.Extensions.Caching.Abstractions (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Options (>= 3.1.1)
- Microsoft.Extensions.Configuration (3.1.1)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Configuration.Abstractions (3.1.1)
- Microsoft.Extensions.Primitives (>= 3.1.1)
- Microsoft.Extensions.Configuration.Binder (3.1.1)
- Microsoft.Extensions.Configuration (>= 3.1.1)
- Microsoft.Extensions.Configuration.CommandLine (3.1.1)
- Microsoft.Extensions.Configuration (>= 3.1.1)
- Microsoft.Extensions.Configuration.EnvironmentVariables (3.1.1)
- Microsoft.Extensions.Configuration (>= 3.1.1)
- Microsoft.Extensions.Configuration.FileExtensions (3.1.1)
- Microsoft.Extensions.Configuration (>= 3.1.1)
- Microsoft.Extensions.FileProviders.Physical (>= 3.1.1)
- Microsoft.Extensions.Configuration.Json (3.1.1)
- Microsoft.Extensions.Configuration (>= 3.1.1)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.1)
- System.Text.Json (>= 4.7) - restriction: == netstandard2.0
+ Microsoft.DotNet.PlatformAbstractions (3.1.2) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
+ Microsoft.Extensions.Caching.Abstractions (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Primitives (>= 3.1.2)
+ Microsoft.Extensions.Caching.Memory (3.1.2)
+ Microsoft.Extensions.Caching.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Logging.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Options (>= 3.1.2)
+ Microsoft.Extensions.Configuration (3.1.2)
+ Microsoft.Extensions.Configuration.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Configuration.Abstractions (3.1.2)
+ Microsoft.Extensions.Primitives (>= 3.1.2)
+ Microsoft.Extensions.Configuration.Binder (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Configuration (>= 3.1.2)
+ Microsoft.Extensions.Configuration.CommandLine (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Configuration (>= 3.1.2)
+ Microsoft.Extensions.Configuration.EnvironmentVariables (3.1.2)
+ Microsoft.Extensions.Configuration (>= 3.1.2)
+ Microsoft.Extensions.Configuration.FileExtensions (3.1.2)
+ Microsoft.Extensions.Configuration (>= 3.1.2)
+ Microsoft.Extensions.FileProviders.Physical (>= 3.1.2)
+ Microsoft.Extensions.Configuration.Json (3.1.2)
+ Microsoft.Extensions.Configuration (>= 3.1.2)
+ Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.2)
+ System.Text.Json (>= 4.7.1) - restriction: == netstandard2.0
System.Threading.Tasks.Extensions (>= 4.5.2) - restriction: == netstandard2.0
- Microsoft.Extensions.Configuration.UserSecrets (3.1.1)
- Microsoft.Extensions.Configuration.Json (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection (3.1.1)
+ Microsoft.Extensions.Configuration.UserSecrets (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Configuration.Json (>= 3.1.2)
+ Microsoft.Extensions.DependencyInjection (3.1.2)
Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netstandard2.1)) (== netstandard2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (3.1.1)
- Microsoft.Extensions.DependencyModel (3.1.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- System.Text.Json (>= 4.7)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.DependencyInjection.Abstractions (3.1.2)
+ Microsoft.Extensions.DependencyModel (3.1.2) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
+ System.Text.Json (>= 4.7.1)
Microsoft.Extensions.DiagnosticAdapter (3.1.2)
System.Diagnostics.DiagnosticSource (>= 4.7)
- Microsoft.Extensions.FileProviders.Abstractions (3.1.1)
- Microsoft.Extensions.Primitives (>= 3.1.1)
- Microsoft.Extensions.FileProviders.Physical (3.1.1)
- Microsoft.Extensions.FileProviders.Abstractions (>= 3.1.1)
- Microsoft.Extensions.FileSystemGlobbing (>= 3.1.1)
- Microsoft.Extensions.FileSystemGlobbing (3.1.1)
- Microsoft.Extensions.Hosting.Abstractions (3.1.1)
+ Microsoft.Extensions.FileProviders.Abstractions (3.1.2)
+ Microsoft.Extensions.Primitives (>= 3.1.2)
+ Microsoft.Extensions.FileProviders.Physical (3.1.2)
+ Microsoft.Extensions.FileProviders.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.FileSystemGlobbing (>= 3.1.2)
+ Microsoft.Extensions.FileSystemGlobbing (3.1.2)
+ Microsoft.Extensions.Hosting.Abstractions (3.1.2)
Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: == netstandard2.0
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.1)
- Microsoft.Extensions.FileProviders.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Logging (3.1.1)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection (>= 3.1.1)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Options (>= 3.1.1)
- Microsoft.Extensions.Logging.Abstractions (3.1.1)
+ Microsoft.Extensions.Configuration.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.FileProviders.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Logging.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Logging (3.1.2)
+ Microsoft.Extensions.Configuration.Binder (>= 3.1.2)
+ Microsoft.Extensions.DependencyInjection (>= 3.1.2)
+ Microsoft.Extensions.Logging.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Options (>= 3.1.2)
+ Microsoft.Extensions.Logging.Abstractions (3.1.2)
Microsoft.Extensions.Logging.ApplicationInsights (2.13.1)
Microsoft.ApplicationInsights (>= 2.13.1)
Microsoft.Extensions.Logging (>= 2.1)
- Microsoft.Extensions.Logging.Configuration (3.1.1)
- Microsoft.Extensions.Logging (>= 3.1.1)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.1.1)
- Microsoft.Extensions.Logging.Console (3.1.1)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Logging (>= 3.1.1)
- Microsoft.Extensions.Logging.Configuration (>= 3.1.1)
- Microsoft.Extensions.Logging.Debug (3.1.1)
- Microsoft.Extensions.Logging (>= 3.1.1)
- Microsoft.Extensions.Logging.EventSource (3.1.1)
- Microsoft.Extensions.Logging (>= 3.1.1)
- System.Text.Json (>= 4.7) - restriction: == netstandard2.0
+ Microsoft.Extensions.Logging.Configuration (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Logging (>= 3.1.2)
+ Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.1.2)
+ Microsoft.Extensions.Logging.Console (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Configuration.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Logging (>= 3.1.2)
+ Microsoft.Extensions.Logging.Configuration (>= 3.1.2)
+ Microsoft.Extensions.Logging.Debug (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Logging (>= 3.1.2)
+ Microsoft.Extensions.Logging.EventSource (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Logging (>= 3.1.2)
+ System.Text.Json (>= 4.7.1) - restriction: == netstandard2.0
System.Threading.Tasks.Extensions (>= 4.5.2) - restriction: == netstandard2.0
- Microsoft.Extensions.ObjectPool (3.1.1)
- Microsoft.Extensions.Options (3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Primitives (>= 3.1.1)
+ Microsoft.Extensions.ObjectPool (3.1.2)
+ Microsoft.Extensions.Options (3.1.2)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Primitives (>= 3.1.2)
System.ComponentModel.Annotations (>= 4.7) - restriction: == netstandard2.0
- Microsoft.Extensions.Options.ConfigurationExtensions (3.1.1)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Options (>= 3.1.1)
+ Microsoft.Extensions.Options.ConfigurationExtensions (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.Configuration.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Configuration.Binder (>= 3.1.2)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Options (>= 3.1.2)
Microsoft.Extensions.PlatformAbstractions (1.1)
NETStandard.Library (>= 1.6.1)
System.Reflection.TypeExtensions (>= 4.3)
- Microsoft.Extensions.Primitives (3.1.1)
+ Microsoft.Extensions.Primitives (3.1.2)
System.Memory (>= 4.5.2) - restriction: == netstandard2.0
System.Runtime.CompilerServices.Unsafe (>= 4.7) - restriction: == netstandard2.0
- Microsoft.Extensions.WebEncoders (3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Options (>= 3.1.1)
+ Microsoft.Extensions.WebEncoders (3.1.2) - restriction: == netstandard2.0
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.2)
+ Microsoft.Extensions.Options (>= 3.1.2)
System.Text.Encodings.Web (>= 4.7) - restriction: == netstandard2.0
Microsoft.IdentityModel.Clients.ActiveDirectory (3.19.8)
NETStandard.Library (>= 1.6)
@@ -667,7 +667,7 @@ NUGET
System.Security.Principal.Windows (>= 4.7)
Microsoft.Win32.SystemEvents (4.7) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp3.0))
Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
- Mono.Cecil (0.11.1)
+ Mono.Cecil (0.11.2)
Mono.Posix.NETStandard (1.0)
MSBuild.StructuredLogger (2.0.174)
Microsoft.Build (>= 15.8.166)
@@ -694,7 +694,7 @@ NUGET
NuGet.Packaging (>= 5.4)
System.Dynamic.Runtime (>= 4.3)
NuGet.Versioning (5.4)
- Paket.Core (5.241.6)
+ Paket.Core (5.242.2)
Chessie (>= 0.6)
Mono.Cecil (>= 0.10.0-beta6)
Newtonsoft.Json (>= 10.0.3)
@@ -750,24 +750,25 @@ NUGET
runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (4.4)
runtime.win-x64.runtime.native.System.Data.SqlClient.sni (4.4)
runtime.win-x86.runtime.native.System.Data.SqlClient.sni (4.4)
- Saturn (0.10.1)
- FSharp.Control.Websockets (>= 0.2)
- FSharp.Core (>= 4.2.3)
- Giraffe (>= 4.0 < 5.0)
- Microsoft.AspNetCore (>= 2.2)
- Microsoft.AspNetCore.Antiforgery (>= 2.2)
- Microsoft.AspNetCore.Authentication.Cookies (>= 2.2)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.2)
- Microsoft.AspNetCore.Authentication.OAuth (>= 2.2)
- Microsoft.AspNetCore.Authorization (>= 2.2)
- Microsoft.AspNetCore.Cors (>= 2.2)
- Microsoft.AspNetCore.ResponseCompression (>= 2.2)
- Microsoft.AspNetCore.Rewrite (>= 2.2)
- Microsoft.AspNetCore.Session (>= 2.2)
- Microsoft.AspNetCore.StaticFiles (>= 2.2)
- Microsoft.AspNetCore.WebSockets (>= 2.2)
- Microsoft.Extensions.Caching.Memory (>= 2.2)
- System.Threading.Tasks.Dataflow (>= 4.9)
+ Saturn (0.12.1)
+ FSharp.Control.Websockets (>= 0.2.2)
+ FSharp.Core (>= 4.7)
+ Giraffe (>= 4.0.1)
+ Microsoft.AspNetCore (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Antiforgery (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Authentication.Cookies (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.0.2) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp3.1))
+ Microsoft.AspNetCore.Authentication.OAuth (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Authorization (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Cors (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.ResponseCompression (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Rewrite (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.Session (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.StaticFiles (>= 2.2) - restriction: == netstandard2.0
+ Microsoft.AspNetCore.WebSockets (>= 2.2.1) - restriction: == netstandard2.0
+ Microsoft.Extensions.Caching.Memory (>= 2.2) - restriction: == netstandard2.0
+ System.Threading.Tasks.Dataflow (>= 4.11)
System.Buffers (4.5)
System.CodeDom (4.7)
System.Collections (4.3)
@@ -968,7 +969,7 @@ NUGET
System.Threading.Overlapped (>= 4.3)
System.Threading.Tasks (>= 4.3)
System.Threading.Thread (>= 4.3)
- System.IO.Pipelines (4.7)
+ System.IO.Pipelines (4.7) - restriction: == netstandard2.0
System.Buffers (>= 4.5) - restriction: || (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
System.Threading.Tasks.Extensions (>= 4.5.2) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
@@ -1007,7 +1008,7 @@ NUGET
System.Runtime.Extensions (>= 4.3)
System.Threading (>= 4.3)
System.Threading.Tasks (>= 4.3)
- System.Memory (4.5.3)
+ System.Memory (4.5.3) - restriction: || (&& (== netcoreapp3.1) (>= net45) (< netstandard1.3)) (&& (== netcoreapp3.1) (>= net46)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
System.Buffers (>= 4.4) - restriction: || (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netstandard1.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (== netstandard2.0)
System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard1.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
@@ -1092,13 +1093,13 @@ NUGET
System.Net.Primitives (>= 4.3)
System.Runtime (>= 4.3)
System.Threading.Tasks (>= 4.3)
- System.Net.WebSockets.WebSocketProtocol (4.7)
+ System.Net.WebSockets.WebSocketProtocol (4.7) - restriction: == netstandard2.0
System.Buffers (>= 4.5) - restriction: || (&& (== netcoreapp3.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
System.Numerics.Vectors (>= 4.5) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.0)) (== netstandard2.0)
System.Runtime.CompilerServices.Unsafe (>= 4.7) - restriction: || (&& (== netcoreapp3.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
System.Threading.Tasks.Extensions (>= 4.5.2) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
- System.Numerics.Vectors (4.5)
+ System.Numerics.Vectors (4.5) - restriction: == netstandard2.0
System.ObjectModel (4.3)
System.Collections (>= 4.3)
System.Diagnostics.Debug (>= 4.3)
@@ -1194,7 +1195,7 @@ NUGET
System.Runtime (4.3.1)
Microsoft.NETCore.Platforms (>= 1.1.1)
Microsoft.NETCore.Targets (>= 1.1.3)
- System.Runtime.CompilerServices.Unsafe (4.7)
+ System.Runtime.CompilerServices.Unsafe (4.7) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (== netstandard2.0)
System.Runtime.Extensions (4.3.1)
Microsoft.NETCore.Platforms (>= 1.1.1)
Microsoft.NETCore.Targets (>= 1.1.3)
@@ -1283,7 +1284,7 @@ NUGET
System.Security.Cryptography.Primitives (>= 4.3)
System.Text.Encoding (>= 4.3)
System.Security.Cryptography.OpenSsl (4.7)
- System.Security.Cryptography.Pkcs (4.7)
+ System.Security.Cryptography.Pkcs (4.7) - restriction: == netstandard2.0
System.Buffers (>= 4.5) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.0) (< netstandard2.1)) (== netstandard2.0)
System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.0) (< netstandard2.1)) (&& (== netcoreapp3.1) (< netcoreapp2.1) (< netstandard2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
System.Security.Cryptography.Cng (>= 4.7)
@@ -1323,7 +1324,7 @@ NUGET
System.Security.Cryptography.Primitives (>= 4.3)
System.Text.Encoding (>= 4.3)
System.Threading (>= 4.3)
- System.Security.Cryptography.Xml (4.7)
+ System.Security.Cryptography.Xml (4.7) - restriction: == netstandard2.0
System.Security.Cryptography.Pkcs (>= 4.7)
System.Security.Permissions (>= 4.7)
System.Security.Permissions (4.7)
@@ -1344,7 +1345,14 @@ NUGET
System.Text.Encoding (>= 4.3)
System.Text.Encodings.Web (4.7)
System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.1) (< netstandard2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
- System.Text.Json (4.7)
+ System.Text.Json (4.7.1)
+ Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (&& (== netcoreapp3.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Buffers (>= 4.5) - restriction: || (&& (== netcoreapp3.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
+ System.Numerics.Vectors (>= 4.5) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 4.7) - restriction: || (&& (== netcoreapp3.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Text.Encodings.Web (>= 4.7) - restriction: || (&& (== netcoreapp3.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Threading.Tasks.Extensions (>= 4.5.2) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
System.Text.RegularExpressions (4.3.1)
System.Collections (>= 4.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp1.1)) (== netstandard2.0)
System.Globalization (>= 4.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp1.1)) (== netstandard2.0)
@@ -1474,14 +1482,14 @@ NUGET
Fable.Promise (>= 2.0)
FSharp.Core (>= 4.6.2)
Thoth.Json (>= 3.1)
- Thoth.Json (3.5)
+ Thoth.Json (4.0)
Fable.Core (>= 3.1.4)
FSharp.Core (>= 4.7)
- Thoth.Json.Giraffe (3.1)
+ Thoth.Json.Giraffe (4.0)
FSharp.Core (>= 4.7)
Giraffe (>= 3.6)
- Thoth.Json.Net (>= 3.6)
- Thoth.Json.Net (3.6)
+ Thoth.Json.Net (>= 4.0)
+ Thoth.Json.Net (4.0)
Fable.Core (>= 3.0 < 4.0)
FSharp.Core (>= 4.6.2)
Newtonsoft.Json (>= 11.0.2)
@@ -1505,179 +1513,180 @@ NUGET
remote: https://api.nuget.org/v3/index.json
BlackFox.VsWhere (1.0)
FSharp.Core (>= 4.2.3)
- Fake.Core.CommandLineParsing (5.15.3)
+ Fake.Core.CommandLineParsing (5.19.1)
FParsec (>= 1.0.3)
- FSharp.Core (>= 4.3.4)
- Fake.Core.Context (5.15.3)
- FSharp.Core (>= 4.3.4)
- Fake.Core.Environment (5.15.3)
- FSharp.Core (>= 4.3.4)
- Fake.Core.FakeVar (5.15.3)
- Fake.Core.Context (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
- Fake.Core.Process (5.15.3)
- Fake.Core.Environment (>= 5.15.3)
- Fake.Core.FakeVar (>= 5.15.3)
- Fake.Core.String (>= 5.15.3)
- Fake.Core.Trace (>= 5.15.3)
- Fake.IO.FileSystem (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Context (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Environment (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.FakeVar (5.19.1)
+ Fake.Core.Context (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Process (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
System.Diagnostics.Process (>= 4.3)
- Fake.Core.ReleaseNotes (5.15.3)
- Fake.Core.SemVer (>= 5.15.3)
- Fake.Core.String (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
- Fake.Core.SemVer (5.15.3)
- FSharp.Core (>= 4.3.4)
+ Fake.Core.ReleaseNotes (5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.SemVer (5.19.1)
+ FSharp.Core (>= 4.7)
System.Runtime.Numerics (>= 4.3)
- Fake.Core.String (5.15.3)
- FSharp.Core (>= 4.3.4)
- Fake.Core.Target (5.15.3)
- Fake.Core.CommandLineParsing (>= 5.15.3)
- Fake.Core.Context (>= 5.15.3)
- Fake.Core.Environment (>= 5.15.3)
- Fake.Core.FakeVar (>= 5.15.3)
- Fake.Core.Process (>= 5.15.3)
- Fake.Core.String (>= 5.15.3)
- Fake.Core.Trace (>= 5.15.3)
+ Fake.Core.String (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Target (5.19.1)
+ Fake.Core.CommandLineParsing (>= 5.19.1)
+ Fake.Core.Context (>= 5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
FSharp.Control.Reactive (>= 4.2)
- FSharp.Core (>= 4.3.4)
- System.Reactive.Compatibility (>= 4.1.5)
- Fake.Core.Tasks (5.15.3)
- Fake.Core.Trace (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
- Fake.Core.Trace (5.15.3)
- Fake.Core.Environment (>= 5.15.3)
- Fake.Core.FakeVar (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
- Fake.Core.Xml (5.15.3)
- Fake.Core.String (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
+ FSharp.Core (>= 4.7)
+ System.Reactive.Compatibility (>= 4.3.1)
+ Fake.Core.Tasks (5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Trace (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Xml (5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ FSharp.Core (>= 4.7)
System.Xml.ReaderWriter (>= 4.3.1)
System.Xml.XDocument (>= 4.3)
System.Xml.XPath (>= 4.3)
System.Xml.XPath.XDocument (>= 4.3)
System.Xml.XPath.XmlDocument (>= 4.3)
- Fake.DotNet.Cli (5.15.3)
- Fake.Core.Environment (>= 5.15.3)
- Fake.Core.Process (>= 5.15.3)
- Fake.Core.String (>= 5.15.3)
- Fake.Core.Trace (>= 5.15.3)
- Fake.DotNet.MSBuild (>= 5.15.3)
- Fake.DotNet.NuGet (>= 5.15.3)
- Fake.IO.FileSystem (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
- Newtonsoft.Json (>= 12.0.2)
- Fake.DotNet.MSBuild (5.15.3)
+ Fake.DotNet.Cli (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.DotNet.MSBuild (>= 5.19.1)
+ Fake.DotNet.NuGet (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Mono.Posix.NETStandard (>= 1.0)
+ Newtonsoft.Json (>= 12.0.3)
+ Fake.DotNet.MSBuild (5.19.1)
BlackFox.VsWhere (>= 1.0)
- Fake.Core.Environment (>= 5.15.3)
- Fake.Core.Process (>= 5.15.3)
- Fake.Core.String (>= 5.15.3)
- Fake.Core.Trace (>= 5.15.3)
- Fake.IO.FileSystem (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
- MSBuild.StructuredLogger (>= 2.0.94)
- Fake.DotNet.NuGet (5.15.3)
- Fake.Core.Environment (>= 5.15.3)
- Fake.Core.Process (>= 5.15.3)
- Fake.Core.SemVer (>= 5.15.3)
- Fake.Core.String (>= 5.15.3)
- Fake.Core.Tasks (>= 5.15.3)
- Fake.Core.Trace (>= 5.15.3)
- Fake.Core.Xml (>= 5.15.3)
- Fake.IO.FileSystem (>= 5.15.3)
- Fake.Net.Http (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
- Newtonsoft.Json (>= 12.0.2)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ MSBuild.StructuredLogger (>= 2.0.152)
+ Fake.DotNet.NuGet (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Tasks (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.Core.Xml (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ Fake.Net.Http (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Newtonsoft.Json (>= 12.0.3)
NuGet.Protocol (>= 4.9.4)
System.Net.Http (>= 4.3.4)
- Fake.DotNet.Paket (5.15.3)
- Fake.Core.Process (>= 5.15.3)
- Fake.Core.String (>= 5.15.3)
- Fake.Core.Trace (>= 5.15.3)
- Fake.IO.FileSystem (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
- Fake.IO.FileSystem (5.15.3)
- Fake.Core.String (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
+ Fake.DotNet.Paket (5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.DotNet.Cli (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.IO.FileSystem (5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ FSharp.Core (>= 4.7)
System.Diagnostics.FileVersionInfo (>= 4.3)
System.IO.FileSystem.Watcher (>= 4.3)
- Fake.Net.Http (5.15.3)
- Fake.Core.Trace (>= 5.15.3)
- FSharp.Core (>= 4.3.4)
+ Fake.Net.Http (5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ FSharp.Core (>= 4.7)
System.Net.Http (>= 4.3.4)
- Fake.Tools.Git (5.15.3)
- Fake.Core.Environment (>= 5.15.3)
- Fake.Core.Process (>= 5.15.3)
- Fake.Core.SemVer (>= 5.15.3)
- Fake.Core.String (>= 5.15.3)
- Fake.Core.Trace (>= 5.15.3)
- Fake.IO.FileSystem (>= 5.15.3)
+ Fake.Tools.Git (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ FParsec (1.1.1)
FSharp.Core (>= 4.3.4)
- FParsec (1.0.3)
- FSharp.Core (>= 4.2.3)
- NETStandard.Library (>= 1.6.1)
FSharp.Control.Reactive (4.2)
FSharp.Core (>= 4.2.3)
System.Reactive (>= 4.0)
- FSharp.Core (4.6.2)
- Microsoft.Build (16.0.461)
- Microsoft.Build.Framework (16.0.461)
+ FSharp.Core (4.7)
+ Microsoft.Build (16.4)
+ Microsoft.Build.Framework (16.4)
System.Runtime.Serialization.Primitives (>= 4.1.1)
System.Threading.Thread (>= 4.0)
- Microsoft.Build.Tasks.Core (16.0.461)
- Microsoft.Build.Framework (>= 16.0.461)
- Microsoft.Build.Utilities.Core (>= 16.0.461)
+ Microsoft.Build.Tasks.Core (16.4)
+ Microsoft.Build.Framework (>= 16.4)
+ Microsoft.Build.Utilities.Core (>= 16.4)
Microsoft.Win32.Registry (>= 4.3)
System.CodeDom (>= 4.4)
System.Collections.Immutable (>= 1.5)
System.Linq.Parallel (>= 4.0.1)
- System.Net.Http (>= 4.3)
+ System.Net.Http (>= 4.3.4)
System.Reflection.Metadata (>= 1.6)
System.Reflection.TypeExtensions (>= 4.1)
+ System.Resources.Extensions (>= 4.6)
System.Resources.Writer (>= 4.0)
- System.Threading.Tasks.Dataflow (>= 4.6)
- Microsoft.Build.Utilities.Core (16.0.461)
- Microsoft.Build.Framework (>= 16.0.461)
+ System.Threading.Tasks.Dataflow (>= 4.9)
+ Microsoft.Build.Utilities.Core (16.4)
+ Microsoft.Build.Framework (>= 16.4)
Microsoft.Win32.Registry (>= 4.3)
System.Collections.Immutable (>= 1.5)
System.Text.Encoding.CodePages (>= 4.0.1)
- Microsoft.NETCore.Platforms (2.2.1)
- Microsoft.NETCore.Targets (2.1)
+ Microsoft.NETCore.Platforms (3.1)
+ Microsoft.NETCore.Targets (3.1)
Microsoft.Win32.Primitives (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
- Microsoft.Win32.Registry (4.5)
- System.Buffers (>= 4.4)
- System.Memory (>= 4.5)
- System.Security.AccessControl (>= 4.5)
- System.Security.Principal.Windows (>= 4.5)
- MSBuild.StructuredLogger (2.0.94)
+ Microsoft.Win32.Registry (4.7)
+ System.Buffers (>= 4.5)
+ System.Memory (>= 4.5.3)
+ System.Security.AccessControl (>= 4.7)
+ System.Security.Principal.Windows (>= 4.7)
+ Mono.Posix.NETStandard (1.0)
+ MSBuild.StructuredLogger (2.0.174)
Microsoft.Build (>= 15.8.166)
Microsoft.Build.Framework (>= 15.8.166)
Microsoft.Build.Tasks.Core (>= 15.8.166)
Microsoft.Build.Utilities.Core (>= 15.8.166)
- NETStandard.Library (2.0.3)
- Microsoft.NETCore.Platforms (>= 1.1)
- Newtonsoft.Json (12.0.2)
- NuGet.Common (5.1)
- NuGet.Frameworks (>= 5.1)
+ Newtonsoft.Json (12.0.3)
+ NuGet.Common (5.4)
+ NuGet.Frameworks (>= 5.4)
System.Diagnostics.Process (>= 4.3)
System.Threading.Thread (>= 4.3)
- NuGet.Configuration (5.1)
- NuGet.Common (>= 5.1)
+ NuGet.Configuration (5.4)
+ NuGet.Common (>= 5.4)
System.Security.Cryptography.ProtectedData (>= 4.3)
- NuGet.Frameworks (5.1)
- NuGet.Packaging (5.1)
+ NuGet.Frameworks (5.4)
+ NuGet.Packaging (5.4)
Newtonsoft.Json (>= 9.0.1)
- NuGet.Configuration (>= 5.1)
- NuGet.Versioning (>= 5.1)
+ NuGet.Configuration (>= 5.4)
+ NuGet.Versioning (>= 5.4)
System.Dynamic.Runtime (>= 4.3)
- NuGet.Protocol (5.1)
- NuGet.Packaging (>= 5.1)
+ NuGet.Protocol (5.4)
+ NuGet.Packaging (>= 5.4)
System.Dynamic.Runtime (>= 4.3)
- NuGet.Versioning (5.1)
+ NuGet.Versioning (5.4)
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
@@ -1719,7 +1728,7 @@ NUGET
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
System.Buffers (4.5)
- System.CodeDom (4.5)
+ System.CodeDom (4.7)
System.Collections (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
@@ -1735,12 +1744,14 @@ NUGET
System.Runtime.Extensions (>= 4.3)
System.Threading (>= 4.3)
System.Threading.Tasks (>= 4.3)
- System.Collections.Immutable (1.5)
+ System.Collections.Immutable (1.7)
+ System.Memory (>= 4.5.3)
System.Diagnostics.Debug (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
- System.Diagnostics.DiagnosticSource (4.5.1)
+ System.Diagnostics.DiagnosticSource (4.7)
+ System.Memory (>= 4.5.3)
System.Diagnostics.FileVersionInfo (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
System.Globalization (>= 4.3)
@@ -1924,63 +1935,55 @@ NUGET
System.Resources.ResourceManager (>= 4.3)
System.Runtime (>= 4.3)
System.Threading (>= 4.3)
- System.Reactive (4.1.5)
+ System.Reactive (4.3.2)
System.Runtime.InteropServices.WindowsRuntime (>= 4.3)
- System.Threading.Tasks.Extensions (>= 4.5.2)
- System.Reactive.Compatibility (4.1.5)
- System.Reactive.Core (>= 4.1.5)
- System.Reactive.Interfaces (>= 4.1.5)
- System.Reactive.Linq (>= 4.1.5)
- System.Reactive.PlatformServices (>= 4.1.5)
- System.Reactive.Providers (>= 4.1.5)
- System.Reactive.Core (4.1.5)
- System.Reactive (>= 4.1.5)
- System.Threading.Tasks.Extensions (>= 4.5.2)
- System.Reactive.Interfaces (4.1.5)
- System.Reactive (>= 4.1.5)
- System.Threading.Tasks.Extensions (>= 4.5.2)
- System.Reactive.Linq (4.1.5)
- System.Reactive (>= 4.1.5)
- System.Threading.Tasks.Extensions (>= 4.5.2)
- System.Reactive.PlatformServices (4.1.5)
- System.Reactive (>= 4.1.5)
- System.Threading.Tasks.Extensions (>= 4.5.2)
- System.Reactive.Providers (4.1.5)
- System.Reactive (>= 4.1.5)
- System.Threading.Tasks.Extensions (>= 4.5.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.Compatibility (4.3.2)
+ System.Reactive.Core (>= 4.3.2)
+ System.Reactive.Interfaces (>= 4.3.2)
+ System.Reactive.Linq (>= 4.3.2)
+ System.Reactive.PlatformServices (>= 4.3.2)
+ System.Reactive.Providers (>= 4.3.2)
+ System.Reactive.Core (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.Interfaces (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.Linq (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.PlatformServices (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.Providers (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
System.Reflection (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.IO (>= 4.3)
System.Reflection.Primitives (>= 4.3)
System.Runtime (>= 4.3)
- System.Reflection.Emit (4.3)
- System.IO (>= 4.3)
- System.Reflection (>= 4.3)
- System.Reflection.Emit.ILGeneration (>= 4.3)
- System.Reflection.Primitives (>= 4.3)
- System.Runtime (>= 4.3)
- System.Reflection.Emit.ILGeneration (4.3)
- System.Reflection (>= 4.3)
- System.Reflection.Primitives (>= 4.3)
- System.Runtime (>= 4.3)
- System.Reflection.Emit.Lightweight (4.3)
- System.Reflection (>= 4.3)
- System.Reflection.Emit.ILGeneration (>= 4.3)
- System.Reflection.Primitives (>= 4.3)
- System.Runtime (>= 4.3)
+ System.Reflection.Emit (4.7)
+ System.Reflection.Emit.ILGeneration (>= 4.7)
+ System.Reflection.Emit.ILGeneration (4.7)
+ System.Reflection.Emit.Lightweight (4.7)
+ System.Reflection.Emit.ILGeneration (>= 4.7)
System.Reflection.Extensions (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Reflection (>= 4.3)
System.Runtime (>= 4.3)
- System.Reflection.Metadata (1.6)
- System.Collections.Immutable (>= 1.5)
+ System.Reflection.Metadata (1.8)
+ System.Collections.Immutable (>= 1.7)
System.Reflection.Primitives (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
- System.Reflection.TypeExtensions (4.5.1)
+ System.Reflection.TypeExtensions (4.7)
+ System.Resources.Extensions (4.7)
+ System.Memory (>= 4.5.3)
System.Resources.ResourceManager (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
@@ -1997,7 +2000,7 @@ NUGET
System.Runtime (4.3.1)
Microsoft.NETCore.Platforms (>= 1.1.1)
Microsoft.NETCore.Targets (>= 1.1.3)
- System.Runtime.CompilerServices.Unsafe (4.5.2)
+ System.Runtime.CompilerServices.Unsafe (4.7)
System.Runtime.Extensions (4.3.1)
Microsoft.NETCore.Platforms (>= 1.1.1)
Microsoft.NETCore.Targets (>= 1.1.3)
@@ -2023,8 +2026,8 @@ NUGET
System.Runtime.Serialization.Primitives (4.3)
System.Resources.ResourceManager (>= 4.3)
System.Runtime (>= 4.3)
- System.Security.AccessControl (4.5)
- System.Security.Principal.Windows (>= 4.5)
+ System.Security.AccessControl (4.7)
+ System.Security.Principal.Windows (>= 4.7)
System.Security.Cryptography.Algorithms (4.3.1)
Microsoft.NETCore.Platforms (>= 1.1)
runtime.native.System.Security.Cryptography.Apple (>= 4.3.1)
@@ -2040,7 +2043,7 @@ NUGET
System.Security.Cryptography.Encoding (>= 4.3)
System.Security.Cryptography.Primitives (>= 4.3)
System.Text.Encoding (>= 4.3)
- System.Security.Cryptography.Cng (4.5)
+ System.Security.Cryptography.Cng (4.7)
System.Security.Cryptography.Csp (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
System.IO (>= 4.3)
@@ -2068,7 +2071,7 @@ NUGET
System.Runtime.InteropServices (>= 4.3)
System.Security.Cryptography.Primitives (>= 4.3)
System.Text.Encoding (>= 4.3)
- System.Security.Cryptography.OpenSsl (4.5.1)
+ System.Security.Cryptography.OpenSsl (4.7)
System.Security.Cryptography.Primitives (4.3)
System.Diagnostics.Debug (>= 4.3)
System.Globalization (>= 4.3)
@@ -2077,8 +2080,8 @@ NUGET
System.Runtime (>= 4.3)
System.Threading (>= 4.3)
System.Threading.Tasks (>= 4.3)
- System.Security.Cryptography.ProtectedData (4.5)
- System.Memory (>= 4.5)
+ System.Security.Cryptography.ProtectedData (4.7)
+ System.Memory (>= 4.5.3)
System.Security.Cryptography.X509Certificates (4.3.2)
Microsoft.NETCore.Platforms (>= 1.1)
runtime.native.System (>= 4.3)
@@ -2105,13 +2108,13 @@ NUGET
System.Security.Cryptography.Primitives (>= 4.3)
System.Text.Encoding (>= 4.3)
System.Threading (>= 4.3)
- System.Security.Principal.Windows (4.5.1)
+ System.Security.Principal.Windows (4.7)
System.Text.Encoding (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
- System.Text.Encoding.CodePages (4.5.1)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
+ System.Text.Encoding.CodePages (4.7)
+ System.Runtime.CompilerServices.Unsafe (>= 4.7)
System.Text.Encoding.Extensions (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
@@ -2136,8 +2139,8 @@ NUGET
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
- System.Threading.Tasks.Dataflow (4.9)
- System.Threading.Tasks.Extensions (4.5.2)
+ System.Threading.Tasks.Dataflow (4.11)
+ System.Threading.Tasks.Extensions (4.5.3)
System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
System.Threading.Thread (4.3)
System.Runtime (>= 4.3)
diff --git a/src/SAFE.Plugin.Template/.gitignore b/src/SAFE.Plugin.Template/.gitignore
new file mode 100644
index 0000000..c7fe0bd
--- /dev/null
+++ b/src/SAFE.Plugin.Template/.gitignore
@@ -0,0 +1,7 @@
+.fake/
+.ionide/
+bin/
+obj/
+nupkg/
+packages/
+paket-files/
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/.paket/Paket.Restore.targets b/src/SAFE.Plugin.Template/.paket/Paket.Restore.targets
new file mode 100644
index 0000000..8cb5986
--- /dev/null
+++ b/src/SAFE.Plugin.Template/.paket/Paket.Restore.targets
@@ -0,0 +1,488 @@
+
+
+
+
+
+
+ $(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
+
+
+ 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(',')[4])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])
+
+
+ %(PaketReferencesFileLinesInfo.PackageVersion)
+ All
+ runtime
+ runtime
+ true
+ true
+
+
+
+
+ $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools
+
+
+
+
+
+
+
+
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0])
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1])
+
+
+ %(PaketCliToolFileLinesInfo.PackageVersion)
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+ <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/>
+
+
+
+
+
+ $(MSBuildProjectDirectory)/$(MSBuildProjectFile)
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ $(PaketIntermediateOutputPath)\$(Configuration)
+ $(PaketIntermediateOutputPath)
+
+
+
+ <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/SAFE.Plugin.Template/Content/.config/dotnet-tools.json b/src/SAFE.Plugin.Template/Content/.config/dotnet-tools.json
new file mode 100644
index 0000000..b245f6f
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/.config/dotnet-tools.json
@@ -0,0 +1,24 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "safe.tool": {
+ "version": "0.0.6",
+ "commands": [
+ "safe"
+ ]
+ },
+ "paket": {
+ "version": "6.0.0-alpha014",
+ "commands": [
+ "paket"
+ ]
+ },
+ "fake-cli": {
+ "version": "5.19.0",
+ "commands": [
+ "fake"
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/.editorconfig b/src/SAFE.Plugin.Template/Content/.editorconfig
new file mode 100644
index 0000000..f45b19b
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = false
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/.gitignore b/src/SAFE.Plugin.Template/Content/.gitignore
new file mode 100644
index 0000000..9a11974
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/.gitignore
@@ -0,0 +1,16 @@
+.fable/
+.fake/
+.vs/
+obj/
+bin/
+packages/
+paket-files/
+node_modules/
+src/Client/public/js/
+release.cmd
+release.sh
+.idea/
+*.orig
+*.DotSettings.user
+deploy
+.ionide/
diff --git a/src/SAFE.Plugin.Template/Content/.paket/Paket.Restore.targets b/src/SAFE.Plugin.Template/Content/.paket/Paket.Restore.targets
new file mode 100644
index 0000000..0ec2816
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/.paket/Paket.Restore.targets
@@ -0,0 +1,494 @@
+
+
+
+
+
+
+ $(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(',')[4])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])
+
+
+ %(PaketReferencesFileLinesInfo.PackageVersion)
+ All
+ runtime
+ runtime
+ true
+ true
+
+
+
+
+ $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools
+
+
+
+
+
+
+
+
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[0])
+ $([System.String]::Copy('%(PaketCliToolFileLines.Identity)').Split(',')[1])
+
+
+ %(PaketCliToolFileLinesInfo.PackageVersion)
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+ <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/>
+
+
+
+
+
+ $(MSBuildProjectDirectory)/$(MSBuildProjectFile)
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ $(PaketIntermediateOutputPath)\$(Configuration)
+ $(PaketIntermediateOutputPath)
+
+
+
+ <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/SAFE.Plugin.Template/Content/.template.config/template.json b/src/SAFE.Plugin.Template/Content/.template.config/template.json
new file mode 100644
index 0000000..b5ca05f
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/.template.config/template.json
@@ -0,0 +1,152 @@
+{
+ "$schema": "http://json.schemastore.org/template",
+ "author": "Michał Niegrzybowski",
+ "classifications": [
+ "SAFE",
+ "SAFE-Stack",
+ "SAFE-Plugin"
+ ],
+ "name": "SAFE-Stack Plugin v0.0.1",
+ "tags": {
+ "language": "F#",
+ "type": "project"
+ },
+ "identity": "SAFE.Plugin.Template",
+ "shortName": "SAFEPlugin",
+ "sourceName": "SAFE.Plugin.Template",
+ "symbols": {
+ "creator": {
+ "type": "parameter",
+ "datatype": "text",
+ "replaces": "Michał Niegrzybowski",
+ "defaultValue": "Robert Kubica EEEEEEEEE"
+ },
+ "createdate": {
+ "type": "generated",
+ "generator": "now",
+ "parameters": {
+ "format": "yyyy-MM-dd"
+ },
+ "replaces":"1970-01-01"
+ },
+ "target": {
+ "type": "parameter",
+ "datatype": "choice",
+ "defaultValue": "shared",
+ "choices": [
+ {
+ "choice": "shared",
+ "description": "plugin made for shared part of an application."
+ },
+ {
+ "choice": "client",
+ "description": "plugin made for client part of an application."
+ },
+ {
+ "choice": "server",
+ "description": "plugin made for server part of an application."
+ },
+ {
+ "choice": "sersha",
+ "description": "plugin made for server and shared part of an application."
+ },
+ {
+ "choice": "sercli",
+ "description": "plugin made for server and client part of an application."
+ },
+ {
+ "choice": "clisha",
+ "description": "plugin made for client and shared part of an application."
+ },
+ {
+ "choice": "all",
+ "description": "plugin made for server, client and shared part of an application."
+ }
+ ]
+ },
+ "shared": {
+ "type": "computed",
+ "value": "(target == \"shared\" || target == \"clisha\" || target == \"sersha\") || target == \"all\""
+ },
+ "server": {
+ "type": "computed",
+ "value": "(target == \"server\" || target == \"sercli\" || target == \"sersha\") || target == \"all\""
+ },
+ "client": {
+ "type": "computed",
+ "value": "(target == \"client\" || target == \"clisha\" || target == \"sercli\") || target == \"all\""
+ }
+ },
+ "sources": [
+ {
+ "exclude": [
+ "**/.template.config/**/*",
+ "**/src/Server/**/*",
+ "**/src/Client/**/*",
+ "**/src/Shared/**/*"
+ ],
+ "modifiers": [
+ {
+ "include": ["**/src/Server/**/*"],
+ "condition": "(server)"
+ },
+ {
+ "include": ["**/src/Client/**/*"],
+ "condition": "(client)"
+ },
+ {
+ "include": ["**/src/Shared/**/*"],
+ "condition": "(shared)"
+ }
+ ]
+ }
+ ],
+ "SpecialCustomOperations": {
+ "**/paket.*": {
+ "operations": [
+ {
+ "type": "conditional",
+ "configuration": {
+ "if": [
+ "#if"
+ ],
+ "else": [
+ "#else"
+ ],
+ "elseif": [
+ "#elseif"
+ ],
+ "endif": [
+ "#endif"
+ ],
+ "trim": "true",
+ "wholeLine": "true"
+ }
+ }
+ ]
+ },
+ "**/*.fs*": {
+ "operations": [
+ {
+ "type": "conditional",
+ "configuration": {
+ "if": [
+ "#if"
+ ],
+ "else": [
+ "#else"
+ ],
+ "elseif": [
+ "#elseif"
+ ],
+ "endif": [
+ "#endif"
+ ],
+ "trim": "true",
+ "wholeLine": "true"
+ }
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/SAFE.Plugin.Template.sln b/src/SAFE.Plugin.Template/Content/SAFE.Plugin.Template.sln
new file mode 100644
index 0000000..585ec3d
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/SAFE.Plugin.Template.sln
@@ -0,0 +1,44 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.27004.2005
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{08CCFCF6-2248-43ED-A6EF-E972A2DA0E6A}"
+ ProjectSection(SolutionItems) = preProject
+ paket.dependencies = paket.dependencies
+ EndProjectSection
+EndProject
+Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Shared", "src\Shared\SAFE.SAFE.Plugin.Template.Shared.fsproj", "{8410F039-8343-4391-B566-4AFF5C87162C}"
+EndProject
+Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Plugin", "src\Plugin\SAFE.SAFE.Plugin.Template.fsproj", "{B02CD397-2DD7-4AF0-B257-8AEC18E439BA}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {73E8E820-C8AA-47CC-BB2B-152CA4D0B855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {73E8E820-C8AA-47CC-BB2B-152CA4D0B855}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {73E8E820-C8AA-47CC-BB2B-152CA4D0B855}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {73E8E820-C8AA-47CC-BB2B-152CA4D0B855}.Release|Any CPU.Build.0 = Release|Any CPU
+ {73E8E820-C8AA-47CC-BB2B-152CA4D0B856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {73E8E820-C8AA-47CC-BB2B-152CA4D0B856}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {73E8E820-C8AA-47CC-BB2B-152CA4D0B856}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {73E8E820-C8AA-47CC-BB2B-152CA4D0B856}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8410F039-8343-4391-B566-4AFF5C87162C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8410F039-8343-4391-B566-4AFF5C87162C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8410F039-8343-4391-B566-4AFF5C87162C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8410F039-8343-4391-B566-4AFF5C87162C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B02CD397-2DD7-4AF0-B257-8AEC18E439BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B02CD397-2DD7-4AF0-B257-8AEC18E439BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B02CD397-2DD7-4AF0-B257-8AEC18E439BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B02CD397-2DD7-4AF0-B257-8AEC18E439BA}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {7A0AA30E-4CD9-4359-9513-BA68E2E85245}
+ EndGlobalSection
+EndGlobal
diff --git a/src/SAFE.Plugin.Template/Content/build.fsx b/src/SAFE.Plugin.Template/Content/build.fsx
new file mode 100644
index 0000000..2138109
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/build.fsx
@@ -0,0 +1,41 @@
+open System.IO
+#r "paket: groupref build //"
+#load "./.fake/build.fsx/intellisense.fsx"
+
+#if !FAKE
+#r "netstandard"
+#r "Facades/netstandard" // https://github.com/ionide/ionide-vscode-fsharp/issues/839#issuecomment-396296095
+#endif
+
+open System
+
+open Fake.Core
+open Fake.DotNet
+open Fake.IO
+open Fake.Tools
+
+//Target.create "Clean" (fun _ ->
+ //Git.CommandHelper.directRunGitCommandAndFail "." "clean -fxd"
+//)
+
+Target.create "Build" (fun _ ->
+ let projects =
+ DirectoryInfo(__SOURCE_DIRECTORY__).GetDirectories "src"
+ |> Array.tryHead
+ |> fun src ->
+ match src with
+ | Some dir -> DirectoryInfo.getMatchingFilesRecursive "*.fsproj" dir
+ | None -> [||]
+
+ projects
+ |> Array.iter (fun proj ->
+ let result = DotNet.exec (fun x -> { x with DotNetCliPath = "dotnet" }) "build" proj.FullName
+ if not result.OK then failwithf "`dotnet build %s failed with %O" proj.Name result
+ )
+)
+
+open Fake.Core.TargetOperators
+
+"Build"
+
+Target.runOrDefaultWithArguments "Build"
diff --git a/src/SAFE.Plugin.Template/Content/paket.dependencies b/src/SAFE.Plugin.Template/Content/paket.dependencies
new file mode 100644
index 0000000..891c4dd
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/paket.dependencies
@@ -0,0 +1,16 @@
+group Build
+
+ source C:\git\SAFE\nupkg
+ source ~/Desktop/Repositories/github/SAFE/nupkg
+ source https://api.nuget.org/v3/index.json
+ framework: netcoreapp3.1, netstandard2.0
+
+ nuget FSharp.Core
+ nuget Fake.Core.ReleaseNotes
+ nuget Fake.Core.Target
+ nuget Fake.DotNet.Cli
+ nuget Fake.DotNet.Paket
+ nuget Fake.IO.FileSystem
+ nuget Fake.Tools.Git
+ nuget SAFE
+ nuget FSharp.Core
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/paket.lock b/src/SAFE.Plugin.Template/Content/paket.lock
new file mode 100644
index 0000000..76cc539
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/paket.lock
@@ -0,0 +1,788 @@
+
+
+GROUP Build
+RESTRICTION: || (== netcoreapp3.1) (== netstandard2.0)
+NUGET
+ remote: https://api.nuget.org/v3/index.json
+ BlackFox.VsWhere (1.0)
+ FSharp.Core (>= 4.2.3)
+ Chessie (0.6)
+ FSharp.Core (>= 4.0.1.7-alpha)
+ NETStandard.Library (>= 1.6)
+ Fable.Core (3.1.5)
+ FSharp.Core (>= 4.7)
+ Fake.Core.CommandLineParsing (5.19.1)
+ FParsec (>= 1.0.3)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Context (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Environment (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.FakeVar (5.19.1)
+ Fake.Core.Context (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Process (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Diagnostics.Process (>= 4.3)
+ Fake.Core.ReleaseNotes (5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.SemVer (5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Runtime.Numerics (>= 4.3)
+ Fake.Core.String (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Target (5.19.1)
+ Fake.Core.CommandLineParsing (>= 5.19.1)
+ Fake.Core.Context (>= 5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ FSharp.Control.Reactive (>= 4.2)
+ FSharp.Core (>= 4.7)
+ System.Reactive.Compatibility (>= 4.3.1)
+ Fake.Core.Tasks (5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Trace (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Xml (5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Xml.ReaderWriter (>= 4.3.1)
+ System.Xml.XDocument (>= 4.3)
+ System.Xml.XPath (>= 4.3)
+ System.Xml.XPath.XDocument (>= 4.3)
+ System.Xml.XPath.XmlDocument (>= 4.3)
+ Fake.DotNet.Cli (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.DotNet.MSBuild (>= 5.19.1)
+ Fake.DotNet.NuGet (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Mono.Posix.NETStandard (>= 1.0)
+ Newtonsoft.Json (>= 12.0.3)
+ Fake.DotNet.Fsc (5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Compiler.Service (>= 33.0.1)
+ FSharp.Core (>= 4.7)
+ System.Runtime.Loader (>= 4.3)
+ Fake.DotNet.MSBuild (5.19.1)
+ BlackFox.VsWhere (>= 1.0)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ MSBuild.StructuredLogger (>= 2.0.152)
+ Fake.DotNet.NuGet (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Tasks (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.Core.Xml (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ Fake.Net.Http (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Newtonsoft.Json (>= 12.0.3)
+ NuGet.Protocol (>= 4.9.4)
+ System.Net.Http (>= 4.3.4)
+ Fake.DotNet.Paket (5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.DotNet.Cli (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.IO.FileSystem (5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Diagnostics.FileVersionInfo (>= 4.3)
+ System.IO.FileSystem.Watcher (>= 4.3)
+ Fake.Net.Http (5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Net.Http (>= 4.3.4)
+ Fake.Tools.Git (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ FParsec (1.1.1)
+ FSharp.Core (>= 4.3.4)
+ FSharp.Compiler.Service (34.1.1)
+ FSharp.Core (>= 4.6.2)
+ System.Buffers (>= 4.5)
+ System.Collections.Immutable (>= 1.5)
+ System.Diagnostics.Process (>= 4.1)
+ System.Diagnostics.TraceSource (>= 4.0)
+ System.Memory (>= 4.5.3)
+ System.Reflection.Emit (>= 4.3)
+ System.Reflection.Metadata (>= 1.6)
+ System.Reflection.TypeExtensions (>= 4.3)
+ System.Runtime.Loader (>= 4.0)
+ System.Security.Cryptography.Algorithms (>= 4.3)
+ FSharp.Control.Reactive (4.2)
+ FSharp.Core (>= 4.2.3)
+ System.Reactive (>= 4.0)
+ FSharp.Core (4.7.1)
+ Microsoft.Build (16.5)
+ Microsoft.Build.Framework (>= 16.5) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ Microsoft.Win32.Registry (>= 4.3) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Collections.Immutable (>= 1.5) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Diagnostics.TraceSource (>= 4.0) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Memory (>= 4.5.3) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Reflection.Metadata (>= 1.6) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Reflection.TypeExtensions (>= 4.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Runtime.Loader (>= 4.0) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Security.Principal.Windows (>= 4.3) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ System.Threading.Tasks.Dataflow (>= 4.9) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= netcoreapp2.1))
+ Microsoft.Build.Framework (16.5)
+ System.Runtime.Serialization.Primitives (>= 4.1.1)
+ System.Threading.Thread (>= 4.0)
+ Microsoft.Build.Tasks.Core (16.5)
+ Microsoft.Build.Framework (>= 16.5)
+ Microsoft.Build.Utilities.Core (>= 16.5)
+ Microsoft.Win32.Registry (>= 4.3)
+ System.CodeDom (>= 4.4)
+ System.Collections.Immutable (>= 1.5)
+ System.Linq.Parallel (>= 4.0.1)
+ System.Net.Http (>= 4.3.4)
+ System.Reflection.Metadata (>= 1.6)
+ System.Reflection.TypeExtensions (>= 4.1)
+ System.Resources.Extensions (>= 4.6)
+ System.Resources.Writer (>= 4.0)
+ System.Threading.Tasks.Dataflow (>= 4.9)
+ Microsoft.Build.Utilities.Core (16.5)
+ Microsoft.Build.Framework (>= 16.5)
+ Microsoft.Win32.Registry (>= 4.3)
+ System.Collections.Immutable (>= 1.5)
+ System.Text.Encoding.CodePages (>= 4.0.1)
+ Microsoft.NETCore.Platforms (3.1)
+ Microsoft.NETCore.Targets (3.1)
+ Microsoft.Win32.Primitives (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ Microsoft.Win32.Registry (4.7)
+ System.Buffers (>= 4.5) - restriction: || (&& (== netcoreapp3.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
+ System.Security.AccessControl (>= 4.7)
+ System.Security.Principal.Windows (>= 4.7)
+ Mono.Cecil (0.11.2)
+ Mono.Posix.NETStandard (1.0)
+ MSBuild.StructuredLogger (2.0.174)
+ Microsoft.Build (>= 15.8.166)
+ Microsoft.Build.Framework (>= 15.8.166)
+ Microsoft.Build.Tasks.Core (>= 15.8.166)
+ Microsoft.Build.Utilities.Core (>= 15.8.166)
+ NETStandard.Library (2.0.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Newtonsoft.Json (12.0.3)
+ NuGet.Common (5.5)
+ NuGet.Frameworks (>= 5.5)
+ System.Diagnostics.Process (>= 4.3)
+ System.Threading.Thread (>= 4.3)
+ NuGet.Configuration (5.5)
+ NuGet.Common (>= 5.5)
+ System.Security.Cryptography.ProtectedData (>= 4.3)
+ NuGet.Frameworks (5.5)
+ NuGet.Packaging (5.5)
+ Newtonsoft.Json (>= 9.0.1)
+ NuGet.Configuration (>= 5.5)
+ NuGet.Versioning (>= 5.5)
+ System.Dynamic.Runtime (>= 4.3)
+ NuGet.Protocol (5.5)
+ NuGet.Packaging (>= 5.5)
+ System.Dynamic.Runtime (>= 4.3)
+ NuGet.Versioning (5.5)
+ Paket.Core (5.242.2)
+ Chessie (>= 0.6)
+ Mono.Cecil (>= 0.10.0-beta6)
+ Newtonsoft.Json (>= 10.0.3)
+ System.Net.Http.WinHttpHandler (>= 4.5)
+ System.Security.Cryptography.ProtectedData (>= 4.4)
+ runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.native.System (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ runtime.native.System.Net.Http (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ runtime.native.System.Security.Cryptography.Apple (4.3.1)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3.1)
+ runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ System.Buffers (4.5)
+ System.CodeDom (4.7)
+ System.Collections (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Collections.Concurrent (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Diagnostics.Tracing (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Collections.Immutable (1.7)
+ System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (>= net46)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
+ System.Diagnostics.Debug (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Diagnostics.DiagnosticSource (4.7)
+ System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (>= net45) (< netstandard1.3)) (&& (== netcoreapp3.1) (>= net46)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
+ System.Diagnostics.FileVersionInfo (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Reflection.Metadata (>= 1.4.1)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Diagnostics.Process (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.Win32.Primitives (>= 4.3)
+ Microsoft.Win32.Registry (>= 4.3)
+ runtime.native.System (>= 4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Text.Encoding.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Threading.Thread (>= 4.3)
+ System.Threading.ThreadPool (>= 4.3)
+ System.Diagnostics.Tools (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Diagnostics.TraceSource (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ runtime.native.System (>= 4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Diagnostics.Tracing (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Dynamic.Runtime (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Linq (>= 4.3)
+ System.Linq.Expressions (>= 4.3)
+ System.ObjectModel (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Reflection.Emit (>= 4.3)
+ System.Reflection.Emit.ILGeneration (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Reflection.TypeExtensions (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Globalization (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Globalization.Calendars (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Globalization (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Globalization.Extensions (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ System.Globalization (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.IO (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.IO.FileSystem (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.IO (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.IO.FileSystem.Primitives (4.3)
+ System.Runtime (>= 4.3)
+ System.IO.FileSystem.Watcher (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.Win32.Primitives (>= 4.3)
+ runtime.native.System (>= 4.3)
+ System.Collections (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Overlapped (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Threading.Thread (>= 4.3)
+ System.Linq (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Linq.Expressions (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Linq (>= 4.3)
+ System.ObjectModel (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Reflection.Emit (>= 4.3)
+ System.Reflection.Emit.ILGeneration (>= 4.3)
+ System.Reflection.Emit.Lightweight (>= 4.3)
+ System.Reflection.Extensions (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Reflection.TypeExtensions (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Linq.Parallel (4.3)
+ System.Collections (>= 4.3)
+ System.Collections.Concurrent (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Diagnostics.Tracing (>= 4.3)
+ System.Linq (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Memory (4.5.3)
+ System.Buffers (>= 4.4) - restriction: || (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netstandard1.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard1.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Net.Http (4.3.4)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ runtime.native.System (>= 4.3)
+ runtime.native.System.Net.Http (>= 4.3)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Diagnostics.DiagnosticSource (>= 4.3)
+ System.Diagnostics.Tracing (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.Globalization.Extensions (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.Net.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Security.Cryptography.Algorithms (>= 4.3)
+ System.Security.Cryptography.Encoding (>= 4.3)
+ System.Security.Cryptography.OpenSsl (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Security.Cryptography.X509Certificates (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Net.Http.WinHttpHandler (4.7)
+ System.Buffers (>= 4.5) - restriction: || (&& (== netcoreapp3.1) (>= monoandroid) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
+ System.Net.Primitives (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ System.Runtime (>= 4.3.1)
+ System.Runtime.Handles (>= 4.3)
+ System.Numerics.Vectors (4.5) - restriction: || (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (== netstandard2.0)
+ System.ObjectModel (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Reactive (4.3.2)
+ System.Runtime.InteropServices.WindowsRuntime (>= 4.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp3.0)) (== netstandard2.0)
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (>= net46)) (&& (== netcoreapp3.1) (< netcoreapp3.0)) (&& (== netcoreapp3.1) (>= uap10.0)) (== netstandard2.0)
+ System.Reactive.Compatibility (4.3.2)
+ System.Reactive.Core (>= 4.3.2)
+ System.Reactive.Interfaces (>= 4.3.2)
+ System.Reactive.Linq (>= 4.3.2)
+ System.Reactive.PlatformServices (>= 4.3.2)
+ System.Reactive.Providers (>= 4.3.2)
+ System.Reactive.Core (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.Interfaces (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.Linq (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.PlatformServices (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reactive.Providers (4.3.2)
+ System.Reactive (>= 4.3.2)
+ System.Threading.Tasks.Extensions (>= 4.5.3)
+ System.Reflection (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.IO (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Reflection.Emit (4.7)
+ System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.0) (< netstandard2.1)) (&& (== netcoreapp3.1) (< netstandard1.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
+ System.Reflection.Emit.ILGeneration (4.7)
+ System.Reflection.Emit.Lightweight (4.7)
+ System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.0) (< netstandard2.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (< portable-net45+wp8)) (&& (== netcoreapp3.1) (>= uap10.1)) (== netstandard2.0)
+ System.Reflection.Extensions (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Reflection (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Reflection.Metadata (1.8)
+ System.Collections.Immutable (>= 1.7) - restriction: || (&& (== netcoreapp3.1) (>= net45)) (&& (== netcoreapp3.1) (< netstandard1.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (== netstandard2.0)
+ System.Reflection.Primitives (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Reflection.TypeExtensions (4.7)
+ System.Resources.Extensions (4.7)
+ System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.1)) (== netstandard2.0)
+ System.Resources.ResourceManager (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Globalization (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Resources.Writer (4.3)
+ System.Collections (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Runtime (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ System.Runtime.CompilerServices.Unsafe (4.7) - restriction: || (&& (== netcoreapp3.1) (>= monotouch)) (&& (== netcoreapp3.1) (>= net461)) (&& (== netcoreapp3.1) (< netcoreapp2.0)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard1.1)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= uap10.1)) (&& (== netcoreapp3.1) (>= xamarinios)) (&& (== netcoreapp3.1) (>= xamarinmac)) (&& (== netcoreapp3.1) (>= xamarintvos)) (&& (== netcoreapp3.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Runtime.Extensions (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ System.Runtime (>= 4.3.1)
+ System.Runtime.Handles (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Runtime.InteropServices (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Reflection (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices.WindowsRuntime (4.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp3.0)) (== netstandard2.0)
+ System.Runtime (>= 4.3)
+ System.Runtime.Loader (4.3)
+ System.IO (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Numerics (4.3)
+ System.Globalization (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Serialization.Primitives (4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Security.AccessControl (4.7)
+ Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
+ System.Security.Principal.Windows (>= 4.7)
+ System.Security.Cryptography.Algorithms (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ runtime.native.System.Security.Cryptography.Apple (>= 4.3.1)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2)
+ System.Collections (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Runtime.Numerics (>= 4.3)
+ System.Security.Cryptography.Encoding (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Security.Cryptography.Cng (4.7)
+ System.Security.Cryptography.Csp (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ System.IO (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Security.Cryptography.Algorithms (>= 4.3)
+ System.Security.Cryptography.Encoding (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Security.Cryptography.Encoding (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
+ System.Collections (>= 4.3)
+ System.Collections.Concurrent (>= 4.3)
+ System.Linq (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Security.Cryptography.OpenSsl (4.7)
+ System.Security.Cryptography.Primitives (4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Security.Cryptography.ProtectedData (4.7)
+ System.Memory (>= 4.5.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp2.1)) (== netstandard2.0)
+ System.Security.Cryptography.X509Certificates (4.3.2)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ runtime.native.System (>= 4.3)
+ runtime.native.System.Net.Http (>= 4.3)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.Globalization.Calendars (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Runtime.Numerics (>= 4.3)
+ System.Security.Cryptography.Algorithms (>= 4.3)
+ System.Security.Cryptography.Cng (>= 4.3)
+ System.Security.Cryptography.Csp (>= 4.3)
+ System.Security.Cryptography.Encoding (>= 4.3)
+ System.Security.Cryptography.OpenSsl (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Security.Principal.Windows (4.7)
+ System.Text.Encoding (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Text.Encoding.CodePages (4.7)
+ Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.0))
+ System.Text.Encoding.Extensions (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Text.RegularExpressions (4.3.1)
+ System.Collections (>= 4.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp1.1)) (== netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp1.1)) (== netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp1.1)) (== netstandard2.0)
+ System.Runtime (>= 4.3.1)
+ System.Runtime.Extensions (>= 4.3.1) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp1.1)) (== netstandard2.0)
+ System.Threading (>= 4.3) - restriction: || (&& (== netcoreapp3.1) (< netcoreapp1.1)) (== netstandard2.0)
+ System.Threading (4.3)
+ System.Runtime (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Threading.Overlapped (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Threading.Tasks (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Threading.Tasks.Dataflow (4.11)
+ System.Threading.Tasks.Extensions (4.5.3)
+ System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (== netcoreapp3.1) (>= net45)) (&& (== netcoreapp3.1) (< netcoreapp2.1)) (&& (== netcoreapp3.1) (< netstandard1.0)) (&& (== netcoreapp3.1) (< netstandard2.0)) (&& (== netcoreapp3.1) (>= wp8)) (== netstandard2.0)
+ System.Threading.Thread (4.3)
+ System.Runtime (>= 4.3)
+ System.Threading.ThreadPool (4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Xml.ReaderWriter (4.3.1)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Text.Encoding.Extensions (>= 4.3)
+ System.Text.RegularExpressions (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Threading.Tasks.Extensions (>= 4.3)
+ System.Xml.XDocument (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Diagnostics.Tools (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XmlDocument (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XPath (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XPath.XDocument (4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Linq (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XDocument (>= 4.3)
+ System.Xml.XPath (>= 4.3)
+ System.Xml.XPath.XmlDocument (4.3)
+ System.Collections (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XmlDocument (>= 4.3)
+ System.Xml.XPath (>= 4.3)
+ Thoth.Json.Net (4.0)
+ Fable.Core (>= 3.0 < 4.0)
+ FSharp.Core (>= 4.6.2)
+ Newtonsoft.Json (>= 11.0.2)
+ remote: ~/Desktop/Repositories/github/SAFE/nupkg
+ Safe (0.0.11)
+ Fake.Core.ReleaseNotes (>= 5.19.1)
+ Fake.Core.Target (>= 5.19.1)
+ Fake.DotNet.Cli (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Paket.Core (>= 5.242.2)
+ Thoth.Json.Net (>= 4.0)
diff --git a/src/SAFE.Plugin.Template/Content/src/Client/Plugin.fs b/src/SAFE.Plugin.Template/Content/src/Client/Plugin.fs
new file mode 100644
index 0000000..8a57bf2
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Client/Plugin.fs
@@ -0,0 +1,5 @@
+namespace SAFE.SAFE.Plugin.Template.Client
+
+module SampleModule =
+ let sampleMethod () =
+ sprintf "Here you could place your plugin logic!"
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/src/Client/SAFE.SAFE.Plugin.Template.Client.fsproj b/src/SAFE.Plugin.Template/Content/src/Client/SAFE.SAFE.Plugin.Template.Client.fsproj
new file mode 100644
index 0000000..a526b6e
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Client/SAFE.SAFE.Plugin.Template.Client.fsproj
@@ -0,0 +1,24 @@
+
+
+
+ netstandard2.0
+ true
+ 0.0.1
+ Michał Niegrzybowski
+ SAFE.SAFE.Plugin.Template.Client
+ SAFE.SAFE.Plugin.Template.Client
+ Custom client plugin for SAFE stack.
+ Michał Niegrzybowski
+ SAFE, SAFE-Plugin, Plugin, SAFE Client
+ Full
+ enable
+ true
+
+
+
+
+
+
+
+
+
diff --git a/src/SAFE.Plugin.Template/Content/src/Client/paket.references b/src/SAFE.Plugin.Template/Content/src/Client/paket.references
new file mode 100644
index 0000000..0744edf
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Client/paket.references
@@ -0,0 +1,2 @@
+group Build
+ FSharp.Core
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/src/Plugin/Plugin.fs b/src/SAFE.Plugin.Template/Content/src/Plugin/Plugin.fs
new file mode 100644
index 0000000..3b146c9
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Plugin/Plugin.fs
@@ -0,0 +1,15 @@
+namespace SAFE.SAFE.Plugin.Template
+
+open SAFE
+open SAFE.Core
+
+ module Plugin =
+ type SAFE.Plugin.Template () =
+ inherit SAFEPlugin()
+#if (server)
+ interface ISAFEServerPlugin
+#elif (client)
+ interface ISAFEClientPlugin
+#elif (shared)
+ interface ISAFESharedPlugin
+#endif
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/src/Plugin/SAFE.SAFE.Plugin.Template.fsproj b/src/SAFE.Plugin.Template/Content/src/Plugin/SAFE.SAFE.Plugin.Template.fsproj
new file mode 100644
index 0000000..6163a8f
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Plugin/SAFE.SAFE.Plugin.Template.fsproj
@@ -0,0 +1,24 @@
+
+
+
+ netstandard2.0
+ true
+ 0.0.1
+ Michał Niegrzybowski
+ SAFE.SAFE.Plugin.Template
+ SAFE.SAFE.Plugin.Template
+ Custom plugin for SAFE stack.
+ Michał Niegrzybowski
+ SAFE, SAFE-Plugin, Plugin
+ Full
+ enable
+ true
+
+
+
+
+
+
+
+
+
diff --git a/src/SAFE.Plugin.Template/Content/src/Plugin/paket.references b/src/SAFE.Plugin.Template/Content/src/Plugin/paket.references
new file mode 100644
index 0000000..c607c45
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Plugin/paket.references
@@ -0,0 +1,2 @@
+group Build
+ SAFE
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/src/Server/Plugin.fs b/src/SAFE.Plugin.Template/Content/src/Server/Plugin.fs
new file mode 100644
index 0000000..d558aa1
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Server/Plugin.fs
@@ -0,0 +1,5 @@
+namespace SAFE.SAFE.Plugin.Template.Server
+
+module SampleModule =
+ let sampleMethod () =
+ sprintf "Here you could place your plugin logic!"
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/src/Server/SAFE.SAFE.Plugin.Template.Server.fsproj b/src/SAFE.Plugin.Template/Content/src/Server/SAFE.SAFE.Plugin.Template.Server.fsproj
new file mode 100644
index 0000000..d4525ac
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Server/SAFE.SAFE.Plugin.Template.Server.fsproj
@@ -0,0 +1,24 @@
+
+
+
+ netstandard2.0
+ true
+ 0.0.1
+ Michał Niegrzybowski
+ SAFE.SAFE.Plugin.Template.Server
+ SAFE.SAFE.Plugin.Template.Server
+ Custom server plugin for SAFE stack.
+ Michał Niegrzybowski
+ SAFE, SAFE-Plugin, Plugin, SAFE Server
+ Full
+ enable
+ true
+
+
+
+
+
+
+
+
+
diff --git a/src/SAFE.Plugin.Template/Content/src/Server/paket.references b/src/SAFE.Plugin.Template/Content/src/Server/paket.references
new file mode 100644
index 0000000..0744edf
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Server/paket.references
@@ -0,0 +1,2 @@
+group Build
+ FSharp.Core
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/src/Shared/Plugin.fs b/src/SAFE.Plugin.Template/Content/src/Shared/Plugin.fs
new file mode 100644
index 0000000..507a2d7
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Shared/Plugin.fs
@@ -0,0 +1,5 @@
+namespace SAFE.SAFE.Plugin.Template.Shared
+
+module SampleModule =
+ let sampleMethod () =
+ sprintf "Here you could place your plugin logic!"
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/Content/src/Shared/SAFE.SAFE.Plugin.Template.Shared.fsproj b/src/SAFE.Plugin.Template/Content/src/Shared/SAFE.SAFE.Plugin.Template.Shared.fsproj
new file mode 100644
index 0000000..b2a56ae
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Shared/SAFE.SAFE.Plugin.Template.Shared.fsproj
@@ -0,0 +1,24 @@
+
+
+
+ netstandard2.0
+ true
+ 0.0.1
+ Michał Niegrzybowski
+ SAFE.SAFE.Plugin.Template.Shared
+ SAFE.SAFE.Plugin.Template.Shared
+ Custom shared plugin for SAFE stack.
+ Michał Niegrzybowski
+ SAFE, SAFE-Plugin, Plugin, SAFE Shared
+ Full
+ enable
+ true
+
+
+
+
+
+
+
+
+
diff --git a/src/SAFE.Plugin.Template/Content/src/Shared/paket.references b/src/SAFE.Plugin.Template/Content/src/Shared/paket.references
new file mode 100644
index 0000000..0744edf
--- /dev/null
+++ b/src/SAFE.Plugin.Template/Content/src/Shared/paket.references
@@ -0,0 +1,2 @@
+group Build
+ FSharp.Core
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/LICENSE b/src/SAFE.Plugin.Template/LICENSE
new file mode 100644
index 0000000..3a25e48
--- /dev/null
+++ b/src/SAFE.Plugin.Template/LICENSE
@@ -0,0 +1,7 @@
+Copyright 2019 SAFE-Stack
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/README.md b/src/SAFE.Plugin.Template/README.md
new file mode 100644
index 0000000..213ee92
--- /dev/null
+++ b/src/SAFE.Plugin.Template/README.md
@@ -0,0 +1 @@
+# SAFE Plugin Template [POC]
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/RELEASE_NOTES.md b/src/SAFE.Plugin.Template/RELEASE_NOTES.md
new file mode 100644
index 0000000..26ac60e
--- /dev/null
+++ b/src/SAFE.Plugin.Template/RELEASE_NOTES.md
@@ -0,0 +1,3 @@
+#### 0.0.1 - 10.03.2020
+
+* Initial release
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/SAFE.Plugin.Template.proj b/src/SAFE.Plugin.Template/SAFE.Plugin.Template.proj
new file mode 100644
index 0000000..2924dcb
--- /dev/null
+++ b/src/SAFE.Plugin.Template/SAFE.Plugin.Template.proj
@@ -0,0 +1,33 @@
+
+
+ SAFE Plugin Stack Template
+ Michal Niegrzybowski
+ https://github.com/SAFE-Stack/SAFE-Plugin-template
+ https://github.com/SAFE-Stack/SAFE-Plugin-template/blob/master/LICENSE
+ https://raw.githubusercontent.com/SAFE-Stack/SAFE-Plugin-template/master/safe-logo.png
+ https://github.com/SAFE-Stack/SAFE-Plugin-template.git
+ template;fsharp;safe
+ en-US
+ Template
+ true
+ false
+ netstandard2.0
+
+
+
+**/.fable/**/*;
+**/.fake/**/*;
+**/obj/**/*;
+**/bin/**/*;
+**/packages/**/*;
+**/paket-files/**/*;
+**/node_modules/**/*;
+**/src/Core/public/js/**/*;
+
+
+
+
+ Content\
+
+
+
\ No newline at end of file
diff --git a/src/SAFE.Plugin.Template/build.fsx b/src/SAFE.Plugin.Template/build.fsx
new file mode 100644
index 0000000..d5d5380
--- /dev/null
+++ b/src/SAFE.Plugin.Template/build.fsx
@@ -0,0 +1,110 @@
+#r "paket: groupref build //"
+#load "./.fake/build.fsx/intellisense.fsx"
+
+#if !FAKE
+#r "netstandard"
+#r "Facades/netstandard" // https://github.com/ionide/ionide-vscode-fsharp/issues/839#issuecomment-396296095
+#endif
+
+open System
+
+open Fake.Core
+open Fake.DotNet
+open Fake.IO
+open Fake.Tools
+
+let templatePath = "./Content/.template.config/template.json"
+let templateProj = "SAFE.Plugin.Template.proj"
+let templateName = "SAFE-Stack Plugin"
+let nupkgDir = Path.getFullName "./nupkg"
+
+let release = ReleaseNotes.load "RELEASE_NOTES.md"
+
+let formattedRN =
+ release.Notes
+ |> List.map (sprintf "* %s")
+ |> String.concat "\n"
+
+Target.create "Clean" (fun _ ->
+ Shell.cleanDirs [ nupkgDir ]
+ Git.CommandHelper.directRunGitCommandAndFail "./Content" "clean -fxd"
+)
+
+Target.create "Pack" (fun _ ->
+ Shell.regexReplaceInFileWithEncoding
+ " \"name\": .+,"
+ (" \"name\": \"" + templateName + " v" + release.NugetVersion + "\",")
+ System.Text.Encoding.UTF8
+ templatePath
+ DotNet.pack
+ (fun args ->
+ { args with
+ OutputPath = Some nupkgDir
+ Common =
+ { args.Common with
+ CustomParams =
+ Some (sprintf "/p:PackageVersion=%s /p:PackageReleaseNotes=\"%s\""
+ release.NugetVersion
+ formattedRN) }
+ })
+ templateProj
+)
+
+let psi exe arg dir (x: ProcStartInfo) : ProcStartInfo =
+ { x with
+ FileName = exe
+ Arguments = arg
+ WorkingDirectory = dir }
+
+let run exe arg dir =
+ let result = Process.execWithResult (psi exe arg dir) TimeSpan.MaxValue
+ if not result.OK then (failwithf "`%s %s` failed: %A" exe arg result.Errors)
+
+let fullLockFileName build client server =
+ sprintf "paket_%O_%O_%O.lock" build client server
+
+let runPaket args wd =
+ run "paket" args wd
+
+Target.create "Tests" (fun _ ->
+ let cmd = "run"
+ let args = "--project tests/tests.fsproj"
+ let result = DotNet.exec (fun x -> { x with DotNetCliPath = "dotnet" }) cmd args
+ if not result.OK then failwithf "`dotnet %s %s` failed" cmd args
+)
+
+Target.create "Push" (fun _ ->
+ Paket.push ( fun args ->
+ { args with
+ PublishUrl = "https://www.nuget.org"
+ WorkingDir = nupkgDir
+ }
+ )
+
+ let remoteGit = "upstream"
+ let commitMsg = sprintf "Bumping version to %O" release.NugetVersion
+ let tagName = string release.NugetVersion
+
+ Git.Branches.checkout "" false "master"
+ Git.CommandHelper.directRunGitCommand "" "fetch origin" |> ignore
+ Git.CommandHelper.directRunGitCommand "" "fetch origin --tags" |> ignore
+
+ Git.Staging.stageAll ""
+ Git.Commit.exec "" commitMsg
+ Git.Branches.pushBranch "" remoteGit "master"
+
+ Git.Branches.tag "" tagName
+ Git.Branches.pushTag "" remoteGit tagName
+)
+
+Target.create "Release" ignore
+
+open Fake.Core.TargetOperators
+
+"Clean"
+ ==> "Pack"
+ ==> "Tests"
+ ==> "Push"
+ ==> "Release"
+
+Target.runOrDefaultWithArguments "Pack"
diff --git a/src/SAFE.Plugin.Template/paket.dependencies b/src/SAFE.Plugin.Template/paket.dependencies
new file mode 100644
index 0000000..e67d08b
--- /dev/null
+++ b/src/SAFE.Plugin.Template/paket.dependencies
@@ -0,0 +1,30 @@
+group Build
+ storage: none
+ source C:\git\SAFE\nupkg
+ source ~/Desktop/Repositories/github/SAFE/nupkg
+ source https://api.nuget.org/v3/index.json
+
+ nuget FSharp.Core
+ nuget Fake.Core.ReleaseNotes
+ nuget Fake.Core.Target
+ nuget Fake.DotNet.Cli
+ nuget Fake.DotNet.Paket
+ nuget Fake.IO.FileSystem
+ nuget Fake.Tools.Git
+ nuget SAFE
+
+group Tests
+ framework: netcoreapp3.0
+ storage: none
+ source C:\git\SAFE\nupkg
+ source ~/Desktop/Repositories/github/SAFE/nupkg
+ source https://api.nuget.org/v3/index.json
+
+ nuget System.Net.Http
+
+ nuget Expecto
+ nuget Expecto.FsCheck
+ nuget Expecto.TestResults
+ nuget Fake.Core.Process
+ nuget Fake.DotNet.Cli
+ nuget FSharp.Core
diff --git a/src/SAFE.Plugin.Template/paket.lock b/src/SAFE.Plugin.Template/paket.lock
new file mode 100644
index 0000000..fcd25bc
--- /dev/null
+++ b/src/SAFE.Plugin.Template/paket.lock
@@ -0,0 +1,1480 @@
+
+
+GROUP Build
+STORAGE: NONE
+NUGET
+ remote: https://api.nuget.org/v3/index.json
+ BlackFox.VsWhere (1.0) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.0.0.1) - restriction: >= net45
+ FSharp.Core (>= 4.2.3) - restriction: && (< net45) (>= netstandard2.0)
+ Fable.Core (3.1.5) - restriction: && (< net46) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: >= netstandard2.0
+ Fake.Core.CommandLineParsing (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FParsec (>= 1.0.3) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.Context (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.Environment (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.FakeVar (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Context (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.Process (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Environment (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.FakeVar (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.IO.FileSystem (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Diagnostics.Process (>= 4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.ReleaseNotes (5.19.1)
+ Fake.Core.SemVer (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.SemVer (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Runtime.Numerics (>= 4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.String (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.Target (5.19.1)
+ Fake.Core.CommandLineParsing (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Context (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Environment (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.FakeVar (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Process (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Control.Reactive (>= 4.2) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Reactive.Compatibility (>= 4.3.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Tasks (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.Trace (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Environment (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.FakeVar (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Core.Xml (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ System.Xml.ReaderWriter (>= 4.3.1) - restriction: && (< net462) (>= netstandard2.0)
+ System.Xml.XDocument (>= 4.3) - restriction: && (< net462) (>= netstandard2.0)
+ System.Xml.XPath (>= 4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Xml.XPath.XDocument (>= 4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Xml.XPath.XmlDocument (>= 4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.DotNet.Cli (5.19.1)
+ Fake.Core.Environment (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Process (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.DotNet.MSBuild (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.DotNet.NuGet (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.IO.FileSystem (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ Mono.Posix.NETStandard (>= 1.0) - restriction: || (>= net462) (>= netstandard2.0)
+ Newtonsoft.Json (>= 12.0.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.DotNet.MSBuild (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ BlackFox.VsWhere (>= 1.0) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Environment (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Process (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.IO.FileSystem (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ MSBuild.StructuredLogger (>= 2.0.152) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.DotNet.NuGet (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Environment (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Process (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.SemVer (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Tasks (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Xml (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.IO.FileSystem (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Net.Http (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ Newtonsoft.Json (>= 12.0.3) - restriction: || (>= net462) (>= netstandard2.0)
+ NuGet.Protocol (>= 4.9.4) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Net.Http (>= 4.3.4) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.DotNet.Paket (5.19.1)
+ Fake.Core.Process (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.DotNet.Cli (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.IO.FileSystem (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.IO.FileSystem (5.19.1)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Diagnostics.FileVersionInfo (>= 4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.IO.FileSystem.Watcher (>= 4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Net.Http (5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Net.Http (>= 4.3.4) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ Fake.Tools.Git (5.19.1)
+ Fake.Core.Environment (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Process (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.SemVer (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.String (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.Core.Trace (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ Fake.IO.FileSystem (>= 5.19.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.7) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net462
+ FParsec (1.1.1) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.3.4) - restriction: || (>= net45) (>= netstandard2.0)
+ System.ValueTuple (>= 4.4) - restriction: >= net45
+ FSharp.Control.Reactive (4.2) - restriction: || (>= net462) (>= netstandard2.0)
+ FSharp.Core (>= 4.2.3) - restriction: || (>= net46) (>= netstandard2.0)
+ System.Reactive (>= 4.0) - restriction: || (>= net46) (>= netstandard2.0)
+ FSharp.Core (4.7)
+ Microsoft.Build (16.4) - restriction: || (>= net462) (>= netstandard2.0)
+ Microsoft.Build.Framework (>= 16.4) - restriction: || (>= net472) (>= netcoreapp2.1)
+ Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: >= net472
+ Microsoft.Win32.Registry (>= 4.3) - restriction: >= netcoreapp2.1
+ System.Collections.Immutable (>= 1.5) - restriction: || (>= net472) (>= netcoreapp2.1)
+ System.Diagnostics.TraceSource (>= 4.0) - restriction: >= netcoreapp2.1
+ System.Memory (>= 4.5.3) - restriction: || (>= net472) (>= netcoreapp2.1)
+ System.Reflection.Metadata (>= 1.6) - restriction: >= netcoreapp2.1
+ System.Reflection.TypeExtensions (>= 4.1) - restriction: >= netcoreapp2.1
+ System.Runtime.Loader (>= 4.0) - restriction: >= netcoreapp2.1
+ System.Security.Principal.Windows (>= 4.3) - restriction: >= netcoreapp2.1
+ System.Text.Encoding.CodePages (>= 4.0.1) - restriction: >= netcoreapp2.1
+ System.Threading.Tasks.Dataflow (>= 4.9) - restriction: || (>= net472) (>= netcoreapp2.1)
+ Microsoft.Build.Framework (16.4) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Runtime.Serialization.Primitives (>= 4.1.1) - restriction: && (< net472) (>= netstandard2.0)
+ System.Threading.Thread (>= 4.0) - restriction: && (< net472) (>= netstandard2.0)
+ Microsoft.Build.Tasks.Core (16.4) - restriction: || (>= net462) (>= netstandard2.0)
+ Microsoft.Build.Framework (>= 16.4) - restriction: >= netstandard2.0
+ Microsoft.Build.Utilities.Core (>= 16.4) - 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.Linq.Parallel (>= 4.0.1) - restriction: && (< net472) (>= netstandard2.0)
+ System.Net.Http (>= 4.3.4) - restriction: && (< net472) (>= 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.Resources.Writer (>= 4.0) - restriction: && (< net472) (>= netstandard2.0)
+ System.Threading.Tasks.Dataflow (>= 4.9) - restriction: >= netstandard2.0
+ Microsoft.Build.Utilities.Core (16.4) - restriction: || (>= net462) (>= netstandard2.0)
+ Microsoft.Build.Framework (>= 16.4) - 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.Text.Encoding.CodePages (>= 4.0.1) - restriction: && (< net472) (>= netstandard2.0)
+ Microsoft.NETCore.Platforms (3.1) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= monotouch) (>= netcoreapp2.1)) (&& (< net45) (>= net462)) (&& (>= net461) (>= netcoreapp2.1)) (&& (>= net462) (>= netcoreapp2.1)) (>= netcoreapp2.0) (&& (>= netcoreapp2.1) (< netcoreapp3.0)) (&& (>= netcoreapp2.1) (>= xamarintvos)) (&& (>= netcoreapp2.1) (>= xamarinwatchos))
+ Microsoft.NETCore.Targets (3.1) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462))
+ Microsoft.VisualStudio.Setup.Configuration.Interop (1.16.30) - restriction: >= net472
+ Microsoft.Win32.Primitives (4.3) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462))
+ 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: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (&& (< net472) (>= netstandard2.0)) (>= netcoreapp2.1)
+ System.Buffers (>= 4.5) - restriction: || (&& (>= monoandroid) (< netstandard2.0)) (>= monotouch) (&& (< net46) (< netcoreapp2.0) (>= netstandard2.0)) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos)
+ System.Memory (>= 4.5.3) - restriction: || (&& (< net46) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (>= uap10.1)
+ System.Security.AccessControl (>= 4.7) - restriction: || (&& (>= monoandroid) (< netstandard2.0)) (>= monotouch) (&& (< net46) (>= netstandard2.0)) (>= net461) (>= netcoreapp2.0) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos)
+ System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (>= monoandroid) (< netstandard2.0)) (>= monotouch) (&& (< net46) (>= netstandard2.0)) (>= net461) (>= netcoreapp2.0) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos)
+ Mono.Posix.NETStandard (1.0) - restriction: || (>= net462) (>= netstandard2.0)
+ MSBuild.StructuredLogger (2.0.174) - restriction: || (>= net462) (>= netstandard2.0)
+ Microsoft.Build (>= 14.3) - restriction: >= net46
+ Microsoft.Build (>= 15.8.166) - restriction: && (< net46) (>= netstandard2.0)
+ Microsoft.Build.Framework (>= 14.3) - restriction: >= net46
+ Microsoft.Build.Framework (>= 15.8.166) - restriction: && (< net46) (>= netstandard2.0)
+ Microsoft.Build.Tasks.Core (>= 14.3) - restriction: >= net46
+ Microsoft.Build.Tasks.Core (>= 15.8.166) - restriction: && (< net46) (>= netstandard2.0)
+ Microsoft.Build.Utilities.Core (>= 14.3) - restriction: >= net46
+ Microsoft.Build.Utilities.Core (>= 15.8.166) - restriction: && (< net46) (>= netstandard2.0)
+ Newtonsoft.Json (12.0.3) - restriction: || (>= net462) (>= netstandard2.0)
+ NuGet.Common (5.4) - restriction: >= netstandard2.0
+ NuGet.Frameworks (>= 5.4) - restriction: >= netstandard2.0
+ System.Diagnostics.Process (>= 4.3) - restriction: && (< net472) (>= netstandard2.0)
+ System.Threading.Thread (>= 4.3) - restriction: && (< net472) (>= netstandard2.0)
+ NuGet.Configuration (5.4) - restriction: >= netstandard2.0
+ NuGet.Common (>= 5.4) - restriction: >= netstandard2.0
+ System.Security.Cryptography.ProtectedData (>= 4.3) - restriction: && (< net472) (>= netstandard2.0)
+ NuGet.Frameworks (5.4) - restriction: >= netstandard2.0
+ NuGet.Packaging (5.4) - restriction: >= netstandard2.0
+ Newtonsoft.Json (>= 9.0.1) - restriction: >= netstandard2.0
+ NuGet.Configuration (>= 5.4) - restriction: >= netstandard2.0
+ NuGet.Versioning (>= 5.4) - restriction: >= netstandard2.0
+ System.Dynamic.Runtime (>= 4.3) - restriction: && (< net472) (>= netstandard2.0)
+ NuGet.Protocol (5.4) - restriction: || (>= net462) (>= netstandard2.0)
+ NuGet.Packaging (>= 5.4) - restriction: >= netstandard2.0
+ System.Dynamic.Runtime (>= 4.3) - restriction: && (< net472) (>= netstandard2.0)
+ NuGet.Versioning (5.4) - restriction: >= netstandard2.0
+ runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.native.System (4.3.1) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (>= netcoreapp2.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ runtime.native.System.Net.Http (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3.1)
+ runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ SAFE (0.0.6)
+ Fake.Core.ReleaseNotes (>= 5.15.3) - restriction: >= netstandard2.0
+ Fake.Core.Target (>= 5.15.3) - restriction: >= netstandard2.0
+ Fake.DotNet.Cli (>= 5.15.3) - restriction: >= netstandard2.0
+ Fake.IO.FileSystem (>= 5.15.3) - restriction: >= netstandard2.0
+ FSharp.Core (>= 4.6.2) - restriction: >= netstandard2.0
+ Thoth.Json.Net (>= 3.5.1) - restriction: >= netstandard2.0
+ System.Buffers (4.5) - restriction: || (&& (>= monoandroid) (>= net462) (< netstandard2.0)) (&& (< monoandroid) (< net46) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= monotouch) (>= net462)) (&& (>= monotouch) (>= netcoreapp2.1)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net46) (>= net462) (>= netstandard2.0)) (&& (>= net461) (>= netcoreapp2.1)) (&& (>= net462) (>= xamarinios)) (&& (>= net462) (>= xamarinmac)) (&& (>= net462) (>= xamarintvos)) (&& (>= net462) (>= xamarinwatchos)) (>= net472) (&& (< netcoreapp2.0) (>= netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netstandard1.1)) (&& (>= netcoreapp2.1) (< netstandard2.0)) (&& (>= netcoreapp2.1) (>= xamarinios)) (&& (>= netcoreapp2.1) (>= xamarinmac)) (&& (>= netcoreapp2.1) (>= xamarintvos)) (&& (>= netcoreapp2.1) (>= xamarinwatchos)) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos))
+ System.CodeDom (4.7) - restriction: && (< net472) (>= netstandard2.0)
+ System.Collections (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (>= netcoreapp2.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))
+ 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))
+ 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))
+ System.Collections.Concurrent (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6)) (&& (< net45) (>= net462) (< netstandard1.6))
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Tracing (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Collections.Immutable (1.7) - restriction: || (&& (< net46) (>= net462)) (&& (>= net462) (< netstandard1.1)) (&& (>= net462) (>= wpa81)) (>= netstandard2.0)
+ System.Memory (>= 4.5.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< net45) (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net46) (>= uap10.1)
+ System.ComponentModel (4.3) - restriction: || (&& (>= net462) (>= uap10.0)) (&& (>= netstandard2.0) (>= uap10.0))
+ System.Diagnostics.Debug (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6)) (&& (< net45) (>= net462) (< netstandard1.6)) (>= netcoreapp2.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))
+ 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))
+ 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))
+ System.Diagnostics.DiagnosticSource (4.7) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6)) (&& (< net45) (>= net462) (< netstandard1.6))
+ System.Memory (>= 4.5.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (>= net45) (< netstandard1.3)) (&& (< net45) (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net46) (>= uap10.1)
+ System.Diagnostics.FileVersionInfo (4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.Metadata (>= 1.4.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.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.Diagnostics.Process (4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.Win32.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.Win32.Registry (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4))
+ System.IO.FileSystem (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem.Primitives (>= 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.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4))
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4))
+ System.Text.Encoding.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading.Thread (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading.ThreadPool (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.4) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Tools (4.3) - restriction: && (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.TraceSource (4.3) - restriction: >= netcoreapp2.1
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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)
+ 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) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6)) (&& (< net45) (>= net462) (< netstandard1.6))
+ 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))
+ 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))
+ 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))
+ System.Dynamic.Runtime (4.3) - restriction: || (&& (>= net462) (>= uap10.0)) (&& (< net472) (>= netstandard2.0)) (&& (>= netstandard2.0) (>= uap10.0))
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq.Expressions (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
+ System.ObjectModel (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
+ System.Reflection (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
+ System.Reflection.Emit (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.TypeExtensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462)) (>= netcoreapp2.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))
+ 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))
+ 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))
+ System.Globalization.Calendars (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462) (>= netstandard1.6))
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization.Extensions (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (>= netcoreapp2.1)
+ 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))
+ 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))
+ 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))
+ System.Text.Encoding (>= 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))
+ System.Threading.Tasks (>= 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))
+ System.IO.FileSystem (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462))
+ 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.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Handles (>= 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.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem.Primitives (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462))
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem.Watcher (4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.Win32.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem.Primitives (>= 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)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Handles (>= 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.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading.Overlapped (>= 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.Threading.Thread (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462))
+ System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.6) (< win8) (< wp8) (< wpa81))
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.6) (< win8) (< wp8) (< wpa81))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq.Expressions (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac))
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.ObjectModel (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection (>= 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))
+ System.Reflection.Emit (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.Emit.ILGeneration (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.Emit.Lightweight (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.TypeExtensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq.Parallel (4.3) - restriction: && (< net472) (>= netstandard2.0)
+ System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81))
+ System.Collections.Concurrent (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81))
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Tracing (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81))
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Linq.Queryable (4.3) - restriction: || (&& (>= net462) (>= uap10.0)) (&& (>= netstandard2.0) (>= uap10.0))
+ System.Memory (4.5.3) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462) (>= netstandard2.0)) (&& (>= net462) (>= uap10.1)) (>= net472) (>= netcoreapp2.0) (&& (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= netstandard2.0) (>= uap10.1))
+ System.Buffers (>= 4.4) - restriction: || (&& (>= monoandroid) (< netstandard2.0)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= portable-net45+win8+wpa81) (< win8)) (>= monotouch) (&& (>= net45) (< netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (>= net461) (&& (< netstandard1.1) (>= win8)) (&& (< netstandard2.0) (< uap10.1) (>= wpa81)) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos)
+ System.Numerics.Vectors (>= 4.4) - restriction: || (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net461)
+ System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (>= monoandroid) (< netstandard2.0)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= portable-net45+win8+wpa81) (< win8)) (>= monotouch) (&& (>= net45) (< netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (< netstandard1.1) (>= win8)) (&& (< netstandard2.0) (>= wpa81)) (>= uap10.1) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos)
+ System.Net.Http (4.3.4) - restriction: || (>= net462) (>= netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System.Net.Http (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Collections (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Diagnostics.DiagnosticSource (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Globalization (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Globalization.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.IO.FileSystem (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Net.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Runtime.Extensions (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Security.Cryptography.Algorithms (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.X509Certificates (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (>= net46)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Threading (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Threading.Tasks (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81))
+ System.Net.Primitives (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (< netstandard1.3)) (&& (< net45) (>= net462) (>= netstandard1.6)) (&& (< net45) (>= net462) (< netstandard1.6))
+ 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))
+ 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))
+ 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))
+ System.Runtime.Handles (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Numerics.Vectors (4.5) - restriction: || (&& (>= net461) (>= netcoreapp2.1)) (>= net472) (&& (< netcoreapp2.0) (>= netcoreapp2.1))
+ System.ObjectModel (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac))
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reactive (4.3.2) - restriction: || (>= net462) (>= netstandard2.0)
+ System.ComponentModel (>= 4.0.1) - restriction: && (>= uap10.0) (< uap10.1)
+ System.Dynamic.Runtime (>= 4.0.11) - restriction: && (>= uap10.0) (< uap10.1)
+ System.Linq.Queryable (>= 4.0.1) - restriction: && (>= uap10.0) (< uap10.1)
+ System.Runtime.InteropServices.WindowsRuntime (>= 4.3) - restriction: && (< net46) (< netcoreapp3.0) (>= netstandard2.0) (< uap10.0)
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (>= net46) (&& (< netcoreapp3.0) (>= netstandard2.0)) (>= uap10.0)
+ System.ValueTuple (>= 4.5) - restriction: || (>= net46) (&& (>= uap10.0) (< uap10.1))
+ System.Reactive.Compatibility (4.3.2) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Reactive.Core (>= 4.3.2) - restriction: || (>= net45) (>= netstandard1.3)
+ System.Reactive.Experimental (>= 4.3.2) - restriction: >= net45
+ System.Reactive.Interfaces (>= 4.3.2) - restriction: || (>= net45) (>= netstandard1.3)
+ System.Reactive.Linq (>= 4.3.2) - restriction: || (>= net45) (>= netstandard1.3)
+ System.Reactive.PlatformServices (>= 4.3.2) - restriction: || (>= net45) (>= netstandard1.3)
+ System.Reactive.Providers (>= 4.3.2) - restriction: || (>= net45) (>= netstandard1.3)
+ System.Reactive.Runtime.Remoting (>= 4.3.2) - restriction: >= net45
+ System.Reactive.Windows.Forms (>= 4.3.2) - restriction: >= net45
+ System.Reactive.Windows.Threading (>= 4.3.2) - restriction: || (>= net45) (>= uap10.0)
+ System.Reactive.WindowsRuntime (>= 4.3.2) - restriction: >= uap10.0
+ System.Reactive.Core (4.3.2) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Reactive (>= 4.3.2) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Reactive.Experimental (4.3.2) - restriction: || (&& (>= net45) (>= netstandard2.0)) (>= net462)
+ System.Reactive (>= 4.3.2) - restriction: >= net46
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: >= net46
+ System.Reactive.Interfaces (4.3.2) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Reactive (>= 4.3.2) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Reactive.Linq (4.3.2) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Reactive (>= 4.3.2) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Reactive.PlatformServices (4.3.2) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Reactive (>= 4.3.2) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Reactive.Providers (4.3.2) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Reactive (>= 4.3.2) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (>= net46) (>= netstandard2.0) (>= uap10.0)
+ System.Reactive.Runtime.Remoting (4.3.2) - restriction: || (&& (>= net45) (>= netstandard2.0)) (>= net462)
+ System.Reactive (>= 4.3.2) - restriction: >= net46
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: >= net46
+ System.Reactive.Windows.Forms (4.3.2) - restriction: || (&& (>= net45) (>= netstandard2.0)) (>= net462)
+ System.Reactive (>= 4.3.2) - restriction: >= net46
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: >= net46
+ System.Reactive.Windows.Threading (4.3.2) - restriction: || (&& (>= net45) (>= netstandard2.0)) (>= net462) (&& (>= netstandard2.0) (>= uap10.0))
+ System.Reactive (>= 4.3.2) - restriction: || (>= net46) (>= uap10.0)
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (>= net46) (>= uap10.0)
+ System.Reactive.WindowsRuntime (4.3.2) - restriction: || (&& (>= net462) (>= uap10.0)) (&& (>= netstandard2.0) (>= uap10.0))
+ System.Reactive (>= 4.3.2) - restriction: >= uap10.0
+ System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: >= uap10.0
+ System.Reflection (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462) (>= netstandard1.6)) (&& (>= net462) (>= netcoreapp1.1)) (&& (>= netcoreapp1.1) (>= netstandard2.0)) (>= netcoreapp2.1)
+ 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))
+ 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))
+ 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))
+ System.Reflection.Primitives (>= 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))
+ 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))
+ System.Reflection.Emit (4.7) - restriction: && (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)
+ System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< netstandard1.1) (>= portable-net45+win8+wpa81) (< win8)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< netstandard2.1) (< xamarinios) (< xamarinmac)) (&& (< netstandard1.1) (>= win8)) (&& (< netstandard2.0) (>= wpa81)) (>= uap10.1)
+ System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard2.0) (< win8)) (&& (>= netstandard2.0) (>= uap10.1) (< win8) (< wpa81))
+ System.Reflection.Emit.Lightweight (4.7) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac))
+ System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wp8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< netstandard2.1) (< xamarinios) (< xamarinmac)) (&& (< netstandard2.0) (>= wpa81)) (&& (>= portable-net45+win8+wp8+wpa81) (< portable-net45+wp8) (< win8)) (&& (< portable-net45+wp8) (>= win8)) (>= uap10.1)
+ System.Reflection.Extensions (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac))
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.Metadata (1.8) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (&& (< net472) (>= netstandard2.0)) (>= netcoreapp2.1)
+ System.Collections.Immutable (>= 1.7) - restriction: || (>= net45) (&& (< netcoreapp3.1) (>= netstandard2.0)) (&& (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.1) (>= portable-net45+win8+wpa81) (< win8)) (&& (< netstandard1.1) (>= win8)) (&& (< netstandard2.0) (>= wpa81))
+ System.Reflection.Primitives (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (>= net462) (>= netcoreapp1.1)) (&& (>= netcoreapp1.1) (>= netstandard2.0))
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection.TypeExtensions (4.7) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< net472) (>= netstandard2.0)) (>= netcoreapp2.1)
+ System.Resources.Extensions (4.7) - restriction: >= netstandard2.0
+ System.Memory (>= 4.5.3) - restriction: && (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)
+ System.Resources.ResourceManager (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462)) (>= netcoreapp2.1)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.Writer (4.3) - restriction: && (< net472) (>= netstandard2.0)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462)) (>= netcoreapp2.1)
+ 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))
+ 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))
+ System.Runtime.CompilerServices.Unsafe (4.7) - restriction: || (&& (< monoandroid) (< netstandard1.0) (>= netstandard2.0) (< win8)) (&& (>= monotouch) (>= netcoreapp2.1)) (&& (>= net45) (>= netstandard2.0)) (&& (>= net461) (>= netcoreapp2.1)) (>= net462) (&& (< netcoreapp2.0) (>= netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netcoreapp3.1)) (&& (>= netcoreapp2.1) (< netstandard1.1)) (&& (>= netcoreapp2.1) (< netstandard2.0)) (&& (>= netcoreapp2.1) (>= uap10.1)) (&& (>= netcoreapp2.1) (>= xamarinios)) (&& (>= netcoreapp2.1) (>= xamarinmac)) (&& (>= netcoreapp2.1) (>= xamarintvos)) (&& (>= netcoreapp2.1) (>= xamarinwatchos)) (&& (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< netstandard1.0) (>= netstandard2.0) (>= win8)) (&& (>= netstandard2.0) (>= wp8))
+ System.Runtime.Extensions (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462)) (>= netcoreapp2.1)
+ 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))
+ 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))
+ 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))
+ System.Runtime.Handles (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462)) (&& (>= net462) (>= netcoreapp1.1)) (&& (>= netcoreapp1.1) (>= netstandard2.0))
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.InteropServices (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462))
+ 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)
+ System.Reflection.Primitives (>= 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)
+ 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.WindowsRuntime (4.3) - restriction: || (&& (< net46) (>= net462) (>= netstandard2.0)) (&& (< net46) (< netcoreapp3.0) (>= netstandard2.0) (< uap10.0))
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Loader (4.3) - restriction: >= netcoreapp2.1
+ System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net462) (>= netstandard1.5) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Reflection (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net462) (>= netstandard1.5) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net462) (>= netstandard1.5) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Numerics (4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Serialization.Primitives (4.3) - restriction: && (< net472) (>= netstandard2.0)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Security.AccessControl (4.7) - restriction: || (&& (>= monoandroid) (>= net462) (< netstandard2.0)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= monotouch) (>= net462)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net46) (>= net461) (>= netstandard2.0)) (&& (< net46) (>= net462)) (&& (>= net462) (>= xamarinios)) (&& (>= net462) (>= xamarinmac)) (&& (>= net462) (>= xamarintvos)) (&& (>= net462) (>= xamarinwatchos)) (>= netcoreapp2.0) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos))
+ 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) (< net45) (< netstandard1.4) (>= netstandard2.0)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (>= net461) (>= netstandard2.0)) (>= net462)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System.Security.Cryptography.Apple (>= 4.3.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) (>= net463)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) (>= net463)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Handles (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Numerics (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net463)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) (&& (>= net46) (< netstandard1.4)) (&& (>= net461) (< netstandard1.6)) (>= net463)
+ System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Cng (4.7) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462) (>= netstandard1.6))
+ Microsoft.NETCore.Platforms (>= 3.1) - restriction: && (>= netcoreapp2.0) (< netcoreapp2.1) (< netstandard2.1)
+ System.Security.Cryptography.Csp (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462) (>= netstandard1.6))
+ Microsoft.NETCore.Platforms (>= 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.Reflection (>= 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)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Handles (>= 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.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46)
+ System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Encoding (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard2.0)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= net46) (< netstandard1.4) (>= netstandard2.0)) (&& (>= net461) (>= netstandard2.0)) (>= net462)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Collections.Concurrent (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq (>= 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)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Handles (>= 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.Security.Cryptography.Primitives (>= 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.Security.Cryptography.OpenSsl (4.7) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ Microsoft.NETCore.Platforms (>= 3.1) - restriction: && (>= netcoreapp2.0) (< netcoreapp2.1)
+ System.Security.Cryptography.Primitives (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462) (>= netstandard1.6))
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.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: && (< net472) (>= netstandard2.0)
+ System.Memory (>= 4.5.3) - restriction: && (< net46) (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)
+ System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= net46) (>= netstandard2.0)) (>= net462)
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System.Net.Http (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization.Calendars (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Handles (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6))
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Numerics (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Algorithms (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) (&& (>= net46) (< netstandard1.4)) (>= net461)
+ System.Security.Cryptography.Cng (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Csp (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net46) (>= netstandard1.4) (< netstandard1.6)) (&& (>= net46) (< netstandard1.4)) (>= net461)
+ System.Security.Cryptography.OpenSsl (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Cryptography.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Security.Principal.Windows (4.7) - restriction: || (&& (>= monoandroid) (>= net462) (< netstandard2.0)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= monotouch) (>= net462)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net46) (>= net461) (>= netstandard2.0)) (&& (< net46) (>= net462)) (&& (>= net462) (>= xamarinios)) (&& (>= net462) (>= xamarinmac)) (&& (>= net462) (>= xamarintvos)) (&& (>= net462) (>= xamarinwatchos)) (>= netcoreapp2.0) (&& (>= netstandard2.0) (>= xamarintvos)) (&& (>= netstandard2.0) (>= xamarinwatchos))
+ Microsoft.NETCore.Platforms (>= 3.1) - restriction: || (&& (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (>= netcoreapp2.1) (< netcoreapp3.0))
+ System.Text.Encoding (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462))
+ 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))
+ 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))
+ 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))
+ System.Text.Encoding.CodePages (4.7) - restriction: || (&& (< net472) (>= netstandard2.0)) (>= netcoreapp2.1)
+ Microsoft.NETCore.Platforms (>= 3.1) - restriction: >= netcoreapp2.0
+ System.Runtime.CompilerServices.Unsafe (>= 4.7) - restriction: || (&& (< net46) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (>= net461) (&& (>= netcoreapp2.0) (< netcoreapp3.1))
+ System.Text.Encoding.Extensions (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462))
+ 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))
+ 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))
+ 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))
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
+ System.Text.RegularExpressions (4.3.1) - restriction: && (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (< netcoreapp1.1) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (>= netcoreapp2.1)
+ 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))
+ 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))
+ System.Threading.Overlapped (4.3) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462))
+ Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< net46) (>= netstandard1.3)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< net46) (>= netstandard1.3)
+ System.Runtime (>= 4.3) - restriction: && (< net46) (>= netstandard1.3)
+ System.Runtime.Handles (>= 4.3) - restriction: && (< net46) (>= netstandard1.3)
+ System.Threading.Tasks (4.3) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net45) (>= net462)) (&& (< net46) (>= net462))
+ 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))
+ 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))
+ 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))
+ System.Threading.Tasks.Dataflow (4.11) - restriction: >= netstandard2.0
+ System.Threading.Tasks.Extensions (4.5.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.0) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< netstandard1.0) (>= portable-net45+win8+wp8+wpa81) (< win8)) (>= net45) (&& (< netcoreapp2.1) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< netstandard1.0) (>= win8)) (&& (< netstandard2.0) (>= wpa81)) (>= wp8)
+ System.Threading.Thread (4.3) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (&& (< net472) (>= netstandard2.0))
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading.ThreadPool (4.3) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462))
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Handles (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.ValueTuple (4.5) - restriction: || (&& (>= net46) (>= netstandard2.0)) (>= net462) (&& (>= netstandard2.0) (>= uap10.0))
+ System.Xml.ReaderWriter (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard2.0) (< win8) (< wpa81) (< xamarinios) (< xamarinmac)) (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (&& (< net462) (>= netstandard2.0))
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
+ System.IO.FileSystem (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO.FileSystem.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.InteropServices (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Text.Encoding (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
+ System.Text.Encoding.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Text.RegularExpressions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Threading.Tasks.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Xml.XDocument (4.3) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (< net46) (>= net462)) (&& (< net462) (>= netstandard2.0))
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Diagnostics.Tools (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
+ System.Reflection (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Text.Encoding (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ 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))
+ System.Xml.XmlDocument (4.3) - restriction: || (&& (< monoandroid) (>= netstandard2.0) (< xamarinios) (< xamarinmac)) (&& (>= net46) (>= netstandard2.0)) (>= net462)
+ 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)
+ System.IO (>= 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)
+ 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.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Xml.ReaderWriter (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Xml.XPath (4.3) - restriction: || (>= net462) (>= netstandard2.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)
+ System.IO (>= 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)
+ 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.Xml.ReaderWriter (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Xml.XPath.XDocument (4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Linq (>= 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)
+ 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.Xml.ReaderWriter (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Xml.XDocument (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Xml.XPath (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46)
+ System.Xml.XPath.XmlDocument (4.3) - restriction: || (>= net462) (>= netstandard2.0)
+ System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.IO (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Resources.ResourceManager (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Runtime.Extensions (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Threading (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Xml.ReaderWriter (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
+ System.Xml.XmlDocument (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46)
+ System.Xml.XPath (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (>= net46)
+ Thoth.Json.Net (4.0) - restriction: >= netstandard2.0
+ Fable.Core (>= 3.0 < 4.0) - restriction: && (< net46) (>= netstandard2.0)
+ FSharp.Core (>= 4.6.2) - restriction: || (>= net46) (>= netstandard2.0)
+ Newtonsoft.Json (>= 11.0.2) - restriction: || (>= net46) (>= netstandard2.0)
+
+GROUP Tests
+STORAGE: NONE
+RESTRICTION: == netcoreapp3.0
+NUGET
+ remote: https://api.nuget.org/v3/index.json
+ BlackFox.VsWhere (1.0)
+ FSharp.Core (>= 4.2.3)
+ Expecto (8.13.2)
+ FSharp.Core (>= 4.6)
+ Mono.Cecil (>= 0.11.2)
+ Expecto.FsCheck (8.13.2)
+ Expecto (>= 8.13.2)
+ FsCheck (>= 2.14.1)
+ Expecto.TestResults (8.13.2)
+ Expecto (>= 8.13.2)
+ FSharp.Core (>= 4.6)
+ Fake.Core.Context (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Environment (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.FakeVar (5.19.1)
+ Fake.Core.Context (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Process (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Diagnostics.Process (>= 4.3)
+ Fake.Core.SemVer (5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Runtime.Numerics (>= 4.3)
+ Fake.Core.String (5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Tasks (5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Trace (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.FakeVar (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Fake.Core.Xml (5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Xml.ReaderWriter (>= 4.3.1)
+ System.Xml.XDocument (>= 4.3)
+ System.Xml.XPath (>= 4.3)
+ System.Xml.XPath.XDocument (>= 4.3)
+ System.Xml.XPath.XmlDocument (>= 4.3)
+ Fake.DotNet.Cli (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.DotNet.MSBuild (>= 5.19.1)
+ Fake.DotNet.NuGet (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Mono.Posix.NETStandard (>= 1.0)
+ Newtonsoft.Json (>= 12.0.3)
+ Fake.DotNet.MSBuild (5.19.1)
+ BlackFox.VsWhere (>= 1.0)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ MSBuild.StructuredLogger (>= 2.0.152)
+ Fake.DotNet.NuGet (5.19.1)
+ Fake.Core.Environment (>= 5.19.1)
+ Fake.Core.Process (>= 5.19.1)
+ Fake.Core.SemVer (>= 5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ Fake.Core.Tasks (>= 5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ Fake.Core.Xml (>= 5.19.1)
+ Fake.IO.FileSystem (>= 5.19.1)
+ Fake.Net.Http (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ Newtonsoft.Json (>= 12.0.3)
+ NuGet.Protocol (>= 4.9.4)
+ System.Net.Http (>= 4.3.4)
+ Fake.IO.FileSystem (5.19.1)
+ Fake.Core.String (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Diagnostics.FileVersionInfo (>= 4.3)
+ System.IO.FileSystem.Watcher (>= 4.3)
+ Fake.Net.Http (5.19.1)
+ Fake.Core.Trace (>= 5.19.1)
+ FSharp.Core (>= 4.7)
+ System.Net.Http (>= 4.3.4)
+ FsCheck (2.14.1)
+ FSharp.Core (>= 4.2.3)
+ FSharp.Core (4.7)
+ Microsoft.Build (16.4)
+ Microsoft.Build.Framework (>= 16.4)
+ Microsoft.Win32.Registry (>= 4.3)
+ System.Collections.Immutable (>= 1.5)
+ System.Diagnostics.TraceSource (>= 4.0)
+ System.Memory (>= 4.5.3)
+ System.Reflection.Metadata (>= 1.6)
+ System.Reflection.TypeExtensions (>= 4.1)
+ System.Runtime.Loader (>= 4.0)
+ System.Security.Principal.Windows (>= 4.3)
+ System.Text.Encoding.CodePages (>= 4.0.1)
+ System.Threading.Tasks.Dataflow (>= 4.9)
+ Microsoft.Build.Framework (16.4)
+ System.Runtime.Serialization.Primitives (>= 4.1.1)
+ System.Threading.Thread (>= 4.0)
+ Microsoft.Build.Tasks.Core (16.4)
+ Microsoft.Build.Framework (>= 16.4)
+ Microsoft.Build.Utilities.Core (>= 16.4)
+ Microsoft.Win32.Registry (>= 4.3)
+ System.CodeDom (>= 4.4)
+ System.Collections.Immutable (>= 1.5)
+ System.Linq.Parallel (>= 4.0.1)
+ System.Net.Http (>= 4.3.4)
+ System.Reflection.Metadata (>= 1.6)
+ System.Reflection.TypeExtensions (>= 4.1)
+ System.Resources.Extensions (>= 4.6)
+ System.Resources.Writer (>= 4.0)
+ System.Threading.Tasks.Dataflow (>= 4.9)
+ Microsoft.Build.Utilities.Core (16.4)
+ Microsoft.Build.Framework (>= 16.4)
+ Microsoft.Win32.Registry (>= 4.3)
+ System.Collections.Immutable (>= 1.5)
+ System.Text.Encoding.CodePages (>= 4.0.1)
+ Microsoft.NETCore.Platforms (3.1)
+ Microsoft.NETCore.Targets (3.1)
+ Microsoft.Win32.Primitives (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ Microsoft.Win32.Registry (4.7)
+ System.Security.AccessControl (>= 4.7)
+ System.Security.Principal.Windows (>= 4.7)
+ Mono.Cecil (0.11.2)
+ Mono.Posix.NETStandard (1.0)
+ MSBuild.StructuredLogger (2.0.174)
+ Microsoft.Build (>= 15.8.166)
+ Microsoft.Build.Framework (>= 15.8.166)
+ Microsoft.Build.Tasks.Core (>= 15.8.166)
+ Microsoft.Build.Utilities.Core (>= 15.8.166)
+ Newtonsoft.Json (12.0.3)
+ NuGet.Common (5.4)
+ NuGet.Frameworks (>= 5.4)
+ System.Diagnostics.Process (>= 4.3)
+ System.Threading.Thread (>= 4.3)
+ NuGet.Configuration (5.4)
+ NuGet.Common (>= 5.4)
+ System.Security.Cryptography.ProtectedData (>= 4.3)
+ NuGet.Frameworks (5.4)
+ NuGet.Packaging (5.4)
+ Newtonsoft.Json (>= 9.0.1)
+ NuGet.Configuration (>= 5.4)
+ NuGet.Versioning (>= 5.4)
+ System.Dynamic.Runtime (>= 4.3)
+ NuGet.Protocol (5.4)
+ NuGet.Packaging (>= 5.4)
+ System.Dynamic.Runtime (>= 4.3)
+ NuGet.Versioning (5.4)
+ runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.native.System (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ runtime.native.System.Net.Http (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ runtime.native.System.Security.Cryptography.Apple (4.3.1)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3.1)
+ runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.3)
+ runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3.1)
+ runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3)
+ System.CodeDom (4.7)
+ System.Collections (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Collections.Concurrent (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Diagnostics.Tracing (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Collections.Immutable (1.7)
+ System.Diagnostics.Debug (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Diagnostics.DiagnosticSource (4.7)
+ System.Diagnostics.FileVersionInfo (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Reflection.Metadata (>= 1.4.1)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Diagnostics.Process (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.Win32.Primitives (>= 4.3)
+ Microsoft.Win32.Registry (>= 4.3)
+ runtime.native.System (>= 4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Text.Encoding.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Threading.Thread (>= 4.3)
+ System.Threading.ThreadPool (>= 4.3)
+ System.Diagnostics.Tools (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Diagnostics.TraceSource (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ runtime.native.System (>= 4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Diagnostics.Tracing (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Dynamic.Runtime (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Linq (>= 4.3)
+ System.Linq.Expressions (>= 4.3)
+ System.ObjectModel (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Reflection.Emit (>= 4.3)
+ System.Reflection.Emit.ILGeneration (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Reflection.TypeExtensions (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Globalization (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Globalization.Calendars (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Globalization (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Globalization.Extensions (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ System.Globalization (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.IO (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.IO.FileSystem (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.IO (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.IO.FileSystem.Primitives (4.3)
+ System.Runtime (>= 4.3)
+ System.IO.FileSystem.Watcher (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.Win32.Primitives (>= 4.3)
+ runtime.native.System (>= 4.3)
+ System.Collections (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Overlapped (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Threading.Thread (>= 4.3)
+ System.Linq (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Linq.Expressions (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Linq (>= 4.3)
+ System.ObjectModel (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Reflection.Emit (>= 4.3)
+ System.Reflection.Emit.ILGeneration (>= 4.3)
+ System.Reflection.Emit.Lightweight (>= 4.3)
+ System.Reflection.Extensions (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Reflection.TypeExtensions (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Linq.Parallel (4.3)
+ System.Collections (>= 4.3)
+ System.Collections.Concurrent (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Diagnostics.Tracing (>= 4.3)
+ System.Linq (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Memory (4.5.3)
+ System.Net.Http (4.3.4)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ runtime.native.System (>= 4.3)
+ runtime.native.System.Net.Http (>= 4.3)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Diagnostics.DiagnosticSource (>= 4.3)
+ System.Diagnostics.Tracing (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.Globalization.Extensions (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.Net.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Security.Cryptography.Algorithms (>= 4.3)
+ System.Security.Cryptography.Encoding (>= 4.3)
+ System.Security.Cryptography.OpenSsl (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Security.Cryptography.X509Certificates (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Net.Primitives (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ System.Runtime (>= 4.3.1)
+ System.Runtime.Handles (>= 4.3)
+ System.ObjectModel (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Reflection (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.IO (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Reflection.Emit (4.7)
+ System.Reflection.Emit.ILGeneration (4.7)
+ System.Reflection.Emit.Lightweight (4.7)
+ System.Reflection.Extensions (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Reflection (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Reflection.Metadata (1.8)
+ System.Collections.Immutable (>= 1.7)
+ System.Reflection.Primitives (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Reflection.TypeExtensions (4.7)
+ System.Resources.Extensions (4.7)
+ System.Resources.ResourceManager (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Globalization (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Resources.Writer (4.3)
+ System.Collections (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Runtime (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ System.Runtime.CompilerServices.Unsafe (4.7)
+ System.Runtime.Extensions (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ System.Runtime (>= 4.3.1)
+ System.Runtime.Handles (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Runtime.InteropServices (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Reflection (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.Loader (4.3)
+ System.IO (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Numerics (4.3)
+ System.Globalization (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Serialization.Primitives (4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Security.AccessControl (4.7)
+ Microsoft.NETCore.Platforms (>= 3.1)
+ System.Security.Principal.Windows (>= 4.7)
+ System.Security.Cryptography.Algorithms (4.3.1)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ runtime.native.System.Security.Cryptography.Apple (>= 4.3.1)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2)
+ System.Collections (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Runtime.Numerics (>= 4.3)
+ System.Security.Cryptography.Encoding (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Security.Cryptography.Cng (4.7)
+ System.Security.Cryptography.Csp (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ System.IO (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Security.Cryptography.Algorithms (>= 4.3)
+ System.Security.Cryptography.Encoding (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Security.Cryptography.Encoding (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
+ System.Collections (>= 4.3)
+ System.Collections.Concurrent (>= 4.3)
+ System.Linq (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Security.Cryptography.OpenSsl (4.7)
+ System.Security.Cryptography.Primitives (4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Security.Cryptography.ProtectedData (4.7)
+ System.Security.Cryptography.X509Certificates (4.3.2)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ runtime.native.System (>= 4.3)
+ runtime.native.System.Net.Http (>= 4.3)
+ runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.Globalization.Calendars (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Runtime.Numerics (>= 4.3)
+ System.Security.Cryptography.Algorithms (>= 4.3)
+ System.Security.Cryptography.Cng (>= 4.3)
+ System.Security.Cryptography.Csp (>= 4.3)
+ System.Security.Cryptography.Encoding (>= 4.3)
+ System.Security.Cryptography.OpenSsl (>= 4.3)
+ System.Security.Cryptography.Primitives (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Security.Principal.Windows (4.7)
+ System.Text.Encoding (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Text.Encoding.CodePages (4.7)
+ Microsoft.NETCore.Platforms (>= 3.1)
+ System.Runtime.CompilerServices.Unsafe (>= 4.7)
+ System.Text.Encoding.Extensions (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Text.RegularExpressions (4.3.1)
+ System.Runtime (>= 4.3.1)
+ System.Threading (4.3)
+ System.Runtime (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Threading.Overlapped (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Threading.Tasks (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Threading.Tasks.Dataflow (4.11)
+ System.Threading.Tasks.Extensions (4.5.3)
+ System.Threading.Thread (4.3)
+ System.Runtime (>= 4.3)
+ System.Threading.ThreadPool (4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Handles (>= 4.3)
+ System.Xml.ReaderWriter (4.3.1)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.IO.FileSystem (>= 4.3)
+ System.IO.FileSystem.Primitives (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Runtime.InteropServices (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Text.Encoding.Extensions (>= 4.3)
+ System.Text.RegularExpressions (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.Threading.Tasks.Extensions (>= 4.3)
+ System.Xml.XDocument (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Diagnostics.Tools (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XmlDocument (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XPath (4.3)
+ System.Collections (>= 4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XPath.XDocument (4.3)
+ System.Diagnostics.Debug (>= 4.3)
+ System.Linq (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XDocument (>= 4.3)
+ System.Xml.XPath (>= 4.3)
+ System.Xml.XPath.XmlDocument (4.3)
+ System.Collections (>= 4.3)
+ System.Globalization (>= 4.3)
+ System.IO (>= 4.3)
+ System.Resources.ResourceManager (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Runtime.Extensions (>= 4.3)
+ System.Threading (>= 4.3)
+ System.Xml.ReaderWriter (>= 4.3)
+ System.Xml.XmlDocument (>= 4.3)
+ System.Xml.XPath (>= 4.3)
diff --git a/src/SAFE.Plugin.Template/tests/Main.fs b/src/SAFE.Plugin.Template/tests/Main.fs
new file mode 100644
index 0000000..5647d20
--- /dev/null
+++ b/src/SAFE.Plugin.Template/tests/Main.fs
@@ -0,0 +1,11 @@
+module ExpectoTemplate
+
+open Expecto
+
+let config =
+ let writeResults = TestResults.writeNUnitSummary ("TestResults.xml", "SAFE Plugin Tests")
+ defaultConfig.appendSummaryHandler writeResults
+
+[]
+let main argv =
+ Tests.runTestsInAssembly config argv
diff --git a/src/SAFE.Plugin.Template/tests/Tests.fs b/src/SAFE.Plugin.Template/tests/Tests.fs
new file mode 100644
index 0000000..3b51a9a
--- /dev/null
+++ b/src/SAFE.Plugin.Template/tests/Tests.fs
@@ -0,0 +1 @@
+module SAFE.Plugin.Template
diff --git a/src/SAFE.Plugin.Template/tests/paket.references b/src/SAFE.Plugin.Template/tests/paket.references
new file mode 100644
index 0000000..7b6f0dc
--- /dev/null
+++ b/src/SAFE.Plugin.Template/tests/paket.references
@@ -0,0 +1,9 @@
+group Tests
+ System.Net.Http
+
+ Expecto
+ Expecto.FsCheck
+ Expecto.TestResults
+ Fake.Core.Process
+ Fake.DotNet.Cli
+ FSharp.Core
diff --git a/src/SAFE.Plugin.Template/tests/tests.fsproj b/src/SAFE.Plugin.Template/tests/tests.fsproj
new file mode 100644
index 0000000..d1176fe
--- /dev/null
+++ b/src/SAFE.Plugin.Template/tests/tests.fsproj
@@ -0,0 +1,12 @@
+
+
+
+ Exe
+ netcoreapp3.1
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/SAFE/.config/dotnet-tools.json b/src/SAFE/.config/dotnet-tools.json
new file mode 100644
index 0000000..517f9b3
--- /dev/null
+++ b/src/SAFE/.config/dotnet-tools.json
@@ -0,0 +1,5 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {}
+}
\ No newline at end of file
diff --git a/src/SAFE/Library.fs b/src/SAFE/Library.fs
index 596f455..1b6f57f 100644
--- a/src/SAFE/Library.fs
+++ b/src/SAFE/Library.fs
@@ -181,7 +181,7 @@ module Core =
open System.Xml.XPath
let addContentFiles plugin _component =
- let contentFiles = !! (sprintf "packages/%s.%s/Content/**.*" plugin _component)
+ let contentFiles = !! (sprintf "packages/%s.Plugin/Content/**.*" plugin _component)
for file in contentFiles do
let projDir = Path.combine "src" _component
let fsprojPath = Path.combine projDir (_component + ".fsproj")
@@ -197,7 +197,7 @@ module Core =
xdoc.Save fsprojPath
let removeContentFiles plugin _component =
- let contentFiles = !! (sprintf "packages/%s.%s/Content/**.*" plugin _component)
+ let contentFiles = !! (sprintf "packages/%s.Plugin/Content/**.*" plugin _component)
for file in contentFiles do
let projDir = Path.combine "src" _component
let fsprojPath = Path.combine projDir (_component + ".fsproj")
@@ -214,7 +214,7 @@ module Core =
let addComponentPlugin (plugin : string) _component =
let capital = plugin.Substring(0,1).ToUpper() + plugin.Substring(1)
let paket = Paket.Dependencies.Locate()
- let package = sprintf "%s.%s" capital _component
+ let package = sprintf "%s.Plugin" capital
let paketGroup = "main"
printfn "Adding %s package to Paket %s group..." package paketGroup
paket.AddToProject(Some paketGroup, package, "", false, false, false, false, sprintf "src/%s/%s.fsproj" _component _component, true, Paket.SemVerUpdateMode.NoRestriction, false)
@@ -224,7 +224,7 @@ module Core =
let removeComponentPlugin (plugin : string) _component =
let capital = plugin.Substring(0,1).ToUpper() + plugin.Substring(1)
let paket = Paket.Dependencies.Locate()
- let package = sprintf "%s.%s" capital _component
+ let package = sprintf "%s.Plugin" capital
removeContentFiles capital _component
paket.Remove package
@@ -306,7 +306,7 @@ module Config =
open Thoth.Json.Net
- let camelCase = true
+ let camelCase = CaseStrategy.CamelCase
let parse raw =
Decode.Auto.fromString (raw, camelCase)
diff --git a/src/SAFE/SAFE.fsproj b/src/SAFE/SAFE.fsproj
index 73c32f4..0b08bdc 100644
--- a/src/SAFE/SAFE.fsproj
+++ b/src/SAFE/SAFE.fsproj
@@ -2,6 +2,16 @@
netstandard2.0
+ true
+ 0.0.1
+ Tomasz Heimowski
+ Safe
+ Safe
+ Safe base logic
+ Tomasz Heimowski
+ SAFE
+ Full
+ enable