From 2747ed1390f1411dc6c188022329e3ecba48fb47 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 23 Feb 2017 02:35:07 +0000 Subject: [PATCH 01/13] Initial net core support --- .vscode/launch.json | 23 + .vscode/tasks.json | 16 + .../project.json | 14 + .../project.lock.json | 4121 +++++++++++++ .../ConventionData/AbstractProjectData.cs | 1 - .../ConventionFailedException.cs | 9 +- .../ConventionSourceInvalidException.cs | 7 + .../Internal/NoDataFormatterFoundException.cs | 8 +- .../Internal/ResultNotSetException.cs | 9 +- TestStack.ConventionTests/project.json | 51 + TestStack.ConventionTests/project.lock.json | 5173 +++++++++++++++++ global.json | 4 + 12 files changed, 9431 insertions(+), 5 deletions(-) create mode 100644 .vscode/launch.json create mode 100644 .vscode/tasks.json create mode 100644 TestStack.ConventionTests.Autofac/project.json create mode 100755 TestStack.ConventionTests.Autofac/project.lock.json create mode 100644 TestStack.ConventionTests/project.json create mode 100755 TestStack.ConventionTests/project.lock.json create mode 100644 global.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e464a79 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,23 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": ".NET Core Launch (console)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + "program": "${workspaceRoot}/bin/Debug//", + "args": [], + "cwd": "${workspaceRoot}", + "externalConsole": false, + "stopAtEntry": false, + "internalConsoleOptions": "openOnSessionStart" + }, + { + "name": ".NET Core Attach", + "type": "coreclr", + "request": "attach", + "processId": "${command.pickProcess}" + } + ] +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..c73077e --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,16 @@ +{ + "version": "0.1.0", + "command": "dotnet", + "isShellCommand": true, + "args": [], + "tasks": [ + { + "taskName": "build", + "args": [ + "" + ], + "isBuildCommand": true, + "problemMatcher": "$msCompile" + } + ] +} \ No newline at end of file diff --git a/TestStack.ConventionTests.Autofac/project.json b/TestStack.ConventionTests.Autofac/project.json new file mode 100644 index 0000000..80a5014 --- /dev/null +++ b/TestStack.ConventionTests.Autofac/project.json @@ -0,0 +1,14 @@ +{ + "dependencies": { + // "TestStack.ConventionTests.Tests": { "target": "project" } + "Autofac": "4.2.1" + }, + "description": "", + "frameworks": { + "netstandard1.6": {} + }, + "packOptions": { + + }, + "version": "1.0.0-*" +} \ No newline at end of file diff --git a/TestStack.ConventionTests.Autofac/project.lock.json b/TestStack.ConventionTests.Autofac/project.lock.json new file mode 100755 index 0000000..dd94ee6 --- /dev/null +++ b/TestStack.ConventionTests.Autofac/project.lock.json @@ -0,0 +1,4121 @@ +{ + "locked": false, + "version": 2, + "targets": { + ".NETStandard,Version=v1.6": { + "Autofac/4.2.1": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.0", + "System.ComponentModel": "4.0.1" + }, + "compile": { + "lib/netstandard1.1/Autofac.dll": {} + }, + "runtime": { + "lib/netstandard1.1/Autofac.dll": {} + } + }, + "Microsoft.NETCore.Platforms/1.0.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.0.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.Win32.Primitives/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "NETStandard.Library/1.6.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Console": "4.0.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.0", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Text.Encoding.Extensions": "4.0.11", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "runtime.native.System/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.IO.Compression/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Http/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "System.AppContext/4.1.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.6/System.AppContext.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.dll": {} + } + }, + "System.Buffers/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "lib/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.0.11": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.12": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.Console/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.IO": "4.1.0", + "System.Runtime": "4.1.0", + "System.Text.Encoding": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.DiagnosticSource/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Globalization": "4.0.11", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Globalization": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": {} + } + }, + "System.IO.Compression/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "runtime.native.System": "4.0.0", + "runtime.native.System.IO.Compression": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.0.1": { + "type": "package", + "dependencies": { + "System.Buffers": "4.0.0", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Text.Encoding": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + } + }, + "System.IO.FileSystem/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.IO": "4.1.0", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Text.Encoding": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.1.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.1.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Linq": "4.1.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Emit": "4.0.1", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Emit.Lightweight": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.DiagnosticSource": "4.0.0", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.Net.Primitives": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.OpenSsl": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "runtime.native.System": "4.0.0", + "runtime.native.System.Net.Http": "4.0.1", + "runtime.native.System.Security.Cryptography": "4.0.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.0.11": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Handles": "4.0.1" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.12": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Reflection/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.IO": "4.1.0", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.1": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Reflection": "4.1.0", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.1": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.1": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.1.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.5/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Globalization": "4.0.11", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Reflection": "4.1.0", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Handles": "4.0.1" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.InteropServices": "4.1.0", + "System.Threading": "4.0.11", + "runtime.native.System": "4.0.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.Numerics/4.0.1": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.2.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.0.11", + "runtime.native.System.Security.Cryptography": "4.0.0" + }, + "compile": { + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.2.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.0.11" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Csp/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.IO": "4.1.0", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Linq": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.0.11", + "runtime.native.System.Security.Cryptography": "4.0.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.OpenSsl/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.0.11", + "runtime.native.System.Security.Cryptography": "4.0.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Cng": "4.2.0", + "System.Security.Cryptography.Csp": "4.0.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.OpenSsl": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "runtime.native.System": "4.0.0", + "runtime.native.System.Net.Http": "4.0.1", + "runtime.native.System.Security.Cryptography": "4.0.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.0.11": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.11": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0", + "System.Text.Encoding": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.1.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Globalization": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "ref/netstandard1.6/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Tasks.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Timer/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.2/System.Threading.Timer.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.11": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Text.Encoding.Extensions": "4.0.11", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading.Tasks": "4.0.11", + "System.Threading.Tasks.Extensions": "4.0.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + } + } + }, + "libraries": { + "Autofac/4.2.1": { + "sha512": "mLXJziTZPIt7R6m8SmPIOjMTd4k8Ok9L21j4yFniyA8AogHxEL2XburSwElJLmGU5KsgeMkpuTI22S3GSOeLqQ==", + "type": "package", + "path": "Autofac/4.2.1", + "files": [ + "Autofac.4.2.1.nupkg.sha512", + "Autofac.nuspec", + "lib/net45/Autofac.dll", + "lib/net45/Autofac.xml", + "lib/netstandard1.1/Autofac.dll", + "lib/netstandard1.1/Autofac.xml" + ] + }, + "Microsoft.NETCore.Platforms/1.0.1": { + "sha512": "1MaCBrjuRir9bjYgxAK77QY40vIcbIo53hk3AAozOTm7CSGgZ+5zy4HyjH71ptrdOkf6FKcfVW3guzF4COzByw==", + "type": "package", + "path": "Microsoft.NETCore.Platforms/1.0.1", + "files": [ + "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.json" + ] + }, + "Microsoft.NETCore.Targets/1.0.1": { + "sha512": "16HApEBP0JeqEo4/6VJVBOjt0K1PhaLgXbr2SJXqCBiRLD5awxd5ZK1KcnQJ9kL4dT2K+ZA8kPPOC7a7UVhc4w==", + "type": "package", + "path": "Microsoft.NETCore.Targets/1.0.1", + "files": [ + "Microsoft.NETCore.Targets.1.0.1.nupkg.sha512", + "Microsoft.NETCore.Targets.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.json" + ] + }, + "Microsoft.Win32.Primitives/4.0.1": { + "sha512": "hRUkBafpXdMPGncfbvXRRdYSVPCCW7X//ls4yx1+R981Ni2gV7/Sq1Lguy0I7wc5RPWZjo1oCWj/6226zsoQvw==", + "type": "package", + "path": "Microsoft.Win32.Primitives/4.0.1", + "files": [ + "Microsoft.Win32.Primitives.4.0.1.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "NETStandard.Library/1.6.0": { + "sha512": "ptdmkhN00hcMAHO0w55uxg0O1ImTWjx6zPl0if6JfkpvjE6EMuvb2cUrQeN+/1NWZ6X8TQeQzY1VX+G+UOBgEg==", + "type": "package", + "path": "NETStandard.Library/1.6.0", + "files": [ + "NETStandard.Library.1.6.0.nupkg.sha512", + "NETStandard.Library.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt" + ] + }, + "runtime.native.System/4.0.0": { + "sha512": "pW+IxR4bRtM55xRsb8yg1/lUlAWOJUyW6QnA/CuQ69W1d00R35Cbj+Ydlqq8SX7yGnjS2VOi96d/0HsSwSDwRw==", + "type": "package", + "path": "runtime.native.System/4.0.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.System.4.0.0.nupkg.sha512", + "runtime.native.System.nuspec" + ] + }, + "runtime.native.System.IO.Compression/4.1.0": { + "sha512": "qBR1Zo+5zNdiSzvN7ZKTWeExx+DNIJFwGdTi610qsIbhlXJfy/xO0Bm87AHup8eTHDjqvC+/KTnq+sl/GsD9wg==", + "type": "package", + "path": "runtime.native.System.IO.Compression/4.1.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.System.IO.Compression.4.1.0.nupkg.sha512", + "runtime.native.System.IO.Compression.nuspec" + ] + }, + "runtime.native.System.Net.Http/4.0.1": { + "sha512": "hZwjrjgA0dFV6cx68BZrEtiw6b5p/+DFWfHV9VY1Ep3Kz/WUxHgc+zEch9Ap+p+cDTBMSDIWkz/Wh2BTAjWc/Q==", + "type": "package", + "path": "runtime.native.System.Net.Http/4.0.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.System.Net.Http.4.0.1.nupkg.sha512", + "runtime.native.System.Net.Http.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography/4.0.0": { + "sha512": "pOo6HDOCOpC7Qd7or4sQRLBQOubWvvRA7LhN1feBgaFCRi0x1LgLzU7L5TzMMv01LvxYFkDpWIhjDdMChwNegg==", + "type": "package", + "path": "runtime.native.System.Security.Cryptography/4.0.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512", + "runtime.native.System.Security.Cryptography.nuspec" + ] + }, + "System.AppContext/4.1.0": { + "sha512": "AYwFEYpBZikEg91PIvRjQBlNHh0FRLpjfjK+DeZs62mZt7U4qCbRUWocKqWzWr7apNWrmjJTP7OvRePzYiqR1g==", + "type": "package", + "path": "System.AppContext/4.1.0", + "files": [ + "System.AppContext.4.1.0.nupkg.sha512", + "System.AppContext.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.AppContext.dll", + "lib/net463/System.AppContext.dll", + "lib/netcore50/System.AppContext.dll", + "lib/netstandard1.6/System.AppContext.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.AppContext.dll", + "ref/net463/System.AppContext.dll", + "ref/netstandard/_._", + "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", + "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll" + ] + }, + "System.Buffers/4.0.0": { + "sha512": "BE7rm7pkJt2p95ABu5t1eOyZn6dtNvSABoBhvmp7aLyL5VImSnX9g2tpVLIRcvVHS+02ht+bn1LrTmqUixk28Q==", + "type": "package", + "path": "System.Buffers/4.0.0", + "files": [ + "System.Buffers.4.0.0.nupkg.sha512", + "System.Buffers.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll" + ] + }, + "System.Collections/4.0.11": { + "sha512": "MkyY7Gm//08lVQhQuN0rLdQvnB8OMSiqXtKQawA6YWbJEuy7j7/2SbW/riShO8oQIBzCLd4kKmL9+2lGw0THQQ==", + "type": "package", + "path": "System.Collections/4.0.11", + "files": [ + "System.Collections.4.0.11.nupkg.sha512", + "System.Collections.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Collections.Concurrent/4.0.12": { + "sha512": "PCjCA36g5pEDAyBWyG12J6UrlARoWNUY6WzF9JjvwbF3ADNE45njmvkrQOHNdBRj4eAzsog5zjSwrjmmtVShnQ==", + "type": "package", + "path": "System.Collections.Concurrent/4.0.12", + "files": [ + "System.Collections.Concurrent.4.0.12.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", + "lib/netstandard1.3/System.Collections.Concurrent.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.ComponentModel/4.0.1": { + "sha512": "7diOAe/xzFlApzs/V4+twQA/+k7way+FdRlCMb2og8YVY7UaVW/D4puNxI/J206l6nDVWRsPHZL5BpKTC66D1g==", + "type": "package", + "path": "System.ComponentModel/4.0.1", + "files": [ + "System.ComponentModel.4.0.1.nupkg.sha512", + "System.ComponentModel.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netstandard1.3/System.ComponentModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/netcore50/System.ComponentModel.xml", + "ref/netcore50/de/System.ComponentModel.xml", + "ref/netcore50/es/System.ComponentModel.xml", + "ref/netcore50/fr/System.ComponentModel.xml", + "ref/netcore50/it/System.ComponentModel.xml", + "ref/netcore50/ja/System.ComponentModel.xml", + "ref/netcore50/ko/System.ComponentModel.xml", + "ref/netcore50/ru/System.ComponentModel.xml", + "ref/netcore50/zh-hans/System.ComponentModel.xml", + "ref/netcore50/zh-hant/System.ComponentModel.xml", + "ref/netstandard1.0/System.ComponentModel.dll", + "ref/netstandard1.0/System.ComponentModel.xml", + "ref/netstandard1.0/de/System.ComponentModel.xml", + "ref/netstandard1.0/es/System.ComponentModel.xml", + "ref/netstandard1.0/fr/System.ComponentModel.xml", + "ref/netstandard1.0/it/System.ComponentModel.xml", + "ref/netstandard1.0/ja/System.ComponentModel.xml", + "ref/netstandard1.0/ko/System.ComponentModel.xml", + "ref/netstandard1.0/ru/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Console/4.0.0": { + "sha512": "55nNtbhYiu883MlPOvF0SVT2scPFgsXUzMwl/WfnhGQxOX3B78rcOHH+eWpVpMjtGFPg29OsnhAiDMxF/98OXQ==", + "type": "package", + "path": "System.Console/4.0.0", + "files": [ + "System.Console.4.0.0.nupkg.sha512", + "System.Console.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.Debug/4.0.11": { + "sha512": "f7iaMw4YJ4h9lm5pE/oXkksIMaz6/0UzXCzETIrY53LWLnhFwFKsOdYtOgc2j7fuol78t9p1JYbkjRZ8hdmRpg==", + "type": "package", + "path": "System.Diagnostics.Debug/4.0.11", + "files": [ + "System.Diagnostics.Debug.4.0.11.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.DiagnosticSource/4.0.0": { + "sha512": "WY00aTqdy2BDSX+URHpP5nPmJdbEe2wepdIbgRnJbdRki/Ma7A1tdqoj6qE2sFNgnsVIqEokD4Hm+1sZwhW94Q==", + "type": "package", + "path": "System.Diagnostics.DiagnosticSource/4.0.0", + "files": [ + "System.Diagnostics.DiagnosticSource.4.0.0.nupkg.sha512", + "System.Diagnostics.DiagnosticSource.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml" + ] + }, + "System.Diagnostics.Tools/4.0.1": { + "sha512": "Hkl/XUQm44SL1MFXJWxvVACzZ+aIwvpz2cNUBVQQ50aM/vv6IeIq+2dTG5guMIiMFa6eeiLqRyw+TwkQMbDNXw==", + "type": "package", + "path": "System.Diagnostics.Tools/4.0.1", + "files": [ + "System.Diagnostics.Tools.4.0.1.nupkg.sha512", + "System.Diagnostics.Tools.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.Tracing/4.1.0": { + "sha512": "6fPqvVhkCXsprt497gQCVXQy3KWR/g1YXzgngS3NjzPdVch94DEMw44D2zBLVlB/pK3Z7W3AU09NAePvinD0ZQ==", + "type": "package", + "path": "System.Diagnostics.Tracing/4.1.0", + "files": [ + "System.Diagnostics.Tracing.4.1.0.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Globalization/4.0.11": { + "sha512": "ZZdI5n1Acb6TqtkVS2ja0r3qzBqPX+iHdnA6XeJ7x+1z8C0e4/V4KLJ3xXJb4ejkzdNOYdsUfniEZCEXJ3JOsg==", + "type": "package", + "path": "System.Globalization/4.0.11", + "files": [ + "System.Globalization.4.0.11.nupkg.sha512", + "System.Globalization.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Globalization.Calendars/4.0.1": { + "sha512": "EFEMtLr+1mVwhPCZiKUzwlDrIP56rW19UdFzYz1lSKBCZOdAQHYkMiUqGNRaUFIybHVcIslUabDfGZukWxoENQ==", + "type": "package", + "path": "System.Globalization.Calendars/4.0.1", + "files": [ + "System.Globalization.Calendars.4.0.1.nupkg.sha512", + "System.Globalization.Calendars.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Globalization.Extensions/4.0.1": { + "sha512": "RDegYFCbwoNVkuUr99S68GYiw7f/4zB9vZ7QEmDwTcRKYlSAb2bgAvWEwmXo4HxrjLFkVqK7MxIMZXnn65Buug==", + "type": "package", + "path": "System.Globalization.Extensions/4.0.1", + "files": [ + "System.Globalization.Extensions.4.0.1.nupkg.sha512", + "System.Globalization.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", + "runtimes/win/lib/net46/System.Globalization.Extensions.dll", + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll" + ] + }, + "System.IO/4.1.0": { + "sha512": "H3nvXW8bYDnVbmV53qVGrjNpt7Vn6wCr4GyhZf5TdxI68tUx1B/Ei/9Nvfrt+foC5evPn5QUN7N67BHD+HheWw==", + "type": "package", + "path": "System.IO/4.1.0", + "files": [ + "System.IO.4.1.0.nupkg.sha512", + "System.IO.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO.Compression/4.1.0": { + "sha512": "f9CLwsCROe5A0GrNRXDWzM72HLMX0chyTXiov+FGv47jVqgPIeZ/uQJhM1pH0OOQHzlVCt0EAxhvfM+52Wm4ag==", + "type": "package", + "path": "System.IO.Compression/4.1.0", + "files": [ + "System.IO.Compression.4.1.0.nupkg.sha512", + "System.IO.Compression.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win/lib/net46/System.IO.Compression.dll", + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll" + ] + }, + "System.IO.Compression.ZipFile/4.0.1": { + "sha512": "YkGOwj4H3isNzLmaiZnCGX9Gxl3TsOZKOAZOtsmOmC9i3x/BhjBXwzUUt3RA6Ik+HycJd5TkPAULAyZkz29dug==", + "type": "package", + "path": "System.IO.Compression.ZipFile/4.0.1", + "files": [ + "System.IO.Compression.ZipFile.4.0.1.nupkg.sha512", + "System.IO.Compression.ZipFile.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.Compression.ZipFile.dll", + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO.FileSystem/4.0.1": { + "sha512": "13xkEOg7ojVRDMsaRi+hfCt8x3KNi0egccWzHoJYsbteJshfWrAHHixznFPXyXz9HXKpvcKzA+FHC/dxJN6/JA==", + "type": "package", + "path": "System.IO.FileSystem/4.0.1", + "files": [ + "System.IO.FileSystem.4.0.1.nupkg.sha512", + "System.IO.FileSystem.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO.FileSystem.Primitives/4.0.1": { + "sha512": "0OSdCeat3ZQYONKhbcdteV7Et6F2LMRhWny0ZcgF1vAHAynIU18NLhpilvYqOrnhDD8Qw84cwm8ApR/sSi3Tqw==", + "type": "package", + "path": "System.IO.FileSystem.Primitives/4.0.1", + "files": [ + "System.IO.FileSystem.Primitives.4.0.1.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Linq/4.1.0": { + "sha512": "MvNGOAr6XhAyR5wRkwU1P09d/SQTxJ57qu/xxYj4bodj9WNCUh9Owxi+VJXG6xuasZH+8iBPtAlMHLpsUAfCsg==", + "type": "package", + "path": "System.Linq/4.1.0", + "files": [ + "System.Linq.4.1.0.nupkg.sha512", + "System.Linq.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Linq.Expressions/4.1.0": { + "sha512": "bE8lOg3XwRa/ts7SUEwoUjYSf1wpHQqv26fdvV5iTC0FbQmWZixfnpPeEvLa8sIw5dVgCjAC1pgNjHLi8U7syA==", + "type": "package", + "path": "System.Linq.Expressions/4.1.0", + "files": [ + "System.Linq.Expressions.4.1.0.nupkg.sha512", + "System.Linq.Expressions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll" + ] + }, + "System.Net.Http/4.1.0": { + "sha512": "zuHDRdjxjdqz7PAPk200mXmBjZNT09NC+aWvODPfldKwJKlFgVxvI/iJykT0SKsMYfm+MDyax5wZpACJqjLAQg==", + "type": "package", + "path": "System.Net.Http/4.1.0", + "files": [ + "System.Net.Http.4.1.0.nupkg.sha512", + "System.Net.Http.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll" + ] + }, + "System.Net.Primitives/4.0.11": { + "sha512": "9ZSN1+zc4uUPA2fHsKYJFy4fPRecTv5w2zVZTDavVQ/zDeufGAElM4Y/HL+i0vwzuAHHrc76MWgpVathNjyvng==", + "type": "package", + "path": "System.Net.Primitives/4.0.11", + "files": [ + "System.Net.Primitives.4.0.11.nupkg.sha512", + "System.Net.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Net.Sockets/4.1.0": { + "sha512": "LBKVRsqodR2H+2giN0gEC6GQRR8y4pCrMJ7Z4w5BouwQL69VtWTB5TmDSLHcAEZdyzQLnsE3+XNvqwkoiNWYIw==", + "type": "package", + "path": "System.Net.Sockets/4.1.0", + "files": [ + "System.Net.Sockets.4.1.0.nupkg.sha512", + "System.Net.Sockets.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.ObjectModel/4.0.12": { + "sha512": "QQdGuFwcBnV1NbmygiNJlBi9mEwrl+iIJLPE9ENrTkdSXXocSKSU7CzgGrkUeUpkDyVU9HVp9J0utRMHoAaaXQ==", + "type": "package", + "path": "System.ObjectModel/4.0.12", + "files": [ + "System.ObjectModel.4.0.12.nupkg.sha512", + "System.ObjectModel.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection/4.1.0": { + "sha512": "kzGRlVchamtOiix8CKH28oUaqq72EnSvKv7vFMiF9rR8XEC6dkzdEsphtwgn4PWtsHG20LF8Oc2nztUo/LQKnQ==", + "type": "package", + "path": "System.Reflection/4.1.0", + "files": [ + "System.Reflection.4.1.0.nupkg.sha512", + "System.Reflection.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection.Emit/4.0.1": { + "sha512": "r2s1+2LtPkZcHPizN6UzfrQwS6QbQuP3SFMSexipYgxC+CMUYiJTyTYfJa60qZ5j6rIbt5OOmnhWcrznASiRoA==", + "type": "package", + "path": "System.Reflection.Emit/4.0.1", + "files": [ + "System.Reflection.Emit.4.0.1.nupkg.sha512", + "System.Reflection.Emit.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/xamarinmac20/_._" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.1": { + "sha512": "m8L+D5JcZDajGmOiDwXgv2WNcK1rQdjinWtlBTVrXnj5DiKImF0gSs6Txt/fK4w0cEy6KEQ3FJI9J9riFejHkQ==", + "type": "package", + "path": "System.Reflection.Emit.ILGeneration/4.0.1", + "files": [ + "System.Reflection.Emit.ILGeneration.4.0.1.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.1": { + "sha512": "K2Cr94kF2EmcxD2stIHRTEoFQjIYP53VlglgZhWvt6wSEFF3wTxFzwrBbQqbRilHs3JLrZhvUxKs1p5lfIhWYA==", + "type": "package", + "path": "System.Reflection.Emit.Lightweight/4.0.1", + "files": [ + "System.Reflection.Emit.Lightweight.4.0.1.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "System.Reflection.Extensions/4.0.1": { + "sha512": "Eg+RhUh+wgPLq7OzBFjkuRmfx9NUxqiKyEL2kcj73sA/rCgmFqNdKbXVGwiacRf+TmKzjh8BGxm69NjvGK4AJA==", + "type": "package", + "path": "System.Reflection.Extensions/4.0.1", + "files": [ + "System.Reflection.Extensions.4.0.1.nupkg.sha512", + "System.Reflection.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", + "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection.Primitives/4.0.1": { + "sha512": "Pq1p16aJR8PEHFUIdUvVt6BqVGDVW/ZMFinoTcmkLdBOA1gKboX9On9DzwLoaafNqlw9PcdLfdqaFKV1hJOfDQ==", + "type": "package", + "path": "System.Reflection.Primitives/4.0.1", + "files": [ + "System.Reflection.Primitives.4.0.1.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection.TypeExtensions/4.1.0": { + "sha512": "0OVo1F+MIuKEc51WHPIExjoYhZ172VYNpFf6uBWS3eVO/kzykmqbeYjDiNIXcoxBM62GuXmFNpNND8HAOLirAg==", + "type": "package", + "path": "System.Reflection.TypeExtensions/4.1.0", + "files": [ + "System.Reflection.TypeExtensions.4.1.0.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net462/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net462/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll" + ] + }, + "System.Resources.ResourceManager/4.0.1": { + "sha512": "Avvju61r1ZmSFmwCwXZDI8HmefpSXov7CHttGQWGzgO9iuI/klDuT5QQXMWhmEWPKWLoxa6j5Cedp7tcknO8Wg==", + "type": "package", + "path": "System.Resources.ResourceManager/4.0.1", + "files": [ + "System.Resources.ResourceManager.4.0.1.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime/4.1.0": { + "sha512": "NRzs/1z4/c1RsbuV+L0kV/gHoU9+nxN+eAK1Aw+PFgLQZmhSIxUIrP3KAlKgSl3k3I/gw4NSj+lN/nR+5zgR+g==", + "type": "package", + "path": "System.Runtime/4.1.0", + "files": [ + "System.Runtime.4.1.0.nupkg.sha512", + "System.Runtime.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.Extensions/4.1.0": { + "sha512": "o0Feu7nk2ZXOYHI+/ku1LBmxPcfR74YjkcAxl2XsFaw/EXnVUXJZmcROnumcotM9jVvhJqklNIKYdJR3g3tz5g==", + "type": "package", + "path": "System.Runtime.Extensions/4.1.0", + "files": [ + "System.Runtime.Extensions.4.1.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.Handles/4.0.1": { + "sha512": "80iKx96UaYy98oxoKMlbpKh1rZrSIJ9213IaejaHeVpYI0B64YerOHtT3qfxqDZxpODM2u0F1EAQNai6Azy7BA==", + "type": "package", + "path": "System.Runtime.Handles/4.0.1", + "files": [ + "System.Runtime.Handles.4.0.1.nupkg.sha512", + "System.Runtime.Handles.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.InteropServices/4.1.0": { + "sha512": "RXyKJjjWPydelFPBc41mJzYIFDGSoslnvdywqMtS3EEsy2ZEpeQ76ZcgmPQD0GXvQofttADAWEDhpueRwkNn/Q==", + "type": "package", + "path": "System.Runtime.InteropServices/4.1.0", + "files": [ + "System.Runtime.InteropServices.4.1.0.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { + "sha512": "ZgW7C8+GySiZQXXK4zdD13hYjDNCFODNDPjtkVLo4GP+FJrXG0rUOW/014p1kdPIGXZiCVd2FjLTkFzlWV6rZw==", + "type": "package", + "path": "System.Runtime.InteropServices.RuntimeInformation/4.0.0", + "files": [ + "System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg.sha512", + "System.Runtime.InteropServices.RuntimeInformation.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll" + ] + }, + "System.Runtime.Numerics/4.0.1": { + "sha512": "TB05yNRp5lF/JWVYTzMfxtkxygFEl4JuMVyFTTORXE8Py6WX6VgF+7o5I8DzyuwqXKqVc1moLPzOAj2HVk8WAQ==", + "type": "package", + "path": "System.Runtime.Numerics/4.0.1", + "files": [ + "System.Runtime.Numerics.4.0.1.nupkg.sha512", + "System.Runtime.Numerics.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/netstandard1.3/System.Runtime.Numerics.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", + "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Security.Cryptography.Algorithms/4.2.0": { + "sha512": "3ZfORNzZYVyZ+dNHN9LzfhDDnZXj9iPuCuDeW7P5NSmlNX11QyE7nRrt1v/ak7LQIW9NpiZbEht1TKPt2Pb5bg==", + "type": "package", + "path": "System.Security.Cryptography.Algorithms/4.2.0", + "files": [ + "System.Security.Cryptography.Algorithms.4.2.0.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/net461/System.Security.Cryptography.Algorithms.dll", + "lib/net463/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/net461/System.Security.Cryptography.Algorithms.dll", + "ref/net463/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll" + ] + }, + "System.Security.Cryptography.Cng/4.2.0": { + "sha512": "3rijhC0sQ7qYa+//UfOdSycWwcEIicJRa8bH/JghXs6EsTorDc36VM8vO/zTRrXDuwXkteUtbYk288Ce9HNOeQ==", + "type": "package", + "path": "System.Security.Cryptography.Cng/4.2.0", + "files": [ + "System.Security.Cryptography.Cng.4.2.0.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net463/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net463/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll" + ] + }, + "System.Security.Cryptography.Csp/4.0.0": { + "sha512": "EPBGpjZxt/i20pLveClOLrZcvj37QKFZ8Z7C1S4Q0xY6V8wOmCht2M7b9EmFuBf3OYpMgQ/8+RmPLI+GbaDEtQ==", + "type": "package", + "path": "System.Security.Cryptography.Csp/4.0.0", + "files": [ + "System.Security.Cryptography.Csp.4.0.0.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0": { + "sha512": "L4L2QHSqb8uthwLC1U2WkfeOaGz3CO5DRJ3V2ilNjHNQDRAmgOWLoNV/+G2cwQ70zDOAK9JybFRcJldXS48kPA==", + "type": "package", + "path": "System.Security.Cryptography.Encoding/4.0.0", + "files": [ + "System.Security.Cryptography.Encoding.4.0.0.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll" + ] + }, + "System.Security.Cryptography.OpenSsl/4.0.0": { + "sha512": "5YbI5XlHlx2EEvsbRqcoJHv8/8jdGsjZfeAqSbLm3RIvHykTOJ6/5Enc0+eb7InLAaW8uLKKudMkgDTwG6tlhQ==", + "type": "package", + "path": "System.Security.Cryptography.OpenSsl/4.0.0", + "files": [ + "System.Security.Cryptography.OpenSsl.4.0.0.nupkg.sha512", + "System.Security.Cryptography.OpenSsl.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0": { + "sha512": "NqwC7rbkgF4yy8L1yxzKL6fkQx1Zlo7k0c5Fh4t0vf2ZRXFcxY9Aaned4ItflghpfhcYK8O4dsZXaTVQwEo4og==", + "type": "package", + "path": "System.Security.Cryptography.Primitives/4.0.0", + "files": [ + "System.Security.Cryptography.Primitives.4.0.0.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Security.Cryptography.X509Certificates/4.1.0": { + "sha512": "H0A2owMtFlxZo+o3YcpHf6H/NooMQBakNvr1e68TPSJVh2pG3QBT1KPa0IVPr9I9i/JzqlM/1zyn7ph7y1zj3A==", + "type": "package", + "path": "System.Security.Cryptography.X509Certificates/4.1.0", + "files": [ + "System.Security.Cryptography.X509Certificates.4.1.0.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll" + ] + }, + "System.Text.Encoding/4.0.11": { + "sha512": "q7/EErC2Z7YSkygGFiu2MSOzU3BG2evpiByIEFDe5NJq6UFVJJI3KW13uOk37edOEInwAo2woeGdOaW1d8e4PA==", + "type": "package", + "path": "System.Text.Encoding/4.0.11", + "files": [ + "System.Text.Encoding.4.0.11.nupkg.sha512", + "System.Text.Encoding.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Text.Encoding.Extensions/4.0.11": { + "sha512": "U8to5y4CR76imdmpGpA7wF2n+eSwSdGmsskUZayWaZEGozXc2TdYyR6dEALttYU4bhcj7PA6hdpKAfNruGOfCw==", + "type": "package", + "path": "System.Text.Encoding.Extensions/4.0.11", + "files": [ + "System.Text.Encoding.Extensions.4.0.11.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Text.RegularExpressions/4.1.0": { + "sha512": "8qlDCrk7yooENXaumitq83G4nL6Sf90xeUYuRhWdrmMIbUbt8fnXT3/MY7klhO04dlIiyk7R2SHwqxlaKyJjvQ==", + "type": "package", + "path": "System.Text.RegularExpressions/4.1.0", + "files": [ + "System.Text.RegularExpressions.4.1.0.nupkg.sha512", + "System.Text.RegularExpressions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Threading/4.0.11": { + "sha512": "Ooz7fclPFVRuKhu2PKAcCatN2+TdXUAJOSAjEhb+EpkWriqTgcsBQ1oRtdEKSaPLBrbeOF9UbKHCtJ4QvKEBtA==", + "type": "package", + "path": "System.Threading/4.0.11", + "files": [ + "System.Threading.4.0.11.nupkg.sha512", + "System.Threading.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Threading.Tasks/4.0.11": { + "sha512": "REEsisdcFD2KXhdB5VtXNsPlnUmXX3gcYgE3uKJppMu+f6FrAvG182dV8GTcegZE922TO9uJYTGXZJmu5Faqsg==", + "type": "package", + "path": "System.Threading.Tasks/4.0.11", + "files": [ + "System.Threading.Tasks.4.0.11.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Threading.Tasks.Extensions/4.0.0": { + "sha512": "udlZE5jDKxVo9YWlCXwHmBwvBWLIGS8/34ROpYEU5DEvSTETIO+LpKpPti3HjyWOWrhxD9NoHdOR1ncgXJ2FLw==", + "type": "package", + "path": "System.Threading.Tasks.Extensions/4.0.0", + "files": [ + "System.Threading.Tasks.Extensions.4.0.0.nupkg.sha512", + "System.Threading.Tasks.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml" + ] + }, + "System.Threading.Timer/4.0.1": { + "sha512": "ixj3nw+k1YVi4IyNw6i8hDWMj/t0P2cIv2mygaKajkpQFUgZ8KcHh8tvj8faIOPVrRJ+6DHr+WkrIBs4WBrRiw==", + "type": "package", + "path": "System.Threading.Timer/4.0.1", + "files": [ + "System.Threading.Timer.4.0.1.nupkg.sha512", + "System.Threading.Timer.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Xml.ReaderWriter/4.0.11": { + "sha512": "04jFWhe7ySzUikTbDrJn6YbByjF52oy5Sj8TDC7PLC0eFBCWMCz426U59uoo/NutKCs4sEDEap32ED3Cvj4Otw==", + "type": "package", + "path": "System.Xml.ReaderWriter/4.0.11", + "files": [ + "System.Xml.ReaderWriter.4.0.11.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Xml.XDocument/4.0.11": { + "sha512": "PyUmP7vrRsvT4xKqidU/5K8ZAZ0jyrhdiDvcBG4nzX/xdfzpN/Jg21nIHUPmR+QSf+FtKjcjQFWz/bqr6s1AZw==", + "type": "package", + "path": "System.Xml.XDocument/4.0.11", + "files": [ + "System.Xml.XDocument.4.0.11.nupkg.sha512", + "System.Xml.XDocument.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Autofac >= 4.2.1" + ], + ".NETStandard,Version=v1.6": [] + }, + "tools": {}, + "projectFileToolGroups": {} +} \ No newline at end of file diff --git a/TestStack.ConventionTests/ConventionData/AbstractProjectData.cs b/TestStack.ConventionTests/ConventionData/AbstractProjectData.cs index 7688060..9e84e68 100644 --- a/TestStack.ConventionTests/ConventionData/AbstractProjectData.cs +++ b/TestStack.ConventionTests/ConventionData/AbstractProjectData.cs @@ -1,6 +1,5 @@ namespace TestStack.ConventionTests.ConventionData { - using System.IO; using System.Xml.Linq; using TestStack.ConventionTests.Internal; diff --git a/TestStack.ConventionTests/ConventionFailedException.cs b/TestStack.ConventionTests/ConventionFailedException.cs index f4a7ffe..00c8c5f 100644 --- a/TestStack.ConventionTests/ConventionFailedException.cs +++ b/TestStack.ConventionTests/ConventionFailedException.cs @@ -1,15 +1,22 @@ namespace TestStack.ConventionTests { using System; + #if Serializable using System.Runtime.Serialization; + #endif - [Serializable] + #if Serializable + [System.Serializable] + #endif public class ConventionFailedException : Exception { public ConventionFailedException() { } public ConventionFailedException(string message) : base(message) { } public ConventionFailedException(string message, Exception inner) : base(message, inner) { } + + #if Serializable protected ConventionFailedException(SerializationInfo info, StreamingContext context) : base(info, context) { } + #endif } } \ No newline at end of file diff --git a/TestStack.ConventionTests/Conventions/ConventionSourceInvalidException.cs b/TestStack.ConventionTests/Conventions/ConventionSourceInvalidException.cs index 27d2700..09df362 100644 --- a/TestStack.ConventionTests/Conventions/ConventionSourceInvalidException.cs +++ b/TestStack.ConventionTests/Conventions/ConventionSourceInvalidException.cs @@ -1,17 +1,24 @@ namespace TestStack.ConventionTests.Conventions { using System; + #if Serializable using System.Runtime.Serialization; + #endif + #if Serializable [Serializable] + #endif public class ConventionSourceInvalidException : Exception { public ConventionSourceInvalidException() { } public ConventionSourceInvalidException(string message) : base(message) { } public ConventionSourceInvalidException(string message, Exception inner) : base(message, inner) { } + + #if Serializable protected ConventionSourceInvalidException( SerializationInfo info, StreamingContext context) : base(info, context) { } + #endif } } \ No newline at end of file diff --git a/TestStack.ConventionTests/Internal/NoDataFormatterFoundException.cs b/TestStack.ConventionTests/Internal/NoDataFormatterFoundException.cs index 6347ed1..bc400f4 100644 --- a/TestStack.ConventionTests/Internal/NoDataFormatterFoundException.cs +++ b/TestStack.ConventionTests/Internal/NoDataFormatterFoundException.cs @@ -1,9 +1,13 @@ namespace TestStack.ConventionTests.Internal { using System; + #if Serializable using System.Runtime.Serialization; + #endif - [Serializable] + #if Serializable + [System.Serializable] + #endif public class NoDataFormatterFoundException : Exception { public NoDataFormatterFoundException() @@ -18,10 +22,12 @@ public NoDataFormatterFoundException(string message, Exception inner) : base(mes { } + #if Serializable protected NoDataFormatterFoundException( SerializationInfo info, StreamingContext context) : base(info, context) { } + #endif } } \ No newline at end of file diff --git a/TestStack.ConventionTests/Internal/ResultNotSetException.cs b/TestStack.ConventionTests/Internal/ResultNotSetException.cs index 85939e2..5a76cac 100644 --- a/TestStack.ConventionTests/Internal/ResultNotSetException.cs +++ b/TestStack.ConventionTests/Internal/ResultNotSetException.cs @@ -1,20 +1,25 @@ namespace TestStack.ConventionTests.Internal { using System; + #if Serializable using System.Runtime.Serialization; + #endif - [Serializable] + #if Serializable + [System.Serializable] + #endif public class ResultNotSetException : Exception { public ResultNotSetException() { } public ResultNotSetException(string message) : base(message) { } public ResultNotSetException(string message, Exception inner) : base(message, inner) { } - + #if Serializable protected ResultNotSetException( SerializationInfo info, StreamingContext context) : base(info, context) { } + #endif } } \ No newline at end of file diff --git a/TestStack.ConventionTests/project.json b/TestStack.ConventionTests/project.json new file mode 100644 index 0000000..5990ac9 --- /dev/null +++ b/TestStack.ConventionTests/project.json @@ -0,0 +1,51 @@ +{ + "dependencies": { + // "TestStack.ConventionTests.Tests": { "target": "project" } + "NETStandard.Library": "1.6.0" + }, + "description": "", + "frameworks": { + "netstandard1.3": { + "buildOptions": { + "define": [ + "XmlDocument" + ] + }, + "dependencies": { + "System.Xml.XDocument": "4.3.0" + } + }, + "net35": { + "buildOptions": { + "define": [ + "Serializable" + ] + }, + "frameworkAssemblies": { + "System.Xml.Linq": "4.0.0.0" + } + }, + "net40": { + "buildOptions": { + "define": [ + "Serializable" + ] + }, + "frameworkAssemblies": { + "System.Xml.Linq": "4.0.0.0" + } + }, + "net451": { + "buildOptions": { + "define": [ + "Serializable" + ] + }, + "frameworkAssemblies": { + "System.Xml.Linq": "4.0.0.0" + } + } + }, + "packOptions": {}, + "version": "1.0.0-*" +} \ No newline at end of file diff --git a/TestStack.ConventionTests/project.lock.json b/TestStack.ConventionTests/project.lock.json new file mode 100755 index 0000000..997acb3 --- /dev/null +++ b/TestStack.ConventionTests/project.lock.json @@ -0,0 +1,5173 @@ +{ + "locked": false, + "version": 2, + "targets": { + ".NETFramework,Version=v3.5": { + "NETStandard.Library/1.6.0": { + "type": "package" + } + }, + ".NETFramework,Version=v4.0": { + "NETStandard.Library/1.6.0": { + "type": "package" + } + }, + ".NETFramework,Version=v4.5.1": { + "Microsoft.NETCore.Platforms/1.0.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "NETStandard.Library/1.6.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", + "System.Runtime.Numerics": "4.0.1", + "System.Text.Encoding": "4.0.11", + "System.Text.Encoding.Extensions": "4.0.11", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "System.Collections/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System", + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Collections.Concurrent/4.0.12": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Diagnostics.Debug/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Diagnostics.Tools/4.0.1": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Diagnostics.Tracing/4.1.0": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Globalization/4.0.11": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.IO/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.IO.Compression/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System.IO.Compression" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Linq/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Linq.Expressions/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Net.Http/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Net.Http" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Net.Primitives/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.ObjectModel/4.0.12": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Reflection/4.1.0": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Reflection.Extensions/4.0.1": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Reflection.Primitives/4.0.1": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Resources.ResourceManager/4.0.1": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System", + "System.ComponentModel.Composition", + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime.Extensions/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime.InteropServices/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System", + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { + "type": "package", + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.Numerics/4.0.1": { + "type": "package", + "frameworkAssemblies": [ + "System.Numerics" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Text.Encoding/4.0.11": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Text.Encoding.Extensions/4.0.11": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Text.RegularExpressions/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Threading/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System", + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Threading.Tasks/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Threading.Timer/4.0.1": { + "type": "package", + "compile": { + "ref/net451/_._": {} + }, + "runtime": { + "lib/net451/_._": {} + } + }, + "System.Xml.ReaderWriter/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System.Xml" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Xml.XDocument/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System.Xml.Linq" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + } + }, + ".NETStandard,Version=v1.3": { + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.Win32.Primitives/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "NETStandard.Library/1.6.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Console": "4.0.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.0", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Text.Encoding.Extensions": "4.0.11", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "runtime.native.System/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.IO.Compression/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "System.AppContext/4.1.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.AppContext.dll": {} + } + }, + "System.Buffers/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "lib/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.12": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Console/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.IO": "4.1.0", + "System.Runtime": "4.1.0", + "System.Text.Encoding": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.DiagnosticSource/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Globalization": "4.0.11", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.dll": {} + } + }, + "System.IO.Compression/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "runtime.native.System": "4.0.0", + "runtime.native.System.IO.Compression": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.0.1": { + "type": "package", + "dependencies": { + "System.Buffers": "4.0.0", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Text.Encoding": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + } + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.1.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.1.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.DiagnosticSource": "4.0.0", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.0.11": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Handles": "4.0.1" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.12": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Reflection.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.InteropServices": "4.1.0", + "System.Threading": "4.0.11", + "runtime.native.System": "4.0.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.Numerics/4.0.1": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.Numerics.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.2.0": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Runtime": "4.1.0", + "System.Security.Cryptography.Primitives": "4.0.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Linq": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.0.11", + "runtime.native.System.Security.Cryptography": "4.0.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.1.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Timer/4.0.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.2/System.Threading.Timer.dll": {} + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.NETCore.Platforms/1.0.1": { + "sha512": "1MaCBrjuRir9bjYgxAK77QY40vIcbIo53hk3AAozOTm7CSGgZ+5zy4HyjH71ptrdOkf6FKcfVW3guzF4COzByw==", + "type": "package", + "path": "Microsoft.NETCore.Platforms/1.0.1", + "files": [ + "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.json" + ] + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "sha512": "RTmkgwugaI7tV0PjAwBX4ZKHbv/lMuIKUBeyIB0aosbGALFKIxiGvseJDF5ui5RBGbEJ5AvxZsGI0Rr6ZEfwaw==", + "type": "package", + "path": "Microsoft.NETCore.Platforms/1.1.0", + "files": [ + "Microsoft.NETCore.Platforms.1.1.0.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.json" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "TjtMctxB3IKIyNMBQYoxx7jFQmJM9iaTLMp/6g4nMLC33nc6PgL8kXmnvQouPBVR+WvHVDY1By0D2Elpf2KB4w==", + "type": "package", + "path": "Microsoft.NETCore.Targets/1.1.0", + "files": [ + "Microsoft.NETCore.Targets.1.1.0.nupkg.sha512", + "Microsoft.NETCore.Targets.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.json" + ] + }, + "Microsoft.Win32.Primitives/4.0.1": { + "sha512": "hRUkBafpXdMPGncfbvXRRdYSVPCCW7X//ls4yx1+R981Ni2gV7/Sq1Lguy0I7wc5RPWZjo1oCWj/6226zsoQvw==", + "type": "package", + "path": "Microsoft.Win32.Primitives/4.0.1", + "files": [ + "Microsoft.Win32.Primitives.4.0.1.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "NETStandard.Library/1.6.0": { + "sha512": "ptdmkhN00hcMAHO0w55uxg0O1ImTWjx6zPl0if6JfkpvjE6EMuvb2cUrQeN+/1NWZ6X8TQeQzY1VX+G+UOBgEg==", + "type": "package", + "path": "NETStandard.Library/1.6.0", + "files": [ + "NETStandard.Library.1.6.0.nupkg.sha512", + "NETStandard.Library.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt" + ] + }, + "runtime.native.System/4.0.0": { + "sha512": "pW+IxR4bRtM55xRsb8yg1/lUlAWOJUyW6QnA/CuQ69W1d00R35Cbj+Ydlqq8SX7yGnjS2VOi96d/0HsSwSDwRw==", + "type": "package", + "path": "runtime.native.System/4.0.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.System.4.0.0.nupkg.sha512", + "runtime.native.System.nuspec" + ] + }, + "runtime.native.System.IO.Compression/4.1.0": { + "sha512": "qBR1Zo+5zNdiSzvN7ZKTWeExx+DNIJFwGdTi610qsIbhlXJfy/xO0Bm87AHup8eTHDjqvC+/KTnq+sl/GsD9wg==", + "type": "package", + "path": "runtime.native.System.IO.Compression/4.1.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.System.IO.Compression.4.1.0.nupkg.sha512", + "runtime.native.System.IO.Compression.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography/4.0.0": { + "sha512": "pOo6HDOCOpC7Qd7or4sQRLBQOubWvvRA7LhN1feBgaFCRi0x1LgLzU7L5TzMMv01LvxYFkDpWIhjDdMChwNegg==", + "type": "package", + "path": "runtime.native.System.Security.Cryptography/4.0.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512", + "runtime.native.System.Security.Cryptography.nuspec" + ] + }, + "System.AppContext/4.1.0": { + "sha512": "AYwFEYpBZikEg91PIvRjQBlNHh0FRLpjfjK+DeZs62mZt7U4qCbRUWocKqWzWr7apNWrmjJTP7OvRePzYiqR1g==", + "type": "package", + "path": "System.AppContext/4.1.0", + "files": [ + "System.AppContext.4.1.0.nupkg.sha512", + "System.AppContext.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.AppContext.dll", + "lib/net463/System.AppContext.dll", + "lib/netcore50/System.AppContext.dll", + "lib/netstandard1.6/System.AppContext.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.AppContext.dll", + "ref/net463/System.AppContext.dll", + "ref/netstandard/_._", + "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", + "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll" + ] + }, + "System.Buffers/4.0.0": { + "sha512": "BE7rm7pkJt2p95ABu5t1eOyZn6dtNvSABoBhvmp7aLyL5VImSnX9g2tpVLIRcvVHS+02ht+bn1LrTmqUixk28Q==", + "type": "package", + "path": "System.Buffers/4.0.0", + "files": [ + "System.Buffers.4.0.0.nupkg.sha512", + "System.Buffers.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll" + ] + }, + "System.Collections/4.0.11": { + "sha512": "MkyY7Gm//08lVQhQuN0rLdQvnB8OMSiqXtKQawA6YWbJEuy7j7/2SbW/riShO8oQIBzCLd4kKmL9+2lGw0THQQ==", + "type": "package", + "path": "System.Collections/4.0.11", + "files": [ + "System.Collections.4.0.11.nupkg.sha512", + "System.Collections.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Collections/4.3.0": { + "sha512": "dCeWf/8Kw4IXDArDjLqCxuJedAlqWspWOpO0YZ+1pQj0GMmF89Y15PqUWwaTsEKaksidNA8yC8uUVDmfiueTkA==", + "type": "package", + "path": "System.Collections/4.3.0", + "files": [ + "System.Collections.4.3.0.nupkg.sha512", + "System.Collections.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Collections.Concurrent/4.0.12": { + "sha512": "PCjCA36g5pEDAyBWyG12J6UrlARoWNUY6WzF9JjvwbF3ADNE45njmvkrQOHNdBRj4eAzsog5zjSwrjmmtVShnQ==", + "type": "package", + "path": "System.Collections.Concurrent/4.0.12", + "files": [ + "System.Collections.Concurrent.4.0.12.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", + "lib/netstandard1.3/System.Collections.Concurrent.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Console/4.0.0": { + "sha512": "55nNtbhYiu883MlPOvF0SVT2scPFgsXUzMwl/WfnhGQxOX3B78rcOHH+eWpVpMjtGFPg29OsnhAiDMxF/98OXQ==", + "type": "package", + "path": "System.Console/4.0.0", + "files": [ + "System.Console.4.0.0.nupkg.sha512", + "System.Console.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.Debug/4.0.11": { + "sha512": "f7iaMw4YJ4h9lm5pE/oXkksIMaz6/0UzXCzETIrY53LWLnhFwFKsOdYtOgc2j7fuol78t9p1JYbkjRZ8hdmRpg==", + "type": "package", + "path": "System.Diagnostics.Debug/4.0.11", + "files": [ + "System.Diagnostics.Debug.4.0.11.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "wtg85zBbPrOo5lkGsdSlSXfy9ebeKW/3kcg6m3pA2PZaeib8gkSssMRCwqSG16hV+nAMoRZwbqzxFZT7LW7NXg==", + "type": "package", + "path": "System.Diagnostics.Debug/4.3.0", + "files": [ + "System.Diagnostics.Debug.4.3.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.DiagnosticSource/4.0.0": { + "sha512": "WY00aTqdy2BDSX+URHpP5nPmJdbEe2wepdIbgRnJbdRki/Ma7A1tdqoj6qE2sFNgnsVIqEokD4Hm+1sZwhW94Q==", + "type": "package", + "path": "System.Diagnostics.DiagnosticSource/4.0.0", + "files": [ + "System.Diagnostics.DiagnosticSource.4.0.0.nupkg.sha512", + "System.Diagnostics.DiagnosticSource.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml" + ] + }, + "System.Diagnostics.Tools/4.0.1": { + "sha512": "Hkl/XUQm44SL1MFXJWxvVACzZ+aIwvpz2cNUBVQQ50aM/vv6IeIq+2dTG5guMIiMFa6eeiLqRyw+TwkQMbDNXw==", + "type": "package", + "path": "System.Diagnostics.Tools/4.0.1", + "files": [ + "System.Diagnostics.Tools.4.0.1.nupkg.sha512", + "System.Diagnostics.Tools.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.Tools/4.3.0": { + "sha512": "czwL60JAaLVGvtNAKCzK718b+wUgw7/8vHiZ1rrtEjBXsODEG4S9Qoevu5DMpUHlZn7+pSsw5xk/HKXxE+oDoQ==", + "type": "package", + "path": "System.Diagnostics.Tools/4.3.0", + "files": [ + "System.Diagnostics.Tools.4.3.0.nupkg.sha512", + "System.Diagnostics.Tools.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.Tracing/4.1.0": { + "sha512": "6fPqvVhkCXsprt497gQCVXQy3KWR/g1YXzgngS3NjzPdVch94DEMw44D2zBLVlB/pK3Z7W3AU09NAePvinD0ZQ==", + "type": "package", + "path": "System.Diagnostics.Tracing/4.1.0", + "files": [ + "System.Diagnostics.Tracing.4.1.0.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Globalization/4.0.11": { + "sha512": "ZZdI5n1Acb6TqtkVS2ja0r3qzBqPX+iHdnA6XeJ7x+1z8C0e4/V4KLJ3xXJb4ejkzdNOYdsUfniEZCEXJ3JOsg==", + "type": "package", + "path": "System.Globalization/4.0.11", + "files": [ + "System.Globalization.4.0.11.nupkg.sha512", + "System.Globalization.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "ySK9WB3u1ONxQ82Q6cE7O3IfboPZ/QlyKID75oOC66GKfyfvEyZvaZpqzLTy4n7a9SUHwz90pfflJ9HFRM8GZQ==", + "type": "package", + "path": "System.Globalization/4.3.0", + "files": [ + "System.Globalization.4.3.0.nupkg.sha512", + "System.Globalization.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Globalization.Calendars/4.0.1": { + "sha512": "EFEMtLr+1mVwhPCZiKUzwlDrIP56rW19UdFzYz1lSKBCZOdAQHYkMiUqGNRaUFIybHVcIslUabDfGZukWxoENQ==", + "type": "package", + "path": "System.Globalization.Calendars/4.0.1", + "files": [ + "System.Globalization.Calendars.4.0.1.nupkg.sha512", + "System.Globalization.Calendars.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO/4.1.0": { + "sha512": "H3nvXW8bYDnVbmV53qVGrjNpt7Vn6wCr4GyhZf5TdxI68tUx1B/Ei/9Nvfrt+foC5evPn5QUN7N67BHD+HheWw==", + "type": "package", + "path": "System.IO/4.1.0", + "files": [ + "System.IO.4.1.0.nupkg.sha512", + "System.IO.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO/4.3.0": { + "sha512": "cXuYu/ygrY2jSUssaHsn/PfCPS/Kek0It6YztrW5hjVssowvgsgKuqHmjrCeAf3AmSI79vZ8PsLW1iiD7nWxqA==", + "type": "package", + "path": "System.IO/4.3.0", + "files": [ + "System.IO.4.3.0.nupkg.sha512", + "System.IO.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO.Compression/4.1.0": { + "sha512": "f9CLwsCROe5A0GrNRXDWzM72HLMX0chyTXiov+FGv47jVqgPIeZ/uQJhM1pH0OOQHzlVCt0EAxhvfM+52Wm4ag==", + "type": "package", + "path": "System.IO.Compression/4.1.0", + "files": [ + "System.IO.Compression.4.1.0.nupkg.sha512", + "System.IO.Compression.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win/lib/net46/System.IO.Compression.dll", + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll" + ] + }, + "System.IO.Compression.ZipFile/4.0.1": { + "sha512": "YkGOwj4H3isNzLmaiZnCGX9Gxl3TsOZKOAZOtsmOmC9i3x/BhjBXwzUUt3RA6Ik+HycJd5TkPAULAyZkz29dug==", + "type": "package", + "path": "System.IO.Compression.ZipFile/4.0.1", + "files": [ + "System.IO.Compression.ZipFile.4.0.1.nupkg.sha512", + "System.IO.Compression.ZipFile.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.Compression.ZipFile.dll", + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO.FileSystem/4.3.0": { + "sha512": "oTvCY1epVpXNDk0CSKp8NvaHsrDPUoEiFAAx6GuJWDnOq8EBd/qW+gmRut8Zfol3ghlhuKrikz8O1aQgzPJPbQ==", + "type": "package", + "path": "System.IO.FileSystem/4.3.0", + "files": [ + "System.IO.FileSystem.4.3.0.nupkg.sha512", + "System.IO.FileSystem.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "sha512": "dUvETypIrGfDyjkGe99Z9EsD740KKyJWkHdVJYw294K56f8dHu8AHHbjmpb4bCOE9VGlIqWL5kM8UlejpYIhnQ==", + "type": "package", + "path": "System.IO.FileSystem.Primitives/4.3.0", + "files": [ + "System.IO.FileSystem.Primitives.4.3.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Linq/4.1.0": { + "sha512": "MvNGOAr6XhAyR5wRkwU1P09d/SQTxJ57qu/xxYj4bodj9WNCUh9Owxi+VJXG6xuasZH+8iBPtAlMHLpsUAfCsg==", + "type": "package", + "path": "System.Linq/4.1.0", + "files": [ + "System.Linq.4.1.0.nupkg.sha512", + "System.Linq.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Linq.Expressions/4.1.0": { + "sha512": "bE8lOg3XwRa/ts7SUEwoUjYSf1wpHQqv26fdvV5iTC0FbQmWZixfnpPeEvLa8sIw5dVgCjAC1pgNjHLi8U7syA==", + "type": "package", + "path": "System.Linq.Expressions/4.1.0", + "files": [ + "System.Linq.Expressions.4.1.0.nupkg.sha512", + "System.Linq.Expressions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll" + ] + }, + "System.Net.Http/4.1.0": { + "sha512": "zuHDRdjxjdqz7PAPk200mXmBjZNT09NC+aWvODPfldKwJKlFgVxvI/iJykT0SKsMYfm+MDyax5wZpACJqjLAQg==", + "type": "package", + "path": "System.Net.Http/4.1.0", + "files": [ + "System.Net.Http.4.1.0.nupkg.sha512", + "System.Net.Http.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll" + ] + }, + "System.Net.Primitives/4.0.11": { + "sha512": "9ZSN1+zc4uUPA2fHsKYJFy4fPRecTv5w2zVZTDavVQ/zDeufGAElM4Y/HL+i0vwzuAHHrc76MWgpVathNjyvng==", + "type": "package", + "path": "System.Net.Primitives/4.0.11", + "files": [ + "System.Net.Primitives.4.0.11.nupkg.sha512", + "System.Net.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Net.Sockets/4.1.0": { + "sha512": "LBKVRsqodR2H+2giN0gEC6GQRR8y4pCrMJ7Z4w5BouwQL69VtWTB5TmDSLHcAEZdyzQLnsE3+XNvqwkoiNWYIw==", + "type": "package", + "path": "System.Net.Sockets/4.1.0", + "files": [ + "System.Net.Sockets.4.1.0.nupkg.sha512", + "System.Net.Sockets.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.ObjectModel/4.0.12": { + "sha512": "QQdGuFwcBnV1NbmygiNJlBi9mEwrl+iIJLPE9ENrTkdSXXocSKSU7CzgGrkUeUpkDyVU9HVp9J0utRMHoAaaXQ==", + "type": "package", + "path": "System.ObjectModel/4.0.12", + "files": [ + "System.ObjectModel.4.0.12.nupkg.sha512", + "System.ObjectModel.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection/4.1.0": { + "sha512": "kzGRlVchamtOiix8CKH28oUaqq72EnSvKv7vFMiF9rR8XEC6dkzdEsphtwgn4PWtsHG20LF8Oc2nztUo/LQKnQ==", + "type": "package", + "path": "System.Reflection/4.1.0", + "files": [ + "System.Reflection.4.1.0.nupkg.sha512", + "System.Reflection.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "rIm0+BBrDLfCzhbIrVlqqrYxjqUS1/KIV0HLsVG2cN5PGGOyVTpnged4vC2YL5yHnPaqKJgqhU5Sk+2RnEbmfw==", + "type": "package", + "path": "System.Reflection/4.3.0", + "files": [ + "System.Reflection.4.3.0.nupkg.sha512", + "System.Reflection.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection.Extensions/4.0.1": { + "sha512": "Eg+RhUh+wgPLq7OzBFjkuRmfx9NUxqiKyEL2kcj73sA/rCgmFqNdKbXVGwiacRf+TmKzjh8BGxm69NjvGK4AJA==", + "type": "package", + "path": "System.Reflection.Extensions/4.0.1", + "files": [ + "System.Reflection.Extensions.4.0.1.nupkg.sha512", + "System.Reflection.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", + "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection.Primitives/4.0.1": { + "sha512": "Pq1p16aJR8PEHFUIdUvVt6BqVGDVW/ZMFinoTcmkLdBOA1gKboX9On9DzwLoaafNqlw9PcdLfdqaFKV1hJOfDQ==", + "type": "package", + "path": "System.Reflection.Primitives/4.0.1", + "files": [ + "System.Reflection.Primitives.4.0.1.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "nOjHLSGyMAcNd4KHC6+VQguBjVfSJ/GiGfofmVRvctMB/nZPFuc1ttpa7VUf2Jjae44fOQFgr1omhbKOGykaQA==", + "type": "package", + "path": "System.Reflection.Primitives/4.3.0", + "files": [ + "System.Reflection.Primitives.4.3.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Resources.ResourceManager/4.0.1": { + "sha512": "Avvju61r1ZmSFmwCwXZDI8HmefpSXov7CHttGQWGzgO9iuI/klDuT5QQXMWhmEWPKWLoxa6j5Cedp7tcknO8Wg==", + "type": "package", + "path": "System.Resources.ResourceManager/4.0.1", + "files": [ + "System.Resources.ResourceManager.4.0.1.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "R8JNBwxjGxZCaEPmMDCPXGS7nBjqBc3IZStpfGu1HfZVIvT0i52z9hnH2krhYUYRRt9ZVxSxdkIuDsw5ECd+Ow==", + "type": "package", + "path": "System.Resources.ResourceManager/4.3.0", + "files": [ + "System.Resources.ResourceManager.4.3.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime/4.1.0": { + "sha512": "NRzs/1z4/c1RsbuV+L0kV/gHoU9+nxN+eAK1Aw+PFgLQZmhSIxUIrP3KAlKgSl3k3I/gw4NSj+lN/nR+5zgR+g==", + "type": "package", + "path": "System.Runtime/4.1.0", + "files": [ + "System.Runtime.4.1.0.nupkg.sha512", + "System.Runtime.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "GInOqt4B5f1RrcK10DwaNUZff0zDSZ2/wcHKA3SLTpwKEMZ6RT0NG4OYfT/y6rwvZ2PnJgT6U/lfzkX2wDlH4A==", + "type": "package", + "path": "System.Runtime/4.3.0", + "files": [ + "System.Runtime.4.3.0.nupkg.sha512", + "System.Runtime.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.Extensions/4.1.0": { + "sha512": "o0Feu7nk2ZXOYHI+/ku1LBmxPcfR74YjkcAxl2XsFaw/EXnVUXJZmcROnumcotM9jVvhJqklNIKYdJR3g3tz5g==", + "type": "package", + "path": "System.Runtime.Extensions/4.1.0", + "files": [ + "System.Runtime.Extensions.4.1.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "N8FTfVQk8FkB/VM8jwi/m5L/i6VOilcNjRLGO99MobplmUqy8nhh8Wnfy2nM3jwOdSXjcA2ypZ9hoZl4bOI9QQ==", + "type": "package", + "path": "System.Runtime.Extensions/4.3.0", + "files": [ + "System.Runtime.Extensions.4.3.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "fGofPWaMaMt5S3smhLR2EIjTlpqjkVuc+5kuNaus0VcZrYNXTvjBwzgu5GXhOS59q5zUs8l2dtE2jzVzIlQCSg==", + "type": "package", + "path": "System.Runtime.Handles/4.3.0", + "files": [ + "System.Runtime.Handles.4.3.0.nupkg.sha512", + "System.Runtime.Handles.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.InteropServices/4.1.0": { + "sha512": "RXyKJjjWPydelFPBc41mJzYIFDGSoslnvdywqMtS3EEsy2ZEpeQ76ZcgmPQD0GXvQofttADAWEDhpueRwkNn/Q==", + "type": "package", + "path": "System.Runtime.InteropServices/4.1.0", + "files": [ + "System.Runtime.InteropServices.4.1.0.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "X0kW7e0Wq6inWIDDZhy0JfBAUHiJ+Z99LWLae54MUIMgby0pZuEaXziAd9dPsLOids04ft9ksIkLZrmDBHWHtA==", + "type": "package", + "path": "System.Runtime.InteropServices/4.3.0", + "files": [ + "System.Runtime.InteropServices.4.3.0.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { + "sha512": "ZgW7C8+GySiZQXXK4zdD13hYjDNCFODNDPjtkVLo4GP+FJrXG0rUOW/014p1kdPIGXZiCVd2FjLTkFzlWV6rZw==", + "type": "package", + "path": "System.Runtime.InteropServices.RuntimeInformation/4.0.0", + "files": [ + "System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg.sha512", + "System.Runtime.InteropServices.RuntimeInformation.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll" + ] + }, + "System.Runtime.Numerics/4.0.1": { + "sha512": "TB05yNRp5lF/JWVYTzMfxtkxygFEl4JuMVyFTTORXE8Py6WX6VgF+7o5I8DzyuwqXKqVc1moLPzOAj2HVk8WAQ==", + "type": "package", + "path": "System.Runtime.Numerics/4.0.1", + "files": [ + "System.Runtime.Numerics.4.0.1.nupkg.sha512", + "System.Runtime.Numerics.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/netstandard1.3/System.Runtime.Numerics.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", + "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Security.Cryptography.Algorithms/4.2.0": { + "sha512": "3ZfORNzZYVyZ+dNHN9LzfhDDnZXj9iPuCuDeW7P5NSmlNX11QyE7nRrt1v/ak7LQIW9NpiZbEht1TKPt2Pb5bg==", + "type": "package", + "path": "System.Security.Cryptography.Algorithms/4.2.0", + "files": [ + "System.Security.Cryptography.Algorithms.4.2.0.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/net461/System.Security.Cryptography.Algorithms.dll", + "lib/net463/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/net461/System.Security.Cryptography.Algorithms.dll", + "ref/net463/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0": { + "sha512": "L4L2QHSqb8uthwLC1U2WkfeOaGz3CO5DRJ3V2ilNjHNQDRAmgOWLoNV/+G2cwQ70zDOAK9JybFRcJldXS48kPA==", + "type": "package", + "path": "System.Security.Cryptography.Encoding/4.0.0", + "files": [ + "System.Security.Cryptography.Encoding.4.0.0.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0": { + "sha512": "NqwC7rbkgF4yy8L1yxzKL6fkQx1Zlo7k0c5Fh4t0vf2ZRXFcxY9Aaned4ItflghpfhcYK8O4dsZXaTVQwEo4og==", + "type": "package", + "path": "System.Security.Cryptography.Primitives/4.0.0", + "files": [ + "System.Security.Cryptography.Primitives.4.0.0.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Security.Cryptography.X509Certificates/4.1.0": { + "sha512": "H0A2owMtFlxZo+o3YcpHf6H/NooMQBakNvr1e68TPSJVh2pG3QBT1KPa0IVPr9I9i/JzqlM/1zyn7ph7y1zj3A==", + "type": "package", + "path": "System.Security.Cryptography.X509Certificates/4.1.0", + "files": [ + "System.Security.Cryptography.X509Certificates.4.1.0.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll" + ] + }, + "System.Text.Encoding/4.0.11": { + "sha512": "q7/EErC2Z7YSkygGFiu2MSOzU3BG2evpiByIEFDe5NJq6UFVJJI3KW13uOk37edOEInwAo2woeGdOaW1d8e4PA==", + "type": "package", + "path": "System.Text.Encoding/4.0.11", + "files": [ + "System.Text.Encoding.4.0.11.nupkg.sha512", + "System.Text.Encoding.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "+iP02U89BqFB39pJ0wLsWT0lHFj5ccVv4+ruGvIdjl2FamD6qC07ngrw07tQF7PTVOmsuq5XN28Q+TRF5scLEQ==", + "type": "package", + "path": "System.Text.Encoding/4.3.0", + "files": [ + "System.Text.Encoding.4.3.0.nupkg.sha512", + "System.Text.Encoding.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Text.Encoding.Extensions/4.0.11": { + "sha512": "U8to5y4CR76imdmpGpA7wF2n+eSwSdGmsskUZayWaZEGozXc2TdYyR6dEALttYU4bhcj7PA6hdpKAfNruGOfCw==", + "type": "package", + "path": "System.Text.Encoding.Extensions/4.0.11", + "files": [ + "System.Text.Encoding.Extensions.4.0.11.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "htlnmFmHyyJ3W33dYn7ryer4luJ7QUoFCL/b5/df3YnQC2coNDk97NEH8dKKHqhvi/ApAru8ddN8zzKPkTxAZQ==", + "type": "package", + "path": "System.Text.Encoding.Extensions/4.3.0", + "files": [ + "System.Text.Encoding.Extensions.4.3.0.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Text.RegularExpressions/4.1.0": { + "sha512": "8qlDCrk7yooENXaumitq83G4nL6Sf90xeUYuRhWdrmMIbUbt8fnXT3/MY7klhO04dlIiyk7R2SHwqxlaKyJjvQ==", + "type": "package", + "path": "System.Text.RegularExpressions/4.1.0", + "files": [ + "System.Text.RegularExpressions.4.1.0.nupkg.sha512", + "System.Text.RegularExpressions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Text.RegularExpressions/4.3.0": { + "sha512": "zmRmBA0opc1WBtIZBIbdhwnUeaT1JU6AUDjGzLeY6alHYGSSBxKCrCJNqbz4GE4k5CdfBE2XEpT8AeZd+XUXGQ==", + "type": "package", + "path": "System.Text.RegularExpressions/4.3.0", + "files": [ + "System.Text.RegularExpressions.4.3.0.nupkg.sha512", + "System.Text.RegularExpressions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Threading/4.0.11": { + "sha512": "Ooz7fclPFVRuKhu2PKAcCatN2+TdXUAJOSAjEhb+EpkWriqTgcsBQ1oRtdEKSaPLBrbeOF9UbKHCtJ4QvKEBtA==", + "type": "package", + "path": "System.Threading/4.0.11", + "files": [ + "System.Threading.4.0.11.nupkg.sha512", + "System.Threading.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Threading/4.3.0": { + "sha512": "/MayCVIEltqXBtXrPKVadskHubAE6SnOQpLvifR/dXEOPFRvvwJtVpwqiV101SdHSsJi9Mzb7bpHWMM0C5Hr9Q==", + "type": "package", + "path": "System.Threading/4.3.0", + "files": [ + "System.Threading.4.3.0.nupkg.sha512", + "System.Threading.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Threading.Tasks/4.0.11": { + "sha512": "REEsisdcFD2KXhdB5VtXNsPlnUmXX3gcYgE3uKJppMu+f6FrAvG182dV8GTcegZE922TO9uJYTGXZJmu5Faqsg==", + "type": "package", + "path": "System.Threading.Tasks/4.0.11", + "files": [ + "System.Threading.Tasks.4.0.11.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "3X5WUrc2NZmi2pV7HU3zivGrMUsuT3r0ToS/V+bmgNRV+vd+jUngFZqGRLAs6Xed/+MJO+sd2++3G3YA+kUvgg==", + "type": "package", + "path": "System.Threading.Tasks/4.3.0", + "files": [ + "System.Threading.Tasks.4.3.0.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "sha512": "Fndgac424TbKeV2uY0TXopkg6/4WfcKT1+vYa9jCM0yrx7rJYOFx/yOYw7qoGijbyUtHxbo6ieRI3+23vhrgiA==", + "type": "package", + "path": "System.Threading.Tasks.Extensions/4.3.0", + "files": [ + "System.Threading.Tasks.Extensions.4.3.0.nupkg.sha512", + "System.Threading.Tasks.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml" + ] + }, + "System.Threading.Timer/4.0.1": { + "sha512": "ixj3nw+k1YVi4IyNw6i8hDWMj/t0P2cIv2mygaKajkpQFUgZ8KcHh8tvj8faIOPVrRJ+6DHr+WkrIBs4WBrRiw==", + "type": "package", + "path": "System.Threading.Timer/4.0.1", + "files": [ + "System.Threading.Timer.4.0.1.nupkg.sha512", + "System.Threading.Timer.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Xml.ReaderWriter/4.0.11": { + "sha512": "04jFWhe7ySzUikTbDrJn6YbByjF52oy5Sj8TDC7PLC0eFBCWMCz426U59uoo/NutKCs4sEDEap32ED3Cvj4Otw==", + "type": "package", + "path": "System.Xml.ReaderWriter/4.0.11", + "files": [ + "System.Xml.ReaderWriter.4.0.11.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Xml.ReaderWriter/4.3.0": { + "sha512": "f0HgI5Hp/jvkyqr1qldLrqps4+mjn6XHNoWQ1Cgj3L2paZUHq3fdRVU1NoEBYOByL/O6vXIS0D62MpyEC/Mhqw==", + "type": "package", + "path": "System.Xml.ReaderWriter/4.3.0", + "files": [ + "System.Xml.ReaderWriter.4.3.0.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.Xml.ReaderWriter.dll", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Xml.XDocument/4.0.11": { + "sha512": "PyUmP7vrRsvT4xKqidU/5K8ZAZ0jyrhdiDvcBG4nzX/xdfzpN/Jg21nIHUPmR+QSf+FtKjcjQFWz/bqr6s1AZw==", + "type": "package", + "path": "System.Xml.XDocument/4.0.11", + "files": [ + "System.Xml.XDocument.4.0.11.nupkg.sha512", + "System.Xml.XDocument.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Xml.XDocument/4.3.0": { + "sha512": "x5+orDQBjivGFynvLXDJgkQSeF64z7GTA7EooyogRG8/8U67m7jhEFNf5bJPfQdJSmlgBEVKxsVH3uepJ4fmqA==", + "type": "package", + "path": "System.Xml.XDocument/4.3.0", + "files": [ + "System.Xml.XDocument.4.3.0.nupkg.sha512", + "System.Xml.XDocument.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "NETStandard.Library >= 1.6.0" + ], + ".NETFramework,Version=v3.5": [ + "System.Xml.Linq >= 4.0.0" + ], + ".NETFramework,Version=v4.0": [ + "System.Xml.Linq >= 4.0.0" + ], + ".NETFramework,Version=v4.5.1": [ + "System.Xml.Linq >= 4.0.0" + ], + ".NETStandard,Version=v1.3": [ + "System.Xml.XDocument >= 4.3.0" + ] + }, + "tools": {}, + "projectFileToolGroups": {} +} \ No newline at end of file diff --git a/global.json b/global.json new file mode 100644 index 0000000..c415b05 --- /dev/null +++ b/global.json @@ -0,0 +1,4 @@ +{ + "projects": [ "TestStack.ConventionTests", "TestStack.ConventionTests.AutoFac" ], + "sdk": { "version": "1.0.0-preview2-003131" } +} \ No newline at end of file From 41083a55b4459081fc41db9aad1f4bb14f86c403 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 23 Feb 2017 02:38:04 +0000 Subject: [PATCH 02/13] Updated git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eabfd39..d2dcc21 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ obj TestResult* # Misc +.vscode _ReSharper.* *.user *.suo From 85340a742d05c36343ba1deb0de560a971bfdb60 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 23 Feb 2017 02:38:41 +0000 Subject: [PATCH 03/13] Delete .vscode --- .vscode/launch.json | 23 ----------------------- .vscode/tasks.json | 16 ---------------- 2 files changed, 39 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/tasks.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e464a79..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": ".NET Core Launch (console)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceRoot}/bin/Debug//", - "args": [], - "cwd": "${workspaceRoot}", - "externalConsole": false, - "stopAtEntry": false, - "internalConsoleOptions": "openOnSessionStart" - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach", - "processId": "${command.pickProcess}" - } - ] -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index c73077e..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": "0.1.0", - "command": "dotnet", - "isShellCommand": true, - "args": [], - "tasks": [ - { - "taskName": "build", - "args": [ - "" - ], - "isBuildCommand": true, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file From 571d2071f1da176d2673ab3ebf65df8843cb4f6e Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 6 Jul 2017 10:26:44 +0100 Subject: [PATCH 04/13] Working on reflection --- ConventionTests.sln | 6 +- .../TestStack.ConventionTests.Autofac.csproj | 83 ++------- TestStack.ConventionTests/Convention.cs | 25 ++- .../HtmlConventionResultsReporter.cs | 159 ++++++++---------- .../TestStack.ConventionTests.csproj | 150 +++++------------ .../TestStack.ConventionTests.Autofac.csproj | 73 ++++++++ .../project.json | 0 .../project.lock.json | 0 .../TestStack.ConventionTests.csproj | 119 +++++++++++++ .../TestStack.ConventionTests}/project.json | 0 .../project.lock.json | 0 global.json => backup/global.json | 0 12 files changed, 339 insertions(+), 276 deletions(-) mode change 100644 => 100755 TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj mode change 100644 => 100755 TestStack.ConventionTests/TestStack.ConventionTests.csproj create mode 100644 backup/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj rename {TestStack.ConventionTests.Autofac => backup/TestStack.ConventionTests.Autofac}/project.json (100%) rename {TestStack.ConventionTests.Autofac => backup/TestStack.ConventionTests.Autofac}/project.lock.json (100%) create mode 100644 backup/TestStack.ConventionTests/TestStack.ConventionTests.csproj rename {TestStack.ConventionTests => backup/TestStack.ConventionTests}/project.json (100%) rename {TestStack.ConventionTests => backup/TestStack.ConventionTests}/project.lock.json (100%) rename global.json => backup/global.json (100%) diff --git a/ConventionTests.sln b/ConventionTests.sln index d930994..0a12dfc 100644 --- a/ConventionTests.sln +++ b/ConventionTests.sln @@ -1,7 +1,7 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26114.2 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF9054EE-FE89-47A4-9156-BE54A837F2F7}" ProjectSection(SolutionItems) = preProject diff --git a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj old mode 100644 new mode 100755 index 085413a..795146f --- a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj +++ b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj @@ -1,73 +1,20 @@ - - - + + - Debug - AnyCPU - {A747FD64-5338-4572-879D-A9DEB00EBD56} - Library - Properties - TestStack.ConventionTests.Autofac + netstandard1.6 TestStack.ConventionTests.Autofac - v4.0 - 512 - - 1a7bce16 + TestStack.ConventionTests.Autofac + false + false + false + false + false + false + false - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - bin\Debug\TestStack.ConventionTests.Autofac.xml - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\TestStack.ConventionTests.Autofac.xml - - - - ..\packages\Autofac.3.1.1\lib\net40\Autofac.dll - - - - - - - - - - - - - - - - - - - - + - - {955B0236-089F-434D-BA02-63A1E24C2B7C} - TestStack.ConventionTests - + - - - \ No newline at end of file + + diff --git a/TestStack.ConventionTests/Convention.cs b/TestStack.ConventionTests/Convention.cs index ada1e22..d6681f6 100644 --- a/TestStack.ConventionTests/Convention.cs +++ b/TestStack.ConventionTests/Convention.cs @@ -32,8 +32,13 @@ public static void Is(IConvention convention, TDataSou ITestResultProcessor resultProcessor = null) where TDataSource : IConventionData { - if (defaultProcessors == null) - Init(Assembly.GetCallingAssembly()); + if (defaultProcessors == null) { + // var assembly = typeof(TDataSource).GetTypeInfo().Assembly; + var attributes = typeof(TDataSource).GetTypeInfo().GetCustomAttributes(typeof(ConventionReporterAttribute), false); + Init(attributes.ToList()); + // Init(Assembly.GetCallingAssembly()); + } + Execute(convention, data, defaultProcessors.Concat(new[] { new ThrowOnFailureResultsProcessor() }), resultProcessor ?? new ConventionReportTextRenderer()); } @@ -48,8 +53,11 @@ public static string GetFailures(IConvention conventio ITestResultProcessor resultProcessor = null) where TDataSource : IConventionData { - if (defaultProcessors == null) - Init(Assembly.GetCallingAssembly()); + if (defaultProcessors == null) { + + } + var attributes = typeof(TDataSource).GetTypeInfo().GetCustomAttributes(typeof(ConventionReporterAttribute), false); + Init(attributes.ToList()); var captureFailuresProcessor = new CaptureFailuresProcessor(); Execute(convention, data, defaultProcessors.Concat(new [] { captureFailuresProcessor }), resultProcessor ?? new ConventionReportTextRenderer()); return captureFailuresProcessor.Failures; @@ -64,13 +72,12 @@ static void Execute(IConvention convention, TDataSourc context.Execute(convention, data); } - static void Init(Assembly assembly) + static void Init(IList attributes) { - var customReporters = assembly.GetCustomAttributes(typeof(ConventionReporterAttribute), false); - - defaultProcessors = new IResultsProcessor[customReporters.Length + 1]; + var customReporters = attributes; + defaultProcessors = new IResultsProcessor[customReporters.Count + 1]; - for (var index = 0; index < customReporters.Length; index++) + for (var index = 0; index < customReporters.Count; index++) { var customReporter = (ConventionReporterAttribute)customReporters[index]; var resultsProcessor = (IResultsProcessor)Activator.CreateInstance(customReporter.ReporterType); diff --git a/TestStack.ConventionTests/Reporting/HtmlConventionResultsReporter.cs b/TestStack.ConventionTests/Reporting/HtmlConventionResultsReporter.cs index e50c1de..07a2efd 100644 --- a/TestStack.ConventionTests/Reporting/HtmlConventionResultsReporter.cs +++ b/TestStack.ConventionTests/Reporting/HtmlConventionResultsReporter.cs @@ -4,7 +4,6 @@ using System.IO; using System.Linq; using System.Text; - using System.Web.UI; using TestStack.ConventionTests.ConventionData; using TestStack.ConventionTests.Internal; @@ -17,100 +16,90 @@ public HtmlConventionResultsReporter() : base("Conventions.htm") protected override string Process(IConventionFormatContext context, IEnumerable> resultsGroupedByDataType) { var sb = new StringBuilder(); - var html = new HtmlTextWriter(new StringWriter(sb)); - html.WriteLine(""); - html.RenderBeginTag(HtmlTextWriterTag.Html); // - html.RenderBeginTag(HtmlTextWriterTag.Head); // + sb.Append(""); + sb.Append(""); // + sb.Append(""); // + + sb.AppendLine(@""); + sb.AppendLine(@""); - html.AddAttribute("href", "http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css"); - html.AddAttribute("rel", "stylesheet"); - html.RenderBeginTag(HtmlTextWriterTag.Link); - html.RenderEndTag(); - html.AddAttribute("href", "http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"); - html.AddAttribute("rel", "stylesheet"); - html.Write(@" - "); - - html.RenderBeginTag(HtmlTextWriterTag.Link); - html.RenderEndTag(); - - html.RenderEndTag(); // - html.RenderBeginTag(HtmlTextWriterTag.Body); // + sb.Append(@" + "); - html.RenderBeginTag(HtmlTextWriterTag.H1); - html.Write("Project Conventions"); - html.RenderEndTag(); + sb.AppendLine(""); + sb.AppendLine(""); + sb.AppendLine("

Project Conventions

"); - foreach (var conventionReport in resultsGroupedByDataType) - { - html.RenderBeginTag(HtmlTextWriterTag.Div); - html.AddAttribute("style", "margin-left:20px;border-bottom: 1px solid"); + // foreach (var conventionReport in resultsGroupedByDataType) + // { + // html.RenderBeginTag(HtmlTextWriterTag.Div); + // html.AddAttribute("style", "margin-left:20px;border-bottom: 1px solid"); - html.RenderBeginTag(HtmlTextWriterTag.H2); - html.Write("Conventions for '{0}'", conventionReport.Key); - html.RenderEndTag(); + // html.RenderBeginTag(HtmlTextWriterTag.H2); + // html.Write("Conventions for '{0}'", conventionReport.Key); + // html.RenderEndTag(); - foreach (var conventionResult in conventionReport) - { - var targetId = - conventionResult.ConventionTitle.Replace("'", string.Empty).Replace(" ", string.Empty).Replace(".", string.Empty) + - conventionResult.DataDescription.Replace("'", string.Empty).Replace(" ", string.Empty).Replace(".", string.Empty); - html.AddAttribute("style", "margin-left:20px;"); - html.RenderBeginTag(HtmlTextWriterTag.H4); - html.Write(conventionResult.ConventionTitle); - html.RenderEndTag(); - html.AddAttribute("style", "margin-left:20px;"); - html.RenderBeginTag(HtmlTextWriterTag.Div); - html.Write(conventionResult.ConventionReason); - html.RenderEndTag(); - if (conventionResult.Data.Any()) - { - html.AddAttribute("style", "margin-left:20px;"); - html.RenderBeginTag(HtmlTextWriterTag.Div); - html.AddAttribute("class", "menu-toggle"); - html.AddAttribute("data-toggle", "collapse"); - html.AddAttribute("data-target", "." + targetId); - html.RenderBeginTag(HtmlTextWriterTag.A); - html.AddAttribute("class", "icon-angle-down"); - html.RenderBeginTag(HtmlTextWriterTag.I); - html.RenderEndTag(); - html.Write("With the exception of the following {0}: ", conventionResult.DataType.GetSentenceCaseName()); - html.RenderEndTag(); - html.AddAttribute("class", targetId + " collapse"); - html.AddAttribute("style", "margin-left:20px;"); - html.RenderBeginTag(HtmlTextWriterTag.Div); - html.RenderBeginTag(HtmlTextWriterTag.Ul); - foreach (var o in conventionResult.Data) - { - html.RenderBeginTag(HtmlTextWriterTag.Li); - html.Write(context.FormatDataAsHtml(o)); - html.RenderEndTag(); - } - html.RenderEndTag(); - html.RenderEndTag(); - } - } - html.RenderEndTag(); - } + // foreach (var conventionResult in conventionReport) + // { + // var targetId = + // conventionResult.ConventionTitle.Replace("'", string.Empty).Replace(" ", string.Empty).Replace(".", string.Empty) + + // conventionResult.DataDescription.Replace("'", string.Empty).Replace(" ", string.Empty).Replace(".", string.Empty); + // html.AddAttribute("style", "margin-left:20px;"); + // html.RenderBeginTag(HtmlTextWriterTag.H4); + // html.Write(conventionResult.ConventionTitle); + // html.RenderEndTag(); + // html.AddAttribute("style", "margin-left:20px;"); + // html.RenderBeginTag(HtmlTextWriterTag.Div); + // html.Write(conventionResult.ConventionReason); + // html.RenderEndTag(); + // if (conventionResult.Data.Any()) + // { + // html.AddAttribute("style", "margin-left:20px;"); + // html.RenderBeginTag(HtmlTextWriterTag.Div); + // html.AddAttribute("class", "menu-toggle"); + // html.AddAttribute("data-toggle", "collapse"); + // html.AddAttribute("data-target", "." + targetId); + // html.RenderBeginTag(HtmlTextWriterTag.A); + // html.AddAttribute("class", "icon-angle-down"); + // html.RenderBeginTag(HtmlTextWriterTag.I); + // html.RenderEndTag(); + // html.Write("With the exception of the following {0}: ", conventionResult.DataType.GetSentenceCaseName()); + // html.RenderEndTag(); + // html.AddAttribute("class", targetId + " collapse"); + // html.AddAttribute("style", "margin-left:20px;"); + // html.RenderBeginTag(HtmlTextWriterTag.Div); + // html.RenderBeginTag(HtmlTextWriterTag.Ul); + // foreach (var o in conventionResult.Data) + // { + // html.RenderBeginTag(HtmlTextWriterTag.Li); + // html.Write(context.FormatDataAsHtml(o)); + // html.RenderEndTag(); + // } + // html.RenderEndTag(); + // html.RenderEndTag(); + // } + // } + // html.RenderEndTag(); + // } - html.AddAttribute("src", "http://code.jquery.com/jquery.js"); - html.RenderBeginTag(HtmlTextWriterTag.Script); - html.RenderEndTag(); + // html.AddAttribute("src", "http://code.jquery.com/jquery.js"); + // html.RenderBeginTag(HtmlTextWriterTag.Script); + // html.RenderEndTag(); - html.AddAttribute("src", "http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"); - html.RenderBeginTag(HtmlTextWriterTag.Script); - html.RenderEndTag(); + // html.AddAttribute("src", "http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"); + // html.RenderBeginTag(HtmlTextWriterTag.Script); + // html.RenderEndTag(); - html.RenderEndTag(); // - html.RenderEndTag(); // - html.Flush(); + // html.RenderEndTag(); // + // html.RenderEndTag(); // + // html.Flush(); return sb.ToString(); } } diff --git a/TestStack.ConventionTests/TestStack.ConventionTests.csproj b/TestStack.ConventionTests/TestStack.ConventionTests.csproj old mode 100644 new mode 100755 index b3bfa49..77a9698 --- a/TestStack.ConventionTests/TestStack.ConventionTests.csproj +++ b/TestStack.ConventionTests/TestStack.ConventionTests.csproj @@ -1,119 +1,47 @@ - - - + + - Debug - AnyCPU - {955B0236-089F-434D-BA02-63A1E24C2B7C} - Library - Properties - TestStack.ConventionTests + net35;net40;net451; + netstandard1.3 TestStack.ConventionTests - v4.0 - 512 - 9ee5ac36 + TestStack.ConventionTests + 1.6.0 + false + false + false + false + false + false + false - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - bin\Debug\TestStack.ConventionTests.xml - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - bin\Release\TestStack.ConventionTests.xml - - + + + + + + + - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - + + + $(DefineConstants);XmlDocument + + + + $(DefineConstants);Serializable + + + + + + - - - - - - \ No newline at end of file + + diff --git a/backup/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj b/backup/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj new file mode 100644 index 0000000..085413a --- /dev/null +++ b/backup/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj @@ -0,0 +1,73 @@ + + + + + Debug + AnyCPU + {A747FD64-5338-4572-879D-A9DEB00EBD56} + Library + Properties + TestStack.ConventionTests.Autofac + TestStack.ConventionTests.Autofac + v4.0 + 512 + + 1a7bce16 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + bin\Debug\TestStack.ConventionTests.Autofac.xml + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + bin\Release\TestStack.ConventionTests.Autofac.xml + + + + ..\packages\Autofac.3.1.1\lib\net40\Autofac.dll + + + + + + + + + + + + + + + + + + + + + + + {955B0236-089F-434D-BA02-63A1E24C2B7C} + TestStack.ConventionTests + + + + + \ No newline at end of file diff --git a/TestStack.ConventionTests.Autofac/project.json b/backup/TestStack.ConventionTests.Autofac/project.json similarity index 100% rename from TestStack.ConventionTests.Autofac/project.json rename to backup/TestStack.ConventionTests.Autofac/project.json diff --git a/TestStack.ConventionTests.Autofac/project.lock.json b/backup/TestStack.ConventionTests.Autofac/project.lock.json similarity index 100% rename from TestStack.ConventionTests.Autofac/project.lock.json rename to backup/TestStack.ConventionTests.Autofac/project.lock.json diff --git a/backup/TestStack.ConventionTests/TestStack.ConventionTests.csproj b/backup/TestStack.ConventionTests/TestStack.ConventionTests.csproj new file mode 100644 index 0000000..b3bfa49 --- /dev/null +++ b/backup/TestStack.ConventionTests/TestStack.ConventionTests.csproj @@ -0,0 +1,119 @@ + + + + + Debug + AnyCPU + {955B0236-089F-434D-BA02-63A1E24C2B7C} + Library + Properties + TestStack.ConventionTests + TestStack.ConventionTests + v4.0 + 512 + 9ee5ac36 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + bin\Debug\TestStack.ConventionTests.xml + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + bin\Release\TestStack.ConventionTests.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + + + + + + \ No newline at end of file diff --git a/TestStack.ConventionTests/project.json b/backup/TestStack.ConventionTests/project.json similarity index 100% rename from TestStack.ConventionTests/project.json rename to backup/TestStack.ConventionTests/project.json diff --git a/TestStack.ConventionTests/project.lock.json b/backup/TestStack.ConventionTests/project.lock.json similarity index 100% rename from TestStack.ConventionTests/project.lock.json rename to backup/TestStack.ConventionTests/project.lock.json diff --git a/global.json b/backup/global.json similarity index 100% rename from global.json rename to backup/global.json From 81a383dd041d4fc0c717e15bec6f190145a4f77d Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 6 Jul 2017 16:39:32 +0100 Subject: [PATCH 05/13] Further migration work --- .../ConventionData/ProjectPropertyGroup.cs | 4 ++-- .../ConventionData/TypeExtensions.cs | 10 +++++----- .../ConventionData/Types.cs | 10 +++++----- .../ConventionReporterAttribute.cs | 1 + .../MvcControllerNameAndBaseClassConvention.cs | 11 +++++++---- ...elShouldInheritFromINotifyPropertyChanged.cs | 7 ++++--- .../AggregatedConventionResultsReporter.cs | 3 ++- .../Reporting/ConventionReportTraceRenderer.cs | 3 ++- .../TestStack.ConventionTests.csproj | 17 ++++++----------- 9 files changed, 34 insertions(+), 32 deletions(-) diff --git a/TestStack.ConventionTests/ConventionData/ProjectPropertyGroup.cs b/TestStack.ConventionTests/ConventionData/ProjectPropertyGroup.cs index 7cb2d11..5700283 100644 --- a/TestStack.ConventionTests/ConventionData/ProjectPropertyGroup.cs +++ b/TestStack.ConventionTests/ConventionData/ProjectPropertyGroup.cs @@ -25,7 +25,7 @@ public bool Debug { get { - return !Global && Condition.IndexOf("debug", StringComparison.InvariantCultureIgnoreCase) > -1; + return !Global && Condition.IndexOf("debug", StringComparison.OrdinalIgnoreCase) > -1; } } @@ -52,7 +52,7 @@ public bool Release { get { - return !Global && Condition.IndexOf("release", StringComparison.InvariantCultureIgnoreCase) > -1; + return !Global && Condition.IndexOf("release", StringComparison.OrdinalIgnoreCase) > -1; } } diff --git a/TestStack.ConventionTests/ConventionData/TypeExtensions.cs b/TestStack.ConventionTests/ConventionData/TypeExtensions.cs index 476577e..53e8ff2 100644 --- a/TestStack.ConventionTests/ConventionData/TypeExtensions.cs +++ b/TestStack.ConventionTests/ConventionData/TypeExtensions.cs @@ -12,7 +12,7 @@ public static class TypeExtensions { public static bool IsConcreteClass(this Type t) { - return t.IsClass && !t.IsAbstract; + return t.GetTypeInfo().IsClass && !t.GetTypeInfo().IsAbstract; } public static bool IsEnum(this Type type) @@ -22,12 +22,12 @@ public static bool IsEnum(this Type type) public static bool IsStatic(this Type type) { - return type.IsClass && type.IsSealed && type.IsAbstract; + return type.GetTypeInfo().IsClass && type.GetTypeInfo().IsSealed && type.GetTypeInfo().IsAbstract; } public static bool IsCompilerGenerated(this Type type) { - return type.IsDefined(typeof(CompilerGeneratedAttribute), true); + return type.GetTypeInfo().IsDefined(typeof(CompilerGeneratedAttribute), true); } public static bool HasDefaultConstructor(this Type type) @@ -64,7 +64,7 @@ public static IEnumerable NonVirtualMethods(this Type type) public static IEnumerable GetClosedInterfacesOf(this Type type, Type openGeneric) { return from i in type.GetInterfaces() - where i.IsGenericType + where i.GetTypeInfo().IsGenericType let defn = i.GetGenericTypeDefinition() where defn == openGeneric select i; @@ -91,7 +91,7 @@ public static string ToTypeNameString(this Type type) if (nullableType != null) return nullableType.Name + "?"; - if (!type.IsGenericType) + if (!type.GetTypeInfo().IsGenericType) switch (type.Name) { case "String": diff --git a/TestStack.ConventionTests/ConventionData/Types.cs b/TestStack.ConventionTests/ConventionData/Types.cs index ae6a481..3681815 100644 --- a/TestStack.ConventionTests/ConventionData/Types.cs +++ b/TestStack.ConventionTests/ConventionData/Types.cs @@ -58,7 +58,7 @@ public static Types InAssemblyOf(Func predicate) /// A function to test each type for a condition. public static Types InAssemblyOf(Type type, Func predicate) { - return InAssembly(type.Assembly, predicate); + return InAssembly(type.GetTypeInfo().Assembly, predicate); } /// @@ -92,7 +92,7 @@ public static Types InAssemblyOf(string descriptionOfTypes, Func /// A function to test each type for a condition. public static Types InAssemblyOf(Type type, string descriptionOfTypes, Func predicate) { - return InAssembly(type.Assembly, descriptionOfTypes, predicate); + return InAssembly(type.GetTypeInfo().Assembly, descriptionOfTypes, predicate); } /// @@ -134,7 +134,7 @@ public static Types InAssemblyOf(bool excludeCompilerGeneratedTypes = true) /// Compiler generated types will be excluded if set to true. public static Types InAssemblyOf(Type type, bool excludeCompilerGeneratedTypes = true) { - return InAssembly(type.Assembly, excludeCompilerGeneratedTypes); + return InAssembly(type.GetTypeInfo().Assembly, excludeCompilerGeneratedTypes); } /// @@ -158,7 +158,7 @@ public static Types InAssembly(Assembly assembly, bool excludeCompilerGeneratedT [Obsolete("This method is obsolete and should not be used. Use the overload with a predicate instead.")] public static Types InAssemblyOf(string descriptionOfTypes, Func, IEnumerable> types) { - return InCollection(types(typeof(T).Assembly.GetTypes()), descriptionOfTypes); + return InCollection(types(typeof(T).GetTypeInfo().Assembly.GetTypes()), descriptionOfTypes); } /// @@ -180,7 +180,7 @@ public static Types InAssemblyOf(string descriptionOfTypes, bool excludeCompi /// Compiler generated types will be excluded if set to true. public static Types InAssemblyOf(Type type, string descriptionOfTypes, bool excludeCompilerGeneratedTypes = true) { - return InAssembly(type.Assembly, descriptionOfTypes, excludeCompilerGeneratedTypes); + return InAssembly(type.GetTypeInfo().Assembly, descriptionOfTypes, excludeCompilerGeneratedTypes); } /// diff --git a/TestStack.ConventionTests/ConventionReporterAttribute.cs b/TestStack.ConventionTests/ConventionReporterAttribute.cs index 537caeb..c1d2e75 100644 --- a/TestStack.ConventionTests/ConventionReporterAttribute.cs +++ b/TestStack.ConventionTests/ConventionReporterAttribute.cs @@ -1,6 +1,7 @@ namespace TestStack.ConventionTests { using System; + using System.Reflection; using TestStack.ConventionTests.Reporting; [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] diff --git a/TestStack.ConventionTests/Conventions/MvcControllerNameAndBaseClassConvention.cs b/TestStack.ConventionTests/Conventions/MvcControllerNameAndBaseClassConvention.cs index 13b417e..b189105 100644 --- a/TestStack.ConventionTests/Conventions/MvcControllerNameAndBaseClassConvention.cs +++ b/TestStack.ConventionTests/Conventions/MvcControllerNameAndBaseClassConvention.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Linq; + using System.Reflection; using TestStack.ConventionTests.ConventionData; public class MvcControllerNameAndBaseClassConvention : IConvention @@ -37,17 +38,19 @@ protected virtual IEnumerable GetControllers(Types data) static bool IsMvcController(Type arg) { var isController = arg.FullName == "System.Web.Mvc.Controller"; - if (arg.BaseType == null) + var baseType = arg.GetTypeInfo().BaseType; + if (baseType == null) return isController; - return isController || IsMvcController(arg.BaseType); + return isController || IsMvcController(baseType); } protected static bool IsWebApiController(Type arg) { var isController = arg.FullName == "System.Web.Http.ApiController"; - if (arg.BaseType == null) + var baseType = arg.GetTypeInfo().BaseType; + if (baseType == null) return isController; - return isController || IsWebApiController(arg.BaseType); + return isController || IsWebApiController(baseType); } } } \ No newline at end of file diff --git a/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs b/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs index b58cd96..f2583b0 100644 --- a/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs +++ b/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs @@ -3,6 +3,7 @@ using System; using System.ComponentModel; using System.Linq; + using System.Reflection; using TestStack.ConventionTests.ConventionData; public class ViewModelShouldInheritFromINotifyPropertyChanged : IConvention @@ -16,9 +17,9 @@ public ViewModelShouldInheritFromINotifyPropertyChanged(string viewModelSuffix = public void Execute(Types data, IConventionResultContext result) { - var notifyPropertyChanged = typeof (INotifyPropertyChanged); - var failingData = data.TypesToVerify.Where(t => t.Name.EndsWith(viewModelSuffix, StringComparison.InvariantCultureIgnoreCase)) - .Where(t => !notifyPropertyChanged.IsAssignableFrom(t)); + var notifyPropertyChanged = typeof(INotifyPropertyChanged); + var failingData = data.TypesToVerify.Where(t => t.Name.EndsWith(viewModelSuffix, StringComparison.OrdinalIgnoreCase)) + .Where(t => !notifyPropertyChanged.GetTypeInfo().IsAssignableFrom(t.GetTypeInfo())); result.Is(string.Format("ViewModels (types named *{0}) should inherit from INotifyPropertyChanged", viewModelSuffix), failingData); diff --git a/TestStack.ConventionTests/Reporting/AggregatedConventionResultsReporter.cs b/TestStack.ConventionTests/Reporting/AggregatedConventionResultsReporter.cs index f52981b..3f6817d 100644 --- a/TestStack.ConventionTests/Reporting/AggregatedConventionResultsReporter.cs +++ b/TestStack.ConventionTests/Reporting/AggregatedConventionResultsReporter.cs @@ -25,7 +25,8 @@ static string AssemblyDirectory get { // http://stackoverflow.com/questions/52797/c-how-do-i-get-the-path-of-the-assembly-the-code-is-in#answer-283917 - var codeBase = Assembly.GetExecutingAssembly().CodeBase; + + var codeBase = Assembly.GetEntryAssembly().CodeBase; var uri = new UriBuilder(codeBase); var path = Uri.UnescapeDataString(uri.Path); return Path.GetDirectoryName(path); diff --git a/TestStack.ConventionTests/Reporting/ConventionReportTraceRenderer.cs b/TestStack.ConventionTests/Reporting/ConventionReportTraceRenderer.cs index 6d2ea5b..a6d22b5 100644 --- a/TestStack.ConventionTests/Reporting/ConventionReportTraceRenderer.cs +++ b/TestStack.ConventionTests/Reporting/ConventionReportTraceRenderer.cs @@ -9,7 +9,8 @@ public void Process(IConventionFormatContext context, params ConventionResult[] { foreach (var conventionResult in results) { - Trace.WriteLine(context.TestResultProcessor.Process(context, conventionResult)); + // TODO: Fix below + // Trace.WriteLine(context.TestResultProcessor.Process(context, conventionResult)); } } } diff --git a/TestStack.ConventionTests/TestStack.ConventionTests.csproj b/TestStack.ConventionTests/TestStack.ConventionTests.csproj index 77a9698..14ed420 100755 --- a/TestStack.ConventionTests/TestStack.ConventionTests.csproj +++ b/TestStack.ConventionTests/TestStack.ConventionTests.csproj @@ -1,11 +1,9 @@  - net35;net40;net451; - netstandard1.3 + netstandard1.5 TestStack.ConventionTests TestStack.ConventionTests - 1.6.0 false false false @@ -14,34 +12,31 @@ false false - - - - $(DefineConstants);XmlDocument - $(DefineConstants);Serializable - - - + + + + + \ No newline at end of file From f0899f529e1190f170bad573401a1b0a47ca2e25 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Fri, 7 Jul 2017 17:07:54 +0100 Subject: [PATCH 06/13] Updated git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d2dcc21..4494ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ TestResult* # Misc .vscode _ReSharper.* +.idea *.user *.suo *.crunchproject.local.xml From 57ced59f59e27b0e4d2604ace416142b04d9d5a7 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Fri, 7 Jul 2017 17:08:11 +0100 Subject: [PATCH 07/13] More work on standard --- TestStack.ConventionTests/Convention.cs | 29 +++++++---- .../ConventionData/TypeExtensions.cs | 51 +++++++++++++------ .../ConventionData/Types.cs | 16 ++++-- .../ConventionReporterAttribute.cs | 6 ++- ...MvcControllerNameAndBaseClassConvention.cs | 5 +- .../Internal/AssemblyExtensions.cs | 16 ++++++ .../Internal/TypeExtensions.cs | 36 +++++++++++++ .../AggregatedConventionResultsReporter.cs | 5 ++ .../TestStack.ConventionTests.csproj | 21 ++++---- 9 files changed, 137 insertions(+), 48 deletions(-) create mode 100644 TestStack.ConventionTests/Internal/AssemblyExtensions.cs create mode 100644 TestStack.ConventionTests/Internal/TypeExtensions.cs diff --git a/TestStack.ConventionTests/Convention.cs b/TestStack.ConventionTests/Convention.cs index d6681f6..86d6051 100644 --- a/TestStack.ConventionTests/Convention.cs +++ b/TestStack.ConventionTests/Convention.cs @@ -33,12 +33,9 @@ public static void Is(IConvention convention, TDataSou where TDataSource : IConventionData { if (defaultProcessors == null) { - // var assembly = typeof(TDataSource).GetTypeInfo().Assembly; - var attributes = typeof(TDataSource).GetTypeInfo().GetCustomAttributes(typeof(ConventionReporterAttribute), false); - Init(attributes.ToList()); - // Init(Assembly.GetCallingAssembly()); + var reporters = GetCustomReporters(); + Init(reporters.ToList()); } - Execute(convention, data, defaultProcessors.Concat(new[] { new ThrowOnFailureResultsProcessor() }), resultProcessor ?? new ConventionReportTextRenderer()); } @@ -53,11 +50,12 @@ public static string GetFailures(IConvention conventio ITestResultProcessor resultProcessor = null) where TDataSource : IConventionData { - if (defaultProcessors == null) { - + if (defaultProcessors == null) + { + var reporters = GetCustomReporters(); + Init(reporters.ToList()); } - var attributes = typeof(TDataSource).GetTypeInfo().GetCustomAttributes(typeof(ConventionReporterAttribute), false); - Init(attributes.ToList()); + var captureFailuresProcessor = new CaptureFailuresProcessor(); Execute(convention, data, defaultProcessors.Concat(new [] { captureFailuresProcessor }), resultProcessor ?? new ConventionReportTextRenderer()); return captureFailuresProcessor.Failures; @@ -72,9 +70,8 @@ static void Execute(IConvention convention, TDataSourc context.Execute(convention, data); } - static void Init(IList attributes) + static void Init(IList customReporters) { - var customReporters = attributes; defaultProcessors = new IResultsProcessor[customReporters.Count + 1]; for (var index = 0; index < customReporters.Count; index++) @@ -87,5 +84,15 @@ static void Init(IList attributes) var conventionReportTraceRenderer = new ConventionReportTraceRenderer(); defaultProcessors[defaultProcessors.Length - 1] = conventionReportTraceRenderer; } + + static IEnumerable GetCustomReporters() + { + #if NewReflection + return typeof(TDataSource).GetTypeInfo().GetCustomAttributes(typeof(ConventionReporterAttribute), false); + #else + var assembly = Assembly.GetCallingAssembly(); + return assembly.GetCustomAttributes(typeof(ConventionReporterAttribute), false); + #endif + } } } \ No newline at end of file diff --git a/TestStack.ConventionTests/ConventionData/TypeExtensions.cs b/TestStack.ConventionTests/ConventionData/TypeExtensions.cs index 53e8ff2..35c3bc5 100644 --- a/TestStack.ConventionTests/ConventionData/TypeExtensions.cs +++ b/TestStack.ConventionTests/ConventionData/TypeExtensions.cs @@ -7,28 +7,35 @@ using System.Runtime.CompilerServices; using System.Text; using System.Text.RegularExpressions; + using TestStack.ConventionTests.Internal; public static class TypeExtensions { - public static bool IsConcreteClass(this Type t) - { - return t.GetTypeInfo().IsClass && !t.GetTypeInfo().IsAbstract; - } + public static bool IsConcreteClass(this Type t) => + #if NewReflection + t.GetTypeInfo().IsClass && !t.GetTypeInfo().IsAbstract; + #else + return t.IsClass && !t.IsAbstract; + #endif public static bool IsEnum(this Type type) { return typeof(Enum).IsAssignableFrom(type); } - public static bool IsStatic(this Type type) - { - return type.GetTypeInfo().IsClass && type.GetTypeInfo().IsSealed && type.GetTypeInfo().IsAbstract; - } + public static bool IsStatic(this Type type) => + #if NewReflection + type.GetTypeInfo().IsClass && type.GetTypeInfo().IsSealed && type.GetTypeInfo().IsAbstract; + #else + type.IsClass && type.IsSealed && type.IsAbstract; + #endif - public static bool IsCompilerGenerated(this Type type) - { - return type.GetTypeInfo().IsDefined(typeof(CompilerGeneratedAttribute), true); - } + public static bool IsCompilerGenerated(this Type type) => + #if NewReflection + type.IsDefined(typeof(CompilerGeneratedAttribute), false); + #else + type.IsDefined(typeof(CompilerGeneratedAttribute), true); + #endif public static bool HasDefaultConstructor(this Type type) { @@ -63,11 +70,19 @@ public static IEnumerable NonVirtualMethods(this Type type) public static IEnumerable GetClosedInterfacesOf(this Type type, Type openGeneric) { + #if NewReflection return from i in type.GetInterfaces() - where i.GetTypeInfo().IsGenericType - let defn = i.GetGenericTypeDefinition() - where defn == openGeneric - select i; + where i.GetTypeInfo().IsGenericType + let defn = i.GetGenericTypeDefinition() + where defn == openGeneric + select i; + #else + return from i in type.GetInterfaces() + where i.IsGenericType + let defn = i.GetGenericTypeDefinition() + where defn == openGeneric + select i; + #endif } public static bool ClosesInterface(this Type t, Type openGeneric) @@ -91,7 +106,11 @@ public static string ToTypeNameString(this Type type) if (nullableType != null) return nullableType.Name + "?"; + if (!type.GetTypeInfo().IsGenericType) + { + + } switch (type.Name) { case "String": diff --git a/TestStack.ConventionTests/ConventionData/Types.cs b/TestStack.ConventionTests/ConventionData/Types.cs index 3681815..550273a 100644 --- a/TestStack.ConventionTests/ConventionData/Types.cs +++ b/TestStack.ConventionTests/ConventionData/Types.cs @@ -6,6 +6,7 @@ using System.ComponentModel; using System.Linq; using System.Reflection; + using TestStack.ConventionTests.Internal; /// /// ConventionTests data source of Types @@ -58,7 +59,7 @@ public static Types InAssemblyOf(Func predicate) /// A function to test each type for a condition. public static Types InAssemblyOf(Type type, Func predicate) { - return InAssembly(type.GetTypeInfo().Assembly, predicate); + return InAssembly(type.GetAssembly(), predicate); } /// @@ -92,7 +93,7 @@ public static Types InAssemblyOf(string descriptionOfTypes, Func /// A function to test each type for a condition. public static Types InAssemblyOf(Type type, string descriptionOfTypes, Func predicate) { - return InAssembly(type.GetTypeInfo().Assembly, descriptionOfTypes, predicate); + return InAssembly(type.GetAssembly(), descriptionOfTypes, predicate); } /// @@ -134,7 +135,7 @@ public static Types InAssemblyOf(bool excludeCompilerGeneratedTypes = true) /// Compiler generated types will be excluded if set to true. public static Types InAssemblyOf(Type type, bool excludeCompilerGeneratedTypes = true) { - return InAssembly(type.GetTypeInfo().Assembly, excludeCompilerGeneratedTypes); + return InAssembly(type.GetAssembly(), excludeCompilerGeneratedTypes); } /// @@ -158,7 +159,12 @@ public static Types InAssembly(Assembly assembly, bool excludeCompilerGeneratedT [Obsolete("This method is obsolete and should not be used. Use the overload with a predicate instead.")] public static Types InAssemblyOf(string descriptionOfTypes, Func, IEnumerable> types) { - return InCollection(types(typeof(T).GetTypeInfo().Assembly.GetTypes()), descriptionOfTypes); + #if NewReflection + var typeInfoTypes = typeof(T).GetTypeInfo().Assembly.GetTypes(); + #else + var typeInfoTypes = typeof(T).Assembly.GetTypes(); + #endif + return InCollection(types(typeInfoTypes), descriptionOfTypes); } /// @@ -180,7 +186,7 @@ public static Types InAssemblyOf(string descriptionOfTypes, bool excludeCompi /// Compiler generated types will be excluded if set to true. public static Types InAssemblyOf(Type type, string descriptionOfTypes, bool excludeCompilerGeneratedTypes = true) { - return InAssembly(type.GetTypeInfo().Assembly, descriptionOfTypes, excludeCompilerGeneratedTypes); + return InAssembly(type.GetAssembly(), descriptionOfTypes, excludeCompilerGeneratedTypes); } /// diff --git a/TestStack.ConventionTests/ConventionReporterAttribute.cs b/TestStack.ConventionTests/ConventionReporterAttribute.cs index c1d2e75..3e35a9a 100644 --- a/TestStack.ConventionTests/ConventionReporterAttribute.cs +++ b/TestStack.ConventionTests/ConventionReporterAttribute.cs @@ -1,7 +1,9 @@ namespace TestStack.ConventionTests { using System; + #if NewReflection using System.Reflection; + #endif using TestStack.ConventionTests.Reporting; [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] @@ -11,9 +13,9 @@ public ConventionReporterAttribute(Type reporterType) { ReporterType = reporterType; if (!typeof(IResultsProcessor).IsAssignableFrom(reporterType)) - throw new ArgumentException("Reporters must inherit from IResultsProcessor", "reporterType"); + throw new ArgumentException("Reporters must inherit from IResultsProcessor", nameof(reporterType)); } - public Type ReporterType { get; private set; } + public Type ReporterType { get; } } } \ No newline at end of file diff --git a/TestStack.ConventionTests/Conventions/MvcControllerNameAndBaseClassConvention.cs b/TestStack.ConventionTests/Conventions/MvcControllerNameAndBaseClassConvention.cs index b189105..128cc54 100644 --- a/TestStack.ConventionTests/Conventions/MvcControllerNameAndBaseClassConvention.cs +++ b/TestStack.ConventionTests/Conventions/MvcControllerNameAndBaseClassConvention.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Reflection; using TestStack.ConventionTests.ConventionData; + using TestStack.ConventionTests.Internal; public class MvcControllerNameAndBaseClassConvention : IConvention { @@ -38,7 +39,7 @@ protected virtual IEnumerable GetControllers(Types data) static bool IsMvcController(Type arg) { var isController = arg.FullName == "System.Web.Mvc.Controller"; - var baseType = arg.GetTypeInfo().BaseType; + var baseType = arg.GetBaseType(); if (baseType == null) return isController; return isController || IsMvcController(baseType); @@ -47,7 +48,7 @@ static bool IsMvcController(Type arg) protected static bool IsWebApiController(Type arg) { var isController = arg.FullName == "System.Web.Http.ApiController"; - var baseType = arg.GetTypeInfo().BaseType; + var baseType = arg.GetBaseType(); if (baseType == null) return isController; return isController || IsWebApiController(baseType); diff --git a/TestStack.ConventionTests/Internal/AssemblyExtensions.cs b/TestStack.ConventionTests/Internal/AssemblyExtensions.cs new file mode 100644 index 0000000..6b181e5 --- /dev/null +++ b/TestStack.ConventionTests/Internal/AssemblyExtensions.cs @@ -0,0 +1,16 @@ +using System; +using System.Reflection; + +namespace TestStack.ConventionTests.Internal +{ + internal static class AssemblyExtensions { + + public static string TryGetExecutingAssembly(this Assembly assembly) => + #if NewReflection + Assembly.GetEntryAssembly().CodeBase; + #else + Assembly.GetExecutingAssembly().CodeBase; + #endif + + } +} \ No newline at end of file diff --git a/TestStack.ConventionTests/Internal/TypeExtensions.cs b/TestStack.ConventionTests/Internal/TypeExtensions.cs new file mode 100644 index 0000000..37ccba1 --- /dev/null +++ b/TestStack.ConventionTests/Internal/TypeExtensions.cs @@ -0,0 +1,36 @@ +namespace TestStack.ConventionTests.Internal +{ + using System; + using System.Reflection; + + internal static class TypeExtensions + { + public static bool IsGenericType(this Type type) => + #if NewReflection + type.GetTypeInfo().IsGenericType; + #else + type.IsGenericType; + #endif + + public static bool IsDefined(this Type type, Type attributeType, bool inherit) => + #if NewReflection + type.GetTypeInfo().IsDefined(attributeType, inherit); + #else + type.IsDefined(attributeType, true); + #endif + + public static Assembly GetAssembly(this Type type) => + #if NewReflection + type.GetTypeInfo().Assembly; + #else + type.Assembly + #endif + + public static Type GetBaseType(this Type type) => + #if NewReflection + type.GetTypeInfo().BaseType; + #else + type.BaseType; + #endif + } +} \ No newline at end of file diff --git a/TestStack.ConventionTests/Reporting/AggregatedConventionResultsReporter.cs b/TestStack.ConventionTests/Reporting/AggregatedConventionResultsReporter.cs index 3f6817d..b6499d8 100644 --- a/TestStack.ConventionTests/Reporting/AggregatedConventionResultsReporter.cs +++ b/TestStack.ConventionTests/Reporting/AggregatedConventionResultsReporter.cs @@ -26,7 +26,12 @@ static string AssemblyDirectory { // http://stackoverflow.com/questions/52797/c-how-do-i-get-the-path-of-the-assembly-the-code-is-in#answer-283917 + #if NewReflection var codeBase = Assembly.GetEntryAssembly().CodeBase; + #else + var codeBase = Assembly.GetExecutingAssembly().CodeBase; + #endif + var uri = new UriBuilder(codeBase); var path = Uri.UnescapeDataString(uri.Path); return Path.GetDirectoryName(path); diff --git a/TestStack.ConventionTests/TestStack.ConventionTests.csproj b/TestStack.ConventionTests/TestStack.ConventionTests.csproj index 14ed420..cceef59 100755 --- a/TestStack.ConventionTests/TestStack.ConventionTests.csproj +++ b/TestStack.ConventionTests/TestStack.ConventionTests.csproj @@ -1,6 +1,6 @@  - net35;net40;net451; + net35;net40;net451;netstandard1.5; netstandard1.5 TestStack.ConventionTests TestStack.ConventionTests @@ -12,9 +12,6 @@ false false - - - @@ -24,19 +21,19 @@ - - $(DefineConstants);XmlDocument - - - $(DefineConstants);Serializable - - - + + + + $(DefineConstants);Serializable + + + $(DefineConstants);XmlDocument;NewReflection; + \ No newline at end of file From 1dd8cb826664cd56d5739f4beea836b87b10cfad Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Tue, 11 Jul 2017 14:14:51 +0100 Subject: [PATCH 08/13] More work on conversion --- .../CanResolveAllRegisteredServices.cs | 3 + .../TestStack.ConventionTests.Autofac.csproj | 13 ++ .../TestStack.ConventionTests.Tests.csproj | 134 +++--------------- 3 files changed, 38 insertions(+), 112 deletions(-) mode change 100644 => 100755 TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj diff --git a/TestStack.ConventionTests.Autofac/CanResolveAllRegisteredServices.cs b/TestStack.ConventionTests.Autofac/CanResolveAllRegisteredServices.cs index 510511b..b4589ab 100644 --- a/TestStack.ConventionTests.Autofac/CanResolveAllRegisteredServices.cs +++ b/TestStack.ConventionTests.Autofac/CanResolveAllRegisteredServices.cs @@ -5,6 +5,9 @@ using System; using System.Collections.Generic; using System.Linq; + #if NewReflection + using System.Reflection; + #endif public class CanResolveAllRegisteredServices : IConvention { diff --git a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj index 795146f..9329792 100755 --- a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj +++ b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj @@ -13,8 +13,21 @@ false + + + + + + + + + + + $(DefineConstants);NewReflection; + + diff --git a/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj b/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj old mode 100644 new mode 100755 index 71dc2b8..14760f0 --- a/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj +++ b/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj @@ -1,118 +1,28 @@ - - - + + - Debug - AnyCPU - {FEFF8305-A192-4CEA-A373-6CF2F365A9E5} - Library - Properties - TestStack.ConventionTests.Tests + netstandard1.6 TestStack.ConventionTests.Tests - v4.0 - 512 - 8e6f0986 + TestStack.ConventionTests.Tests + false + false + false + false + false + false + false - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Autofac.3.1.1\lib\net40\Autofac.dll - - - ..\packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll - - - ..\packages\NUnit.2.6.2\lib\nunit.framework.dll - - - ..\packages\Shouldly.2.7.0-beta0002\lib\net40\Shouldly.dll - True - - - - - - - - - - - - - - - - - - - - - - - - True - True - Resources.resx - - - - - - - - - - - {D5A0D078-C660-4654-8A14-DDC816BEBC54} - TestAssembly - - - {a747fd64-5338-4572-879d-a9deb00ebd56} - TestStack.ConventionTests.Autofac - - - {955B0236-089F-434D-BA02-63A1E24C2B7C} - TestStack.ConventionTests - - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - - - + + + + + - + + + + - - - - \ No newline at end of file + + From 21972cd8df5fb88ef86a66da98a174c9200940d4 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Tue, 11 Jul 2017 14:56:14 +0100 Subject: [PATCH 09/13] Fixed syntax errors --- TestStack.ConventionTests/ConventionData/TypeExtensions.cs | 2 +- TestStack.ConventionTests/Internal/TypeExtensions.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestStack.ConventionTests/ConventionData/TypeExtensions.cs b/TestStack.ConventionTests/ConventionData/TypeExtensions.cs index 35c3bc5..66f9ed0 100644 --- a/TestStack.ConventionTests/ConventionData/TypeExtensions.cs +++ b/TestStack.ConventionTests/ConventionData/TypeExtensions.cs @@ -15,7 +15,7 @@ public static bool IsConcreteClass(this Type t) => #if NewReflection t.GetTypeInfo().IsClass && !t.GetTypeInfo().IsAbstract; #else - return t.IsClass && !t.IsAbstract; + t.IsClass && !t.IsAbstract; #endif public static bool IsEnum(this Type type) diff --git a/TestStack.ConventionTests/Internal/TypeExtensions.cs b/TestStack.ConventionTests/Internal/TypeExtensions.cs index 37ccba1..a70b421 100644 --- a/TestStack.ConventionTests/Internal/TypeExtensions.cs +++ b/TestStack.ConventionTests/Internal/TypeExtensions.cs @@ -23,7 +23,7 @@ public static Assembly GetAssembly(this Type type) => #if NewReflection type.GetTypeInfo().Assembly; #else - type.Assembly + type.Assembly; #endif public static Type GetBaseType(this Type type) => From 846dd485ee52a0c8aefba3a2bea4a1a0a45ee6bf Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Wed, 12 Jul 2017 15:06:44 +0100 Subject: [PATCH 10/13] More changes --- ConventionTests.sln | 27 +- TestStack.ConventionTests/Convention.cs | 2 +- ...ShouldInheritFromINotifyPropertyChanged.cs | 10 +- .../TestStack.ConventionTests.csproj | 6 +- UpgradeLog.htm | Bin 0 -> 43858 bytes UpgradeLog2.htm | Bin 0 -> 265602 bytes .../TestStack.ConventionTests.Autofac.csproj | 73 - .../project.json | 14 - .../project.lock.json | 4121 ------------- .../TestStack.ConventionTests.csproj | 119 - backup/TestStack.ConventionTests/project.json | 51 - .../project.lock.json | 5173 ----------------- backup/global.json | 4 - global.json | 3 + 14 files changed, 21 insertions(+), 9582 deletions(-) create mode 100644 UpgradeLog.htm create mode 100644 UpgradeLog2.htm delete mode 100644 backup/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj delete mode 100644 backup/TestStack.ConventionTests.Autofac/project.json delete mode 100755 backup/TestStack.ConventionTests.Autofac/project.lock.json delete mode 100644 backup/TestStack.ConventionTests/TestStack.ConventionTests.csproj delete mode 100644 backup/TestStack.ConventionTests/project.json delete mode 100755 backup/TestStack.ConventionTests/project.lock.json delete mode 100644 backup/global.json create mode 100644 global.json diff --git a/ConventionTests.sln b/ConventionTests.sln index 0a12dfc..37890c2 100644 --- a/ConventionTests.sln +++ b/ConventionTests.sln @@ -1,7 +1,6 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26114.2 +VisualStudioVersion = 15.0.26228.12 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF9054EE-FE89-47A4-9156-BE54A837F2F7}" ProjectSection(SolutionItems) = preProject @@ -11,25 +10,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution README.md = README.md EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.ConventionTests", "TestStack.ConventionTests\TestStack.ConventionTests.csproj", "{955B0236-089F-434D-BA02-63A1E24C2B7C}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.ConventionTests.Tests", "TestStack.ConventionTests.Tests\TestStack.ConventionTests.Tests.csproj", "{FEFF8305-A192-4CEA-A373-6CF2F365A9E5}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{35B8E1F6-8E97-40A6-91E3-CB765328424F}" ProjectSection(SolutionItems) = preProject .nuget\packages.config = .nuget\packages.config EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAssembly", "TestAssembly\TestAssembly.csproj", "{D5A0D078-C660-4654-8A14-DDC816BEBC54}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E971721A-1271-4359-8F76-9FF17C29582B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.ConventionTests.Autofac", "TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.csproj", "{A747FD64-5338-4572-879D-A9DEB00EBD56}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "Samples\SampleApp\SampleApp.csproj", "{56467A5A-7DD6-45B3-A84C-144A3C5D0C7A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp.Tests", "Samples\SampleApp.Tests\SampleApp.Tests.csproj", "{8FEF48A8-6FF5-4B65-B84A-6690D735C703}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{D822A12B-D358-48BC-8158-EB5CC253C858}" ProjectSection(SolutionItems) = preProject docs\changelog.md = docs\changelog.md @@ -39,6 +26,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{D822A12B-D Docs\symmetric-conventions.md = Docs\symmetric-conventions.md EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.ConventionTests", "TestStack.ConventionTests\TestStack.ConventionTests.csproj", "{955B0236-089F-434D-BA02-63A1E24C2B7C}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestStack.ConventionTests.Tests", "TestStack.ConventionTests.Tests\TestStack.ConventionTests.Tests.csproj", "{FEFF8305-A192-4CEA-A373-6CF2F365A9E5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAssembly", "TestAssembly\TestAssembly.csproj", "{D5A0D078-C660-4654-8A14-DDC816BEBC54}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestStack.ConventionTests.Autofac", "TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.csproj", "{A747FD64-5338-4572-879D-A9DEB00EBD56}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "Samples\SampleApp\SampleApp.csproj", "{56467A5A-7DD6-45B3-A84C-144A3C5D0C7A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp.Tests", "Samples\SampleApp.Tests\SampleApp.Tests.csproj", "{8FEF48A8-6FF5-4B65-B84A-6690D735C703}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/TestStack.ConventionTests/Convention.cs b/TestStack.ConventionTests/Convention.cs index 86d6051..4ce28f6 100644 --- a/TestStack.ConventionTests/Convention.cs +++ b/TestStack.ConventionTests/Convention.cs @@ -91,7 +91,7 @@ static IEnumerable GetCustomReporters() return typeof(TDataSource).GetTypeInfo().GetCustomAttributes(typeof(ConventionReporterAttribute), false); #else var assembly = Assembly.GetCallingAssembly(); - return assembly.GetCustomAttributes(typeof(ConventionReporterAttribute), false); + return (IEnumerable)assembly.GetCustomAttributes(typeof(ConventionReporterAttribute), false); #endif } } diff --git a/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs b/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs index f2583b0..af2c980 100644 --- a/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs +++ b/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs @@ -1,8 +1,6 @@ namespace TestStack.ConventionTests.Conventions { using System; - using System.ComponentModel; - using System.Linq; using System.Reflection; using TestStack.ConventionTests.ConventionData; @@ -25,12 +23,6 @@ public void Execute(Types data, IConventionResultContext result) failingData); } - public string ConventionReason - { - get - { - return "In different scenarios, WPF can hold onto ViewModels if they do not inherit from INotifyPropertyChanged"; - } - } + public string ConventionReason => "In different scenarios, WPF can hold onto ViewModels if they do not inherit from INotifyPropertyChanged"; } } \ No newline at end of file diff --git a/TestStack.ConventionTests/TestStack.ConventionTests.csproj b/TestStack.ConventionTests/TestStack.ConventionTests.csproj index cceef59..6c9a879 100755 --- a/TestStack.ConventionTests/TestStack.ConventionTests.csproj +++ b/TestStack.ConventionTests/TestStack.ConventionTests.csproj @@ -12,19 +12,19 @@ false false - + + - + - diff --git a/UpgradeLog.htm b/UpgradeLog.htm new file mode 100644 index 0000000000000000000000000000000000000000..bf8edf5439a77081c2eb1c7426ceafb026feb954 GIT binary patch literal 43858 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 literal 0 HcmV?d00001 diff --git a/backup/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj b/backup/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj deleted file mode 100644 index 085413a..0000000 --- a/backup/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj +++ /dev/null @@ -1,73 +0,0 @@ - - - - - Debug - AnyCPU - {A747FD64-5338-4572-879D-A9DEB00EBD56} - Library - Properties - TestStack.ConventionTests.Autofac - TestStack.ConventionTests.Autofac - v4.0 - 512 - - 1a7bce16 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - bin\Debug\TestStack.ConventionTests.Autofac.xml - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\TestStack.ConventionTests.Autofac.xml - - - - ..\packages\Autofac.3.1.1\lib\net40\Autofac.dll - - - - - - - - - - - - - - - - - - - - - - - {955B0236-089F-434D-BA02-63A1E24C2B7C} - TestStack.ConventionTests - - - - - \ No newline at end of file diff --git a/backup/TestStack.ConventionTests.Autofac/project.json b/backup/TestStack.ConventionTests.Autofac/project.json deleted file mode 100644 index 80a5014..0000000 --- a/backup/TestStack.ConventionTests.Autofac/project.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "dependencies": { - // "TestStack.ConventionTests.Tests": { "target": "project" } - "Autofac": "4.2.1" - }, - "description": "", - "frameworks": { - "netstandard1.6": {} - }, - "packOptions": { - - }, - "version": "1.0.0-*" -} \ No newline at end of file diff --git a/backup/TestStack.ConventionTests.Autofac/project.lock.json b/backup/TestStack.ConventionTests.Autofac/project.lock.json deleted file mode 100755 index dd94ee6..0000000 --- a/backup/TestStack.ConventionTests.Autofac/project.lock.json +++ /dev/null @@ -1,4121 +0,0 @@ -{ - "locked": false, - "version": 2, - "targets": { - ".NETStandard,Version=v1.6": { - "Autofac/4.2.1": { - "type": "package", - "dependencies": { - "NETStandard.Library": "1.6.0", - "System.ComponentModel": "4.0.1" - }, - "compile": { - "lib/netstandard1.1/Autofac.dll": {} - }, - "runtime": { - "lib/netstandard1.1/Autofac.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.NETCore.Targets/1.0.1": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.Win32.Primitives/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.Compression.ZipFile": "4.0.1", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - } - }, - "runtime.native.System/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.IO.Compression/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Net.Http/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "System.AppContext/4.1.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.6/System.AppContext.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.AppContext.dll": {} - } - }, - "System.Buffers/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/_._": {} - }, - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.12": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} - } - }, - "System.ComponentModel/4.0.1": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.ComponentModel.dll": {} - } - }, - "System.Console/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} - } - }, - "System.Globalization.Extensions/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.5/System.IO.dll": {} - } - }, - "System.IO.Compression/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.IO.Compression": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO.Compression.ZipFile/4.0.1": { - "type": "package", - "dependencies": { - "System.Buffers": "4.0.0", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - } - }, - "System.IO.FileSystem/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.6/System.Linq.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} - } - }, - "System.Net.Sockets/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.1": { - "type": "package", - "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.1/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "type": "package", - "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "type": "package", - "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.1.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/_._": {} - }, - "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Runtime.Numerics/4.0.1": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Numerics.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Cng/4.2.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Csp/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.6/_._": {} - }, - "runtime": { - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { - "assetType": "runtime", - "rid": "unix" - } - } - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Cng": "4.2.0", - "System.Security.Cryptography.Csp": "4.0.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encoding/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.6/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Threading.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.11": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Tasks.Extensions": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XDocument.dll": {} - } - } - } - }, - "libraries": { - "Autofac/4.2.1": { - "sha512": "mLXJziTZPIt7R6m8SmPIOjMTd4k8Ok9L21j4yFniyA8AogHxEL2XburSwElJLmGU5KsgeMkpuTI22S3GSOeLqQ==", - "type": "package", - "path": "Autofac/4.2.1", - "files": [ - "Autofac.4.2.1.nupkg.sha512", - "Autofac.nuspec", - "lib/net45/Autofac.dll", - "lib/net45/Autofac.xml", - "lib/netstandard1.1/Autofac.dll", - "lib/netstandard1.1/Autofac.xml" - ] - }, - "Microsoft.NETCore.Platforms/1.0.1": { - "sha512": "1MaCBrjuRir9bjYgxAK77QY40vIcbIo53hk3AAozOTm7CSGgZ+5zy4HyjH71ptrdOkf6FKcfVW3guzF4COzByw==", - "type": "package", - "path": "Microsoft.NETCore.Platforms/1.0.1", - "files": [ - "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512", - "Microsoft.NETCore.Platforms.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.json" - ] - }, - "Microsoft.NETCore.Targets/1.0.1": { - "sha512": "16HApEBP0JeqEo4/6VJVBOjt0K1PhaLgXbr2SJXqCBiRLD5awxd5ZK1KcnQJ9kL4dT2K+ZA8kPPOC7a7UVhc4w==", - "type": "package", - "path": "Microsoft.NETCore.Targets/1.0.1", - "files": [ - "Microsoft.NETCore.Targets.1.0.1.nupkg.sha512", - "Microsoft.NETCore.Targets.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.json" - ] - }, - "Microsoft.Win32.Primitives/4.0.1": { - "sha512": "hRUkBafpXdMPGncfbvXRRdYSVPCCW7X//ls4yx1+R981Ni2gV7/Sq1Lguy0I7wc5RPWZjo1oCWj/6226zsoQvw==", - "type": "package", - "path": "Microsoft.Win32.Primitives/4.0.1", - "files": [ - "Microsoft.Win32.Primitives.4.0.1.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", - "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "NETStandard.Library/1.6.0": { - "sha512": "ptdmkhN00hcMAHO0w55uxg0O1ImTWjx6zPl0if6JfkpvjE6EMuvb2cUrQeN+/1NWZ6X8TQeQzY1VX+G+UOBgEg==", - "type": "package", - "path": "NETStandard.Library/1.6.0", - "files": [ - "NETStandard.Library.1.6.0.nupkg.sha512", - "NETStandard.Library.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt" - ] - }, - "runtime.native.System/4.0.0": { - "sha512": "pW+IxR4bRtM55xRsb8yg1/lUlAWOJUyW6QnA/CuQ69W1d00R35Cbj+Ydlqq8SX7yGnjS2VOi96d/0HsSwSDwRw==", - "type": "package", - "path": "runtime.native.System/4.0.0", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.4.0.0.nupkg.sha512", - "runtime.native.System.nuspec" - ] - }, - "runtime.native.System.IO.Compression/4.1.0": { - "sha512": "qBR1Zo+5zNdiSzvN7ZKTWeExx+DNIJFwGdTi610qsIbhlXJfy/xO0Bm87AHup8eTHDjqvC+/KTnq+sl/GsD9wg==", - "type": "package", - "path": "runtime.native.System.IO.Compression/4.1.0", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.IO.Compression.4.1.0.nupkg.sha512", - "runtime.native.System.IO.Compression.nuspec" - ] - }, - "runtime.native.System.Net.Http/4.0.1": { - "sha512": "hZwjrjgA0dFV6cx68BZrEtiw6b5p/+DFWfHV9VY1Ep3Kz/WUxHgc+zEch9Ap+p+cDTBMSDIWkz/Wh2BTAjWc/Q==", - "type": "package", - "path": "runtime.native.System.Net.Http/4.0.1", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.Net.Http.4.0.1.nupkg.sha512", - "runtime.native.System.Net.Http.nuspec" - ] - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "sha512": "pOo6HDOCOpC7Qd7or4sQRLBQOubWvvRA7LhN1feBgaFCRi0x1LgLzU7L5TzMMv01LvxYFkDpWIhjDdMChwNegg==", - "type": "package", - "path": "runtime.native.System.Security.Cryptography/4.0.0", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512", - "runtime.native.System.Security.Cryptography.nuspec" - ] - }, - "System.AppContext/4.1.0": { - "sha512": "AYwFEYpBZikEg91PIvRjQBlNHh0FRLpjfjK+DeZs62mZt7U4qCbRUWocKqWzWr7apNWrmjJTP7OvRePzYiqR1g==", - "type": "package", - "path": "System.AppContext/4.1.0", - "files": [ - "System.AppContext.4.1.0.nupkg.sha512", - "System.AppContext.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.AppContext.dll", - "lib/net463/System.AppContext.dll", - "lib/netcore50/System.AppContext.dll", - "lib/netstandard1.6/System.AppContext.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.AppContext.dll", - "ref/net463/System.AppContext.dll", - "ref/netstandard/_._", - "ref/netstandard1.3/System.AppContext.dll", - "ref/netstandard1.3/System.AppContext.xml", - "ref/netstandard1.3/de/System.AppContext.xml", - "ref/netstandard1.3/es/System.AppContext.xml", - "ref/netstandard1.3/fr/System.AppContext.xml", - "ref/netstandard1.3/it/System.AppContext.xml", - "ref/netstandard1.3/ja/System.AppContext.xml", - "ref/netstandard1.3/ko/System.AppContext.xml", - "ref/netstandard1.3/ru/System.AppContext.xml", - "ref/netstandard1.3/zh-hans/System.AppContext.xml", - "ref/netstandard1.3/zh-hant/System.AppContext.xml", - "ref/netstandard1.6/System.AppContext.dll", - "ref/netstandard1.6/System.AppContext.xml", - "ref/netstandard1.6/de/System.AppContext.xml", - "ref/netstandard1.6/es/System.AppContext.xml", - "ref/netstandard1.6/fr/System.AppContext.xml", - "ref/netstandard1.6/it/System.AppContext.xml", - "ref/netstandard1.6/ja/System.AppContext.xml", - "ref/netstandard1.6/ko/System.AppContext.xml", - "ref/netstandard1.6/ru/System.AppContext.xml", - "ref/netstandard1.6/zh-hans/System.AppContext.xml", - "ref/netstandard1.6/zh-hant/System.AppContext.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.AppContext.dll" - ] - }, - "System.Buffers/4.0.0": { - "sha512": "BE7rm7pkJt2p95ABu5t1eOyZn6dtNvSABoBhvmp7aLyL5VImSnX9g2tpVLIRcvVHS+02ht+bn1LrTmqUixk28Q==", - "type": "package", - "path": "System.Buffers/4.0.0", - "files": [ - "System.Buffers.4.0.0.nupkg.sha512", - "System.Buffers.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.1/.xml", - "lib/netstandard1.1/System.Buffers.dll" - ] - }, - "System.Collections/4.0.11": { - "sha512": "MkyY7Gm//08lVQhQuN0rLdQvnB8OMSiqXtKQawA6YWbJEuy7j7/2SbW/riShO8oQIBzCLd4kKmL9+2lGw0THQQ==", - "type": "package", - "path": "System.Collections/4.0.11", - "files": [ - "System.Collections.4.0.11.nupkg.sha512", - "System.Collections.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", - "ref/netcore50/de/System.Collections.xml", - "ref/netcore50/es/System.Collections.xml", - "ref/netcore50/fr/System.Collections.xml", - "ref/netcore50/it/System.Collections.xml", - "ref/netcore50/ja/System.Collections.xml", - "ref/netcore50/ko/System.Collections.xml", - "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/zh-hans/System.Collections.xml", - "ref/netcore50/zh-hant/System.Collections.xml", - "ref/netstandard1.0/System.Collections.dll", - "ref/netstandard1.0/System.Collections.xml", - "ref/netstandard1.0/de/System.Collections.xml", - "ref/netstandard1.0/es/System.Collections.xml", - "ref/netstandard1.0/fr/System.Collections.xml", - "ref/netstandard1.0/it/System.Collections.xml", - "ref/netstandard1.0/ja/System.Collections.xml", - "ref/netstandard1.0/ko/System.Collections.xml", - "ref/netstandard1.0/ru/System.Collections.xml", - "ref/netstandard1.0/zh-hans/System.Collections.xml", - "ref/netstandard1.0/zh-hant/System.Collections.xml", - "ref/netstandard1.3/System.Collections.dll", - "ref/netstandard1.3/System.Collections.xml", - "ref/netstandard1.3/de/System.Collections.xml", - "ref/netstandard1.3/es/System.Collections.xml", - "ref/netstandard1.3/fr/System.Collections.xml", - "ref/netstandard1.3/it/System.Collections.xml", - "ref/netstandard1.3/ja/System.Collections.xml", - "ref/netstandard1.3/ko/System.Collections.xml", - "ref/netstandard1.3/ru/System.Collections.xml", - "ref/netstandard1.3/zh-hans/System.Collections.xml", - "ref/netstandard1.3/zh-hant/System.Collections.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Collections.Concurrent/4.0.12": { - "sha512": "PCjCA36g5pEDAyBWyG12J6UrlARoWNUY6WzF9JjvwbF3ADNE45njmvkrQOHNdBRj4eAzsog5zjSwrjmmtVShnQ==", - "type": "package", - "path": "System.Collections.Concurrent/4.0.12", - "files": [ - "System.Collections.Concurrent.4.0.12.nupkg.sha512", - "System.Collections.Concurrent.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.Concurrent.dll", - "lib/netstandard1.3/System.Collections.Concurrent.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.Concurrent.dll", - "ref/netcore50/System.Collections.Concurrent.xml", - "ref/netcore50/de/System.Collections.Concurrent.xml", - "ref/netcore50/es/System.Collections.Concurrent.xml", - "ref/netcore50/fr/System.Collections.Concurrent.xml", - "ref/netcore50/it/System.Collections.Concurrent.xml", - "ref/netcore50/ja/System.Collections.Concurrent.xml", - "ref/netcore50/ko/System.Collections.Concurrent.xml", - "ref/netcore50/ru/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", - "ref/netstandard1.1/System.Collections.Concurrent.dll", - "ref/netstandard1.1/System.Collections.Concurrent.xml", - "ref/netstandard1.1/de/System.Collections.Concurrent.xml", - "ref/netstandard1.1/es/System.Collections.Concurrent.xml", - "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", - "ref/netstandard1.1/it/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", - "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", - "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", - "ref/netstandard1.3/System.Collections.Concurrent.dll", - "ref/netstandard1.3/System.Collections.Concurrent.xml", - "ref/netstandard1.3/de/System.Collections.Concurrent.xml", - "ref/netstandard1.3/es/System.Collections.Concurrent.xml", - "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", - "ref/netstandard1.3/it/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", - "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", - "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.ComponentModel/4.0.1": { - "sha512": "7diOAe/xzFlApzs/V4+twQA/+k7way+FdRlCMb2og8YVY7UaVW/D4puNxI/J206l6nDVWRsPHZL5BpKTC66D1g==", - "type": "package", - "path": "System.ComponentModel/4.0.1", - "files": [ - "System.ComponentModel.4.0.1.nupkg.sha512", - "System.ComponentModel.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.ComponentModel.dll", - "lib/netstandard1.3/System.ComponentModel.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.ComponentModel.dll", - "ref/netcore50/System.ComponentModel.xml", - "ref/netcore50/de/System.ComponentModel.xml", - "ref/netcore50/es/System.ComponentModel.xml", - "ref/netcore50/fr/System.ComponentModel.xml", - "ref/netcore50/it/System.ComponentModel.xml", - "ref/netcore50/ja/System.ComponentModel.xml", - "ref/netcore50/ko/System.ComponentModel.xml", - "ref/netcore50/ru/System.ComponentModel.xml", - "ref/netcore50/zh-hans/System.ComponentModel.xml", - "ref/netcore50/zh-hant/System.ComponentModel.xml", - "ref/netstandard1.0/System.ComponentModel.dll", - "ref/netstandard1.0/System.ComponentModel.xml", - "ref/netstandard1.0/de/System.ComponentModel.xml", - "ref/netstandard1.0/es/System.ComponentModel.xml", - "ref/netstandard1.0/fr/System.ComponentModel.xml", - "ref/netstandard1.0/it/System.ComponentModel.xml", - "ref/netstandard1.0/ja/System.ComponentModel.xml", - "ref/netstandard1.0/ko/System.ComponentModel.xml", - "ref/netstandard1.0/ru/System.ComponentModel.xml", - "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", - "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Console/4.0.0": { - "sha512": "55nNtbhYiu883MlPOvF0SVT2scPFgsXUzMwl/WfnhGQxOX3B78rcOHH+eWpVpMjtGFPg29OsnhAiDMxF/98OXQ==", - "type": "package", - "path": "System.Console/4.0.0", - "files": [ - "System.Console.4.0.0.nupkg.sha512", - "System.Console.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Console.dll", - "ref/netstandard1.3/System.Console.dll", - "ref/netstandard1.3/System.Console.xml", - "ref/netstandard1.3/de/System.Console.xml", - "ref/netstandard1.3/es/System.Console.xml", - "ref/netstandard1.3/fr/System.Console.xml", - "ref/netstandard1.3/it/System.Console.xml", - "ref/netstandard1.3/ja/System.Console.xml", - "ref/netstandard1.3/ko/System.Console.xml", - "ref/netstandard1.3/ru/System.Console.xml", - "ref/netstandard1.3/zh-hans/System.Console.xml", - "ref/netstandard1.3/zh-hant/System.Console.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Diagnostics.Debug/4.0.11": { - "sha512": "f7iaMw4YJ4h9lm5pE/oXkksIMaz6/0UzXCzETIrY53LWLnhFwFKsOdYtOgc2j7fuol78t9p1JYbkjRZ8hdmRpg==", - "type": "package", - "path": "System.Diagnostics.Debug/4.0.11", - "files": [ - "System.Diagnostics.Debug.4.0.11.nupkg.sha512", - "System.Diagnostics.Debug.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", - "ref/netcore50/de/System.Diagnostics.Debug.xml", - "ref/netcore50/es/System.Diagnostics.Debug.xml", - "ref/netcore50/fr/System.Diagnostics.Debug.xml", - "ref/netcore50/it/System.Diagnostics.Debug.xml", - "ref/netcore50/ja/System.Diagnostics.Debug.xml", - "ref/netcore50/ko/System.Diagnostics.Debug.xml", - "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/System.Diagnostics.Debug.dll", - "ref/netstandard1.0/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/System.Diagnostics.Debug.dll", - "ref/netstandard1.3/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "sha512": "WY00aTqdy2BDSX+URHpP5nPmJdbEe2wepdIbgRnJbdRki/Ma7A1tdqoj6qE2sFNgnsVIqEokD4Hm+1sZwhW94Q==", - "type": "package", - "path": "System.Diagnostics.DiagnosticSource/4.0.0", - "files": [ - "System.Diagnostics.DiagnosticSource.4.0.0.nupkg.sha512", - "System.Diagnostics.DiagnosticSource.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/System.Diagnostics.DiagnosticSource.dll", - "lib/net46/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml" - ] - }, - "System.Diagnostics.Tools/4.0.1": { - "sha512": "Hkl/XUQm44SL1MFXJWxvVACzZ+aIwvpz2cNUBVQQ50aM/vv6IeIq+2dTG5guMIiMFa6eeiLqRyw+TwkQMbDNXw==", - "type": "package", - "path": "System.Diagnostics.Tools/4.0.1", - "files": [ - "System.Diagnostics.Tools.4.0.1.nupkg.sha512", - "System.Diagnostics.Tools.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Tools.dll", - "ref/netcore50/System.Diagnostics.Tools.xml", - "ref/netcore50/de/System.Diagnostics.Tools.xml", - "ref/netcore50/es/System.Diagnostics.Tools.xml", - "ref/netcore50/fr/System.Diagnostics.Tools.xml", - "ref/netcore50/it/System.Diagnostics.Tools.xml", - "ref/netcore50/ja/System.Diagnostics.Tools.xml", - "ref/netcore50/ko/System.Diagnostics.Tools.xml", - "ref/netcore50/ru/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/System.Diagnostics.Tools.dll", - "ref/netstandard1.0/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Diagnostics.Tracing/4.1.0": { - "sha512": "6fPqvVhkCXsprt497gQCVXQy3KWR/g1YXzgngS3NjzPdVch94DEMw44D2zBLVlB/pK3Z7W3AU09NAePvinD0ZQ==", - "type": "package", - "path": "System.Diagnostics.Tracing/4.1.0", - "files": [ - "System.Diagnostics.Tracing.4.1.0.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Diagnostics.Tracing.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.xml", - "ref/netcore50/de/System.Diagnostics.Tracing.xml", - "ref/netcore50/es/System.Diagnostics.Tracing.xml", - "ref/netcore50/fr/System.Diagnostics.Tracing.xml", - "ref/netcore50/it/System.Diagnostics.Tracing.xml", - "ref/netcore50/ja/System.Diagnostics.Tracing.xml", - "ref/netcore50/ko/System.Diagnostics.Tracing.xml", - "ref/netcore50/ru/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/System.Diagnostics.Tracing.dll", - "ref/netstandard1.1/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/System.Diagnostics.Tracing.dll", - "ref/netstandard1.2/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/System.Diagnostics.Tracing.dll", - "ref/netstandard1.3/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/System.Diagnostics.Tracing.dll", - "ref/netstandard1.5/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Globalization/4.0.11": { - "sha512": "ZZdI5n1Acb6TqtkVS2ja0r3qzBqPX+iHdnA6XeJ7x+1z8C0e4/V4KLJ3xXJb4ejkzdNOYdsUfniEZCEXJ3JOsg==", - "type": "package", - "path": "System.Globalization/4.0.11", - "files": [ - "System.Globalization.4.0.11.nupkg.sha512", - "System.Globalization.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", - "ref/netcore50/de/System.Globalization.xml", - "ref/netcore50/es/System.Globalization.xml", - "ref/netcore50/fr/System.Globalization.xml", - "ref/netcore50/it/System.Globalization.xml", - "ref/netcore50/ja/System.Globalization.xml", - "ref/netcore50/ko/System.Globalization.xml", - "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/zh-hans/System.Globalization.xml", - "ref/netcore50/zh-hant/System.Globalization.xml", - "ref/netstandard1.0/System.Globalization.dll", - "ref/netstandard1.0/System.Globalization.xml", - "ref/netstandard1.0/de/System.Globalization.xml", - "ref/netstandard1.0/es/System.Globalization.xml", - "ref/netstandard1.0/fr/System.Globalization.xml", - "ref/netstandard1.0/it/System.Globalization.xml", - "ref/netstandard1.0/ja/System.Globalization.xml", - "ref/netstandard1.0/ko/System.Globalization.xml", - "ref/netstandard1.0/ru/System.Globalization.xml", - "ref/netstandard1.0/zh-hans/System.Globalization.xml", - "ref/netstandard1.0/zh-hant/System.Globalization.xml", - "ref/netstandard1.3/System.Globalization.dll", - "ref/netstandard1.3/System.Globalization.xml", - "ref/netstandard1.3/de/System.Globalization.xml", - "ref/netstandard1.3/es/System.Globalization.xml", - "ref/netstandard1.3/fr/System.Globalization.xml", - "ref/netstandard1.3/it/System.Globalization.xml", - "ref/netstandard1.3/ja/System.Globalization.xml", - "ref/netstandard1.3/ko/System.Globalization.xml", - "ref/netstandard1.3/ru/System.Globalization.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Globalization.Calendars/4.0.1": { - "sha512": "EFEMtLr+1mVwhPCZiKUzwlDrIP56rW19UdFzYz1lSKBCZOdAQHYkMiUqGNRaUFIybHVcIslUabDfGZukWxoENQ==", - "type": "package", - "path": "System.Globalization.Calendars/4.0.1", - "files": [ - "System.Globalization.Calendars.4.0.1.nupkg.sha512", - "System.Globalization.Calendars.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", - "ref/netstandard1.3/System.Globalization.Calendars.dll", - "ref/netstandard1.3/System.Globalization.Calendars.xml", - "ref/netstandard1.3/de/System.Globalization.Calendars.xml", - "ref/netstandard1.3/es/System.Globalization.Calendars.xml", - "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", - "ref/netstandard1.3/it/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Globalization.Extensions/4.0.1": { - "sha512": "RDegYFCbwoNVkuUr99S68GYiw7f/4zB9vZ7QEmDwTcRKYlSAb2bgAvWEwmXo4HxrjLFkVqK7MxIMZXnn65Buug==", - "type": "package", - "path": "System.Globalization.Extensions/4.0.1", - "files": [ - "System.Globalization.Extensions.4.0.1.nupkg.sha512", - "System.Globalization.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Extensions.dll", - "ref/netstandard1.3/System.Globalization.Extensions.dll", - "ref/netstandard1.3/System.Globalization.Extensions.xml", - "ref/netstandard1.3/de/System.Globalization.Extensions.xml", - "ref/netstandard1.3/es/System.Globalization.Extensions.xml", - "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", - "ref/netstandard1.3/it/System.Globalization.Extensions.xml", - "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", - "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", - "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", - "runtimes/win/lib/net46/System.Globalization.Extensions.dll", - "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll" - ] - }, - "System.IO/4.1.0": { - "sha512": "H3nvXW8bYDnVbmV53qVGrjNpt7Vn6wCr4GyhZf5TdxI68tUx1B/Ei/9Nvfrt+foC5evPn5QUN7N67BHD+HheWw==", - "type": "package", - "path": "System.IO/4.1.0", - "files": [ - "System.IO.4.1.0.nupkg.sha512", - "System.IO.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.IO.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.IO.dll", - "ref/netcore50/System.IO.dll", - "ref/netcore50/System.IO.xml", - "ref/netcore50/de/System.IO.xml", - "ref/netcore50/es/System.IO.xml", - "ref/netcore50/fr/System.IO.xml", - "ref/netcore50/it/System.IO.xml", - "ref/netcore50/ja/System.IO.xml", - "ref/netcore50/ko/System.IO.xml", - "ref/netcore50/ru/System.IO.xml", - "ref/netcore50/zh-hans/System.IO.xml", - "ref/netcore50/zh-hant/System.IO.xml", - "ref/netstandard1.0/System.IO.dll", - "ref/netstandard1.0/System.IO.xml", - "ref/netstandard1.0/de/System.IO.xml", - "ref/netstandard1.0/es/System.IO.xml", - "ref/netstandard1.0/fr/System.IO.xml", - "ref/netstandard1.0/it/System.IO.xml", - "ref/netstandard1.0/ja/System.IO.xml", - "ref/netstandard1.0/ko/System.IO.xml", - "ref/netstandard1.0/ru/System.IO.xml", - "ref/netstandard1.0/zh-hans/System.IO.xml", - "ref/netstandard1.0/zh-hant/System.IO.xml", - "ref/netstandard1.3/System.IO.dll", - "ref/netstandard1.3/System.IO.xml", - "ref/netstandard1.3/de/System.IO.xml", - "ref/netstandard1.3/es/System.IO.xml", - "ref/netstandard1.3/fr/System.IO.xml", - "ref/netstandard1.3/it/System.IO.xml", - "ref/netstandard1.3/ja/System.IO.xml", - "ref/netstandard1.3/ko/System.IO.xml", - "ref/netstandard1.3/ru/System.IO.xml", - "ref/netstandard1.3/zh-hans/System.IO.xml", - "ref/netstandard1.3/zh-hant/System.IO.xml", - "ref/netstandard1.5/System.IO.dll", - "ref/netstandard1.5/System.IO.xml", - "ref/netstandard1.5/de/System.IO.xml", - "ref/netstandard1.5/es/System.IO.xml", - "ref/netstandard1.5/fr/System.IO.xml", - "ref/netstandard1.5/it/System.IO.xml", - "ref/netstandard1.5/ja/System.IO.xml", - "ref/netstandard1.5/ko/System.IO.xml", - "ref/netstandard1.5/ru/System.IO.xml", - "ref/netstandard1.5/zh-hans/System.IO.xml", - "ref/netstandard1.5/zh-hant/System.IO.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.IO.Compression/4.1.0": { - "sha512": "f9CLwsCROe5A0GrNRXDWzM72HLMX0chyTXiov+FGv47jVqgPIeZ/uQJhM1pH0OOQHzlVCt0EAxhvfM+52Wm4ag==", - "type": "package", - "path": "System.IO.Compression/4.1.0", - "files": [ - "System.IO.Compression.4.1.0.nupkg.sha512", - "System.IO.Compression.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.IO.Compression.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net46/System.IO.Compression.dll", - "ref/netcore50/System.IO.Compression.dll", - "ref/netcore50/System.IO.Compression.xml", - "ref/netcore50/de/System.IO.Compression.xml", - "ref/netcore50/es/System.IO.Compression.xml", - "ref/netcore50/fr/System.IO.Compression.xml", - "ref/netcore50/it/System.IO.Compression.xml", - "ref/netcore50/ja/System.IO.Compression.xml", - "ref/netcore50/ko/System.IO.Compression.xml", - "ref/netcore50/ru/System.IO.Compression.xml", - "ref/netcore50/zh-hans/System.IO.Compression.xml", - "ref/netcore50/zh-hant/System.IO.Compression.xml", - "ref/netstandard1.1/System.IO.Compression.dll", - "ref/netstandard1.1/System.IO.Compression.xml", - "ref/netstandard1.1/de/System.IO.Compression.xml", - "ref/netstandard1.1/es/System.IO.Compression.xml", - "ref/netstandard1.1/fr/System.IO.Compression.xml", - "ref/netstandard1.1/it/System.IO.Compression.xml", - "ref/netstandard1.1/ja/System.IO.Compression.xml", - "ref/netstandard1.1/ko/System.IO.Compression.xml", - "ref/netstandard1.1/ru/System.IO.Compression.xml", - "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", - "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", - "ref/netstandard1.3/System.IO.Compression.dll", - "ref/netstandard1.3/System.IO.Compression.xml", - "ref/netstandard1.3/de/System.IO.Compression.xml", - "ref/netstandard1.3/es/System.IO.Compression.xml", - "ref/netstandard1.3/fr/System.IO.Compression.xml", - "ref/netstandard1.3/it/System.IO.Compression.xml", - "ref/netstandard1.3/ja/System.IO.Compression.xml", - "ref/netstandard1.3/ko/System.IO.Compression.xml", - "ref/netstandard1.3/ru/System.IO.Compression.xml", - "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", - "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", - "runtimes/win/lib/net46/System.IO.Compression.dll", - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll" - ] - }, - "System.IO.Compression.ZipFile/4.0.1": { - "sha512": "YkGOwj4H3isNzLmaiZnCGX9Gxl3TsOZKOAZOtsmOmC9i3x/BhjBXwzUUt3RA6Ik+HycJd5TkPAULAyZkz29dug==", - "type": "package", - "path": "System.IO.Compression.ZipFile/4.0.1", - "files": [ - "System.IO.Compression.ZipFile.4.0.1.nupkg.sha512", - "System.IO.Compression.ZipFile.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.Compression.ZipFile.dll", - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.Compression.ZipFile.dll", - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", - "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.IO.FileSystem/4.0.1": { - "sha512": "13xkEOg7ojVRDMsaRi+hfCt8x3KNi0egccWzHoJYsbteJshfWrAHHixznFPXyXz9HXKpvcKzA+FHC/dxJN6/JA==", - "type": "package", - "path": "System.IO.FileSystem/4.0.1", - "files": [ - "System.IO.FileSystem.4.0.1.nupkg.sha512", - "System.IO.FileSystem.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/netstandard1.3/System.IO.FileSystem.dll", - "ref/netstandard1.3/System.IO.FileSystem.xml", - "ref/netstandard1.3/de/System.IO.FileSystem.xml", - "ref/netstandard1.3/es/System.IO.FileSystem.xml", - "ref/netstandard1.3/fr/System.IO.FileSystem.xml", - "ref/netstandard1.3/it/System.IO.FileSystem.xml", - "ref/netstandard1.3/ja/System.IO.FileSystem.xml", - "ref/netstandard1.3/ko/System.IO.FileSystem.xml", - "ref/netstandard1.3/ru/System.IO.FileSystem.xml", - "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", - "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "sha512": "0OSdCeat3ZQYONKhbcdteV7Et6F2LMRhWny0ZcgF1vAHAynIU18NLhpilvYqOrnhDD8Qw84cwm8ApR/sSi3Tqw==", - "type": "package", - "path": "System.IO.FileSystem.Primitives/4.0.1", - "files": [ - "System.IO.FileSystem.Primitives.4.0.1.nupkg.sha512", - "System.IO.FileSystem.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", - "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Linq/4.1.0": { - "sha512": "MvNGOAr6XhAyR5wRkwU1P09d/SQTxJ57qu/xxYj4bodj9WNCUh9Owxi+VJXG6xuasZH+8iBPtAlMHLpsUAfCsg==", - "type": "package", - "path": "System.Linq/4.1.0", - "files": [ - "System.Linq.4.1.0.nupkg.sha512", - "System.Linq.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Linq.dll", - "lib/netcore50/System.Linq.dll", - "lib/netstandard1.6/System.Linq.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Linq.dll", - "ref/netcore50/System.Linq.dll", - "ref/netcore50/System.Linq.xml", - "ref/netcore50/de/System.Linq.xml", - "ref/netcore50/es/System.Linq.xml", - "ref/netcore50/fr/System.Linq.xml", - "ref/netcore50/it/System.Linq.xml", - "ref/netcore50/ja/System.Linq.xml", - "ref/netcore50/ko/System.Linq.xml", - "ref/netcore50/ru/System.Linq.xml", - "ref/netcore50/zh-hans/System.Linq.xml", - "ref/netcore50/zh-hant/System.Linq.xml", - "ref/netstandard1.0/System.Linq.dll", - "ref/netstandard1.0/System.Linq.xml", - "ref/netstandard1.0/de/System.Linq.xml", - "ref/netstandard1.0/es/System.Linq.xml", - "ref/netstandard1.0/fr/System.Linq.xml", - "ref/netstandard1.0/it/System.Linq.xml", - "ref/netstandard1.0/ja/System.Linq.xml", - "ref/netstandard1.0/ko/System.Linq.xml", - "ref/netstandard1.0/ru/System.Linq.xml", - "ref/netstandard1.0/zh-hans/System.Linq.xml", - "ref/netstandard1.0/zh-hant/System.Linq.xml", - "ref/netstandard1.6/System.Linq.dll", - "ref/netstandard1.6/System.Linq.xml", - "ref/netstandard1.6/de/System.Linq.xml", - "ref/netstandard1.6/es/System.Linq.xml", - "ref/netstandard1.6/fr/System.Linq.xml", - "ref/netstandard1.6/it/System.Linq.xml", - "ref/netstandard1.6/ja/System.Linq.xml", - "ref/netstandard1.6/ko/System.Linq.xml", - "ref/netstandard1.6/ru/System.Linq.xml", - "ref/netstandard1.6/zh-hans/System.Linq.xml", - "ref/netstandard1.6/zh-hant/System.Linq.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Linq.Expressions/4.1.0": { - "sha512": "bE8lOg3XwRa/ts7SUEwoUjYSf1wpHQqv26fdvV5iTC0FbQmWZixfnpPeEvLa8sIw5dVgCjAC1pgNjHLi8U7syA==", - "type": "package", - "path": "System.Linq.Expressions/4.1.0", - "files": [ - "System.Linq.Expressions.4.1.0.nupkg.sha512", - "System.Linq.Expressions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Linq.Expressions.dll", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/netstandard1.6/System.Linq.Expressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.xml", - "ref/netcore50/de/System.Linq.Expressions.xml", - "ref/netcore50/es/System.Linq.Expressions.xml", - "ref/netcore50/fr/System.Linq.Expressions.xml", - "ref/netcore50/it/System.Linq.Expressions.xml", - "ref/netcore50/ja/System.Linq.Expressions.xml", - "ref/netcore50/ko/System.Linq.Expressions.xml", - "ref/netcore50/ru/System.Linq.Expressions.xml", - "ref/netcore50/zh-hans/System.Linq.Expressions.xml", - "ref/netcore50/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.0/System.Linq.Expressions.dll", - "ref/netstandard1.0/System.Linq.Expressions.xml", - "ref/netstandard1.0/de/System.Linq.Expressions.xml", - "ref/netstandard1.0/es/System.Linq.Expressions.xml", - "ref/netstandard1.0/fr/System.Linq.Expressions.xml", - "ref/netstandard1.0/it/System.Linq.Expressions.xml", - "ref/netstandard1.0/ja/System.Linq.Expressions.xml", - "ref/netstandard1.0/ko/System.Linq.Expressions.xml", - "ref/netstandard1.0/ru/System.Linq.Expressions.xml", - "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.3/System.Linq.Expressions.dll", - "ref/netstandard1.3/System.Linq.Expressions.xml", - "ref/netstandard1.3/de/System.Linq.Expressions.xml", - "ref/netstandard1.3/es/System.Linq.Expressions.xml", - "ref/netstandard1.3/fr/System.Linq.Expressions.xml", - "ref/netstandard1.3/it/System.Linq.Expressions.xml", - "ref/netstandard1.3/ja/System.Linq.Expressions.xml", - "ref/netstandard1.3/ko/System.Linq.Expressions.xml", - "ref/netstandard1.3/ru/System.Linq.Expressions.xml", - "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.6/System.Linq.Expressions.dll", - "ref/netstandard1.6/System.Linq.Expressions.xml", - "ref/netstandard1.6/de/System.Linq.Expressions.xml", - "ref/netstandard1.6/es/System.Linq.Expressions.xml", - "ref/netstandard1.6/fr/System.Linq.Expressions.xml", - "ref/netstandard1.6/it/System.Linq.Expressions.xml", - "ref/netstandard1.6/ja/System.Linq.Expressions.xml", - "ref/netstandard1.6/ko/System.Linq.Expressions.xml", - "ref/netstandard1.6/ru/System.Linq.Expressions.xml", - "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll" - ] - }, - "System.Net.Http/4.1.0": { - "sha512": "zuHDRdjxjdqz7PAPk200mXmBjZNT09NC+aWvODPfldKwJKlFgVxvI/iJykT0SKsMYfm+MDyax5wZpACJqjLAQg==", - "type": "package", - "path": "System.Net.Http/4.1.0", - "files": [ - "System.Net.Http.4.1.0.nupkg.sha512", - "System.Net.Http.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/Xamarinmac20/_._", - "lib/monoandroid10/_._", - "lib/monotouch10/_._", - "lib/net45/_._", - "lib/net46/System.Net.Http.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/Xamarinmac20/_._", - "ref/monoandroid10/_._", - "ref/monotouch10/_._", - "ref/net45/_._", - "ref/net46/System.Net.Http.dll", - "ref/net46/System.Net.Http.xml", - "ref/net46/de/System.Net.Http.xml", - "ref/net46/es/System.Net.Http.xml", - "ref/net46/fr/System.Net.Http.xml", - "ref/net46/it/System.Net.Http.xml", - "ref/net46/ja/System.Net.Http.xml", - "ref/net46/ko/System.Net.Http.xml", - "ref/net46/ru/System.Net.Http.xml", - "ref/net46/zh-hans/System.Net.Http.xml", - "ref/net46/zh-hant/System.Net.Http.xml", - "ref/netcore50/System.Net.Http.dll", - "ref/netcore50/System.Net.Http.xml", - "ref/netcore50/de/System.Net.Http.xml", - "ref/netcore50/es/System.Net.Http.xml", - "ref/netcore50/fr/System.Net.Http.xml", - "ref/netcore50/it/System.Net.Http.xml", - "ref/netcore50/ja/System.Net.Http.xml", - "ref/netcore50/ko/System.Net.Http.xml", - "ref/netcore50/ru/System.Net.Http.xml", - "ref/netcore50/zh-hans/System.Net.Http.xml", - "ref/netcore50/zh-hant/System.Net.Http.xml", - "ref/netstandard1.1/System.Net.Http.dll", - "ref/netstandard1.1/System.Net.Http.xml", - "ref/netstandard1.1/de/System.Net.Http.xml", - "ref/netstandard1.1/es/System.Net.Http.xml", - "ref/netstandard1.1/fr/System.Net.Http.xml", - "ref/netstandard1.1/it/System.Net.Http.xml", - "ref/netstandard1.1/ja/System.Net.Http.xml", - "ref/netstandard1.1/ko/System.Net.Http.xml", - "ref/netstandard1.1/ru/System.Net.Http.xml", - "ref/netstandard1.1/zh-hans/System.Net.Http.xml", - "ref/netstandard1.1/zh-hant/System.Net.Http.xml", - "ref/netstandard1.3/System.Net.Http.dll", - "ref/netstandard1.3/System.Net.Http.xml", - "ref/netstandard1.3/de/System.Net.Http.xml", - "ref/netstandard1.3/es/System.Net.Http.xml", - "ref/netstandard1.3/fr/System.Net.Http.xml", - "ref/netstandard1.3/it/System.Net.Http.xml", - "ref/netstandard1.3/ja/System.Net.Http.xml", - "ref/netstandard1.3/ko/System.Net.Http.xml", - "ref/netstandard1.3/ru/System.Net.Http.xml", - "ref/netstandard1.3/zh-hans/System.Net.Http.xml", - "ref/netstandard1.3/zh-hant/System.Net.Http.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", - "runtimes/win/lib/net46/System.Net.Http.dll", - "runtimes/win/lib/netcore50/System.Net.Http.dll", - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll" - ] - }, - "System.Net.Primitives/4.0.11": { - "sha512": "9ZSN1+zc4uUPA2fHsKYJFy4fPRecTv5w2zVZTDavVQ/zDeufGAElM4Y/HL+i0vwzuAHHrc76MWgpVathNjyvng==", - "type": "package", - "path": "System.Net.Primitives/4.0.11", - "files": [ - "System.Net.Primitives.4.0.11.nupkg.sha512", - "System.Net.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Net.Primitives.dll", - "ref/netcore50/System.Net.Primitives.xml", - "ref/netcore50/de/System.Net.Primitives.xml", - "ref/netcore50/es/System.Net.Primitives.xml", - "ref/netcore50/fr/System.Net.Primitives.xml", - "ref/netcore50/it/System.Net.Primitives.xml", - "ref/netcore50/ja/System.Net.Primitives.xml", - "ref/netcore50/ko/System.Net.Primitives.xml", - "ref/netcore50/ru/System.Net.Primitives.xml", - "ref/netcore50/zh-hans/System.Net.Primitives.xml", - "ref/netcore50/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.0/System.Net.Primitives.dll", - "ref/netstandard1.0/System.Net.Primitives.xml", - "ref/netstandard1.0/de/System.Net.Primitives.xml", - "ref/netstandard1.0/es/System.Net.Primitives.xml", - "ref/netstandard1.0/fr/System.Net.Primitives.xml", - "ref/netstandard1.0/it/System.Net.Primitives.xml", - "ref/netstandard1.0/ja/System.Net.Primitives.xml", - "ref/netstandard1.0/ko/System.Net.Primitives.xml", - "ref/netstandard1.0/ru/System.Net.Primitives.xml", - "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.1/System.Net.Primitives.dll", - "ref/netstandard1.1/System.Net.Primitives.xml", - "ref/netstandard1.1/de/System.Net.Primitives.xml", - "ref/netstandard1.1/es/System.Net.Primitives.xml", - "ref/netstandard1.1/fr/System.Net.Primitives.xml", - "ref/netstandard1.1/it/System.Net.Primitives.xml", - "ref/netstandard1.1/ja/System.Net.Primitives.xml", - "ref/netstandard1.1/ko/System.Net.Primitives.xml", - "ref/netstandard1.1/ru/System.Net.Primitives.xml", - "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.3/System.Net.Primitives.dll", - "ref/netstandard1.3/System.Net.Primitives.xml", - "ref/netstandard1.3/de/System.Net.Primitives.xml", - "ref/netstandard1.3/es/System.Net.Primitives.xml", - "ref/netstandard1.3/fr/System.Net.Primitives.xml", - "ref/netstandard1.3/it/System.Net.Primitives.xml", - "ref/netstandard1.3/ja/System.Net.Primitives.xml", - "ref/netstandard1.3/ko/System.Net.Primitives.xml", - "ref/netstandard1.3/ru/System.Net.Primitives.xml", - "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Net.Sockets/4.1.0": { - "sha512": "LBKVRsqodR2H+2giN0gEC6GQRR8y4pCrMJ7Z4w5BouwQL69VtWTB5TmDSLHcAEZdyzQLnsE3+XNvqwkoiNWYIw==", - "type": "package", - "path": "System.Net.Sockets/4.1.0", - "files": [ - "System.Net.Sockets.4.1.0.nupkg.sha512", - "System.Net.Sockets.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Sockets.dll", - "ref/netstandard1.3/System.Net.Sockets.dll", - "ref/netstandard1.3/System.Net.Sockets.xml", - "ref/netstandard1.3/de/System.Net.Sockets.xml", - "ref/netstandard1.3/es/System.Net.Sockets.xml", - "ref/netstandard1.3/fr/System.Net.Sockets.xml", - "ref/netstandard1.3/it/System.Net.Sockets.xml", - "ref/netstandard1.3/ja/System.Net.Sockets.xml", - "ref/netstandard1.3/ko/System.Net.Sockets.xml", - "ref/netstandard1.3/ru/System.Net.Sockets.xml", - "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", - "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.ObjectModel/4.0.12": { - "sha512": "QQdGuFwcBnV1NbmygiNJlBi9mEwrl+iIJLPE9ENrTkdSXXocSKSU7CzgGrkUeUpkDyVU9HVp9J0utRMHoAaaXQ==", - "type": "package", - "path": "System.ObjectModel/4.0.12", - "files": [ - "System.ObjectModel.4.0.12.nupkg.sha512", - "System.ObjectModel.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.ObjectModel.dll", - "lib/netstandard1.3/System.ObjectModel.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.ObjectModel.dll", - "ref/netcore50/System.ObjectModel.xml", - "ref/netcore50/de/System.ObjectModel.xml", - "ref/netcore50/es/System.ObjectModel.xml", - "ref/netcore50/fr/System.ObjectModel.xml", - "ref/netcore50/it/System.ObjectModel.xml", - "ref/netcore50/ja/System.ObjectModel.xml", - "ref/netcore50/ko/System.ObjectModel.xml", - "ref/netcore50/ru/System.ObjectModel.xml", - "ref/netcore50/zh-hans/System.ObjectModel.xml", - "ref/netcore50/zh-hant/System.ObjectModel.xml", - "ref/netstandard1.0/System.ObjectModel.dll", - "ref/netstandard1.0/System.ObjectModel.xml", - "ref/netstandard1.0/de/System.ObjectModel.xml", - "ref/netstandard1.0/es/System.ObjectModel.xml", - "ref/netstandard1.0/fr/System.ObjectModel.xml", - "ref/netstandard1.0/it/System.ObjectModel.xml", - "ref/netstandard1.0/ja/System.ObjectModel.xml", - "ref/netstandard1.0/ko/System.ObjectModel.xml", - "ref/netstandard1.0/ru/System.ObjectModel.xml", - "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", - "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", - "ref/netstandard1.3/System.ObjectModel.dll", - "ref/netstandard1.3/System.ObjectModel.xml", - "ref/netstandard1.3/de/System.ObjectModel.xml", - "ref/netstandard1.3/es/System.ObjectModel.xml", - "ref/netstandard1.3/fr/System.ObjectModel.xml", - "ref/netstandard1.3/it/System.ObjectModel.xml", - "ref/netstandard1.3/ja/System.ObjectModel.xml", - "ref/netstandard1.3/ko/System.ObjectModel.xml", - "ref/netstandard1.3/ru/System.ObjectModel.xml", - "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", - "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection/4.1.0": { - "sha512": "kzGRlVchamtOiix8CKH28oUaqq72EnSvKv7vFMiF9rR8XEC6dkzdEsphtwgn4PWtsHG20LF8Oc2nztUo/LQKnQ==", - "type": "package", - "path": "System.Reflection/4.1.0", - "files": [ - "System.Reflection.4.1.0.nupkg.sha512", - "System.Reflection.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Reflection.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Reflection.dll", - "ref/netcore50/System.Reflection.dll", - "ref/netcore50/System.Reflection.xml", - "ref/netcore50/de/System.Reflection.xml", - "ref/netcore50/es/System.Reflection.xml", - "ref/netcore50/fr/System.Reflection.xml", - "ref/netcore50/it/System.Reflection.xml", - "ref/netcore50/ja/System.Reflection.xml", - "ref/netcore50/ko/System.Reflection.xml", - "ref/netcore50/ru/System.Reflection.xml", - "ref/netcore50/zh-hans/System.Reflection.xml", - "ref/netcore50/zh-hant/System.Reflection.xml", - "ref/netstandard1.0/System.Reflection.dll", - "ref/netstandard1.0/System.Reflection.xml", - "ref/netstandard1.0/de/System.Reflection.xml", - "ref/netstandard1.0/es/System.Reflection.xml", - "ref/netstandard1.0/fr/System.Reflection.xml", - "ref/netstandard1.0/it/System.Reflection.xml", - "ref/netstandard1.0/ja/System.Reflection.xml", - "ref/netstandard1.0/ko/System.Reflection.xml", - "ref/netstandard1.0/ru/System.Reflection.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.xml", - "ref/netstandard1.3/System.Reflection.dll", - "ref/netstandard1.3/System.Reflection.xml", - "ref/netstandard1.3/de/System.Reflection.xml", - "ref/netstandard1.3/es/System.Reflection.xml", - "ref/netstandard1.3/fr/System.Reflection.xml", - "ref/netstandard1.3/it/System.Reflection.xml", - "ref/netstandard1.3/ja/System.Reflection.xml", - "ref/netstandard1.3/ko/System.Reflection.xml", - "ref/netstandard1.3/ru/System.Reflection.xml", - "ref/netstandard1.3/zh-hans/System.Reflection.xml", - "ref/netstandard1.3/zh-hant/System.Reflection.xml", - "ref/netstandard1.5/System.Reflection.dll", - "ref/netstandard1.5/System.Reflection.xml", - "ref/netstandard1.5/de/System.Reflection.xml", - "ref/netstandard1.5/es/System.Reflection.xml", - "ref/netstandard1.5/fr/System.Reflection.xml", - "ref/netstandard1.5/it/System.Reflection.xml", - "ref/netstandard1.5/ja/System.Reflection.xml", - "ref/netstandard1.5/ko/System.Reflection.xml", - "ref/netstandard1.5/ru/System.Reflection.xml", - "ref/netstandard1.5/zh-hans/System.Reflection.xml", - "ref/netstandard1.5/zh-hant/System.Reflection.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection.Emit/4.0.1": { - "sha512": "r2s1+2LtPkZcHPizN6UzfrQwS6QbQuP3SFMSexipYgxC+CMUYiJTyTYfJa60qZ5j6rIbt5OOmnhWcrznASiRoA==", - "type": "package", - "path": "System.Reflection.Emit/4.0.1", - "files": [ - "System.Reflection.Emit.4.0.1.nupkg.sha512", - "System.Reflection.Emit.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/netstandard1.3/System.Reflection.Emit.dll", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/net45/_._", - "ref/netstandard1.1/System.Reflection.Emit.dll", - "ref/netstandard1.1/System.Reflection.Emit.xml", - "ref/netstandard1.1/de/System.Reflection.Emit.xml", - "ref/netstandard1.1/es/System.Reflection.Emit.xml", - "ref/netstandard1.1/fr/System.Reflection.Emit.xml", - "ref/netstandard1.1/it/System.Reflection.Emit.xml", - "ref/netstandard1.1/ja/System.Reflection.Emit.xml", - "ref/netstandard1.1/ko/System.Reflection.Emit.xml", - "ref/netstandard1.1/ru/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", - "ref/xamarinmac20/_._" - ] - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "sha512": "m8L+D5JcZDajGmOiDwXgv2WNcK1rQdjinWtlBTVrXnj5DiKImF0gSs6Txt/fK4w0cEy6KEQ3FJI9J9riFejHkQ==", - "type": "package", - "path": "System.Reflection.Emit.ILGeneration/4.0.1", - "files": [ - "System.Reflection.Emit.ILGeneration.4.0.1.nupkg.sha512", - "System.Reflection.Emit.ILGeneration.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", - "lib/portable-net45+wp8/_._", - "lib/wp80/_._", - "ref/net45/_._", - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", - "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", - "ref/portable-net45+wp8/_._", - "ref/wp80/_._", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "sha512": "K2Cr94kF2EmcxD2stIHRTEoFQjIYP53VlglgZhWvt6wSEFF3wTxFzwrBbQqbRilHs3JLrZhvUxKs1p5lfIhWYA==", - "type": "package", - "path": "System.Reflection.Emit.Lightweight/4.0.1", - "files": [ - "System.Reflection.Emit.Lightweight.4.0.1.nupkg.sha512", - "System.Reflection.Emit.Lightweight.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.Lightweight.dll", - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", - "lib/portable-net45+wp8/_._", - "lib/wp80/_._", - "ref/net45/_._", - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", - "ref/portable-net45+wp8/_._", - "ref/wp80/_._", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "System.Reflection.Extensions/4.0.1": { - "sha512": "Eg+RhUh+wgPLq7OzBFjkuRmfx9NUxqiKyEL2kcj73sA/rCgmFqNdKbXVGwiacRf+TmKzjh8BGxm69NjvGK4AJA==", - "type": "package", - "path": "System.Reflection.Extensions/4.0.1", - "files": [ - "System.Reflection.Extensions.4.0.1.nupkg.sha512", - "System.Reflection.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netcore50/System.Reflection.Extensions.xml", - "ref/netcore50/de/System.Reflection.Extensions.xml", - "ref/netcore50/es/System.Reflection.Extensions.xml", - "ref/netcore50/fr/System.Reflection.Extensions.xml", - "ref/netcore50/it/System.Reflection.Extensions.xml", - "ref/netcore50/ja/System.Reflection.Extensions.xml", - "ref/netcore50/ko/System.Reflection.Extensions.xml", - "ref/netcore50/ru/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", - "ref/netstandard1.0/System.Reflection.Extensions.dll", - "ref/netstandard1.0/System.Reflection.Extensions.xml", - "ref/netstandard1.0/de/System.Reflection.Extensions.xml", - "ref/netstandard1.0/es/System.Reflection.Extensions.xml", - "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", - "ref/netstandard1.0/it/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection.Primitives/4.0.1": { - "sha512": "Pq1p16aJR8PEHFUIdUvVt6BqVGDVW/ZMFinoTcmkLdBOA1gKboX9On9DzwLoaafNqlw9PcdLfdqaFKV1hJOfDQ==", - "type": "package", - "path": "System.Reflection.Primitives/4.0.1", - "files": [ - "System.Reflection.Primitives.4.0.1.nupkg.sha512", - "System.Reflection.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netcore50/System.Reflection.Primitives.xml", - "ref/netcore50/de/System.Reflection.Primitives.xml", - "ref/netcore50/es/System.Reflection.Primitives.xml", - "ref/netcore50/fr/System.Reflection.Primitives.xml", - "ref/netcore50/it/System.Reflection.Primitives.xml", - "ref/netcore50/ja/System.Reflection.Primitives.xml", - "ref/netcore50/ko/System.Reflection.Primitives.xml", - "ref/netcore50/ru/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", - "ref/netstandard1.0/System.Reflection.Primitives.dll", - "ref/netstandard1.0/System.Reflection.Primitives.xml", - "ref/netstandard1.0/de/System.Reflection.Primitives.xml", - "ref/netstandard1.0/es/System.Reflection.Primitives.xml", - "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", - "ref/netstandard1.0/it/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection.TypeExtensions/4.1.0": { - "sha512": "0OVo1F+MIuKEc51WHPIExjoYhZ172VYNpFf6uBWS3eVO/kzykmqbeYjDiNIXcoxBM62GuXmFNpNND8HAOLirAg==", - "type": "package", - "path": "System.Reflection.TypeExtensions/4.1.0", - "files": [ - "System.Reflection.TypeExtensions.4.1.0.nupkg.sha512", - "System.Reflection.TypeExtensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/net462/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.dll", - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", - "ref/net462/System.Reflection.TypeExtensions.dll", - "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", - "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", - "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll" - ] - }, - "System.Resources.ResourceManager/4.0.1": { - "sha512": "Avvju61r1ZmSFmwCwXZDI8HmefpSXov7CHttGQWGzgO9iuI/klDuT5QQXMWhmEWPKWLoxa6j5Cedp7tcknO8Wg==", - "type": "package", - "path": "System.Resources.ResourceManager/4.0.1", - "files": [ - "System.Resources.ResourceManager.4.0.1.nupkg.sha512", - "System.Resources.ResourceManager.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/netcore50/de/System.Resources.ResourceManager.xml", - "ref/netcore50/es/System.Resources.ResourceManager.xml", - "ref/netcore50/fr/System.Resources.ResourceManager.xml", - "ref/netcore50/it/System.Resources.ResourceManager.xml", - "ref/netcore50/ja/System.Resources.ResourceManager.xml", - "ref/netcore50/ko/System.Resources.ResourceManager.xml", - "ref/netcore50/ru/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/System.Resources.ResourceManager.dll", - "ref/netstandard1.0/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime/4.1.0": { - "sha512": "NRzs/1z4/c1RsbuV+L0kV/gHoU9+nxN+eAK1Aw+PFgLQZmhSIxUIrP3KAlKgSl3k3I/gw4NSj+lN/nR+5zgR+g==", - "type": "package", - "path": "System.Runtime/4.1.0", - "files": [ - "System.Runtime.4.1.0.nupkg.sha512", - "System.Runtime.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.dll", - "lib/portable-net45+win8+wp80+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", - "ref/netstandard1.0/System.Runtime.dll", - "ref/netstandard1.0/System.Runtime.xml", - "ref/netstandard1.0/de/System.Runtime.xml", - "ref/netstandard1.0/es/System.Runtime.xml", - "ref/netstandard1.0/fr/System.Runtime.xml", - "ref/netstandard1.0/it/System.Runtime.xml", - "ref/netstandard1.0/ja/System.Runtime.xml", - "ref/netstandard1.0/ko/System.Runtime.xml", - "ref/netstandard1.0/ru/System.Runtime.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.xml", - "ref/netstandard1.2/System.Runtime.dll", - "ref/netstandard1.2/System.Runtime.xml", - "ref/netstandard1.2/de/System.Runtime.xml", - "ref/netstandard1.2/es/System.Runtime.xml", - "ref/netstandard1.2/fr/System.Runtime.xml", - "ref/netstandard1.2/it/System.Runtime.xml", - "ref/netstandard1.2/ja/System.Runtime.xml", - "ref/netstandard1.2/ko/System.Runtime.xml", - "ref/netstandard1.2/ru/System.Runtime.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.xml", - "ref/netstandard1.3/System.Runtime.dll", - "ref/netstandard1.3/System.Runtime.xml", - "ref/netstandard1.3/de/System.Runtime.xml", - "ref/netstandard1.3/es/System.Runtime.xml", - "ref/netstandard1.3/fr/System.Runtime.xml", - "ref/netstandard1.3/it/System.Runtime.xml", - "ref/netstandard1.3/ja/System.Runtime.xml", - "ref/netstandard1.3/ko/System.Runtime.xml", - "ref/netstandard1.3/ru/System.Runtime.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.xml", - "ref/netstandard1.5/System.Runtime.dll", - "ref/netstandard1.5/System.Runtime.xml", - "ref/netstandard1.5/de/System.Runtime.xml", - "ref/netstandard1.5/es/System.Runtime.xml", - "ref/netstandard1.5/fr/System.Runtime.xml", - "ref/netstandard1.5/it/System.Runtime.xml", - "ref/netstandard1.5/ja/System.Runtime.xml", - "ref/netstandard1.5/ko/System.Runtime.xml", - "ref/netstandard1.5/ru/System.Runtime.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.xml", - "ref/portable-net45+win8+wp80+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.Extensions/4.1.0": { - "sha512": "o0Feu7nk2ZXOYHI+/ku1LBmxPcfR74YjkcAxl2XsFaw/EXnVUXJZmcROnumcotM9jVvhJqklNIKYdJR3g3tz5g==", - "type": "package", - "path": "System.Runtime.Extensions/4.1.0", - "files": [ - "System.Runtime.Extensions.4.1.0.nupkg.sha512", - "System.Runtime.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", - "ref/netcore50/de/System.Runtime.Extensions.xml", - "ref/netcore50/es/System.Runtime.Extensions.xml", - "ref/netcore50/fr/System.Runtime.Extensions.xml", - "ref/netcore50/it/System.Runtime.Extensions.xml", - "ref/netcore50/ja/System.Runtime.Extensions.xml", - "ref/netcore50/ko/System.Runtime.Extensions.xml", - "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.0/System.Runtime.Extensions.dll", - "ref/netstandard1.0/System.Runtime.Extensions.xml", - "ref/netstandard1.0/de/System.Runtime.Extensions.xml", - "ref/netstandard1.0/es/System.Runtime.Extensions.xml", - "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.0/it/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.3/System.Runtime.Extensions.dll", - "ref/netstandard1.3/System.Runtime.Extensions.xml", - "ref/netstandard1.3/de/System.Runtime.Extensions.xml", - "ref/netstandard1.3/es/System.Runtime.Extensions.xml", - "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.3/it/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.5/System.Runtime.Extensions.dll", - "ref/netstandard1.5/System.Runtime.Extensions.xml", - "ref/netstandard1.5/de/System.Runtime.Extensions.xml", - "ref/netstandard1.5/es/System.Runtime.Extensions.xml", - "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.5/it/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.Handles/4.0.1": { - "sha512": "80iKx96UaYy98oxoKMlbpKh1rZrSIJ9213IaejaHeVpYI0B64YerOHtT3qfxqDZxpODM2u0F1EAQNai6Azy7BA==", - "type": "package", - "path": "System.Runtime.Handles/4.0.1", - "files": [ - "System.Runtime.Handles.4.0.1.nupkg.sha512", - "System.Runtime.Handles.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/netstandard1.3/System.Runtime.Handles.dll", - "ref/netstandard1.3/System.Runtime.Handles.xml", - "ref/netstandard1.3/de/System.Runtime.Handles.xml", - "ref/netstandard1.3/es/System.Runtime.Handles.xml", - "ref/netstandard1.3/fr/System.Runtime.Handles.xml", - "ref/netstandard1.3/it/System.Runtime.Handles.xml", - "ref/netstandard1.3/ja/System.Runtime.Handles.xml", - "ref/netstandard1.3/ko/System.Runtime.Handles.xml", - "ref/netstandard1.3/ru/System.Runtime.Handles.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.InteropServices/4.1.0": { - "sha512": "RXyKJjjWPydelFPBc41mJzYIFDGSoslnvdywqMtS3EEsy2ZEpeQ76ZcgmPQD0GXvQofttADAWEDhpueRwkNn/Q==", - "type": "package", - "path": "System.Runtime.InteropServices/4.1.0", - "files": [ - "System.Runtime.InteropServices.4.1.0.nupkg.sha512", - "System.Runtime.InteropServices.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.InteropServices.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.xml", - "ref/netcore50/de/System.Runtime.InteropServices.xml", - "ref/netcore50/es/System.Runtime.InteropServices.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.xml", - "ref/netcore50/it/System.Runtime.InteropServices.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/System.Runtime.InteropServices.dll", - "ref/netstandard1.1/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/System.Runtime.InteropServices.dll", - "ref/netstandard1.2/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/System.Runtime.InteropServices.dll", - "ref/netstandard1.3/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/System.Runtime.InteropServices.dll", - "ref/netstandard1.5/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "sha512": "ZgW7C8+GySiZQXXK4zdD13hYjDNCFODNDPjtkVLo4GP+FJrXG0rUOW/014p1kdPIGXZiCVd2FjLTkFzlWV6rZw==", - "type": "package", - "path": "System.Runtime.InteropServices.RuntimeInformation/4.0.0", - "files": [ - "System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg.sha512", - "System.Runtime.InteropServices.RuntimeInformation.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll" - ] - }, - "System.Runtime.Numerics/4.0.1": { - "sha512": "TB05yNRp5lF/JWVYTzMfxtkxygFEl4JuMVyFTTORXE8Py6WX6VgF+7o5I8DzyuwqXKqVc1moLPzOAj2HVk8WAQ==", - "type": "package", - "path": "System.Runtime.Numerics/4.0.1", - "files": [ - "System.Runtime.Numerics.4.0.1.nupkg.sha512", - "System.Runtime.Numerics.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", - "lib/netstandard1.3/System.Runtime.Numerics.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Runtime.Numerics.dll", - "ref/netcore50/System.Runtime.Numerics.xml", - "ref/netcore50/de/System.Runtime.Numerics.xml", - "ref/netcore50/es/System.Runtime.Numerics.xml", - "ref/netcore50/fr/System.Runtime.Numerics.xml", - "ref/netcore50/it/System.Runtime.Numerics.xml", - "ref/netcore50/ja/System.Runtime.Numerics.xml", - "ref/netcore50/ko/System.Runtime.Numerics.xml", - "ref/netcore50/ru/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", - "ref/netstandard1.1/System.Runtime.Numerics.dll", - "ref/netstandard1.1/System.Runtime.Numerics.xml", - "ref/netstandard1.1/de/System.Runtime.Numerics.xml", - "ref/netstandard1.1/es/System.Runtime.Numerics.xml", - "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", - "ref/netstandard1.1/it/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", - "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", - "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "sha512": "3ZfORNzZYVyZ+dNHN9LzfhDDnZXj9iPuCuDeW7P5NSmlNX11QyE7nRrt1v/ak7LQIW9NpiZbEht1TKPt2Pb5bg==", - "type": "package", - "path": "System.Security.Cryptography.Algorithms/4.2.0", - "files": [ - "System.Security.Cryptography.Algorithms.4.2.0.nupkg.sha512", - "System.Security.Cryptography.Algorithms.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", - "lib/net461/System.Security.Cryptography.Algorithms.dll", - "lib/net463/System.Security.Cryptography.Algorithms.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", - "ref/net461/System.Security.Cryptography.Algorithms.dll", - "ref/net463/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll" - ] - }, - "System.Security.Cryptography.Cng/4.2.0": { - "sha512": "3rijhC0sQ7qYa+//UfOdSycWwcEIicJRa8bH/JghXs6EsTorDc36VM8vO/zTRrXDuwXkteUtbYk288Ce9HNOeQ==", - "type": "package", - "path": "System.Security.Cryptography.Cng/4.2.0", - "files": [ - "System.Security.Cryptography.Cng.4.2.0.nupkg.sha512", - "System.Security.Cryptography.Cng.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.dll", - "lib/net463/System.Security.Cryptography.Cng.dll", - "ref/net46/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.dll", - "ref/net463/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll" - ] - }, - "System.Security.Cryptography.Csp/4.0.0": { - "sha512": "EPBGpjZxt/i20pLveClOLrZcvj37QKFZ8Z7C1S4Q0xY6V8wOmCht2M7b9EmFuBf3OYpMgQ/8+RmPLI+GbaDEtQ==", - "type": "package", - "path": "System.Security.Cryptography.Csp/4.0.0", - "files": [ - "System.Security.Cryptography.Csp.4.0.0.nupkg.sha512", - "System.Security.Cryptography.Csp.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Csp.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Csp.dll", - "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", - "runtimes/win/lib/netcore50/_._", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll" - ] - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "sha512": "L4L2QHSqb8uthwLC1U2WkfeOaGz3CO5DRJ3V2ilNjHNQDRAmgOWLoNV/+G2cwQ70zDOAK9JybFRcJldXS48kPA==", - "type": "package", - "path": "System.Security.Cryptography.Encoding/4.0.0", - "files": [ - "System.Security.Cryptography.Encoding.4.0.0.nupkg.sha512", - "System.Security.Cryptography.Encoding.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Encoding.dll", - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll" - ] - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "sha512": "5YbI5XlHlx2EEvsbRqcoJHv8/8jdGsjZfeAqSbLm3RIvHykTOJ6/5Enc0+eb7InLAaW8uLKKudMkgDTwG6tlhQ==", - "type": "package", - "path": "System.Security.Cryptography.OpenSsl/4.0.0", - "files": [ - "System.Security.Cryptography.OpenSsl.4.0.0.nupkg.sha512", - "System.Security.Cryptography.OpenSsl.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", - "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll" - ] - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "sha512": "NqwC7rbkgF4yy8L1yxzKL6fkQx1Zlo7k0c5Fh4t0vf2ZRXFcxY9Aaned4ItflghpfhcYK8O4dsZXaTVQwEo4og==", - "type": "package", - "path": "System.Security.Cryptography.Primitives/4.0.0", - "files": [ - "System.Security.Cryptography.Primitives.4.0.0.nupkg.sha512", - "System.Security.Cryptography.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "sha512": "H0A2owMtFlxZo+o3YcpHf6H/NooMQBakNvr1e68TPSJVh2pG3QBT1KPa0IVPr9I9i/JzqlM/1zyn7ph7y1zj3A==", - "type": "package", - "path": "System.Security.Cryptography.X509Certificates/4.1.0", - "files": [ - "System.Security.Cryptography.X509Certificates.4.1.0.nupkg.sha512", - "System.Security.Cryptography.X509Certificates.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.X509Certificates.dll", - "lib/net461/System.Security.Cryptography.X509Certificates.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.X509Certificates.dll", - "ref/net461/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll" - ] - }, - "System.Text.Encoding/4.0.11": { - "sha512": "q7/EErC2Z7YSkygGFiu2MSOzU3BG2evpiByIEFDe5NJq6UFVJJI3KW13uOk37edOEInwAo2woeGdOaW1d8e4PA==", - "type": "package", - "path": "System.Text.Encoding/4.0.11", - "files": [ - "System.Text.Encoding.4.0.11.nupkg.sha512", - "System.Text.Encoding.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netcore50/System.Text.Encoding.xml", - "ref/netcore50/de/System.Text.Encoding.xml", - "ref/netcore50/es/System.Text.Encoding.xml", - "ref/netcore50/fr/System.Text.Encoding.xml", - "ref/netcore50/it/System.Text.Encoding.xml", - "ref/netcore50/ja/System.Text.Encoding.xml", - "ref/netcore50/ko/System.Text.Encoding.xml", - "ref/netcore50/ru/System.Text.Encoding.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.0/System.Text.Encoding.dll", - "ref/netstandard1.0/System.Text.Encoding.xml", - "ref/netstandard1.0/de/System.Text.Encoding.xml", - "ref/netstandard1.0/es/System.Text.Encoding.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.xml", - "ref/netstandard1.0/it/System.Text.Encoding.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.3/System.Text.Encoding.dll", - "ref/netstandard1.3/System.Text.Encoding.xml", - "ref/netstandard1.3/de/System.Text.Encoding.xml", - "ref/netstandard1.3/es/System.Text.Encoding.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.xml", - "ref/netstandard1.3/it/System.Text.Encoding.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Text.Encoding.Extensions/4.0.11": { - "sha512": "U8to5y4CR76imdmpGpA7wF2n+eSwSdGmsskUZayWaZEGozXc2TdYyR6dEALttYU4bhcj7PA6hdpKAfNruGOfCw==", - "type": "package", - "path": "System.Text.Encoding.Extensions/4.0.11", - "files": [ - "System.Text.Encoding.Extensions.4.0.11.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Text.RegularExpressions/4.1.0": { - "sha512": "8qlDCrk7yooENXaumitq83G4nL6Sf90xeUYuRhWdrmMIbUbt8fnXT3/MY7klhO04dlIiyk7R2SHwqxlaKyJjvQ==", - "type": "package", - "path": "System.Text.RegularExpressions/4.1.0", - "files": [ - "System.Text.RegularExpressions.4.1.0.nupkg.sha512", - "System.Text.RegularExpressions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Text.RegularExpressions.dll", - "lib/netcore50/System.Text.RegularExpressions.dll", - "lib/netstandard1.6/System.Text.RegularExpressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.xml", - "ref/netcore50/de/System.Text.RegularExpressions.xml", - "ref/netcore50/es/System.Text.RegularExpressions.xml", - "ref/netcore50/fr/System.Text.RegularExpressions.xml", - "ref/netcore50/it/System.Text.RegularExpressions.xml", - "ref/netcore50/ja/System.Text.RegularExpressions.xml", - "ref/netcore50/ko/System.Text.RegularExpressions.xml", - "ref/netcore50/ru/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/System.Text.RegularExpressions.dll", - "ref/netstandard1.0/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/System.Text.RegularExpressions.dll", - "ref/netstandard1.3/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/System.Text.RegularExpressions.dll", - "ref/netstandard1.6/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Threading/4.0.11": { - "sha512": "Ooz7fclPFVRuKhu2PKAcCatN2+TdXUAJOSAjEhb+EpkWriqTgcsBQ1oRtdEKSaPLBrbeOF9UbKHCtJ4QvKEBtA==", - "type": "package", - "path": "System.Threading/4.0.11", - "files": [ - "System.Threading.4.0.11.nupkg.sha512", - "System.Threading.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.dll", - "lib/netstandard1.3/System.Threading.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", - "ref/netcore50/de/System.Threading.xml", - "ref/netcore50/es/System.Threading.xml", - "ref/netcore50/fr/System.Threading.xml", - "ref/netcore50/it/System.Threading.xml", - "ref/netcore50/ja/System.Threading.xml", - "ref/netcore50/ko/System.Threading.xml", - "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/zh-hans/System.Threading.xml", - "ref/netcore50/zh-hant/System.Threading.xml", - "ref/netstandard1.0/System.Threading.dll", - "ref/netstandard1.0/System.Threading.xml", - "ref/netstandard1.0/de/System.Threading.xml", - "ref/netstandard1.0/es/System.Threading.xml", - "ref/netstandard1.0/fr/System.Threading.xml", - "ref/netstandard1.0/it/System.Threading.xml", - "ref/netstandard1.0/ja/System.Threading.xml", - "ref/netstandard1.0/ko/System.Threading.xml", - "ref/netstandard1.0/ru/System.Threading.xml", - "ref/netstandard1.0/zh-hans/System.Threading.xml", - "ref/netstandard1.0/zh-hant/System.Threading.xml", - "ref/netstandard1.3/System.Threading.dll", - "ref/netstandard1.3/System.Threading.xml", - "ref/netstandard1.3/de/System.Threading.xml", - "ref/netstandard1.3/es/System.Threading.xml", - "ref/netstandard1.3/fr/System.Threading.xml", - "ref/netstandard1.3/it/System.Threading.xml", - "ref/netstandard1.3/ja/System.Threading.xml", - "ref/netstandard1.3/ko/System.Threading.xml", - "ref/netstandard1.3/ru/System.Threading.xml", - "ref/netstandard1.3/zh-hans/System.Threading.xml", - "ref/netstandard1.3/zh-hant/System.Threading.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Threading.dll" - ] - }, - "System.Threading.Tasks/4.0.11": { - "sha512": "REEsisdcFD2KXhdB5VtXNsPlnUmXX3gcYgE3uKJppMu+f6FrAvG182dV8GTcegZE922TO9uJYTGXZJmu5Faqsg==", - "type": "package", - "path": "System.Threading.Tasks/4.0.11", - "files": [ - "System.Threading.Tasks.4.0.11.nupkg.sha512", - "System.Threading.Tasks.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.Tasks.dll", - "ref/netcore50/System.Threading.Tasks.xml", - "ref/netcore50/de/System.Threading.Tasks.xml", - "ref/netcore50/es/System.Threading.Tasks.xml", - "ref/netcore50/fr/System.Threading.Tasks.xml", - "ref/netcore50/it/System.Threading.Tasks.xml", - "ref/netcore50/ja/System.Threading.Tasks.xml", - "ref/netcore50/ko/System.Threading.Tasks.xml", - "ref/netcore50/ru/System.Threading.Tasks.xml", - "ref/netcore50/zh-hans/System.Threading.Tasks.xml", - "ref/netcore50/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.0/System.Threading.Tasks.dll", - "ref/netstandard1.0/System.Threading.Tasks.xml", - "ref/netstandard1.0/de/System.Threading.Tasks.xml", - "ref/netstandard1.0/es/System.Threading.Tasks.xml", - "ref/netstandard1.0/fr/System.Threading.Tasks.xml", - "ref/netstandard1.0/it/System.Threading.Tasks.xml", - "ref/netstandard1.0/ja/System.Threading.Tasks.xml", - "ref/netstandard1.0/ko/System.Threading.Tasks.xml", - "ref/netstandard1.0/ru/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.3/System.Threading.Tasks.dll", - "ref/netstandard1.3/System.Threading.Tasks.xml", - "ref/netstandard1.3/de/System.Threading.Tasks.xml", - "ref/netstandard1.3/es/System.Threading.Tasks.xml", - "ref/netstandard1.3/fr/System.Threading.Tasks.xml", - "ref/netstandard1.3/it/System.Threading.Tasks.xml", - "ref/netstandard1.3/ja/System.Threading.Tasks.xml", - "ref/netstandard1.3/ko/System.Threading.Tasks.xml", - "ref/netstandard1.3/ru/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "sha512": "udlZE5jDKxVo9YWlCXwHmBwvBWLIGS8/34ROpYEU5DEvSTETIO+LpKpPti3HjyWOWrhxD9NoHdOR1ncgXJ2FLw==", - "type": "package", - "path": "System.Threading.Tasks.Extensions/4.0.0", - "files": [ - "System.Threading.Tasks.Extensions.4.0.0.nupkg.sha512", - "System.Threading.Tasks.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml" - ] - }, - "System.Threading.Timer/4.0.1": { - "sha512": "ixj3nw+k1YVi4IyNw6i8hDWMj/t0P2cIv2mygaKajkpQFUgZ8KcHh8tvj8faIOPVrRJ+6DHr+WkrIBs4WBrRiw==", - "type": "package", - "path": "System.Threading.Timer/4.0.1", - "files": [ - "System.Threading.Timer.4.0.1.nupkg.sha512", - "System.Threading.Timer.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net451/_._", - "lib/portable-net451+win81+wpa81/_._", - "lib/win81/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net451/_._", - "ref/netcore50/System.Threading.Timer.dll", - "ref/netcore50/System.Threading.Timer.xml", - "ref/netcore50/de/System.Threading.Timer.xml", - "ref/netcore50/es/System.Threading.Timer.xml", - "ref/netcore50/fr/System.Threading.Timer.xml", - "ref/netcore50/it/System.Threading.Timer.xml", - "ref/netcore50/ja/System.Threading.Timer.xml", - "ref/netcore50/ko/System.Threading.Timer.xml", - "ref/netcore50/ru/System.Threading.Timer.xml", - "ref/netcore50/zh-hans/System.Threading.Timer.xml", - "ref/netcore50/zh-hant/System.Threading.Timer.xml", - "ref/netstandard1.2/System.Threading.Timer.dll", - "ref/netstandard1.2/System.Threading.Timer.xml", - "ref/netstandard1.2/de/System.Threading.Timer.xml", - "ref/netstandard1.2/es/System.Threading.Timer.xml", - "ref/netstandard1.2/fr/System.Threading.Timer.xml", - "ref/netstandard1.2/it/System.Threading.Timer.xml", - "ref/netstandard1.2/ja/System.Threading.Timer.xml", - "ref/netstandard1.2/ko/System.Threading.Timer.xml", - "ref/netstandard1.2/ru/System.Threading.Timer.xml", - "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", - "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", - "ref/portable-net451+win81+wpa81/_._", - "ref/win81/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Xml.ReaderWriter/4.0.11": { - "sha512": "04jFWhe7ySzUikTbDrJn6YbByjF52oy5Sj8TDC7PLC0eFBCWMCz426U59uoo/NutKCs4sEDEap32ED3Cvj4Otw==", - "type": "package", - "path": "System.Xml.ReaderWriter/4.0.11", - "files": [ - "System.Xml.ReaderWriter.4.0.11.nupkg.sha512", - "System.Xml.ReaderWriter.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Xml.ReaderWriter.dll", - "lib/netstandard1.3/System.Xml.ReaderWriter.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Xml.ReaderWriter.dll", - "ref/netcore50/System.Xml.ReaderWriter.xml", - "ref/netcore50/de/System.Xml.ReaderWriter.xml", - "ref/netcore50/es/System.Xml.ReaderWriter.xml", - "ref/netcore50/fr/System.Xml.ReaderWriter.xml", - "ref/netcore50/it/System.Xml.ReaderWriter.xml", - "ref/netcore50/ja/System.Xml.ReaderWriter.xml", - "ref/netcore50/ko/System.Xml.ReaderWriter.xml", - "ref/netcore50/ru/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/System.Xml.ReaderWriter.dll", - "ref/netstandard1.0/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/System.Xml.ReaderWriter.dll", - "ref/netstandard1.3/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Xml.XDocument/4.0.11": { - "sha512": "PyUmP7vrRsvT4xKqidU/5K8ZAZ0jyrhdiDvcBG4nzX/xdfzpN/Jg21nIHUPmR+QSf+FtKjcjQFWz/bqr6s1AZw==", - "type": "package", - "path": "System.Xml.XDocument/4.0.11", - "files": [ - "System.Xml.XDocument.4.0.11.nupkg.sha512", - "System.Xml.XDocument.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Xml.XDocument.dll", - "lib/netstandard1.3/System.Xml.XDocument.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Xml.XDocument.dll", - "ref/netcore50/System.Xml.XDocument.xml", - "ref/netcore50/de/System.Xml.XDocument.xml", - "ref/netcore50/es/System.Xml.XDocument.xml", - "ref/netcore50/fr/System.Xml.XDocument.xml", - "ref/netcore50/it/System.Xml.XDocument.xml", - "ref/netcore50/ja/System.Xml.XDocument.xml", - "ref/netcore50/ko/System.Xml.XDocument.xml", - "ref/netcore50/ru/System.Xml.XDocument.xml", - "ref/netcore50/zh-hans/System.Xml.XDocument.xml", - "ref/netcore50/zh-hant/System.Xml.XDocument.xml", - "ref/netstandard1.0/System.Xml.XDocument.dll", - "ref/netstandard1.0/System.Xml.XDocument.xml", - "ref/netstandard1.0/de/System.Xml.XDocument.xml", - "ref/netstandard1.0/es/System.Xml.XDocument.xml", - "ref/netstandard1.0/fr/System.Xml.XDocument.xml", - "ref/netstandard1.0/it/System.Xml.XDocument.xml", - "ref/netstandard1.0/ja/System.Xml.XDocument.xml", - "ref/netstandard1.0/ko/System.Xml.XDocument.xml", - "ref/netstandard1.0/ru/System.Xml.XDocument.xml", - "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", - "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", - "ref/netstandard1.3/System.Xml.XDocument.dll", - "ref/netstandard1.3/System.Xml.XDocument.xml", - "ref/netstandard1.3/de/System.Xml.XDocument.xml", - "ref/netstandard1.3/es/System.Xml.XDocument.xml", - "ref/netstandard1.3/fr/System.Xml.XDocument.xml", - "ref/netstandard1.3/it/System.Xml.XDocument.xml", - "ref/netstandard1.3/ja/System.Xml.XDocument.xml", - "ref/netstandard1.3/ko/System.Xml.XDocument.xml", - "ref/netstandard1.3/ru/System.Xml.XDocument.xml", - "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", - "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - } - }, - "projectFileDependencyGroups": { - "": [ - "Autofac >= 4.2.1" - ], - ".NETStandard,Version=v1.6": [] - }, - "tools": {}, - "projectFileToolGroups": {} -} \ No newline at end of file diff --git a/backup/TestStack.ConventionTests/TestStack.ConventionTests.csproj b/backup/TestStack.ConventionTests/TestStack.ConventionTests.csproj deleted file mode 100644 index b3bfa49..0000000 --- a/backup/TestStack.ConventionTests/TestStack.ConventionTests.csproj +++ /dev/null @@ -1,119 +0,0 @@ - - - - - Debug - AnyCPU - {955B0236-089F-434D-BA02-63A1E24C2B7C} - Library - Properties - TestStack.ConventionTests - TestStack.ConventionTests - v4.0 - 512 - 9ee5ac36 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - bin\Debug\TestStack.ConventionTests.xml - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - bin\Release\TestStack.ConventionTests.xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - - - - - - \ No newline at end of file diff --git a/backup/TestStack.ConventionTests/project.json b/backup/TestStack.ConventionTests/project.json deleted file mode 100644 index 5990ac9..0000000 --- a/backup/TestStack.ConventionTests/project.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "dependencies": { - // "TestStack.ConventionTests.Tests": { "target": "project" } - "NETStandard.Library": "1.6.0" - }, - "description": "", - "frameworks": { - "netstandard1.3": { - "buildOptions": { - "define": [ - "XmlDocument" - ] - }, - "dependencies": { - "System.Xml.XDocument": "4.3.0" - } - }, - "net35": { - "buildOptions": { - "define": [ - "Serializable" - ] - }, - "frameworkAssemblies": { - "System.Xml.Linq": "4.0.0.0" - } - }, - "net40": { - "buildOptions": { - "define": [ - "Serializable" - ] - }, - "frameworkAssemblies": { - "System.Xml.Linq": "4.0.0.0" - } - }, - "net451": { - "buildOptions": { - "define": [ - "Serializable" - ] - }, - "frameworkAssemblies": { - "System.Xml.Linq": "4.0.0.0" - } - } - }, - "packOptions": {}, - "version": "1.0.0-*" -} \ No newline at end of file diff --git a/backup/TestStack.ConventionTests/project.lock.json b/backup/TestStack.ConventionTests/project.lock.json deleted file mode 100755 index 997acb3..0000000 --- a/backup/TestStack.ConventionTests/project.lock.json +++ /dev/null @@ -1,5173 +0,0 @@ -{ - "locked": false, - "version": 2, - "targets": { - ".NETFramework,Version=v3.5": { - "NETStandard.Library/1.6.0": { - "type": "package" - } - }, - ".NETFramework,Version=v4.0": { - "NETStandard.Library/1.6.0": { - "type": "package" - } - }, - ".NETFramework,Version=v4.5.1": { - "Microsoft.NETCore.Platforms/1.0.1": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - } - }, - "System.Collections/4.0.11": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Collections.Concurrent/4.0.12": { - "type": "package", - "frameworkAssemblies": [ - "System" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.Debug/4.0.11": { - "type": "package", - "frameworkAssemblies": [ - "System" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.Tools/4.0.1": { - "type": "package", - "frameworkAssemblies": [ - "System" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.Tracing/4.1.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Globalization/4.0.11": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.IO/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.IO.Compression/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System.IO.Compression" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Linq/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System.Core" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System.Core" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Net.Http/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System.Net.Http" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "frameworkAssemblies": [ - "System" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "frameworkAssemblies": [ - "System" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection/4.1.0": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Extensions/4.0.1": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Primitives/4.0.1": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Resources.ResourceManager/4.0.1": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.ComponentModel.Composition", - "System.Core" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.Extensions/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.InteropServices/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtime": { - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Runtime.Numerics/4.0.1": { - "type": "package", - "frameworkAssemblies": [ - "System.Numerics" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding/4.0.11": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding.Extensions/4.0.11": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.RegularExpressions/4.1.0": { - "type": "package", - "frameworkAssemblies": [ - "System" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.11": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading.Tasks/4.0.11": { - "type": "package", - "frameworkAssemblies": [ - "System.Core" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "compile": { - "ref/net451/_._": {} - }, - "runtime": { - "lib/net451/_._": {} - } - }, - "System.Xml.ReaderWriter/4.0.11": { - "type": "package", - "frameworkAssemblies": [ - "System.Xml" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Xml.XDocument/4.0.11": { - "type": "package", - "frameworkAssemblies": [ - "System.Xml.Linq" - ], - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - } - }, - ".NETStandard,Version=v1.3": { - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.Win32.Primitives/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} - } - }, - "NETStandard.Library/1.6.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.AppContext": "4.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Console": "4.0.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.Compression.ZipFile": "4.0.1", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "System.Xml.XDocument": "4.0.11" - } - }, - "runtime.native.System/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.IO.Compression/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "System.AppContext/4.1.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.AppContext.dll": {} - } - }, - "System.Buffers/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.1/_._": {} - }, - "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} - } - }, - "System.Collections/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.12": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} - } - }, - "System.Console/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "lib/netstandard1.3/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Globalization.Calendars.dll": {} - } - }, - "System.IO/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.dll": {} - } - }, - "System.IO.Compression/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.IO.Compression": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IO.Compression.ZipFile/4.0.1": { - "type": "package", - "dependencies": { - "System.Buffers": "4.0.0", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} - } - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.Compression": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Http.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" - }, - "compile": { - "ref/netstandard1.3/System.Net.Primitives.dll": {} - } - }, - "System.Net.Sockets/4.1.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} - } - }, - "System.Reflection/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Reflection.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Reflection.Primitives.dll": {} - } - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Runtime.Numerics/4.0.1": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" - }, - "compile": { - "ref/netstandard1.1/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Runtime.Numerics.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "type": "package", - "dependencies": { - "System.IO": "4.1.0", - "System.Runtime": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0" - }, - "compile": { - "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" - }, - "compile": { - "ref/netstandard1.2/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XDocument.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.NETCore.Platforms/1.0.1": { - "sha512": "1MaCBrjuRir9bjYgxAK77QY40vIcbIo53hk3AAozOTm7CSGgZ+5zy4HyjH71ptrdOkf6FKcfVW3guzF4COzByw==", - "type": "package", - "path": "Microsoft.NETCore.Platforms/1.0.1", - "files": [ - "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512", - "Microsoft.NETCore.Platforms.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.json" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "RTmkgwugaI7tV0PjAwBX4ZKHbv/lMuIKUBeyIB0aosbGALFKIxiGvseJDF5ui5RBGbEJ5AvxZsGI0Rr6ZEfwaw==", - "type": "package", - "path": "Microsoft.NETCore.Platforms/1.1.0", - "files": [ - "Microsoft.NETCore.Platforms.1.1.0.nupkg.sha512", - "Microsoft.NETCore.Platforms.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.json" - ] - }, - "Microsoft.NETCore.Targets/1.1.0": { - "sha512": "TjtMctxB3IKIyNMBQYoxx7jFQmJM9iaTLMp/6g4nMLC33nc6PgL8kXmnvQouPBVR+WvHVDY1By0D2Elpf2KB4w==", - "type": "package", - "path": "Microsoft.NETCore.Targets/1.1.0", - "files": [ - "Microsoft.NETCore.Targets.1.1.0.nupkg.sha512", - "Microsoft.NETCore.Targets.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.json" - ] - }, - "Microsoft.Win32.Primitives/4.0.1": { - "sha512": "hRUkBafpXdMPGncfbvXRRdYSVPCCW7X//ls4yx1+R981Ni2gV7/Sq1Lguy0I7wc5RPWZjo1oCWj/6226zsoQvw==", - "type": "package", - "path": "Microsoft.Win32.Primitives/4.0.1", - "files": [ - "Microsoft.Win32.Primitives.4.0.1.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", - "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "NETStandard.Library/1.6.0": { - "sha512": "ptdmkhN00hcMAHO0w55uxg0O1ImTWjx6zPl0if6JfkpvjE6EMuvb2cUrQeN+/1NWZ6X8TQeQzY1VX+G+UOBgEg==", - "type": "package", - "path": "NETStandard.Library/1.6.0", - "files": [ - "NETStandard.Library.1.6.0.nupkg.sha512", - "NETStandard.Library.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt" - ] - }, - "runtime.native.System/4.0.0": { - "sha512": "pW+IxR4bRtM55xRsb8yg1/lUlAWOJUyW6QnA/CuQ69W1d00R35Cbj+Ydlqq8SX7yGnjS2VOi96d/0HsSwSDwRw==", - "type": "package", - "path": "runtime.native.System/4.0.0", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.4.0.0.nupkg.sha512", - "runtime.native.System.nuspec" - ] - }, - "runtime.native.System.IO.Compression/4.1.0": { - "sha512": "qBR1Zo+5zNdiSzvN7ZKTWeExx+DNIJFwGdTi610qsIbhlXJfy/xO0Bm87AHup8eTHDjqvC+/KTnq+sl/GsD9wg==", - "type": "package", - "path": "runtime.native.System.IO.Compression/4.1.0", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.IO.Compression.4.1.0.nupkg.sha512", - "runtime.native.System.IO.Compression.nuspec" - ] - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "sha512": "pOo6HDOCOpC7Qd7or4sQRLBQOubWvvRA7LhN1feBgaFCRi0x1LgLzU7L5TzMMv01LvxYFkDpWIhjDdMChwNegg==", - "type": "package", - "path": "runtime.native.System.Security.Cryptography/4.0.0", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512", - "runtime.native.System.Security.Cryptography.nuspec" - ] - }, - "System.AppContext/4.1.0": { - "sha512": "AYwFEYpBZikEg91PIvRjQBlNHh0FRLpjfjK+DeZs62mZt7U4qCbRUWocKqWzWr7apNWrmjJTP7OvRePzYiqR1g==", - "type": "package", - "path": "System.AppContext/4.1.0", - "files": [ - "System.AppContext.4.1.0.nupkg.sha512", - "System.AppContext.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.AppContext.dll", - "lib/net463/System.AppContext.dll", - "lib/netcore50/System.AppContext.dll", - "lib/netstandard1.6/System.AppContext.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.AppContext.dll", - "ref/net463/System.AppContext.dll", - "ref/netstandard/_._", - "ref/netstandard1.3/System.AppContext.dll", - "ref/netstandard1.3/System.AppContext.xml", - "ref/netstandard1.3/de/System.AppContext.xml", - "ref/netstandard1.3/es/System.AppContext.xml", - "ref/netstandard1.3/fr/System.AppContext.xml", - "ref/netstandard1.3/it/System.AppContext.xml", - "ref/netstandard1.3/ja/System.AppContext.xml", - "ref/netstandard1.3/ko/System.AppContext.xml", - "ref/netstandard1.3/ru/System.AppContext.xml", - "ref/netstandard1.3/zh-hans/System.AppContext.xml", - "ref/netstandard1.3/zh-hant/System.AppContext.xml", - "ref/netstandard1.6/System.AppContext.dll", - "ref/netstandard1.6/System.AppContext.xml", - "ref/netstandard1.6/de/System.AppContext.xml", - "ref/netstandard1.6/es/System.AppContext.xml", - "ref/netstandard1.6/fr/System.AppContext.xml", - "ref/netstandard1.6/it/System.AppContext.xml", - "ref/netstandard1.6/ja/System.AppContext.xml", - "ref/netstandard1.6/ko/System.AppContext.xml", - "ref/netstandard1.6/ru/System.AppContext.xml", - "ref/netstandard1.6/zh-hans/System.AppContext.xml", - "ref/netstandard1.6/zh-hant/System.AppContext.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.AppContext.dll" - ] - }, - "System.Buffers/4.0.0": { - "sha512": "BE7rm7pkJt2p95ABu5t1eOyZn6dtNvSABoBhvmp7aLyL5VImSnX9g2tpVLIRcvVHS+02ht+bn1LrTmqUixk28Q==", - "type": "package", - "path": "System.Buffers/4.0.0", - "files": [ - "System.Buffers.4.0.0.nupkg.sha512", - "System.Buffers.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.1/.xml", - "lib/netstandard1.1/System.Buffers.dll" - ] - }, - "System.Collections/4.0.11": { - "sha512": "MkyY7Gm//08lVQhQuN0rLdQvnB8OMSiqXtKQawA6YWbJEuy7j7/2SbW/riShO8oQIBzCLd4kKmL9+2lGw0THQQ==", - "type": "package", - "path": "System.Collections/4.0.11", - "files": [ - "System.Collections.4.0.11.nupkg.sha512", - "System.Collections.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", - "ref/netcore50/de/System.Collections.xml", - "ref/netcore50/es/System.Collections.xml", - "ref/netcore50/fr/System.Collections.xml", - "ref/netcore50/it/System.Collections.xml", - "ref/netcore50/ja/System.Collections.xml", - "ref/netcore50/ko/System.Collections.xml", - "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/zh-hans/System.Collections.xml", - "ref/netcore50/zh-hant/System.Collections.xml", - "ref/netstandard1.0/System.Collections.dll", - "ref/netstandard1.0/System.Collections.xml", - "ref/netstandard1.0/de/System.Collections.xml", - "ref/netstandard1.0/es/System.Collections.xml", - "ref/netstandard1.0/fr/System.Collections.xml", - "ref/netstandard1.0/it/System.Collections.xml", - "ref/netstandard1.0/ja/System.Collections.xml", - "ref/netstandard1.0/ko/System.Collections.xml", - "ref/netstandard1.0/ru/System.Collections.xml", - "ref/netstandard1.0/zh-hans/System.Collections.xml", - "ref/netstandard1.0/zh-hant/System.Collections.xml", - "ref/netstandard1.3/System.Collections.dll", - "ref/netstandard1.3/System.Collections.xml", - "ref/netstandard1.3/de/System.Collections.xml", - "ref/netstandard1.3/es/System.Collections.xml", - "ref/netstandard1.3/fr/System.Collections.xml", - "ref/netstandard1.3/it/System.Collections.xml", - "ref/netstandard1.3/ja/System.Collections.xml", - "ref/netstandard1.3/ko/System.Collections.xml", - "ref/netstandard1.3/ru/System.Collections.xml", - "ref/netstandard1.3/zh-hans/System.Collections.xml", - "ref/netstandard1.3/zh-hant/System.Collections.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Collections/4.3.0": { - "sha512": "dCeWf/8Kw4IXDArDjLqCxuJedAlqWspWOpO0YZ+1pQj0GMmF89Y15PqUWwaTsEKaksidNA8yC8uUVDmfiueTkA==", - "type": "package", - "path": "System.Collections/4.3.0", - "files": [ - "System.Collections.4.3.0.nupkg.sha512", - "System.Collections.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", - "ref/netcore50/de/System.Collections.xml", - "ref/netcore50/es/System.Collections.xml", - "ref/netcore50/fr/System.Collections.xml", - "ref/netcore50/it/System.Collections.xml", - "ref/netcore50/ja/System.Collections.xml", - "ref/netcore50/ko/System.Collections.xml", - "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/zh-hans/System.Collections.xml", - "ref/netcore50/zh-hant/System.Collections.xml", - "ref/netstandard1.0/System.Collections.dll", - "ref/netstandard1.0/System.Collections.xml", - "ref/netstandard1.0/de/System.Collections.xml", - "ref/netstandard1.0/es/System.Collections.xml", - "ref/netstandard1.0/fr/System.Collections.xml", - "ref/netstandard1.0/it/System.Collections.xml", - "ref/netstandard1.0/ja/System.Collections.xml", - "ref/netstandard1.0/ko/System.Collections.xml", - "ref/netstandard1.0/ru/System.Collections.xml", - "ref/netstandard1.0/zh-hans/System.Collections.xml", - "ref/netstandard1.0/zh-hant/System.Collections.xml", - "ref/netstandard1.3/System.Collections.dll", - "ref/netstandard1.3/System.Collections.xml", - "ref/netstandard1.3/de/System.Collections.xml", - "ref/netstandard1.3/es/System.Collections.xml", - "ref/netstandard1.3/fr/System.Collections.xml", - "ref/netstandard1.3/it/System.Collections.xml", - "ref/netstandard1.3/ja/System.Collections.xml", - "ref/netstandard1.3/ko/System.Collections.xml", - "ref/netstandard1.3/ru/System.Collections.xml", - "ref/netstandard1.3/zh-hans/System.Collections.xml", - "ref/netstandard1.3/zh-hant/System.Collections.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Collections.Concurrent/4.0.12": { - "sha512": "PCjCA36g5pEDAyBWyG12J6UrlARoWNUY6WzF9JjvwbF3ADNE45njmvkrQOHNdBRj4eAzsog5zjSwrjmmtVShnQ==", - "type": "package", - "path": "System.Collections.Concurrent/4.0.12", - "files": [ - "System.Collections.Concurrent.4.0.12.nupkg.sha512", - "System.Collections.Concurrent.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.Concurrent.dll", - "lib/netstandard1.3/System.Collections.Concurrent.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Collections.Concurrent.dll", - "ref/netcore50/System.Collections.Concurrent.xml", - "ref/netcore50/de/System.Collections.Concurrent.xml", - "ref/netcore50/es/System.Collections.Concurrent.xml", - "ref/netcore50/fr/System.Collections.Concurrent.xml", - "ref/netcore50/it/System.Collections.Concurrent.xml", - "ref/netcore50/ja/System.Collections.Concurrent.xml", - "ref/netcore50/ko/System.Collections.Concurrent.xml", - "ref/netcore50/ru/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", - "ref/netstandard1.1/System.Collections.Concurrent.dll", - "ref/netstandard1.1/System.Collections.Concurrent.xml", - "ref/netstandard1.1/de/System.Collections.Concurrent.xml", - "ref/netstandard1.1/es/System.Collections.Concurrent.xml", - "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", - "ref/netstandard1.1/it/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", - "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", - "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", - "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", - "ref/netstandard1.3/System.Collections.Concurrent.dll", - "ref/netstandard1.3/System.Collections.Concurrent.xml", - "ref/netstandard1.3/de/System.Collections.Concurrent.xml", - "ref/netstandard1.3/es/System.Collections.Concurrent.xml", - "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", - "ref/netstandard1.3/it/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", - "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", - "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", - "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Console/4.0.0": { - "sha512": "55nNtbhYiu883MlPOvF0SVT2scPFgsXUzMwl/WfnhGQxOX3B78rcOHH+eWpVpMjtGFPg29OsnhAiDMxF/98OXQ==", - "type": "package", - "path": "System.Console/4.0.0", - "files": [ - "System.Console.4.0.0.nupkg.sha512", - "System.Console.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Console.dll", - "ref/netstandard1.3/System.Console.dll", - "ref/netstandard1.3/System.Console.xml", - "ref/netstandard1.3/de/System.Console.xml", - "ref/netstandard1.3/es/System.Console.xml", - "ref/netstandard1.3/fr/System.Console.xml", - "ref/netstandard1.3/it/System.Console.xml", - "ref/netstandard1.3/ja/System.Console.xml", - "ref/netstandard1.3/ko/System.Console.xml", - "ref/netstandard1.3/ru/System.Console.xml", - "ref/netstandard1.3/zh-hans/System.Console.xml", - "ref/netstandard1.3/zh-hant/System.Console.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Diagnostics.Debug/4.0.11": { - "sha512": "f7iaMw4YJ4h9lm5pE/oXkksIMaz6/0UzXCzETIrY53LWLnhFwFKsOdYtOgc2j7fuol78t9p1JYbkjRZ8hdmRpg==", - "type": "package", - "path": "System.Diagnostics.Debug/4.0.11", - "files": [ - "System.Diagnostics.Debug.4.0.11.nupkg.sha512", - "System.Diagnostics.Debug.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", - "ref/netcore50/de/System.Diagnostics.Debug.xml", - "ref/netcore50/es/System.Diagnostics.Debug.xml", - "ref/netcore50/fr/System.Diagnostics.Debug.xml", - "ref/netcore50/it/System.Diagnostics.Debug.xml", - "ref/netcore50/ja/System.Diagnostics.Debug.xml", - "ref/netcore50/ko/System.Diagnostics.Debug.xml", - "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/System.Diagnostics.Debug.dll", - "ref/netstandard1.0/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/System.Diagnostics.Debug.dll", - "ref/netstandard1.3/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Diagnostics.Debug/4.3.0": { - "sha512": "wtg85zBbPrOo5lkGsdSlSXfy9ebeKW/3kcg6m3pA2PZaeib8gkSssMRCwqSG16hV+nAMoRZwbqzxFZT7LW7NXg==", - "type": "package", - "path": "System.Diagnostics.Debug/4.3.0", - "files": [ - "System.Diagnostics.Debug.4.3.0.nupkg.sha512", - "System.Diagnostics.Debug.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", - "ref/netcore50/de/System.Diagnostics.Debug.xml", - "ref/netcore50/es/System.Diagnostics.Debug.xml", - "ref/netcore50/fr/System.Diagnostics.Debug.xml", - "ref/netcore50/it/System.Diagnostics.Debug.xml", - "ref/netcore50/ja/System.Diagnostics.Debug.xml", - "ref/netcore50/ko/System.Diagnostics.Debug.xml", - "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/System.Diagnostics.Debug.dll", - "ref/netstandard1.0/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", - "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/System.Diagnostics.Debug.dll", - "ref/netstandard1.3/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "sha512": "WY00aTqdy2BDSX+URHpP5nPmJdbEe2wepdIbgRnJbdRki/Ma7A1tdqoj6qE2sFNgnsVIqEokD4Hm+1sZwhW94Q==", - "type": "package", - "path": "System.Diagnostics.DiagnosticSource/4.0.0", - "files": [ - "System.Diagnostics.DiagnosticSource.4.0.0.nupkg.sha512", - "System.Diagnostics.DiagnosticSource.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net46/System.Diagnostics.DiagnosticSource.dll", - "lib/net46/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml" - ] - }, - "System.Diagnostics.Tools/4.0.1": { - "sha512": "Hkl/XUQm44SL1MFXJWxvVACzZ+aIwvpz2cNUBVQQ50aM/vv6IeIq+2dTG5guMIiMFa6eeiLqRyw+TwkQMbDNXw==", - "type": "package", - "path": "System.Diagnostics.Tools/4.0.1", - "files": [ - "System.Diagnostics.Tools.4.0.1.nupkg.sha512", - "System.Diagnostics.Tools.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Tools.dll", - "ref/netcore50/System.Diagnostics.Tools.xml", - "ref/netcore50/de/System.Diagnostics.Tools.xml", - "ref/netcore50/es/System.Diagnostics.Tools.xml", - "ref/netcore50/fr/System.Diagnostics.Tools.xml", - "ref/netcore50/it/System.Diagnostics.Tools.xml", - "ref/netcore50/ja/System.Diagnostics.Tools.xml", - "ref/netcore50/ko/System.Diagnostics.Tools.xml", - "ref/netcore50/ru/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/System.Diagnostics.Tools.dll", - "ref/netstandard1.0/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Diagnostics.Tools/4.3.0": { - "sha512": "czwL60JAaLVGvtNAKCzK718b+wUgw7/8vHiZ1rrtEjBXsODEG4S9Qoevu5DMpUHlZn7+pSsw5xk/HKXxE+oDoQ==", - "type": "package", - "path": "System.Diagnostics.Tools/4.3.0", - "files": [ - "System.Diagnostics.Tools.4.3.0.nupkg.sha512", - "System.Diagnostics.Tools.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Tools.dll", - "ref/netcore50/System.Diagnostics.Tools.xml", - "ref/netcore50/de/System.Diagnostics.Tools.xml", - "ref/netcore50/es/System.Diagnostics.Tools.xml", - "ref/netcore50/fr/System.Diagnostics.Tools.xml", - "ref/netcore50/it/System.Diagnostics.Tools.xml", - "ref/netcore50/ja/System.Diagnostics.Tools.xml", - "ref/netcore50/ko/System.Diagnostics.Tools.xml", - "ref/netcore50/ru/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/System.Diagnostics.Tools.dll", - "ref/netstandard1.0/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", - "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Diagnostics.Tracing/4.1.0": { - "sha512": "6fPqvVhkCXsprt497gQCVXQy3KWR/g1YXzgngS3NjzPdVch94DEMw44D2zBLVlB/pK3Z7W3AU09NAePvinD0ZQ==", - "type": "package", - "path": "System.Diagnostics.Tracing/4.1.0", - "files": [ - "System.Diagnostics.Tracing.4.1.0.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Diagnostics.Tracing.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.xml", - "ref/netcore50/de/System.Diagnostics.Tracing.xml", - "ref/netcore50/es/System.Diagnostics.Tracing.xml", - "ref/netcore50/fr/System.Diagnostics.Tracing.xml", - "ref/netcore50/it/System.Diagnostics.Tracing.xml", - "ref/netcore50/ja/System.Diagnostics.Tracing.xml", - "ref/netcore50/ko/System.Diagnostics.Tracing.xml", - "ref/netcore50/ru/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/System.Diagnostics.Tracing.dll", - "ref/netstandard1.1/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/System.Diagnostics.Tracing.dll", - "ref/netstandard1.2/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/System.Diagnostics.Tracing.dll", - "ref/netstandard1.3/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/System.Diagnostics.Tracing.dll", - "ref/netstandard1.5/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Globalization/4.0.11": { - "sha512": "ZZdI5n1Acb6TqtkVS2ja0r3qzBqPX+iHdnA6XeJ7x+1z8C0e4/V4KLJ3xXJb4ejkzdNOYdsUfniEZCEXJ3JOsg==", - "type": "package", - "path": "System.Globalization/4.0.11", - "files": [ - "System.Globalization.4.0.11.nupkg.sha512", - "System.Globalization.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", - "ref/netcore50/de/System.Globalization.xml", - "ref/netcore50/es/System.Globalization.xml", - "ref/netcore50/fr/System.Globalization.xml", - "ref/netcore50/it/System.Globalization.xml", - "ref/netcore50/ja/System.Globalization.xml", - "ref/netcore50/ko/System.Globalization.xml", - "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/zh-hans/System.Globalization.xml", - "ref/netcore50/zh-hant/System.Globalization.xml", - "ref/netstandard1.0/System.Globalization.dll", - "ref/netstandard1.0/System.Globalization.xml", - "ref/netstandard1.0/de/System.Globalization.xml", - "ref/netstandard1.0/es/System.Globalization.xml", - "ref/netstandard1.0/fr/System.Globalization.xml", - "ref/netstandard1.0/it/System.Globalization.xml", - "ref/netstandard1.0/ja/System.Globalization.xml", - "ref/netstandard1.0/ko/System.Globalization.xml", - "ref/netstandard1.0/ru/System.Globalization.xml", - "ref/netstandard1.0/zh-hans/System.Globalization.xml", - "ref/netstandard1.0/zh-hant/System.Globalization.xml", - "ref/netstandard1.3/System.Globalization.dll", - "ref/netstandard1.3/System.Globalization.xml", - "ref/netstandard1.3/de/System.Globalization.xml", - "ref/netstandard1.3/es/System.Globalization.xml", - "ref/netstandard1.3/fr/System.Globalization.xml", - "ref/netstandard1.3/it/System.Globalization.xml", - "ref/netstandard1.3/ja/System.Globalization.xml", - "ref/netstandard1.3/ko/System.Globalization.xml", - "ref/netstandard1.3/ru/System.Globalization.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Globalization/4.3.0": { - "sha512": "ySK9WB3u1ONxQ82Q6cE7O3IfboPZ/QlyKID75oOC66GKfyfvEyZvaZpqzLTy4n7a9SUHwz90pfflJ9HFRM8GZQ==", - "type": "package", - "path": "System.Globalization/4.3.0", - "files": [ - "System.Globalization.4.3.0.nupkg.sha512", - "System.Globalization.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", - "ref/netcore50/de/System.Globalization.xml", - "ref/netcore50/es/System.Globalization.xml", - "ref/netcore50/fr/System.Globalization.xml", - "ref/netcore50/it/System.Globalization.xml", - "ref/netcore50/ja/System.Globalization.xml", - "ref/netcore50/ko/System.Globalization.xml", - "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/zh-hans/System.Globalization.xml", - "ref/netcore50/zh-hant/System.Globalization.xml", - "ref/netstandard1.0/System.Globalization.dll", - "ref/netstandard1.0/System.Globalization.xml", - "ref/netstandard1.0/de/System.Globalization.xml", - "ref/netstandard1.0/es/System.Globalization.xml", - "ref/netstandard1.0/fr/System.Globalization.xml", - "ref/netstandard1.0/it/System.Globalization.xml", - "ref/netstandard1.0/ja/System.Globalization.xml", - "ref/netstandard1.0/ko/System.Globalization.xml", - "ref/netstandard1.0/ru/System.Globalization.xml", - "ref/netstandard1.0/zh-hans/System.Globalization.xml", - "ref/netstandard1.0/zh-hant/System.Globalization.xml", - "ref/netstandard1.3/System.Globalization.dll", - "ref/netstandard1.3/System.Globalization.xml", - "ref/netstandard1.3/de/System.Globalization.xml", - "ref/netstandard1.3/es/System.Globalization.xml", - "ref/netstandard1.3/fr/System.Globalization.xml", - "ref/netstandard1.3/it/System.Globalization.xml", - "ref/netstandard1.3/ja/System.Globalization.xml", - "ref/netstandard1.3/ko/System.Globalization.xml", - "ref/netstandard1.3/ru/System.Globalization.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Globalization.Calendars/4.0.1": { - "sha512": "EFEMtLr+1mVwhPCZiKUzwlDrIP56rW19UdFzYz1lSKBCZOdAQHYkMiUqGNRaUFIybHVcIslUabDfGZukWxoENQ==", - "type": "package", - "path": "System.Globalization.Calendars/4.0.1", - "files": [ - "System.Globalization.Calendars.4.0.1.nupkg.sha512", - "System.Globalization.Calendars.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", - "ref/netstandard1.3/System.Globalization.Calendars.dll", - "ref/netstandard1.3/System.Globalization.Calendars.xml", - "ref/netstandard1.3/de/System.Globalization.Calendars.xml", - "ref/netstandard1.3/es/System.Globalization.Calendars.xml", - "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", - "ref/netstandard1.3/it/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", - "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", - "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", - "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.IO/4.1.0": { - "sha512": "H3nvXW8bYDnVbmV53qVGrjNpt7Vn6wCr4GyhZf5TdxI68tUx1B/Ei/9Nvfrt+foC5evPn5QUN7N67BHD+HheWw==", - "type": "package", - "path": "System.IO/4.1.0", - "files": [ - "System.IO.4.1.0.nupkg.sha512", - "System.IO.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.IO.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.IO.dll", - "ref/netcore50/System.IO.dll", - "ref/netcore50/System.IO.xml", - "ref/netcore50/de/System.IO.xml", - "ref/netcore50/es/System.IO.xml", - "ref/netcore50/fr/System.IO.xml", - "ref/netcore50/it/System.IO.xml", - "ref/netcore50/ja/System.IO.xml", - "ref/netcore50/ko/System.IO.xml", - "ref/netcore50/ru/System.IO.xml", - "ref/netcore50/zh-hans/System.IO.xml", - "ref/netcore50/zh-hant/System.IO.xml", - "ref/netstandard1.0/System.IO.dll", - "ref/netstandard1.0/System.IO.xml", - "ref/netstandard1.0/de/System.IO.xml", - "ref/netstandard1.0/es/System.IO.xml", - "ref/netstandard1.0/fr/System.IO.xml", - "ref/netstandard1.0/it/System.IO.xml", - "ref/netstandard1.0/ja/System.IO.xml", - "ref/netstandard1.0/ko/System.IO.xml", - "ref/netstandard1.0/ru/System.IO.xml", - "ref/netstandard1.0/zh-hans/System.IO.xml", - "ref/netstandard1.0/zh-hant/System.IO.xml", - "ref/netstandard1.3/System.IO.dll", - "ref/netstandard1.3/System.IO.xml", - "ref/netstandard1.3/de/System.IO.xml", - "ref/netstandard1.3/es/System.IO.xml", - "ref/netstandard1.3/fr/System.IO.xml", - "ref/netstandard1.3/it/System.IO.xml", - "ref/netstandard1.3/ja/System.IO.xml", - "ref/netstandard1.3/ko/System.IO.xml", - "ref/netstandard1.3/ru/System.IO.xml", - "ref/netstandard1.3/zh-hans/System.IO.xml", - "ref/netstandard1.3/zh-hant/System.IO.xml", - "ref/netstandard1.5/System.IO.dll", - "ref/netstandard1.5/System.IO.xml", - "ref/netstandard1.5/de/System.IO.xml", - "ref/netstandard1.5/es/System.IO.xml", - "ref/netstandard1.5/fr/System.IO.xml", - "ref/netstandard1.5/it/System.IO.xml", - "ref/netstandard1.5/ja/System.IO.xml", - "ref/netstandard1.5/ko/System.IO.xml", - "ref/netstandard1.5/ru/System.IO.xml", - "ref/netstandard1.5/zh-hans/System.IO.xml", - "ref/netstandard1.5/zh-hant/System.IO.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.IO/4.3.0": { - "sha512": "cXuYu/ygrY2jSUssaHsn/PfCPS/Kek0It6YztrW5hjVssowvgsgKuqHmjrCeAf3AmSI79vZ8PsLW1iiD7nWxqA==", - "type": "package", - "path": "System.IO/4.3.0", - "files": [ - "System.IO.4.3.0.nupkg.sha512", - "System.IO.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.IO.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.IO.dll", - "ref/netcore50/System.IO.dll", - "ref/netcore50/System.IO.xml", - "ref/netcore50/de/System.IO.xml", - "ref/netcore50/es/System.IO.xml", - "ref/netcore50/fr/System.IO.xml", - "ref/netcore50/it/System.IO.xml", - "ref/netcore50/ja/System.IO.xml", - "ref/netcore50/ko/System.IO.xml", - "ref/netcore50/ru/System.IO.xml", - "ref/netcore50/zh-hans/System.IO.xml", - "ref/netcore50/zh-hant/System.IO.xml", - "ref/netstandard1.0/System.IO.dll", - "ref/netstandard1.0/System.IO.xml", - "ref/netstandard1.0/de/System.IO.xml", - "ref/netstandard1.0/es/System.IO.xml", - "ref/netstandard1.0/fr/System.IO.xml", - "ref/netstandard1.0/it/System.IO.xml", - "ref/netstandard1.0/ja/System.IO.xml", - "ref/netstandard1.0/ko/System.IO.xml", - "ref/netstandard1.0/ru/System.IO.xml", - "ref/netstandard1.0/zh-hans/System.IO.xml", - "ref/netstandard1.0/zh-hant/System.IO.xml", - "ref/netstandard1.3/System.IO.dll", - "ref/netstandard1.3/System.IO.xml", - "ref/netstandard1.3/de/System.IO.xml", - "ref/netstandard1.3/es/System.IO.xml", - "ref/netstandard1.3/fr/System.IO.xml", - "ref/netstandard1.3/it/System.IO.xml", - "ref/netstandard1.3/ja/System.IO.xml", - "ref/netstandard1.3/ko/System.IO.xml", - "ref/netstandard1.3/ru/System.IO.xml", - "ref/netstandard1.3/zh-hans/System.IO.xml", - "ref/netstandard1.3/zh-hant/System.IO.xml", - "ref/netstandard1.5/System.IO.dll", - "ref/netstandard1.5/System.IO.xml", - "ref/netstandard1.5/de/System.IO.xml", - "ref/netstandard1.5/es/System.IO.xml", - "ref/netstandard1.5/fr/System.IO.xml", - "ref/netstandard1.5/it/System.IO.xml", - "ref/netstandard1.5/ja/System.IO.xml", - "ref/netstandard1.5/ko/System.IO.xml", - "ref/netstandard1.5/ru/System.IO.xml", - "ref/netstandard1.5/zh-hans/System.IO.xml", - "ref/netstandard1.5/zh-hant/System.IO.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.IO.Compression/4.1.0": { - "sha512": "f9CLwsCROe5A0GrNRXDWzM72HLMX0chyTXiov+FGv47jVqgPIeZ/uQJhM1pH0OOQHzlVCt0EAxhvfM+52Wm4ag==", - "type": "package", - "path": "System.IO.Compression/4.1.0", - "files": [ - "System.IO.Compression.4.1.0.nupkg.sha512", - "System.IO.Compression.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.IO.Compression.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net46/System.IO.Compression.dll", - "ref/netcore50/System.IO.Compression.dll", - "ref/netcore50/System.IO.Compression.xml", - "ref/netcore50/de/System.IO.Compression.xml", - "ref/netcore50/es/System.IO.Compression.xml", - "ref/netcore50/fr/System.IO.Compression.xml", - "ref/netcore50/it/System.IO.Compression.xml", - "ref/netcore50/ja/System.IO.Compression.xml", - "ref/netcore50/ko/System.IO.Compression.xml", - "ref/netcore50/ru/System.IO.Compression.xml", - "ref/netcore50/zh-hans/System.IO.Compression.xml", - "ref/netcore50/zh-hant/System.IO.Compression.xml", - "ref/netstandard1.1/System.IO.Compression.dll", - "ref/netstandard1.1/System.IO.Compression.xml", - "ref/netstandard1.1/de/System.IO.Compression.xml", - "ref/netstandard1.1/es/System.IO.Compression.xml", - "ref/netstandard1.1/fr/System.IO.Compression.xml", - "ref/netstandard1.1/it/System.IO.Compression.xml", - "ref/netstandard1.1/ja/System.IO.Compression.xml", - "ref/netstandard1.1/ko/System.IO.Compression.xml", - "ref/netstandard1.1/ru/System.IO.Compression.xml", - "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", - "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", - "ref/netstandard1.3/System.IO.Compression.dll", - "ref/netstandard1.3/System.IO.Compression.xml", - "ref/netstandard1.3/de/System.IO.Compression.xml", - "ref/netstandard1.3/es/System.IO.Compression.xml", - "ref/netstandard1.3/fr/System.IO.Compression.xml", - "ref/netstandard1.3/it/System.IO.Compression.xml", - "ref/netstandard1.3/ja/System.IO.Compression.xml", - "ref/netstandard1.3/ko/System.IO.Compression.xml", - "ref/netstandard1.3/ru/System.IO.Compression.xml", - "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", - "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", - "runtimes/win/lib/net46/System.IO.Compression.dll", - "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll" - ] - }, - "System.IO.Compression.ZipFile/4.0.1": { - "sha512": "YkGOwj4H3isNzLmaiZnCGX9Gxl3TsOZKOAZOtsmOmC9i3x/BhjBXwzUUt3RA6Ik+HycJd5TkPAULAyZkz29dug==", - "type": "package", - "path": "System.IO.Compression.ZipFile/4.0.1", - "files": [ - "System.IO.Compression.ZipFile.4.0.1.nupkg.sha512", - "System.IO.Compression.ZipFile.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.Compression.ZipFile.dll", - "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.Compression.ZipFile.dll", - "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", - "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", - "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.IO.FileSystem/4.3.0": { - "sha512": "oTvCY1epVpXNDk0CSKp8NvaHsrDPUoEiFAAx6GuJWDnOq8EBd/qW+gmRut8Zfol3ghlhuKrikz8O1aQgzPJPbQ==", - "type": "package", - "path": "System.IO.FileSystem/4.3.0", - "files": [ - "System.IO.FileSystem.4.3.0.nupkg.sha512", - "System.IO.FileSystem.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/netstandard1.3/System.IO.FileSystem.dll", - "ref/netstandard1.3/System.IO.FileSystem.xml", - "ref/netstandard1.3/de/System.IO.FileSystem.xml", - "ref/netstandard1.3/es/System.IO.FileSystem.xml", - "ref/netstandard1.3/fr/System.IO.FileSystem.xml", - "ref/netstandard1.3/it/System.IO.FileSystem.xml", - "ref/netstandard1.3/ja/System.IO.FileSystem.xml", - "ref/netstandard1.3/ko/System.IO.FileSystem.xml", - "ref/netstandard1.3/ru/System.IO.FileSystem.xml", - "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", - "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "sha512": "dUvETypIrGfDyjkGe99Z9EsD740KKyJWkHdVJYw294K56f8dHu8AHHbjmpb4bCOE9VGlIqWL5kM8UlejpYIhnQ==", - "type": "package", - "path": "System.IO.FileSystem.Primitives/4.3.0", - "files": [ - "System.IO.FileSystem.Primitives.4.3.0.nupkg.sha512", - "System.IO.FileSystem.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", - "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", - "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", - "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Linq/4.1.0": { - "sha512": "MvNGOAr6XhAyR5wRkwU1P09d/SQTxJ57qu/xxYj4bodj9WNCUh9Owxi+VJXG6xuasZH+8iBPtAlMHLpsUAfCsg==", - "type": "package", - "path": "System.Linq/4.1.0", - "files": [ - "System.Linq.4.1.0.nupkg.sha512", - "System.Linq.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Linq.dll", - "lib/netcore50/System.Linq.dll", - "lib/netstandard1.6/System.Linq.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Linq.dll", - "ref/netcore50/System.Linq.dll", - "ref/netcore50/System.Linq.xml", - "ref/netcore50/de/System.Linq.xml", - "ref/netcore50/es/System.Linq.xml", - "ref/netcore50/fr/System.Linq.xml", - "ref/netcore50/it/System.Linq.xml", - "ref/netcore50/ja/System.Linq.xml", - "ref/netcore50/ko/System.Linq.xml", - "ref/netcore50/ru/System.Linq.xml", - "ref/netcore50/zh-hans/System.Linq.xml", - "ref/netcore50/zh-hant/System.Linq.xml", - "ref/netstandard1.0/System.Linq.dll", - "ref/netstandard1.0/System.Linq.xml", - "ref/netstandard1.0/de/System.Linq.xml", - "ref/netstandard1.0/es/System.Linq.xml", - "ref/netstandard1.0/fr/System.Linq.xml", - "ref/netstandard1.0/it/System.Linq.xml", - "ref/netstandard1.0/ja/System.Linq.xml", - "ref/netstandard1.0/ko/System.Linq.xml", - "ref/netstandard1.0/ru/System.Linq.xml", - "ref/netstandard1.0/zh-hans/System.Linq.xml", - "ref/netstandard1.0/zh-hant/System.Linq.xml", - "ref/netstandard1.6/System.Linq.dll", - "ref/netstandard1.6/System.Linq.xml", - "ref/netstandard1.6/de/System.Linq.xml", - "ref/netstandard1.6/es/System.Linq.xml", - "ref/netstandard1.6/fr/System.Linq.xml", - "ref/netstandard1.6/it/System.Linq.xml", - "ref/netstandard1.6/ja/System.Linq.xml", - "ref/netstandard1.6/ko/System.Linq.xml", - "ref/netstandard1.6/ru/System.Linq.xml", - "ref/netstandard1.6/zh-hans/System.Linq.xml", - "ref/netstandard1.6/zh-hant/System.Linq.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Linq.Expressions/4.1.0": { - "sha512": "bE8lOg3XwRa/ts7SUEwoUjYSf1wpHQqv26fdvV5iTC0FbQmWZixfnpPeEvLa8sIw5dVgCjAC1pgNjHLi8U7syA==", - "type": "package", - "path": "System.Linq.Expressions/4.1.0", - "files": [ - "System.Linq.Expressions.4.1.0.nupkg.sha512", - "System.Linq.Expressions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Linq.Expressions.dll", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/netstandard1.6/System.Linq.Expressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.xml", - "ref/netcore50/de/System.Linq.Expressions.xml", - "ref/netcore50/es/System.Linq.Expressions.xml", - "ref/netcore50/fr/System.Linq.Expressions.xml", - "ref/netcore50/it/System.Linq.Expressions.xml", - "ref/netcore50/ja/System.Linq.Expressions.xml", - "ref/netcore50/ko/System.Linq.Expressions.xml", - "ref/netcore50/ru/System.Linq.Expressions.xml", - "ref/netcore50/zh-hans/System.Linq.Expressions.xml", - "ref/netcore50/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.0/System.Linq.Expressions.dll", - "ref/netstandard1.0/System.Linq.Expressions.xml", - "ref/netstandard1.0/de/System.Linq.Expressions.xml", - "ref/netstandard1.0/es/System.Linq.Expressions.xml", - "ref/netstandard1.0/fr/System.Linq.Expressions.xml", - "ref/netstandard1.0/it/System.Linq.Expressions.xml", - "ref/netstandard1.0/ja/System.Linq.Expressions.xml", - "ref/netstandard1.0/ko/System.Linq.Expressions.xml", - "ref/netstandard1.0/ru/System.Linq.Expressions.xml", - "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.3/System.Linq.Expressions.dll", - "ref/netstandard1.3/System.Linq.Expressions.xml", - "ref/netstandard1.3/de/System.Linq.Expressions.xml", - "ref/netstandard1.3/es/System.Linq.Expressions.xml", - "ref/netstandard1.3/fr/System.Linq.Expressions.xml", - "ref/netstandard1.3/it/System.Linq.Expressions.xml", - "ref/netstandard1.3/ja/System.Linq.Expressions.xml", - "ref/netstandard1.3/ko/System.Linq.Expressions.xml", - "ref/netstandard1.3/ru/System.Linq.Expressions.xml", - "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", - "ref/netstandard1.6/System.Linq.Expressions.dll", - "ref/netstandard1.6/System.Linq.Expressions.xml", - "ref/netstandard1.6/de/System.Linq.Expressions.xml", - "ref/netstandard1.6/es/System.Linq.Expressions.xml", - "ref/netstandard1.6/fr/System.Linq.Expressions.xml", - "ref/netstandard1.6/it/System.Linq.Expressions.xml", - "ref/netstandard1.6/ja/System.Linq.Expressions.xml", - "ref/netstandard1.6/ko/System.Linq.Expressions.xml", - "ref/netstandard1.6/ru/System.Linq.Expressions.xml", - "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", - "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll" - ] - }, - "System.Net.Http/4.1.0": { - "sha512": "zuHDRdjxjdqz7PAPk200mXmBjZNT09NC+aWvODPfldKwJKlFgVxvI/iJykT0SKsMYfm+MDyax5wZpACJqjLAQg==", - "type": "package", - "path": "System.Net.Http/4.1.0", - "files": [ - "System.Net.Http.4.1.0.nupkg.sha512", - "System.Net.Http.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/Xamarinmac20/_._", - "lib/monoandroid10/_._", - "lib/monotouch10/_._", - "lib/net45/_._", - "lib/net46/System.Net.Http.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/Xamarinmac20/_._", - "ref/monoandroid10/_._", - "ref/monotouch10/_._", - "ref/net45/_._", - "ref/net46/System.Net.Http.dll", - "ref/net46/System.Net.Http.xml", - "ref/net46/de/System.Net.Http.xml", - "ref/net46/es/System.Net.Http.xml", - "ref/net46/fr/System.Net.Http.xml", - "ref/net46/it/System.Net.Http.xml", - "ref/net46/ja/System.Net.Http.xml", - "ref/net46/ko/System.Net.Http.xml", - "ref/net46/ru/System.Net.Http.xml", - "ref/net46/zh-hans/System.Net.Http.xml", - "ref/net46/zh-hant/System.Net.Http.xml", - "ref/netcore50/System.Net.Http.dll", - "ref/netcore50/System.Net.Http.xml", - "ref/netcore50/de/System.Net.Http.xml", - "ref/netcore50/es/System.Net.Http.xml", - "ref/netcore50/fr/System.Net.Http.xml", - "ref/netcore50/it/System.Net.Http.xml", - "ref/netcore50/ja/System.Net.Http.xml", - "ref/netcore50/ko/System.Net.Http.xml", - "ref/netcore50/ru/System.Net.Http.xml", - "ref/netcore50/zh-hans/System.Net.Http.xml", - "ref/netcore50/zh-hant/System.Net.Http.xml", - "ref/netstandard1.1/System.Net.Http.dll", - "ref/netstandard1.1/System.Net.Http.xml", - "ref/netstandard1.1/de/System.Net.Http.xml", - "ref/netstandard1.1/es/System.Net.Http.xml", - "ref/netstandard1.1/fr/System.Net.Http.xml", - "ref/netstandard1.1/it/System.Net.Http.xml", - "ref/netstandard1.1/ja/System.Net.Http.xml", - "ref/netstandard1.1/ko/System.Net.Http.xml", - "ref/netstandard1.1/ru/System.Net.Http.xml", - "ref/netstandard1.1/zh-hans/System.Net.Http.xml", - "ref/netstandard1.1/zh-hant/System.Net.Http.xml", - "ref/netstandard1.3/System.Net.Http.dll", - "ref/netstandard1.3/System.Net.Http.xml", - "ref/netstandard1.3/de/System.Net.Http.xml", - "ref/netstandard1.3/es/System.Net.Http.xml", - "ref/netstandard1.3/fr/System.Net.Http.xml", - "ref/netstandard1.3/it/System.Net.Http.xml", - "ref/netstandard1.3/ja/System.Net.Http.xml", - "ref/netstandard1.3/ko/System.Net.Http.xml", - "ref/netstandard1.3/ru/System.Net.Http.xml", - "ref/netstandard1.3/zh-hans/System.Net.Http.xml", - "ref/netstandard1.3/zh-hant/System.Net.Http.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", - "runtimes/win/lib/net46/System.Net.Http.dll", - "runtimes/win/lib/netcore50/System.Net.Http.dll", - "runtimes/win/lib/netstandard1.3/System.Net.Http.dll" - ] - }, - "System.Net.Primitives/4.0.11": { - "sha512": "9ZSN1+zc4uUPA2fHsKYJFy4fPRecTv5w2zVZTDavVQ/zDeufGAElM4Y/HL+i0vwzuAHHrc76MWgpVathNjyvng==", - "type": "package", - "path": "System.Net.Primitives/4.0.11", - "files": [ - "System.Net.Primitives.4.0.11.nupkg.sha512", - "System.Net.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Net.Primitives.dll", - "ref/netcore50/System.Net.Primitives.xml", - "ref/netcore50/de/System.Net.Primitives.xml", - "ref/netcore50/es/System.Net.Primitives.xml", - "ref/netcore50/fr/System.Net.Primitives.xml", - "ref/netcore50/it/System.Net.Primitives.xml", - "ref/netcore50/ja/System.Net.Primitives.xml", - "ref/netcore50/ko/System.Net.Primitives.xml", - "ref/netcore50/ru/System.Net.Primitives.xml", - "ref/netcore50/zh-hans/System.Net.Primitives.xml", - "ref/netcore50/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.0/System.Net.Primitives.dll", - "ref/netstandard1.0/System.Net.Primitives.xml", - "ref/netstandard1.0/de/System.Net.Primitives.xml", - "ref/netstandard1.0/es/System.Net.Primitives.xml", - "ref/netstandard1.0/fr/System.Net.Primitives.xml", - "ref/netstandard1.0/it/System.Net.Primitives.xml", - "ref/netstandard1.0/ja/System.Net.Primitives.xml", - "ref/netstandard1.0/ko/System.Net.Primitives.xml", - "ref/netstandard1.0/ru/System.Net.Primitives.xml", - "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.1/System.Net.Primitives.dll", - "ref/netstandard1.1/System.Net.Primitives.xml", - "ref/netstandard1.1/de/System.Net.Primitives.xml", - "ref/netstandard1.1/es/System.Net.Primitives.xml", - "ref/netstandard1.1/fr/System.Net.Primitives.xml", - "ref/netstandard1.1/it/System.Net.Primitives.xml", - "ref/netstandard1.1/ja/System.Net.Primitives.xml", - "ref/netstandard1.1/ko/System.Net.Primitives.xml", - "ref/netstandard1.1/ru/System.Net.Primitives.xml", - "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", - "ref/netstandard1.3/System.Net.Primitives.dll", - "ref/netstandard1.3/System.Net.Primitives.xml", - "ref/netstandard1.3/de/System.Net.Primitives.xml", - "ref/netstandard1.3/es/System.Net.Primitives.xml", - "ref/netstandard1.3/fr/System.Net.Primitives.xml", - "ref/netstandard1.3/it/System.Net.Primitives.xml", - "ref/netstandard1.3/ja/System.Net.Primitives.xml", - "ref/netstandard1.3/ko/System.Net.Primitives.xml", - "ref/netstandard1.3/ru/System.Net.Primitives.xml", - "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", - "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Net.Sockets/4.1.0": { - "sha512": "LBKVRsqodR2H+2giN0gEC6GQRR8y4pCrMJ7Z4w5BouwQL69VtWTB5TmDSLHcAEZdyzQLnsE3+XNvqwkoiNWYIw==", - "type": "package", - "path": "System.Net.Sockets/4.1.0", - "files": [ - "System.Net.Sockets.4.1.0.nupkg.sha512", - "System.Net.Sockets.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Sockets.dll", - "ref/netstandard1.3/System.Net.Sockets.dll", - "ref/netstandard1.3/System.Net.Sockets.xml", - "ref/netstandard1.3/de/System.Net.Sockets.xml", - "ref/netstandard1.3/es/System.Net.Sockets.xml", - "ref/netstandard1.3/fr/System.Net.Sockets.xml", - "ref/netstandard1.3/it/System.Net.Sockets.xml", - "ref/netstandard1.3/ja/System.Net.Sockets.xml", - "ref/netstandard1.3/ko/System.Net.Sockets.xml", - "ref/netstandard1.3/ru/System.Net.Sockets.xml", - "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", - "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.ObjectModel/4.0.12": { - "sha512": "QQdGuFwcBnV1NbmygiNJlBi9mEwrl+iIJLPE9ENrTkdSXXocSKSU7CzgGrkUeUpkDyVU9HVp9J0utRMHoAaaXQ==", - "type": "package", - "path": "System.ObjectModel/4.0.12", - "files": [ - "System.ObjectModel.4.0.12.nupkg.sha512", - "System.ObjectModel.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.ObjectModel.dll", - "lib/netstandard1.3/System.ObjectModel.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.ObjectModel.dll", - "ref/netcore50/System.ObjectModel.xml", - "ref/netcore50/de/System.ObjectModel.xml", - "ref/netcore50/es/System.ObjectModel.xml", - "ref/netcore50/fr/System.ObjectModel.xml", - "ref/netcore50/it/System.ObjectModel.xml", - "ref/netcore50/ja/System.ObjectModel.xml", - "ref/netcore50/ko/System.ObjectModel.xml", - "ref/netcore50/ru/System.ObjectModel.xml", - "ref/netcore50/zh-hans/System.ObjectModel.xml", - "ref/netcore50/zh-hant/System.ObjectModel.xml", - "ref/netstandard1.0/System.ObjectModel.dll", - "ref/netstandard1.0/System.ObjectModel.xml", - "ref/netstandard1.0/de/System.ObjectModel.xml", - "ref/netstandard1.0/es/System.ObjectModel.xml", - "ref/netstandard1.0/fr/System.ObjectModel.xml", - "ref/netstandard1.0/it/System.ObjectModel.xml", - "ref/netstandard1.0/ja/System.ObjectModel.xml", - "ref/netstandard1.0/ko/System.ObjectModel.xml", - "ref/netstandard1.0/ru/System.ObjectModel.xml", - "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", - "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", - "ref/netstandard1.3/System.ObjectModel.dll", - "ref/netstandard1.3/System.ObjectModel.xml", - "ref/netstandard1.3/de/System.ObjectModel.xml", - "ref/netstandard1.3/es/System.ObjectModel.xml", - "ref/netstandard1.3/fr/System.ObjectModel.xml", - "ref/netstandard1.3/it/System.ObjectModel.xml", - "ref/netstandard1.3/ja/System.ObjectModel.xml", - "ref/netstandard1.3/ko/System.ObjectModel.xml", - "ref/netstandard1.3/ru/System.ObjectModel.xml", - "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", - "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection/4.1.0": { - "sha512": "kzGRlVchamtOiix8CKH28oUaqq72EnSvKv7vFMiF9rR8XEC6dkzdEsphtwgn4PWtsHG20LF8Oc2nztUo/LQKnQ==", - "type": "package", - "path": "System.Reflection/4.1.0", - "files": [ - "System.Reflection.4.1.0.nupkg.sha512", - "System.Reflection.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Reflection.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Reflection.dll", - "ref/netcore50/System.Reflection.dll", - "ref/netcore50/System.Reflection.xml", - "ref/netcore50/de/System.Reflection.xml", - "ref/netcore50/es/System.Reflection.xml", - "ref/netcore50/fr/System.Reflection.xml", - "ref/netcore50/it/System.Reflection.xml", - "ref/netcore50/ja/System.Reflection.xml", - "ref/netcore50/ko/System.Reflection.xml", - "ref/netcore50/ru/System.Reflection.xml", - "ref/netcore50/zh-hans/System.Reflection.xml", - "ref/netcore50/zh-hant/System.Reflection.xml", - "ref/netstandard1.0/System.Reflection.dll", - "ref/netstandard1.0/System.Reflection.xml", - "ref/netstandard1.0/de/System.Reflection.xml", - "ref/netstandard1.0/es/System.Reflection.xml", - "ref/netstandard1.0/fr/System.Reflection.xml", - "ref/netstandard1.0/it/System.Reflection.xml", - "ref/netstandard1.0/ja/System.Reflection.xml", - "ref/netstandard1.0/ko/System.Reflection.xml", - "ref/netstandard1.0/ru/System.Reflection.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.xml", - "ref/netstandard1.3/System.Reflection.dll", - "ref/netstandard1.3/System.Reflection.xml", - "ref/netstandard1.3/de/System.Reflection.xml", - "ref/netstandard1.3/es/System.Reflection.xml", - "ref/netstandard1.3/fr/System.Reflection.xml", - "ref/netstandard1.3/it/System.Reflection.xml", - "ref/netstandard1.3/ja/System.Reflection.xml", - "ref/netstandard1.3/ko/System.Reflection.xml", - "ref/netstandard1.3/ru/System.Reflection.xml", - "ref/netstandard1.3/zh-hans/System.Reflection.xml", - "ref/netstandard1.3/zh-hant/System.Reflection.xml", - "ref/netstandard1.5/System.Reflection.dll", - "ref/netstandard1.5/System.Reflection.xml", - "ref/netstandard1.5/de/System.Reflection.xml", - "ref/netstandard1.5/es/System.Reflection.xml", - "ref/netstandard1.5/fr/System.Reflection.xml", - "ref/netstandard1.5/it/System.Reflection.xml", - "ref/netstandard1.5/ja/System.Reflection.xml", - "ref/netstandard1.5/ko/System.Reflection.xml", - "ref/netstandard1.5/ru/System.Reflection.xml", - "ref/netstandard1.5/zh-hans/System.Reflection.xml", - "ref/netstandard1.5/zh-hant/System.Reflection.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection/4.3.0": { - "sha512": "rIm0+BBrDLfCzhbIrVlqqrYxjqUS1/KIV0HLsVG2cN5PGGOyVTpnged4vC2YL5yHnPaqKJgqhU5Sk+2RnEbmfw==", - "type": "package", - "path": "System.Reflection/4.3.0", - "files": [ - "System.Reflection.4.3.0.nupkg.sha512", - "System.Reflection.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Reflection.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Reflection.dll", - "ref/netcore50/System.Reflection.dll", - "ref/netcore50/System.Reflection.xml", - "ref/netcore50/de/System.Reflection.xml", - "ref/netcore50/es/System.Reflection.xml", - "ref/netcore50/fr/System.Reflection.xml", - "ref/netcore50/it/System.Reflection.xml", - "ref/netcore50/ja/System.Reflection.xml", - "ref/netcore50/ko/System.Reflection.xml", - "ref/netcore50/ru/System.Reflection.xml", - "ref/netcore50/zh-hans/System.Reflection.xml", - "ref/netcore50/zh-hant/System.Reflection.xml", - "ref/netstandard1.0/System.Reflection.dll", - "ref/netstandard1.0/System.Reflection.xml", - "ref/netstandard1.0/de/System.Reflection.xml", - "ref/netstandard1.0/es/System.Reflection.xml", - "ref/netstandard1.0/fr/System.Reflection.xml", - "ref/netstandard1.0/it/System.Reflection.xml", - "ref/netstandard1.0/ja/System.Reflection.xml", - "ref/netstandard1.0/ko/System.Reflection.xml", - "ref/netstandard1.0/ru/System.Reflection.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.xml", - "ref/netstandard1.3/System.Reflection.dll", - "ref/netstandard1.3/System.Reflection.xml", - "ref/netstandard1.3/de/System.Reflection.xml", - "ref/netstandard1.3/es/System.Reflection.xml", - "ref/netstandard1.3/fr/System.Reflection.xml", - "ref/netstandard1.3/it/System.Reflection.xml", - "ref/netstandard1.3/ja/System.Reflection.xml", - "ref/netstandard1.3/ko/System.Reflection.xml", - "ref/netstandard1.3/ru/System.Reflection.xml", - "ref/netstandard1.3/zh-hans/System.Reflection.xml", - "ref/netstandard1.3/zh-hant/System.Reflection.xml", - "ref/netstandard1.5/System.Reflection.dll", - "ref/netstandard1.5/System.Reflection.xml", - "ref/netstandard1.5/de/System.Reflection.xml", - "ref/netstandard1.5/es/System.Reflection.xml", - "ref/netstandard1.5/fr/System.Reflection.xml", - "ref/netstandard1.5/it/System.Reflection.xml", - "ref/netstandard1.5/ja/System.Reflection.xml", - "ref/netstandard1.5/ko/System.Reflection.xml", - "ref/netstandard1.5/ru/System.Reflection.xml", - "ref/netstandard1.5/zh-hans/System.Reflection.xml", - "ref/netstandard1.5/zh-hant/System.Reflection.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection.Extensions/4.0.1": { - "sha512": "Eg+RhUh+wgPLq7OzBFjkuRmfx9NUxqiKyEL2kcj73sA/rCgmFqNdKbXVGwiacRf+TmKzjh8BGxm69NjvGK4AJA==", - "type": "package", - "path": "System.Reflection.Extensions/4.0.1", - "files": [ - "System.Reflection.Extensions.4.0.1.nupkg.sha512", - "System.Reflection.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netcore50/System.Reflection.Extensions.xml", - "ref/netcore50/de/System.Reflection.Extensions.xml", - "ref/netcore50/es/System.Reflection.Extensions.xml", - "ref/netcore50/fr/System.Reflection.Extensions.xml", - "ref/netcore50/it/System.Reflection.Extensions.xml", - "ref/netcore50/ja/System.Reflection.Extensions.xml", - "ref/netcore50/ko/System.Reflection.Extensions.xml", - "ref/netcore50/ru/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", - "ref/netstandard1.0/System.Reflection.Extensions.dll", - "ref/netstandard1.0/System.Reflection.Extensions.xml", - "ref/netstandard1.0/de/System.Reflection.Extensions.xml", - "ref/netstandard1.0/es/System.Reflection.Extensions.xml", - "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", - "ref/netstandard1.0/it/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", - "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection.Primitives/4.0.1": { - "sha512": "Pq1p16aJR8PEHFUIdUvVt6BqVGDVW/ZMFinoTcmkLdBOA1gKboX9On9DzwLoaafNqlw9PcdLfdqaFKV1hJOfDQ==", - "type": "package", - "path": "System.Reflection.Primitives/4.0.1", - "files": [ - "System.Reflection.Primitives.4.0.1.nupkg.sha512", - "System.Reflection.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netcore50/System.Reflection.Primitives.xml", - "ref/netcore50/de/System.Reflection.Primitives.xml", - "ref/netcore50/es/System.Reflection.Primitives.xml", - "ref/netcore50/fr/System.Reflection.Primitives.xml", - "ref/netcore50/it/System.Reflection.Primitives.xml", - "ref/netcore50/ja/System.Reflection.Primitives.xml", - "ref/netcore50/ko/System.Reflection.Primitives.xml", - "ref/netcore50/ru/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", - "ref/netstandard1.0/System.Reflection.Primitives.dll", - "ref/netstandard1.0/System.Reflection.Primitives.xml", - "ref/netstandard1.0/de/System.Reflection.Primitives.xml", - "ref/netstandard1.0/es/System.Reflection.Primitives.xml", - "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", - "ref/netstandard1.0/it/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Reflection.Primitives/4.3.0": { - "sha512": "nOjHLSGyMAcNd4KHC6+VQguBjVfSJ/GiGfofmVRvctMB/nZPFuc1ttpa7VUf2Jjae44fOQFgr1omhbKOGykaQA==", - "type": "package", - "path": "System.Reflection.Primitives/4.3.0", - "files": [ - "System.Reflection.Primitives.4.3.0.nupkg.sha512", - "System.Reflection.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netcore50/System.Reflection.Primitives.xml", - "ref/netcore50/de/System.Reflection.Primitives.xml", - "ref/netcore50/es/System.Reflection.Primitives.xml", - "ref/netcore50/fr/System.Reflection.Primitives.xml", - "ref/netcore50/it/System.Reflection.Primitives.xml", - "ref/netcore50/ja/System.Reflection.Primitives.xml", - "ref/netcore50/ko/System.Reflection.Primitives.xml", - "ref/netcore50/ru/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", - "ref/netstandard1.0/System.Reflection.Primitives.dll", - "ref/netstandard1.0/System.Reflection.Primitives.xml", - "ref/netstandard1.0/de/System.Reflection.Primitives.xml", - "ref/netstandard1.0/es/System.Reflection.Primitives.xml", - "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", - "ref/netstandard1.0/it/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", - "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Resources.ResourceManager/4.0.1": { - "sha512": "Avvju61r1ZmSFmwCwXZDI8HmefpSXov7CHttGQWGzgO9iuI/klDuT5QQXMWhmEWPKWLoxa6j5Cedp7tcknO8Wg==", - "type": "package", - "path": "System.Resources.ResourceManager/4.0.1", - "files": [ - "System.Resources.ResourceManager.4.0.1.nupkg.sha512", - "System.Resources.ResourceManager.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/netcore50/de/System.Resources.ResourceManager.xml", - "ref/netcore50/es/System.Resources.ResourceManager.xml", - "ref/netcore50/fr/System.Resources.ResourceManager.xml", - "ref/netcore50/it/System.Resources.ResourceManager.xml", - "ref/netcore50/ja/System.Resources.ResourceManager.xml", - "ref/netcore50/ko/System.Resources.ResourceManager.xml", - "ref/netcore50/ru/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/System.Resources.ResourceManager.dll", - "ref/netstandard1.0/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Resources.ResourceManager/4.3.0": { - "sha512": "R8JNBwxjGxZCaEPmMDCPXGS7nBjqBc3IZStpfGu1HfZVIvT0i52z9hnH2krhYUYRRt9ZVxSxdkIuDsw5ECd+Ow==", - "type": "package", - "path": "System.Resources.ResourceManager/4.3.0", - "files": [ - "System.Resources.ResourceManager.4.3.0.nupkg.sha512", - "System.Resources.ResourceManager.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/netcore50/de/System.Resources.ResourceManager.xml", - "ref/netcore50/es/System.Resources.ResourceManager.xml", - "ref/netcore50/fr/System.Resources.ResourceManager.xml", - "ref/netcore50/it/System.Resources.ResourceManager.xml", - "ref/netcore50/ja/System.Resources.ResourceManager.xml", - "ref/netcore50/ko/System.Resources.ResourceManager.xml", - "ref/netcore50/ru/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/System.Resources.ResourceManager.dll", - "ref/netstandard1.0/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", - "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime/4.1.0": { - "sha512": "NRzs/1z4/c1RsbuV+L0kV/gHoU9+nxN+eAK1Aw+PFgLQZmhSIxUIrP3KAlKgSl3k3I/gw4NSj+lN/nR+5zgR+g==", - "type": "package", - "path": "System.Runtime/4.1.0", - "files": [ - "System.Runtime.4.1.0.nupkg.sha512", - "System.Runtime.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.dll", - "lib/portable-net45+win8+wp80+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", - "ref/netstandard1.0/System.Runtime.dll", - "ref/netstandard1.0/System.Runtime.xml", - "ref/netstandard1.0/de/System.Runtime.xml", - "ref/netstandard1.0/es/System.Runtime.xml", - "ref/netstandard1.0/fr/System.Runtime.xml", - "ref/netstandard1.0/it/System.Runtime.xml", - "ref/netstandard1.0/ja/System.Runtime.xml", - "ref/netstandard1.0/ko/System.Runtime.xml", - "ref/netstandard1.0/ru/System.Runtime.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.xml", - "ref/netstandard1.2/System.Runtime.dll", - "ref/netstandard1.2/System.Runtime.xml", - "ref/netstandard1.2/de/System.Runtime.xml", - "ref/netstandard1.2/es/System.Runtime.xml", - "ref/netstandard1.2/fr/System.Runtime.xml", - "ref/netstandard1.2/it/System.Runtime.xml", - "ref/netstandard1.2/ja/System.Runtime.xml", - "ref/netstandard1.2/ko/System.Runtime.xml", - "ref/netstandard1.2/ru/System.Runtime.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.xml", - "ref/netstandard1.3/System.Runtime.dll", - "ref/netstandard1.3/System.Runtime.xml", - "ref/netstandard1.3/de/System.Runtime.xml", - "ref/netstandard1.3/es/System.Runtime.xml", - "ref/netstandard1.3/fr/System.Runtime.xml", - "ref/netstandard1.3/it/System.Runtime.xml", - "ref/netstandard1.3/ja/System.Runtime.xml", - "ref/netstandard1.3/ko/System.Runtime.xml", - "ref/netstandard1.3/ru/System.Runtime.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.xml", - "ref/netstandard1.5/System.Runtime.dll", - "ref/netstandard1.5/System.Runtime.xml", - "ref/netstandard1.5/de/System.Runtime.xml", - "ref/netstandard1.5/es/System.Runtime.xml", - "ref/netstandard1.5/fr/System.Runtime.xml", - "ref/netstandard1.5/it/System.Runtime.xml", - "ref/netstandard1.5/ja/System.Runtime.xml", - "ref/netstandard1.5/ko/System.Runtime.xml", - "ref/netstandard1.5/ru/System.Runtime.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.xml", - "ref/portable-net45+win8+wp80+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime/4.3.0": { - "sha512": "GInOqt4B5f1RrcK10DwaNUZff0zDSZ2/wcHKA3SLTpwKEMZ6RT0NG4OYfT/y6rwvZ2PnJgT6U/lfzkX2wDlH4A==", - "type": "package", - "path": "System.Runtime/4.3.0", - "files": [ - "System.Runtime.4.3.0.nupkg.sha512", - "System.Runtime.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.dll", - "lib/portable-net45+win8+wp80+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", - "ref/netstandard1.0/System.Runtime.dll", - "ref/netstandard1.0/System.Runtime.xml", - "ref/netstandard1.0/de/System.Runtime.xml", - "ref/netstandard1.0/es/System.Runtime.xml", - "ref/netstandard1.0/fr/System.Runtime.xml", - "ref/netstandard1.0/it/System.Runtime.xml", - "ref/netstandard1.0/ja/System.Runtime.xml", - "ref/netstandard1.0/ko/System.Runtime.xml", - "ref/netstandard1.0/ru/System.Runtime.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.xml", - "ref/netstandard1.2/System.Runtime.dll", - "ref/netstandard1.2/System.Runtime.xml", - "ref/netstandard1.2/de/System.Runtime.xml", - "ref/netstandard1.2/es/System.Runtime.xml", - "ref/netstandard1.2/fr/System.Runtime.xml", - "ref/netstandard1.2/it/System.Runtime.xml", - "ref/netstandard1.2/ja/System.Runtime.xml", - "ref/netstandard1.2/ko/System.Runtime.xml", - "ref/netstandard1.2/ru/System.Runtime.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.xml", - "ref/netstandard1.3/System.Runtime.dll", - "ref/netstandard1.3/System.Runtime.xml", - "ref/netstandard1.3/de/System.Runtime.xml", - "ref/netstandard1.3/es/System.Runtime.xml", - "ref/netstandard1.3/fr/System.Runtime.xml", - "ref/netstandard1.3/it/System.Runtime.xml", - "ref/netstandard1.3/ja/System.Runtime.xml", - "ref/netstandard1.3/ko/System.Runtime.xml", - "ref/netstandard1.3/ru/System.Runtime.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.xml", - "ref/netstandard1.5/System.Runtime.dll", - "ref/netstandard1.5/System.Runtime.xml", - "ref/netstandard1.5/de/System.Runtime.xml", - "ref/netstandard1.5/es/System.Runtime.xml", - "ref/netstandard1.5/fr/System.Runtime.xml", - "ref/netstandard1.5/it/System.Runtime.xml", - "ref/netstandard1.5/ja/System.Runtime.xml", - "ref/netstandard1.5/ko/System.Runtime.xml", - "ref/netstandard1.5/ru/System.Runtime.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.xml", - "ref/portable-net45+win8+wp80+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.Extensions/4.1.0": { - "sha512": "o0Feu7nk2ZXOYHI+/ku1LBmxPcfR74YjkcAxl2XsFaw/EXnVUXJZmcROnumcotM9jVvhJqklNIKYdJR3g3tz5g==", - "type": "package", - "path": "System.Runtime.Extensions/4.1.0", - "files": [ - "System.Runtime.Extensions.4.1.0.nupkg.sha512", - "System.Runtime.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", - "ref/netcore50/de/System.Runtime.Extensions.xml", - "ref/netcore50/es/System.Runtime.Extensions.xml", - "ref/netcore50/fr/System.Runtime.Extensions.xml", - "ref/netcore50/it/System.Runtime.Extensions.xml", - "ref/netcore50/ja/System.Runtime.Extensions.xml", - "ref/netcore50/ko/System.Runtime.Extensions.xml", - "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.0/System.Runtime.Extensions.dll", - "ref/netstandard1.0/System.Runtime.Extensions.xml", - "ref/netstandard1.0/de/System.Runtime.Extensions.xml", - "ref/netstandard1.0/es/System.Runtime.Extensions.xml", - "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.0/it/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.3/System.Runtime.Extensions.dll", - "ref/netstandard1.3/System.Runtime.Extensions.xml", - "ref/netstandard1.3/de/System.Runtime.Extensions.xml", - "ref/netstandard1.3/es/System.Runtime.Extensions.xml", - "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.3/it/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.5/System.Runtime.Extensions.dll", - "ref/netstandard1.5/System.Runtime.Extensions.xml", - "ref/netstandard1.5/de/System.Runtime.Extensions.xml", - "ref/netstandard1.5/es/System.Runtime.Extensions.xml", - "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.5/it/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.Extensions/4.3.0": { - "sha512": "N8FTfVQk8FkB/VM8jwi/m5L/i6VOilcNjRLGO99MobplmUqy8nhh8Wnfy2nM3jwOdSXjcA2ypZ9hoZl4bOI9QQ==", - "type": "package", - "path": "System.Runtime.Extensions/4.3.0", - "files": [ - "System.Runtime.Extensions.4.3.0.nupkg.sha512", - "System.Runtime.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", - "ref/netcore50/de/System.Runtime.Extensions.xml", - "ref/netcore50/es/System.Runtime.Extensions.xml", - "ref/netcore50/fr/System.Runtime.Extensions.xml", - "ref/netcore50/it/System.Runtime.Extensions.xml", - "ref/netcore50/ja/System.Runtime.Extensions.xml", - "ref/netcore50/ko/System.Runtime.Extensions.xml", - "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.0/System.Runtime.Extensions.dll", - "ref/netstandard1.0/System.Runtime.Extensions.xml", - "ref/netstandard1.0/de/System.Runtime.Extensions.xml", - "ref/netstandard1.0/es/System.Runtime.Extensions.xml", - "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.0/it/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.3/System.Runtime.Extensions.dll", - "ref/netstandard1.3/System.Runtime.Extensions.xml", - "ref/netstandard1.3/de/System.Runtime.Extensions.xml", - "ref/netstandard1.3/es/System.Runtime.Extensions.xml", - "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.3/it/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", - "ref/netstandard1.5/System.Runtime.Extensions.dll", - "ref/netstandard1.5/System.Runtime.Extensions.xml", - "ref/netstandard1.5/de/System.Runtime.Extensions.xml", - "ref/netstandard1.5/es/System.Runtime.Extensions.xml", - "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", - "ref/netstandard1.5/it/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", - "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.Handles/4.3.0": { - "sha512": "fGofPWaMaMt5S3smhLR2EIjTlpqjkVuc+5kuNaus0VcZrYNXTvjBwzgu5GXhOS59q5zUs8l2dtE2jzVzIlQCSg==", - "type": "package", - "path": "System.Runtime.Handles/4.3.0", - "files": [ - "System.Runtime.Handles.4.3.0.nupkg.sha512", - "System.Runtime.Handles.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/netstandard1.3/System.Runtime.Handles.dll", - "ref/netstandard1.3/System.Runtime.Handles.xml", - "ref/netstandard1.3/de/System.Runtime.Handles.xml", - "ref/netstandard1.3/es/System.Runtime.Handles.xml", - "ref/netstandard1.3/fr/System.Runtime.Handles.xml", - "ref/netstandard1.3/it/System.Runtime.Handles.xml", - "ref/netstandard1.3/ja/System.Runtime.Handles.xml", - "ref/netstandard1.3/ko/System.Runtime.Handles.xml", - "ref/netstandard1.3/ru/System.Runtime.Handles.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.InteropServices/4.1.0": { - "sha512": "RXyKJjjWPydelFPBc41mJzYIFDGSoslnvdywqMtS3EEsy2ZEpeQ76ZcgmPQD0GXvQofttADAWEDhpueRwkNn/Q==", - "type": "package", - "path": "System.Runtime.InteropServices/4.1.0", - "files": [ - "System.Runtime.InteropServices.4.1.0.nupkg.sha512", - "System.Runtime.InteropServices.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.InteropServices.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.xml", - "ref/netcore50/de/System.Runtime.InteropServices.xml", - "ref/netcore50/es/System.Runtime.InteropServices.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.xml", - "ref/netcore50/it/System.Runtime.InteropServices.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/System.Runtime.InteropServices.dll", - "ref/netstandard1.1/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/System.Runtime.InteropServices.dll", - "ref/netstandard1.2/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/System.Runtime.InteropServices.dll", - "ref/netstandard1.3/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/System.Runtime.InteropServices.dll", - "ref/netstandard1.5/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.InteropServices/4.3.0": { - "sha512": "X0kW7e0Wq6inWIDDZhy0JfBAUHiJ+Z99LWLae54MUIMgby0pZuEaXziAd9dPsLOids04ft9ksIkLZrmDBHWHtA==", - "type": "package", - "path": "System.Runtime.InteropServices/4.3.0", - "files": [ - "System.Runtime.InteropServices.4.3.0.nupkg.sha512", - "System.Runtime.InteropServices.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.InteropServices.dll", - "lib/net463/System.Runtime.InteropServices.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.InteropServices.dll", - "ref/net463/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.xml", - "ref/netcore50/de/System.Runtime.InteropServices.xml", - "ref/netcore50/es/System.Runtime.InteropServices.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.xml", - "ref/netcore50/it/System.Runtime.InteropServices.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", - "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", - "ref/netstandard1.1/System.Runtime.InteropServices.dll", - "ref/netstandard1.1/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/System.Runtime.InteropServices.dll", - "ref/netstandard1.2/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/System.Runtime.InteropServices.dll", - "ref/netstandard1.3/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/System.Runtime.InteropServices.dll", - "ref/netstandard1.5/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { - "sha512": "ZgW7C8+GySiZQXXK4zdD13hYjDNCFODNDPjtkVLo4GP+FJrXG0rUOW/014p1kdPIGXZiCVd2FjLTkFzlWV6rZw==", - "type": "package", - "path": "System.Runtime.InteropServices.RuntimeInformation/4.0.0", - "files": [ - "System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg.sha512", - "System.Runtime.InteropServices.RuntimeInformation.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll" - ] - }, - "System.Runtime.Numerics/4.0.1": { - "sha512": "TB05yNRp5lF/JWVYTzMfxtkxygFEl4JuMVyFTTORXE8Py6WX6VgF+7o5I8DzyuwqXKqVc1moLPzOAj2HVk8WAQ==", - "type": "package", - "path": "System.Runtime.Numerics/4.0.1", - "files": [ - "System.Runtime.Numerics.4.0.1.nupkg.sha512", - "System.Runtime.Numerics.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", - "lib/netstandard1.3/System.Runtime.Numerics.dll", - "lib/portable-net45+win8+wpa81/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Runtime.Numerics.dll", - "ref/netcore50/System.Runtime.Numerics.xml", - "ref/netcore50/de/System.Runtime.Numerics.xml", - "ref/netcore50/es/System.Runtime.Numerics.xml", - "ref/netcore50/fr/System.Runtime.Numerics.xml", - "ref/netcore50/it/System.Runtime.Numerics.xml", - "ref/netcore50/ja/System.Runtime.Numerics.xml", - "ref/netcore50/ko/System.Runtime.Numerics.xml", - "ref/netcore50/ru/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", - "ref/netstandard1.1/System.Runtime.Numerics.dll", - "ref/netstandard1.1/System.Runtime.Numerics.xml", - "ref/netstandard1.1/de/System.Runtime.Numerics.xml", - "ref/netstandard1.1/es/System.Runtime.Numerics.xml", - "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", - "ref/netstandard1.1/it/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", - "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", - "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", - "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", - "ref/portable-net45+win8+wpa81/_._", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "sha512": "3ZfORNzZYVyZ+dNHN9LzfhDDnZXj9iPuCuDeW7P5NSmlNX11QyE7nRrt1v/ak7LQIW9NpiZbEht1TKPt2Pb5bg==", - "type": "package", - "path": "System.Security.Cryptography.Algorithms/4.2.0", - "files": [ - "System.Security.Cryptography.Algorithms.4.2.0.nupkg.sha512", - "System.Security.Cryptography.Algorithms.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", - "lib/net461/System.Security.Cryptography.Algorithms.dll", - "lib/net463/System.Security.Cryptography.Algorithms.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", - "ref/net461/System.Security.Cryptography.Algorithms.dll", - "ref/net463/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", - "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll" - ] - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "sha512": "L4L2QHSqb8uthwLC1U2WkfeOaGz3CO5DRJ3V2ilNjHNQDRAmgOWLoNV/+G2cwQ70zDOAK9JybFRcJldXS48kPA==", - "type": "package", - "path": "System.Security.Cryptography.Encoding/4.0.0", - "files": [ - "System.Security.Cryptography.Encoding.4.0.0.nupkg.sha512", - "System.Security.Cryptography.Encoding.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Encoding.dll", - "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll" - ] - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "sha512": "NqwC7rbkgF4yy8L1yxzKL6fkQx1Zlo7k0c5Fh4t0vf2ZRXFcxY9Aaned4ItflghpfhcYK8O4dsZXaTVQwEo4og==", - "type": "package", - "path": "System.Security.Cryptography.Primitives/4.0.0", - "files": [ - "System.Security.Cryptography.Primitives.4.0.0.nupkg.sha512", - "System.Security.Cryptography.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", - "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", - "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "sha512": "H0A2owMtFlxZo+o3YcpHf6H/NooMQBakNvr1e68TPSJVh2pG3QBT1KPa0IVPr9I9i/JzqlM/1zyn7ph7y1zj3A==", - "type": "package", - "path": "System.Security.Cryptography.X509Certificates/4.1.0", - "files": [ - "System.Security.Cryptography.X509Certificates.4.1.0.nupkg.sha512", - "System.Security.Cryptography.X509Certificates.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.X509Certificates.dll", - "lib/net461/System.Security.Cryptography.X509Certificates.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.X509Certificates.dll", - "ref/net461/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", - "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll" - ] - }, - "System.Text.Encoding/4.0.11": { - "sha512": "q7/EErC2Z7YSkygGFiu2MSOzU3BG2evpiByIEFDe5NJq6UFVJJI3KW13uOk37edOEInwAo2woeGdOaW1d8e4PA==", - "type": "package", - "path": "System.Text.Encoding/4.0.11", - "files": [ - "System.Text.Encoding.4.0.11.nupkg.sha512", - "System.Text.Encoding.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netcore50/System.Text.Encoding.xml", - "ref/netcore50/de/System.Text.Encoding.xml", - "ref/netcore50/es/System.Text.Encoding.xml", - "ref/netcore50/fr/System.Text.Encoding.xml", - "ref/netcore50/it/System.Text.Encoding.xml", - "ref/netcore50/ja/System.Text.Encoding.xml", - "ref/netcore50/ko/System.Text.Encoding.xml", - "ref/netcore50/ru/System.Text.Encoding.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.0/System.Text.Encoding.dll", - "ref/netstandard1.0/System.Text.Encoding.xml", - "ref/netstandard1.0/de/System.Text.Encoding.xml", - "ref/netstandard1.0/es/System.Text.Encoding.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.xml", - "ref/netstandard1.0/it/System.Text.Encoding.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.3/System.Text.Encoding.dll", - "ref/netstandard1.3/System.Text.Encoding.xml", - "ref/netstandard1.3/de/System.Text.Encoding.xml", - "ref/netstandard1.3/es/System.Text.Encoding.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.xml", - "ref/netstandard1.3/it/System.Text.Encoding.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Text.Encoding/4.3.0": { - "sha512": "+iP02U89BqFB39pJ0wLsWT0lHFj5ccVv4+ruGvIdjl2FamD6qC07ngrw07tQF7PTVOmsuq5XN28Q+TRF5scLEQ==", - "type": "package", - "path": "System.Text.Encoding/4.3.0", - "files": [ - "System.Text.Encoding.4.3.0.nupkg.sha512", - "System.Text.Encoding.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netcore50/System.Text.Encoding.xml", - "ref/netcore50/de/System.Text.Encoding.xml", - "ref/netcore50/es/System.Text.Encoding.xml", - "ref/netcore50/fr/System.Text.Encoding.xml", - "ref/netcore50/it/System.Text.Encoding.xml", - "ref/netcore50/ja/System.Text.Encoding.xml", - "ref/netcore50/ko/System.Text.Encoding.xml", - "ref/netcore50/ru/System.Text.Encoding.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.0/System.Text.Encoding.dll", - "ref/netstandard1.0/System.Text.Encoding.xml", - "ref/netstandard1.0/de/System.Text.Encoding.xml", - "ref/netstandard1.0/es/System.Text.Encoding.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.xml", - "ref/netstandard1.0/it/System.Text.Encoding.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.3/System.Text.Encoding.dll", - "ref/netstandard1.3/System.Text.Encoding.xml", - "ref/netstandard1.3/de/System.Text.Encoding.xml", - "ref/netstandard1.3/es/System.Text.Encoding.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.xml", - "ref/netstandard1.3/it/System.Text.Encoding.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Text.Encoding.Extensions/4.0.11": { - "sha512": "U8to5y4CR76imdmpGpA7wF2n+eSwSdGmsskUZayWaZEGozXc2TdYyR6dEALttYU4bhcj7PA6hdpKAfNruGOfCw==", - "type": "package", - "path": "System.Text.Encoding.Extensions/4.0.11", - "files": [ - "System.Text.Encoding.Extensions.4.0.11.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Text.Encoding.Extensions/4.3.0": { - "sha512": "htlnmFmHyyJ3W33dYn7ryer4luJ7QUoFCL/b5/df3YnQC2coNDk97NEH8dKKHqhvi/ApAru8ddN8zzKPkTxAZQ==", - "type": "package", - "path": "System.Text.Encoding.Extensions/4.3.0", - "files": [ - "System.Text.Encoding.Extensions.4.3.0.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", - "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Text.RegularExpressions/4.1.0": { - "sha512": "8qlDCrk7yooENXaumitq83G4nL6Sf90xeUYuRhWdrmMIbUbt8fnXT3/MY7klhO04dlIiyk7R2SHwqxlaKyJjvQ==", - "type": "package", - "path": "System.Text.RegularExpressions/4.1.0", - "files": [ - "System.Text.RegularExpressions.4.1.0.nupkg.sha512", - "System.Text.RegularExpressions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Text.RegularExpressions.dll", - "lib/netcore50/System.Text.RegularExpressions.dll", - "lib/netstandard1.6/System.Text.RegularExpressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.xml", - "ref/netcore50/de/System.Text.RegularExpressions.xml", - "ref/netcore50/es/System.Text.RegularExpressions.xml", - "ref/netcore50/fr/System.Text.RegularExpressions.xml", - "ref/netcore50/it/System.Text.RegularExpressions.xml", - "ref/netcore50/ja/System.Text.RegularExpressions.xml", - "ref/netcore50/ko/System.Text.RegularExpressions.xml", - "ref/netcore50/ru/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/System.Text.RegularExpressions.dll", - "ref/netstandard1.0/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/System.Text.RegularExpressions.dll", - "ref/netstandard1.3/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/System.Text.RegularExpressions.dll", - "ref/netstandard1.6/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Text.RegularExpressions/4.3.0": { - "sha512": "zmRmBA0opc1WBtIZBIbdhwnUeaT1JU6AUDjGzLeY6alHYGSSBxKCrCJNqbz4GE4k5CdfBE2XEpT8AeZd+XUXGQ==", - "type": "package", - "path": "System.Text.RegularExpressions/4.3.0", - "files": [ - "System.Text.RegularExpressions.4.3.0.nupkg.sha512", - "System.Text.RegularExpressions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net463/System.Text.RegularExpressions.dll", - "lib/netcore50/System.Text.RegularExpressions.dll", - "lib/netstandard1.6/System.Text.RegularExpressions.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net463/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.xml", - "ref/netcore50/de/System.Text.RegularExpressions.xml", - "ref/netcore50/es/System.Text.RegularExpressions.xml", - "ref/netcore50/fr/System.Text.RegularExpressions.xml", - "ref/netcore50/it/System.Text.RegularExpressions.xml", - "ref/netcore50/ja/System.Text.RegularExpressions.xml", - "ref/netcore50/ko/System.Text.RegularExpressions.xml", - "ref/netcore50/ru/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", - "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", - "ref/netstandard1.0/System.Text.RegularExpressions.dll", - "ref/netstandard1.0/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/System.Text.RegularExpressions.dll", - "ref/netstandard1.3/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/System.Text.RegularExpressions.dll", - "ref/netstandard1.6/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", - "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Threading/4.0.11": { - "sha512": "Ooz7fclPFVRuKhu2PKAcCatN2+TdXUAJOSAjEhb+EpkWriqTgcsBQ1oRtdEKSaPLBrbeOF9UbKHCtJ4QvKEBtA==", - "type": "package", - "path": "System.Threading/4.0.11", - "files": [ - "System.Threading.4.0.11.nupkg.sha512", - "System.Threading.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.dll", - "lib/netstandard1.3/System.Threading.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", - "ref/netcore50/de/System.Threading.xml", - "ref/netcore50/es/System.Threading.xml", - "ref/netcore50/fr/System.Threading.xml", - "ref/netcore50/it/System.Threading.xml", - "ref/netcore50/ja/System.Threading.xml", - "ref/netcore50/ko/System.Threading.xml", - "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/zh-hans/System.Threading.xml", - "ref/netcore50/zh-hant/System.Threading.xml", - "ref/netstandard1.0/System.Threading.dll", - "ref/netstandard1.0/System.Threading.xml", - "ref/netstandard1.0/de/System.Threading.xml", - "ref/netstandard1.0/es/System.Threading.xml", - "ref/netstandard1.0/fr/System.Threading.xml", - "ref/netstandard1.0/it/System.Threading.xml", - "ref/netstandard1.0/ja/System.Threading.xml", - "ref/netstandard1.0/ko/System.Threading.xml", - "ref/netstandard1.0/ru/System.Threading.xml", - "ref/netstandard1.0/zh-hans/System.Threading.xml", - "ref/netstandard1.0/zh-hant/System.Threading.xml", - "ref/netstandard1.3/System.Threading.dll", - "ref/netstandard1.3/System.Threading.xml", - "ref/netstandard1.3/de/System.Threading.xml", - "ref/netstandard1.3/es/System.Threading.xml", - "ref/netstandard1.3/fr/System.Threading.xml", - "ref/netstandard1.3/it/System.Threading.xml", - "ref/netstandard1.3/ja/System.Threading.xml", - "ref/netstandard1.3/ko/System.Threading.xml", - "ref/netstandard1.3/ru/System.Threading.xml", - "ref/netstandard1.3/zh-hans/System.Threading.xml", - "ref/netstandard1.3/zh-hant/System.Threading.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Threading.dll" - ] - }, - "System.Threading/4.3.0": { - "sha512": "/MayCVIEltqXBtXrPKVadskHubAE6SnOQpLvifR/dXEOPFRvvwJtVpwqiV101SdHSsJi9Mzb7bpHWMM0C5Hr9Q==", - "type": "package", - "path": "System.Threading/4.3.0", - "files": [ - "System.Threading.4.3.0.nupkg.sha512", - "System.Threading.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.dll", - "lib/netstandard1.3/System.Threading.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", - "ref/netcore50/de/System.Threading.xml", - "ref/netcore50/es/System.Threading.xml", - "ref/netcore50/fr/System.Threading.xml", - "ref/netcore50/it/System.Threading.xml", - "ref/netcore50/ja/System.Threading.xml", - "ref/netcore50/ko/System.Threading.xml", - "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/zh-hans/System.Threading.xml", - "ref/netcore50/zh-hant/System.Threading.xml", - "ref/netstandard1.0/System.Threading.dll", - "ref/netstandard1.0/System.Threading.xml", - "ref/netstandard1.0/de/System.Threading.xml", - "ref/netstandard1.0/es/System.Threading.xml", - "ref/netstandard1.0/fr/System.Threading.xml", - "ref/netstandard1.0/it/System.Threading.xml", - "ref/netstandard1.0/ja/System.Threading.xml", - "ref/netstandard1.0/ko/System.Threading.xml", - "ref/netstandard1.0/ru/System.Threading.xml", - "ref/netstandard1.0/zh-hans/System.Threading.xml", - "ref/netstandard1.0/zh-hant/System.Threading.xml", - "ref/netstandard1.3/System.Threading.dll", - "ref/netstandard1.3/System.Threading.xml", - "ref/netstandard1.3/de/System.Threading.xml", - "ref/netstandard1.3/es/System.Threading.xml", - "ref/netstandard1.3/fr/System.Threading.xml", - "ref/netstandard1.3/it/System.Threading.xml", - "ref/netstandard1.3/ja/System.Threading.xml", - "ref/netstandard1.3/ko/System.Threading.xml", - "ref/netstandard1.3/ru/System.Threading.xml", - "ref/netstandard1.3/zh-hans/System.Threading.xml", - "ref/netstandard1.3/zh-hant/System.Threading.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Threading.dll" - ] - }, - "System.Threading.Tasks/4.0.11": { - "sha512": "REEsisdcFD2KXhdB5VtXNsPlnUmXX3gcYgE3uKJppMu+f6FrAvG182dV8GTcegZE922TO9uJYTGXZJmu5Faqsg==", - "type": "package", - "path": "System.Threading.Tasks/4.0.11", - "files": [ - "System.Threading.Tasks.4.0.11.nupkg.sha512", - "System.Threading.Tasks.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.Tasks.dll", - "ref/netcore50/System.Threading.Tasks.xml", - "ref/netcore50/de/System.Threading.Tasks.xml", - "ref/netcore50/es/System.Threading.Tasks.xml", - "ref/netcore50/fr/System.Threading.Tasks.xml", - "ref/netcore50/it/System.Threading.Tasks.xml", - "ref/netcore50/ja/System.Threading.Tasks.xml", - "ref/netcore50/ko/System.Threading.Tasks.xml", - "ref/netcore50/ru/System.Threading.Tasks.xml", - "ref/netcore50/zh-hans/System.Threading.Tasks.xml", - "ref/netcore50/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.0/System.Threading.Tasks.dll", - "ref/netstandard1.0/System.Threading.Tasks.xml", - "ref/netstandard1.0/de/System.Threading.Tasks.xml", - "ref/netstandard1.0/es/System.Threading.Tasks.xml", - "ref/netstandard1.0/fr/System.Threading.Tasks.xml", - "ref/netstandard1.0/it/System.Threading.Tasks.xml", - "ref/netstandard1.0/ja/System.Threading.Tasks.xml", - "ref/netstandard1.0/ko/System.Threading.Tasks.xml", - "ref/netstandard1.0/ru/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.3/System.Threading.Tasks.dll", - "ref/netstandard1.3/System.Threading.Tasks.xml", - "ref/netstandard1.3/de/System.Threading.Tasks.xml", - "ref/netstandard1.3/es/System.Threading.Tasks.xml", - "ref/netstandard1.3/fr/System.Threading.Tasks.xml", - "ref/netstandard1.3/it/System.Threading.Tasks.xml", - "ref/netstandard1.3/ja/System.Threading.Tasks.xml", - "ref/netstandard1.3/ko/System.Threading.Tasks.xml", - "ref/netstandard1.3/ru/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Threading.Tasks/4.3.0": { - "sha512": "3X5WUrc2NZmi2pV7HU3zivGrMUsuT3r0ToS/V+bmgNRV+vd+jUngFZqGRLAs6Xed/+MJO+sd2++3G3YA+kUvgg==", - "type": "package", - "path": "System.Threading.Tasks/4.3.0", - "files": [ - "System.Threading.Tasks.4.3.0.nupkg.sha512", - "System.Threading.Tasks.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Threading.Tasks.dll", - "ref/netcore50/System.Threading.Tasks.xml", - "ref/netcore50/de/System.Threading.Tasks.xml", - "ref/netcore50/es/System.Threading.Tasks.xml", - "ref/netcore50/fr/System.Threading.Tasks.xml", - "ref/netcore50/it/System.Threading.Tasks.xml", - "ref/netcore50/ja/System.Threading.Tasks.xml", - "ref/netcore50/ko/System.Threading.Tasks.xml", - "ref/netcore50/ru/System.Threading.Tasks.xml", - "ref/netcore50/zh-hans/System.Threading.Tasks.xml", - "ref/netcore50/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.0/System.Threading.Tasks.dll", - "ref/netstandard1.0/System.Threading.Tasks.xml", - "ref/netstandard1.0/de/System.Threading.Tasks.xml", - "ref/netstandard1.0/es/System.Threading.Tasks.xml", - "ref/netstandard1.0/fr/System.Threading.Tasks.xml", - "ref/netstandard1.0/it/System.Threading.Tasks.xml", - "ref/netstandard1.0/ja/System.Threading.Tasks.xml", - "ref/netstandard1.0/ko/System.Threading.Tasks.xml", - "ref/netstandard1.0/ru/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", - "ref/netstandard1.3/System.Threading.Tasks.dll", - "ref/netstandard1.3/System.Threading.Tasks.xml", - "ref/netstandard1.3/de/System.Threading.Tasks.xml", - "ref/netstandard1.3/es/System.Threading.Tasks.xml", - "ref/netstandard1.3/fr/System.Threading.Tasks.xml", - "ref/netstandard1.3/it/System.Threading.Tasks.xml", - "ref/netstandard1.3/ja/System.Threading.Tasks.xml", - "ref/netstandard1.3/ko/System.Threading.Tasks.xml", - "ref/netstandard1.3/ru/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", - "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "sha512": "Fndgac424TbKeV2uY0TXopkg6/4WfcKT1+vYa9jCM0yrx7rJYOFx/yOYw7qoGijbyUtHxbo6ieRI3+23vhrgiA==", - "type": "package", - "path": "System.Threading.Tasks.Extensions/4.3.0", - "files": [ - "System.Threading.Tasks.Extensions.4.3.0.nupkg.sha512", - "System.Threading.Tasks.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml" - ] - }, - "System.Threading.Timer/4.0.1": { - "sha512": "ixj3nw+k1YVi4IyNw6i8hDWMj/t0P2cIv2mygaKajkpQFUgZ8KcHh8tvj8faIOPVrRJ+6DHr+WkrIBs4WBrRiw==", - "type": "package", - "path": "System.Threading.Timer/4.0.1", - "files": [ - "System.Threading.Timer.4.0.1.nupkg.sha512", - "System.Threading.Timer.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net451/_._", - "lib/portable-net451+win81+wpa81/_._", - "lib/win81/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net451/_._", - "ref/netcore50/System.Threading.Timer.dll", - "ref/netcore50/System.Threading.Timer.xml", - "ref/netcore50/de/System.Threading.Timer.xml", - "ref/netcore50/es/System.Threading.Timer.xml", - "ref/netcore50/fr/System.Threading.Timer.xml", - "ref/netcore50/it/System.Threading.Timer.xml", - "ref/netcore50/ja/System.Threading.Timer.xml", - "ref/netcore50/ko/System.Threading.Timer.xml", - "ref/netcore50/ru/System.Threading.Timer.xml", - "ref/netcore50/zh-hans/System.Threading.Timer.xml", - "ref/netcore50/zh-hant/System.Threading.Timer.xml", - "ref/netstandard1.2/System.Threading.Timer.dll", - "ref/netstandard1.2/System.Threading.Timer.xml", - "ref/netstandard1.2/de/System.Threading.Timer.xml", - "ref/netstandard1.2/es/System.Threading.Timer.xml", - "ref/netstandard1.2/fr/System.Threading.Timer.xml", - "ref/netstandard1.2/it/System.Threading.Timer.xml", - "ref/netstandard1.2/ja/System.Threading.Timer.xml", - "ref/netstandard1.2/ko/System.Threading.Timer.xml", - "ref/netstandard1.2/ru/System.Threading.Timer.xml", - "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", - "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", - "ref/portable-net451+win81+wpa81/_._", - "ref/win81/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Xml.ReaderWriter/4.0.11": { - "sha512": "04jFWhe7ySzUikTbDrJn6YbByjF52oy5Sj8TDC7PLC0eFBCWMCz426U59uoo/NutKCs4sEDEap32ED3Cvj4Otw==", - "type": "package", - "path": "System.Xml.ReaderWriter/4.0.11", - "files": [ - "System.Xml.ReaderWriter.4.0.11.nupkg.sha512", - "System.Xml.ReaderWriter.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Xml.ReaderWriter.dll", - "lib/netstandard1.3/System.Xml.ReaderWriter.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Xml.ReaderWriter.dll", - "ref/netcore50/System.Xml.ReaderWriter.xml", - "ref/netcore50/de/System.Xml.ReaderWriter.xml", - "ref/netcore50/es/System.Xml.ReaderWriter.xml", - "ref/netcore50/fr/System.Xml.ReaderWriter.xml", - "ref/netcore50/it/System.Xml.ReaderWriter.xml", - "ref/netcore50/ja/System.Xml.ReaderWriter.xml", - "ref/netcore50/ko/System.Xml.ReaderWriter.xml", - "ref/netcore50/ru/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/System.Xml.ReaderWriter.dll", - "ref/netstandard1.0/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/System.Xml.ReaderWriter.dll", - "ref/netstandard1.3/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Xml.ReaderWriter/4.3.0": { - "sha512": "f0HgI5Hp/jvkyqr1qldLrqps4+mjn6XHNoWQ1Cgj3L2paZUHq3fdRVU1NoEBYOByL/O6vXIS0D62MpyEC/Mhqw==", - "type": "package", - "path": "System.Xml.ReaderWriter/4.3.0", - "files": [ - "System.Xml.ReaderWriter.4.3.0.nupkg.sha512", - "System.Xml.ReaderWriter.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.Xml.ReaderWriter.dll", - "lib/netcore50/System.Xml.ReaderWriter.dll", - "lib/netstandard1.3/System.Xml.ReaderWriter.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net46/System.Xml.ReaderWriter.dll", - "ref/netcore50/System.Xml.ReaderWriter.dll", - "ref/netcore50/System.Xml.ReaderWriter.xml", - "ref/netcore50/de/System.Xml.ReaderWriter.xml", - "ref/netcore50/es/System.Xml.ReaderWriter.xml", - "ref/netcore50/fr/System.Xml.ReaderWriter.xml", - "ref/netcore50/it/System.Xml.ReaderWriter.xml", - "ref/netcore50/ja/System.Xml.ReaderWriter.xml", - "ref/netcore50/ko/System.Xml.ReaderWriter.xml", - "ref/netcore50/ru/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/System.Xml.ReaderWriter.dll", - "ref/netstandard1.0/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/System.Xml.ReaderWriter.dll", - "ref/netstandard1.3/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Xml.XDocument/4.0.11": { - "sha512": "PyUmP7vrRsvT4xKqidU/5K8ZAZ0jyrhdiDvcBG4nzX/xdfzpN/Jg21nIHUPmR+QSf+FtKjcjQFWz/bqr6s1AZw==", - "type": "package", - "path": "System.Xml.XDocument/4.0.11", - "files": [ - "System.Xml.XDocument.4.0.11.nupkg.sha512", - "System.Xml.XDocument.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Xml.XDocument.dll", - "lib/netstandard1.3/System.Xml.XDocument.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Xml.XDocument.dll", - "ref/netcore50/System.Xml.XDocument.xml", - "ref/netcore50/de/System.Xml.XDocument.xml", - "ref/netcore50/es/System.Xml.XDocument.xml", - "ref/netcore50/fr/System.Xml.XDocument.xml", - "ref/netcore50/it/System.Xml.XDocument.xml", - "ref/netcore50/ja/System.Xml.XDocument.xml", - "ref/netcore50/ko/System.Xml.XDocument.xml", - "ref/netcore50/ru/System.Xml.XDocument.xml", - "ref/netcore50/zh-hans/System.Xml.XDocument.xml", - "ref/netcore50/zh-hant/System.Xml.XDocument.xml", - "ref/netstandard1.0/System.Xml.XDocument.dll", - "ref/netstandard1.0/System.Xml.XDocument.xml", - "ref/netstandard1.0/de/System.Xml.XDocument.xml", - "ref/netstandard1.0/es/System.Xml.XDocument.xml", - "ref/netstandard1.0/fr/System.Xml.XDocument.xml", - "ref/netstandard1.0/it/System.Xml.XDocument.xml", - "ref/netstandard1.0/ja/System.Xml.XDocument.xml", - "ref/netstandard1.0/ko/System.Xml.XDocument.xml", - "ref/netstandard1.0/ru/System.Xml.XDocument.xml", - "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", - "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", - "ref/netstandard1.3/System.Xml.XDocument.dll", - "ref/netstandard1.3/System.Xml.XDocument.xml", - "ref/netstandard1.3/de/System.Xml.XDocument.xml", - "ref/netstandard1.3/es/System.Xml.XDocument.xml", - "ref/netstandard1.3/fr/System.Xml.XDocument.xml", - "ref/netstandard1.3/it/System.Xml.XDocument.xml", - "ref/netstandard1.3/ja/System.Xml.XDocument.xml", - "ref/netstandard1.3/ko/System.Xml.XDocument.xml", - "ref/netstandard1.3/ru/System.Xml.XDocument.xml", - "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", - "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - }, - "System.Xml.XDocument/4.3.0": { - "sha512": "x5+orDQBjivGFynvLXDJgkQSeF64z7GTA7EooyogRG8/8U67m7jhEFNf5bJPfQdJSmlgBEVKxsVH3uepJ4fmqA==", - "type": "package", - "path": "System.Xml.XDocument/4.3.0", - "files": [ - "System.Xml.XDocument.4.3.0.nupkg.sha512", - "System.Xml.XDocument.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Xml.XDocument.dll", - "lib/netstandard1.3/System.Xml.XDocument.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Xml.XDocument.dll", - "ref/netcore50/System.Xml.XDocument.xml", - "ref/netcore50/de/System.Xml.XDocument.xml", - "ref/netcore50/es/System.Xml.XDocument.xml", - "ref/netcore50/fr/System.Xml.XDocument.xml", - "ref/netcore50/it/System.Xml.XDocument.xml", - "ref/netcore50/ja/System.Xml.XDocument.xml", - "ref/netcore50/ko/System.Xml.XDocument.xml", - "ref/netcore50/ru/System.Xml.XDocument.xml", - "ref/netcore50/zh-hans/System.Xml.XDocument.xml", - "ref/netcore50/zh-hant/System.Xml.XDocument.xml", - "ref/netstandard1.0/System.Xml.XDocument.dll", - "ref/netstandard1.0/System.Xml.XDocument.xml", - "ref/netstandard1.0/de/System.Xml.XDocument.xml", - "ref/netstandard1.0/es/System.Xml.XDocument.xml", - "ref/netstandard1.0/fr/System.Xml.XDocument.xml", - "ref/netstandard1.0/it/System.Xml.XDocument.xml", - "ref/netstandard1.0/ja/System.Xml.XDocument.xml", - "ref/netstandard1.0/ko/System.Xml.XDocument.xml", - "ref/netstandard1.0/ru/System.Xml.XDocument.xml", - "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", - "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", - "ref/netstandard1.3/System.Xml.XDocument.dll", - "ref/netstandard1.3/System.Xml.XDocument.xml", - "ref/netstandard1.3/de/System.Xml.XDocument.xml", - "ref/netstandard1.3/es/System.Xml.XDocument.xml", - "ref/netstandard1.3/fr/System.Xml.XDocument.xml", - "ref/netstandard1.3/it/System.Xml.XDocument.xml", - "ref/netstandard1.3/ja/System.Xml.XDocument.xml", - "ref/netstandard1.3/ko/System.Xml.XDocument.xml", - "ref/netstandard1.3/ru/System.Xml.XDocument.xml", - "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", - "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._" - ] - } - }, - "projectFileDependencyGroups": { - "": [ - "NETStandard.Library >= 1.6.0" - ], - ".NETFramework,Version=v3.5": [ - "System.Xml.Linq >= 4.0.0" - ], - ".NETFramework,Version=v4.0": [ - "System.Xml.Linq >= 4.0.0" - ], - ".NETFramework,Version=v4.5.1": [ - "System.Xml.Linq >= 4.0.0" - ], - ".NETStandard,Version=v1.3": [ - "System.Xml.XDocument >= 4.3.0" - ] - }, - "tools": {}, - "projectFileToolGroups": {} -} \ No newline at end of file diff --git a/backup/global.json b/backup/global.json deleted file mode 100644 index c415b05..0000000 --- a/backup/global.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "projects": [ "TestStack.ConventionTests", "TestStack.ConventionTests.AutoFac" ], - "sdk": { "version": "1.0.0-preview2-003131" } -} \ No newline at end of file diff --git a/global.json b/global.json new file mode 100644 index 0000000..3728375 --- /dev/null +++ b/global.json @@ -0,0 +1,3 @@ +{ + "sdk": { "version": "1.0.4" } +} \ No newline at end of file From 19366a6798f200476f349cfa34460916e4174aea Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 3 Aug 2017 09:13:51 +0100 Subject: [PATCH 11/13] further work on migrating to .NET Standard --- TestAssembly/Controllers/BarApiControler.cs | 2 + TestAssembly/Controllers/FooControler.cs | 2 + TestAssembly/Controllers/MyApiController.cs | 2 + TestAssembly/TestAssembly.csproj | 139 ++++-------------- TestAssembly/_TestAssembly.csprojbu | 121 +++++++++++++++ .../TestStack.ConventionTests.Autofac.csproj | 4 +- .../TestStack.ConventionTests.Tests.csproj | 9 +- .../TestStack.ConventionTests.csproj | 3 + 8 files changed, 158 insertions(+), 124 deletions(-) mode change 100644 => 100755 TestAssembly/TestAssembly.csproj create mode 100644 TestAssembly/_TestAssembly.csprojbu diff --git a/TestAssembly/Controllers/BarApiControler.cs b/TestAssembly/Controllers/BarApiControler.cs index 8047afe..3a42a77 100644 --- a/TestAssembly/Controllers/BarApiControler.cs +++ b/TestAssembly/Controllers/BarApiControler.cs @@ -1,9 +1,11 @@ namespace TestAssembly.Controllers { + #if netmvc using System.Web.Http; public class BarApiControler : ApiController { } + #endif } \ No newline at end of file diff --git a/TestAssembly/Controllers/FooControler.cs b/TestAssembly/Controllers/FooControler.cs index 4443626..444d847 100644 --- a/TestAssembly/Controllers/FooControler.cs +++ b/TestAssembly/Controllers/FooControler.cs @@ -1,9 +1,11 @@ namespace TestAssembly.Controllers { + #if netmvc using System.Web.Mvc; public class FooControler : Controller { } + #endif } \ No newline at end of file diff --git a/TestAssembly/Controllers/MyApiController.cs b/TestAssembly/Controllers/MyApiController.cs index 02347d9..9b7219e 100644 --- a/TestAssembly/Controllers/MyApiController.cs +++ b/TestAssembly/Controllers/MyApiController.cs @@ -1,9 +1,11 @@ namespace TestAssembly.Controllers { + #if netmvc using System.Web.Http; public class MyApiController : ApiController { } + #endif } \ No newline at end of file diff --git a/TestAssembly/TestAssembly.csproj b/TestAssembly/TestAssembly.csproj old mode 100644 new mode 100755 index d88df18..ab3d01d --- a/TestAssembly/TestAssembly.csproj +++ b/TestAssembly/TestAssembly.csproj @@ -1,121 +1,32 @@ - - - + - Debug - AnyCPU - {D5A0D078-C660-4654-8A14-DDC816BEBC54} - Library - Properties - TestAssembly + net35;net40;net451;netstandard1.5; + netstandard1.5 TestAssembly - v4.0 - 512 - 0443d319 + TestAssembly + false + false + false + false + false + false + false - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - True - ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - ..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll - - - - - ..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll - - - ..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll - - - ..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll - - - True - ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll - - - ..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll - - - ..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.30506.0\lib\net40\System.Web.Http.WebHost.dll - - - True - ..\packages\Microsoft.AspNet.Mvc.4.0.40804.0\lib\net40\System.Web.Mvc.dll - - - True - ..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll - - - True - ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll - - - True - ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll - - - True - ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - + + + + $(DefineConstants);netmvc + + \ No newline at end of file diff --git a/TestAssembly/_TestAssembly.csprojbu b/TestAssembly/_TestAssembly.csprojbu new file mode 100644 index 0000000..d88df18 --- /dev/null +++ b/TestAssembly/_TestAssembly.csprojbu @@ -0,0 +1,121 @@ + + + + + Debug + AnyCPU + {D5A0D078-C660-4654-8A14-DDC816BEBC54} + Library + Properties + TestAssembly + TestAssembly + v4.0 + 512 + 0443d319 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + True + ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll + + + ..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll + + + + + ..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll + + + ..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll + + + ..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll + + + True + ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll + + + ..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll + + + ..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.30506.0\lib\net40\System.Web.Http.WebHost.dll + + + True + ..\packages\Microsoft.AspNet.Mvc.4.0.40804.0\lib\net40\System.Web.Mvc.dll + + + True + ..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll + + + True + ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll + + + True + ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll + + + True + ..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj index 9329792..1af7ed1 100755 --- a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj +++ b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj @@ -22,9 +22,7 @@ - - - + $(DefineConstants);NewReflection; diff --git a/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj b/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj index 14760f0..635986e 100755 --- a/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj +++ b/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj @@ -1,5 +1,4 @@  - netstandard1.6 TestStack.ConventionTests.Tests @@ -12,17 +11,13 @@ false false - - - - + - - + \ No newline at end of file diff --git a/TestStack.ConventionTests/TestStack.ConventionTests.csproj b/TestStack.ConventionTests/TestStack.ConventionTests.csproj index cceef59..bfd1a2d 100755 --- a/TestStack.ConventionTests/TestStack.ConventionTests.csproj +++ b/TestStack.ConventionTests/TestStack.ConventionTests.csproj @@ -30,6 +30,9 @@ + + + $(DefineConstants);Serializable From de3122adb40d30644e79c3a9d9fdc8dabba8186f Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 3 Aug 2017 13:58:52 +0100 Subject: [PATCH 12/13] Updated project references --- Backup/TestAssembly/TestAssembly(2).csproj | 32 +++++++++++++++++++ Backup/TestAssembly/TestAssembly(3).csproj | 32 +++++++++++++++++++ Backup/TestAssembly/TestAssembly.csproj | 32 +++++++++++++++++++ .../TestStack.ConventionTests.Autofac.csproj | 13 +++----- .../TestStack.ConventionTests.Tests.csproj | 5 +++ 5 files changed, 105 insertions(+), 9 deletions(-) create mode 100644 Backup/TestAssembly/TestAssembly(2).csproj create mode 100644 Backup/TestAssembly/TestAssembly(3).csproj create mode 100644 Backup/TestAssembly/TestAssembly.csproj diff --git a/Backup/TestAssembly/TestAssembly(2).csproj b/Backup/TestAssembly/TestAssembly(2).csproj new file mode 100644 index 0000000..ab3d01d --- /dev/null +++ b/Backup/TestAssembly/TestAssembly(2).csproj @@ -0,0 +1,32 @@ + + + net35;net40;net451;netstandard1.5; + netstandard1.5 + TestAssembly + TestAssembly + false + false + false + false + false + false + false + + + + + + + + + + + + + + + + $(DefineConstants);netmvc + + + \ No newline at end of file diff --git a/Backup/TestAssembly/TestAssembly(3).csproj b/Backup/TestAssembly/TestAssembly(3).csproj new file mode 100644 index 0000000..ab3d01d --- /dev/null +++ b/Backup/TestAssembly/TestAssembly(3).csproj @@ -0,0 +1,32 @@ + + + net35;net40;net451;netstandard1.5; + netstandard1.5 + TestAssembly + TestAssembly + false + false + false + false + false + false + false + + + + + + + + + + + + + + + + $(DefineConstants);netmvc + + + \ No newline at end of file diff --git a/Backup/TestAssembly/TestAssembly.csproj b/Backup/TestAssembly/TestAssembly.csproj new file mode 100644 index 0000000..ab3d01d --- /dev/null +++ b/Backup/TestAssembly/TestAssembly.csproj @@ -0,0 +1,32 @@ + + + net35;net40;net451;netstandard1.5; + netstandard1.5 + TestAssembly + TestAssembly + false + false + false + false + false + false + false + + + + + + + + + + + + + + + + $(DefineConstants);netmvc + + + \ No newline at end of file diff --git a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj index 1af7ed1..abcb3f0 100755 --- a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj +++ b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj @@ -1,5 +1,4 @@  - netstandard1.6 TestStack.ConventionTests.Autofac @@ -12,20 +11,16 @@ false false - - - - - - + + + $(DefineConstants);NewReflection; - - + \ No newline at end of file diff --git a/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj b/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj index 635986e..c6720f6 100755 --- a/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj +++ b/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj @@ -20,4 +20,9 @@ + + + + + \ No newline at end of file From 511586e7a1d92fd097c1423d4a609932226574ec Mon Sep 17 00:00:00 2001 From: Jason Finch Date: Sun, 22 Mar 2020 13:51:07 +1000 Subject: [PATCH 13/13] feat (NetCore) Continue from previous fork to update build to run a .net core build. --- .gitignore | 4 + ConventionTests.sln.DotSettings | 3 + ConventionTests.v2.ncrunchsolution | 12 - .../ProjectConfigurationTests.cs | 19 +- .../SampleApp.Tests/SampleApp.Tests.csproj | 108 +- Samples/SampleApp.Tests/SqlScriptTests.cs | 10 +- Samples/SampleApp.Tests/app.config | 19 + Samples/SampleApp.Tests/packages.config | 14 - Samples/SampleApp/SampleApp.csproj | 71 +- Samples/SampleApp/app.config | 11 + Samples/SampleApp/packages.config | 11 - TestAssembly/Controllers/BarApiControler.cs | 3 - TestAssembly/Controllers/FooControler.cs | 3 - TestAssembly/Controllers/MyApiController.cs | 3 - TestAssembly/Controllers/TestApiController.cs | 1 - TestAssembly/Controllers/TestController.cs | 1 - TestAssembly/Properties/AssemblyInfo.cs | 2 - TestAssembly/TestAssembly.csproj | 24 +- TestAssembly/TestAssembly.v2.ncrunchproject | 22 - TestAssembly/_TestAssembly.csprojbu | 121 - TestAssembly/packages.config | 13 - .../TestStack.ConventionTests.Autofac.csproj | 12 +- .../packages.config | 4 - .../ConventionFixture.cs | 2 +- .../TestStack.ConventionTests.Tests.csproj | 19 +- .../packages.config | 7 - .../ConventionData/StringExtensions.cs | 12 + .../ConventionData/TypeExtensions.cs | 31 +- .../ConventionFailedException.cs | 25 +- ...ShouldInheritFromINotifyPropertyChanged.cs | 4 +- .../Reporting/CaptureFailuresProcessor.cs | 2 +- .../TestStack.ConventionTests.csproj | 28 +- ...estStack.ConventionTests.v2.ncrunchproject | 23 - UpgradeLog.htm | Bin 43858 -> 0 bytes UpgradeLog2.htm | Bin 265602 -> 0 bytes appveyor.yml | 20 +- global.json | 2 +- ...oft.AspNet.WebApi.Client.4.0.30506.0.nupkg | Bin 89502 -> 0 bytes ...ft.AspNet.WebApi.Client.4.0.30506.0.nuspec | 20 - .../lib/net40/System.Net.Http.Formatting.dll | Bin 168520 -> 0 bytes .../lib/net40/System.Net.Http.Formatting.xml | 1489 --- ...osoft.AspNet.WebApi.Core.4.0.30506.0.nupkg | Bin 176818 -> 0 bytes ...soft.AspNet.WebApi.Core.4.0.30506.0.nuspec | 19 - .../content/web.config.transform | 13 - .../lib/net40/System.Web.Http.dll | Bin 323168 -> 0 bytes .../lib/net40/System.Web.Http.xml | 4679 ------- .../Microsoft.Net.Http.2.0.20710.0.nupkg | Bin 106557 -> 0 bytes .../Microsoft.Net.Http.2.0.20710.0.nuspec | 18 - .../lib/net40/System.Net.Http.WebRequest.dll | Bin 16480 -> 0 bytes .../lib/net40/System.Net.Http.WebRequest.xml | 63 - .../lib/net40/System.Net.Http.dll | Bin 180832 -> 0 bytes .../lib/net40/System.Net.Http.xml | 2308 ---- .../lib/net45/_._ | 1 - ...Microsoft.Web.Infrastructure.1.0.0.0.nupkg | Bin 24921 -> 0 bytes ...icrosoft.Web.Infrastructure.1.0.0.0.nuspec | 17 - .../net40/Microsoft.Web.Infrastructure.dll | Bin 45416 -> 0 bytes .../Mono.Cecil.0.9.5.4.nupkg | Bin 671650 -> 0 bytes .../Mono.Cecil.0.9.5.4.nuspec | 17 - .../lib/net20/Mono.Cecil.Mdb.dll | Bin 43008 -> 0 bytes .../lib/net20/Mono.Cecil.Pdb.dll | Bin 81408 -> 0 bytes .../lib/net20/Mono.Cecil.dll | Bin 278016 -> 0 bytes .../lib/net35/Mono.Cecil.Mdb.dll | Bin 43008 -> 0 bytes .../lib/net35/Mono.Cecil.Pdb.dll | Bin 81408 -> 0 bytes .../lib/net35/Mono.Cecil.Rocks.dll | Bin 23040 -> 0 bytes .../lib/net35/Mono.Cecil.dll | Bin 277504 -> 0 bytes .../lib/net40/Mono.Cecil.Mdb.dll | Bin 43008 -> 0 bytes .../lib/net40/Mono.Cecil.Pdb.dll | Bin 81408 -> 0 bytes .../lib/net40/Mono.Cecil.Rocks.dll | Bin 23552 -> 0 bytes .../lib/net40/Mono.Cecil.dll | Bin 277504 -> 0 bytes .../lib/sl40/Mono.Cecil.Rocks.dll | Bin 20480 -> 0 bytes .../lib/sl40/Mono.Cecil.dll | Bin 270848 -> 0 bytes .../NSubstitute.1.6.1.0/BreakingChanges.txt | 116 - packages/NSubstitute.1.6.1.0/CHANGELOG.txt | 107 - packages/NSubstitute.1.6.1.0/LICENSE.txt | 27 - .../NSubstitute.1.6.1.0.nupkg | Bin 621191 -> 0 bytes .../NSubstitute.1.6.1.0.nuspec | 19 - packages/NSubstitute.1.6.1.0/README.txt | 119 - .../NSubstitute.1.6.1.0/acknowledgements.txt | 56 - .../lib/NET35/NSubstitute.XML | 416 - .../lib/NET35/NSubstitute.dll | Bin 1041920 -> 0 bytes .../lib/NET40/NSubstitute.XML | 416 - .../lib/NET40/NSubstitute.dll | Bin 564224 -> 0 bytes packages/NUnit.2.6.2/NUnit.2.6.2.nupkg | Bin 94702 -> 0 bytes packages/NUnit.2.6.2/NUnit.2.6.2.nuspec | 27 - packages/NUnit.2.6.2/lib/nunit.framework.dll | Bin 147456 -> 0 bytes packages/NUnit.2.6.2/lib/nunit.framework.xml | 10899 ---------------- packages/NUnit.2.6.2/license.txt | 15 - .../Newtonsoft.Json.4.5.11.nupkg | Bin 1409718 -> 0 bytes .../Newtonsoft.Json.4.5.11.nuspec | 16 - .../lib/net20/Newtonsoft.Json.dll | Bin 406016 -> 0 bytes .../lib/net20/Newtonsoft.Json.xml | 8526 ------------ .../lib/net35/Newtonsoft.Json.dll | Bin 366592 -> 0 bytes .../lib/net35/Newtonsoft.Json.xml | 7662 ----------- .../lib/net40/Newtonsoft.Json.dll | Bin 391680 -> 0 bytes .../lib/net40/Newtonsoft.Json.xml | 7905 ----------- .../Newtonsoft.Json.dll | Bin 315904 -> 0 bytes .../Newtonsoft.Json.xml | 7091 ---------- .../lib/sl3-wp/Newtonsoft.Json.dll | Bin 334336 -> 0 bytes .../lib/sl3-wp/Newtonsoft.Json.xml | 7212 ---------- .../sl4-windowsphone71/Newtonsoft.Json.dll | Bin 334336 -> 0 bytes .../sl4-windowsphone71/Newtonsoft.Json.xml | 7212 ---------- .../lib/sl4/Newtonsoft.Json.dll | Bin 337408 -> 0 bytes .../lib/sl4/Newtonsoft.Json.xml | 7234 ---------- .../lib/winrt45/Newtonsoft.Json.dll | Bin 367616 -> 0 bytes .../lib/winrt45/Newtonsoft.Json.xml | 7430 ----------- 105 files changed, 202 insertions(+), 81613 deletions(-) delete mode 100644 ConventionTests.v2.ncrunchsolution create mode 100644 Samples/SampleApp.Tests/app.config delete mode 100644 Samples/SampleApp.Tests/packages.config create mode 100644 Samples/SampleApp/app.config delete mode 100644 Samples/SampleApp/packages.config delete mode 100644 TestAssembly/TestAssembly.v2.ncrunchproject delete mode 100644 TestAssembly/_TestAssembly.csprojbu delete mode 100644 TestAssembly/packages.config delete mode 100644 TestStack.ConventionTests.Autofac/packages.config delete mode 100644 TestStack.ConventionTests.Tests/packages.config create mode 100644 TestStack.ConventionTests/ConventionData/StringExtensions.cs delete mode 100644 TestStack.ConventionTests/TestStack.ConventionTests.v2.ncrunchproject delete mode 100644 UpgradeLog.htm delete mode 100644 UpgradeLog2.htm delete mode 100644 packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/Microsoft.AspNet.WebApi.Client.4.0.30506.0.nupkg delete mode 100644 packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/Microsoft.AspNet.WebApi.Client.4.0.30506.0.nuspec delete mode 100644 packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/lib/net40/System.Net.Http.Formatting.dll delete mode 100644 packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/lib/net40/System.Net.Http.Formatting.xml delete mode 100644 packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/Microsoft.AspNet.WebApi.Core.4.0.30506.0.nupkg delete mode 100644 packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/Microsoft.AspNet.WebApi.Core.4.0.30506.0.nuspec delete mode 100644 packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/content/web.config.transform delete mode 100644 packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.dll delete mode 100644 packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.xml delete mode 100644 packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg delete mode 100644 packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nuspec delete mode 100644 packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.dll delete mode 100644 packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.WebRequest.xml delete mode 100644 packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll delete mode 100644 packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.xml delete mode 100644 packages/Microsoft.Net.Http.2.0.20710.0/lib/net45/_._ delete mode 100644 packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg delete mode 100644 packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nuspec delete mode 100644 packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/Mono.Cecil.0.9.5.4.nupkg delete mode 100644 packages/Mono.Cecil.0.9.5.4/Mono.Cecil.0.9.5.4.nuspec delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net20/Mono.Cecil.Mdb.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net20/Mono.Cecil.Pdb.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net20/Mono.Cecil.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net35/Mono.Cecil.Mdb.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net35/Mono.Cecil.Pdb.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net35/Mono.Cecil.Rocks.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net35/Mono.Cecil.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net40/Mono.Cecil.Mdb.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net40/Mono.Cecil.Pdb.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net40/Mono.Cecil.Rocks.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/net40/Mono.Cecil.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/sl40/Mono.Cecil.Rocks.dll delete mode 100644 packages/Mono.Cecil.0.9.5.4/lib/sl40/Mono.Cecil.dll delete mode 100644 packages/NSubstitute.1.6.1.0/BreakingChanges.txt delete mode 100644 packages/NSubstitute.1.6.1.0/CHANGELOG.txt delete mode 100644 packages/NSubstitute.1.6.1.0/LICENSE.txt delete mode 100644 packages/NSubstitute.1.6.1.0/NSubstitute.1.6.1.0.nupkg delete mode 100644 packages/NSubstitute.1.6.1.0/NSubstitute.1.6.1.0.nuspec delete mode 100644 packages/NSubstitute.1.6.1.0/README.txt delete mode 100644 packages/NSubstitute.1.6.1.0/acknowledgements.txt delete mode 100644 packages/NSubstitute.1.6.1.0/lib/NET35/NSubstitute.XML delete mode 100644 packages/NSubstitute.1.6.1.0/lib/NET35/NSubstitute.dll delete mode 100644 packages/NSubstitute.1.6.1.0/lib/NET40/NSubstitute.XML delete mode 100644 packages/NSubstitute.1.6.1.0/lib/NET40/NSubstitute.dll delete mode 100644 packages/NUnit.2.6.2/NUnit.2.6.2.nupkg delete mode 100644 packages/NUnit.2.6.2/NUnit.2.6.2.nuspec delete mode 100644 packages/NUnit.2.6.2/lib/nunit.framework.dll delete mode 100644 packages/NUnit.2.6.2/lib/nunit.framework.xml delete mode 100644 packages/NUnit.2.6.2/license.txt delete mode 100644 packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nupkg delete mode 100644 packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nuspec delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.dll delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.xml delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.dll delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.xml delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.dll delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.xml delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.dll delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.xml delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.dll delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.xml delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.dll delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.xml delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.dll delete mode 100644 packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.xml diff --git a/.gitignore b/.gitignore index 4494ce8..a8e7b76 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ _NCrunch* *.orig packages ConventionTests.sln.ide/ +/.vs/ConventionTests/DesignTimeBuild/.dtbcache.v2 +/.vs/ConventionTests/v16/TestStore/0/000.testlog +/.vs/ConventionTests/v16/TestStore/0/testlog.manifest +/artifacts/** diff --git a/ConventionTests.sln.DotSettings b/ConventionTests.sln.DotSettings index 5be309a..9efe2a6 100644 --- a/ConventionTests.sln.DotSettings +++ b/ConventionTests.sln.DotSettings @@ -10,6 +10,9 @@ MQ <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> + True + True + True True True True \ No newline at end of file diff --git a/ConventionTests.v2.ncrunchsolution b/ConventionTests.v2.ncrunchsolution deleted file mode 100644 index 5c74d78..0000000 --- a/ConventionTests.v2.ncrunchsolution +++ /dev/null @@ -1,12 +0,0 @@ - - 1 - True - false - true - UseDynamicAnalysis - UseStaticAnalysis - UseStaticAnalysis - UseStaticAnalysis - - - \ No newline at end of file diff --git a/Samples/SampleApp.Tests/ProjectConfigurationTests.cs b/Samples/SampleApp.Tests/ProjectConfigurationTests.cs index 5197bf1..957ca8e 100644 --- a/Samples/SampleApp.Tests/ProjectConfigurationTests.cs +++ b/Samples/SampleApp.Tests/ProjectConfigurationTests.cs @@ -1,7 +1,7 @@ namespace SampleApp.Tests { - using System; using System.IO; + using System.Reflection; using NUnit.Framework; using TestStack.ConventionTests; using TestStack.ConventionTests.ConventionData; @@ -10,17 +10,19 @@ [TestFixture] public class ProjectConfigurationTests { - string projectLocation; + readonly string projectLocation; public ProjectConfigurationTests() { - projectLocation = Path.GetFullPath(Path.Combine(Environment.CurrentDirectory, @"..\..\..\SampleApp\SampleApp.csproj")); + projectLocation = Path.GetFullPath(Path.Combine(Assembly.GetExecutingAssembly().Location, + @"..\..\..\..\SampleApp\SampleApp.csproj")); } [Test] public void debug_configurations_should_have_debug_type_pdb_only() { - var configurationHasSpecificValue = new ConfigurationHasSpecificValue(ConfigurationType.Debug, "DebugType", "full"); + var configurationHasSpecificValue = + new ConfigurationHasSpecificValue(ConfigurationType.Debug, "DebugType", "full"); var projectPropertyGroups = new ProjectPropertyGroups(projectLocation); Convention.Is(configurationHasSpecificValue, projectPropertyGroups); } @@ -28,7 +30,8 @@ public void debug_configurations_should_have_debug_type_pdb_only() [Test] public void debug_configurations_should_have_optimize_false() { - var configurationHasSpecificValue = new ConfigurationHasSpecificValue(ConfigurationType.Debug, "Optimize", "false"); + var configurationHasSpecificValue = + new ConfigurationHasSpecificValue(ConfigurationType.Debug, "Optimize", "false"); var projectPropertyGroups = new ProjectPropertyGroups(projectLocation); Convention.Is(configurationHasSpecificValue, projectPropertyGroups); } @@ -36,7 +39,8 @@ public void debug_configurations_should_have_optimize_false() [Test] public void release_configurations_should_have_debug_type_pdb_only() { - var configurationHasSpecificValue = new ConfigurationHasSpecificValue(ConfigurationType.Release, "DebugType", "pdbonly"); + var configurationHasSpecificValue = + new ConfigurationHasSpecificValue(ConfigurationType.Release, "DebugType", "pdbonly"); var projectPropertyGroups = new ProjectPropertyGroups(projectLocation); Convention.Is(configurationHasSpecificValue, projectPropertyGroups); } @@ -44,7 +48,8 @@ public void release_configurations_should_have_debug_type_pdb_only() [Test] public void release_configurations_should_have_optimize_true() { - var configurationHasSpecificValue = new ConfigurationHasSpecificValue(ConfigurationType.Release, "Optimize", "true"); + var configurationHasSpecificValue = + new ConfigurationHasSpecificValue(ConfigurationType.Release, "Optimize", "true"); var projectPropertyGroups = new ProjectPropertyGroups(projectLocation); Convention.Is(configurationHasSpecificValue, projectPropertyGroups); } diff --git a/Samples/SampleApp.Tests/SampleApp.Tests.csproj b/Samples/SampleApp.Tests/SampleApp.Tests.csproj index 95a3ead..e05e3c1 100644 --- a/Samples/SampleApp.Tests/SampleApp.Tests.csproj +++ b/Samples/SampleApp.Tests/SampleApp.Tests.csproj @@ -9,9 +9,11 @@ Properties SampleApp.Tests SampleApp.Tests - v4.0 + v4.7.2 512 - 208c48d3 + + + true @@ -21,6 +23,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,73 +32,14 @@ TRACE prompt 4 + false - - True - ..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - - False - ..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.dll - - - ..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Mdb.dll - - - ..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Pdb.dll - - - ..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Rocks.dll - - - False - ..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll - - - ..\..\packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll - - - ..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll - + - - ..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll - - - ..\..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll - - - ..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll - - - True - ..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll - - - ..\..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll - - - True - ..\..\packages\Microsoft.AspNet.Mvc.4.0.40804.0\lib\net40\System.Web.Mvc.dll - - - True - ..\..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll - - - True - ..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll - - - True - ..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll - - - True - ..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll - + + @@ -123,11 +67,43 @@ - + + + + 5.2.7 + + + 5.2.7 + + + 1.0.21 + + + 2.2.29 + + + 0.11.2 + + + 12.0.3 + + + 4.2.1 + + + 3.12.0 + + + 4.7.0 + + + 4.5.3 + + - \ No newline at end of file diff --git a/TestAssembly/packages.config b/TestAssembly/packages.config deleted file mode 100644 index 8436107..0000000 --- a/TestAssembly/packages.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj index abcb3f0..0834e6f 100755 --- a/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj +++ b/TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.csproj @@ -1,8 +1,9 @@  - netstandard1.6 + netstandard2.0 TestStack.ConventionTests.Autofac TestStack.ConventionTests.Autofac + false false false false @@ -11,16 +12,11 @@ false false - - - + - + - - $(DefineConstants);NewReflection; - \ No newline at end of file diff --git a/TestStack.ConventionTests.Autofac/packages.config b/TestStack.ConventionTests.Autofac/packages.config deleted file mode 100644 index 9f2bea5..0000000 --- a/TestStack.ConventionTests.Autofac/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/TestStack.ConventionTests.Tests/ConventionFixture.cs b/TestStack.ConventionTests.Tests/ConventionFixture.cs index e240660..3556941 100644 --- a/TestStack.ConventionTests.Tests/ConventionFixture.cs +++ b/TestStack.ConventionTests.Tests/ConventionFixture.cs @@ -25,7 +25,7 @@ public void Execute(Types data, IConventionResultContext result) // Oops, I forgot to set the result } - public string ConventionReason { get { return "Convention does not set result for testing"; } } + public string ConventionReason => "Convention does not set result for testing"; bool IsBroken(Type type) { diff --git a/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj b/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj index c6720f6..85d048b 100755 --- a/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj +++ b/TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj @@ -1,8 +1,9 @@  - netstandard1.6 + netcoreapp3.1 TestStack.ConventionTests.Tests TestStack.ConventionTests.Tests + false false false false @@ -11,14 +12,16 @@ false false - - - - - - - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/TestStack.ConventionTests.Tests/packages.config b/TestStack.ConventionTests.Tests/packages.config deleted file mode 100644 index 0f0fc04..0000000 --- a/TestStack.ConventionTests.Tests/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/TestStack.ConventionTests/ConventionData/StringExtensions.cs b/TestStack.ConventionTests/ConventionData/StringExtensions.cs new file mode 100644 index 0000000..84caff4 --- /dev/null +++ b/TestStack.ConventionTests/ConventionData/StringExtensions.cs @@ -0,0 +1,12 @@ +namespace TestStack.ConventionTests.ConventionData +{ + using System.Linq; + + public static class StringExtensions + { + public static bool IsNullOrWhiteSpace(this string value) + { + return value == null || value.All(char.IsWhiteSpace); + } + } +} \ No newline at end of file diff --git a/TestStack.ConventionTests/ConventionData/TypeExtensions.cs b/TestStack.ConventionTests/ConventionData/TypeExtensions.cs index 66f9ed0..aa70dfd 100644 --- a/TestStack.ConventionTests/ConventionData/TypeExtensions.cs +++ b/TestStack.ConventionTests/ConventionData/TypeExtensions.cs @@ -125,24 +125,25 @@ public static string ToTypeNameString(this Type type) return "void"; default: { - return String.IsNullOrWhiteSpace(type.FullName) ? type.Name : type.FullName; + return type.FullName.IsNullOrWhiteSpace() ? type.Name : type.FullName; } } - var sb = new StringBuilder(type.Name.Substring(0, - type.Name.IndexOf('`')) - ); - sb.Append('<'); - var first = true; - foreach (var t in type.GetGenericArguments()) - { - if (!first) - sb.Append(','); - sb.Append(t.ToTypeNameString()); - first = false; - } - sb.Append('>'); - return sb.ToString(); + // TODO: Unreachable code: Deliberate? + // var sb = new StringBuilder(type.Name.Substring(0, + // type.Name.IndexOf('`')) + // ); + // sb.Append('<'); + // var first = true; + // foreach (var t in type.GetGenericArguments()) + // { + // if (!first) + // sb.Append(','); + // sb.Append(t.ToTypeNameString()); + // first = false; + // } + // sb.Append('>'); + // return sb.ToString(); } } } \ No newline at end of file diff --git a/TestStack.ConventionTests/ConventionFailedException.cs b/TestStack.ConventionTests/ConventionFailedException.cs index 00c8c5f..c64ba45 100644 --- a/TestStack.ConventionTests/ConventionFailedException.cs +++ b/TestStack.ConventionTests/ConventionFailedException.cs @@ -1,22 +1,25 @@ namespace TestStack.ConventionTests { using System; - #if Serializable using System.Runtime.Serialization; - #endif - #if Serializable - [System.Serializable] - #endif public class ConventionFailedException : Exception { - public ConventionFailedException() { } - public ConventionFailedException(string message) : base(message) { } - public ConventionFailedException(string message, Exception inner) : base(message, inner) { } + public ConventionFailedException() + { + } + + public ConventionFailedException(string message) : base(message) + { + } + + public ConventionFailedException(string message, Exception inner) : base(message, inner) + { + } - #if Serializable protected ConventionFailedException(SerializationInfo info, StreamingContext context) - : base(info, context) { } - #endif + : base(info, context) + { + } } } \ No newline at end of file diff --git a/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs b/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs index af2c980..62d6e1a 100644 --- a/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs +++ b/TestStack.ConventionTests/Conventions/ViewModelShouldInheritFromINotifyPropertyChanged.cs @@ -1,6 +1,8 @@ namespace TestStack.ConventionTests.Conventions { using System; + using System.ComponentModel; + using System.Linq; using System.Reflection; using TestStack.ConventionTests.ConventionData; @@ -19,7 +21,7 @@ public void Execute(Types data, IConventionResultContext result) var failingData = data.TypesToVerify.Where(t => t.Name.EndsWith(viewModelSuffix, StringComparison.OrdinalIgnoreCase)) .Where(t => !notifyPropertyChanged.GetTypeInfo().IsAssignableFrom(t.GetTypeInfo())); - result.Is(string.Format("ViewModels (types named *{0}) should inherit from INotifyPropertyChanged", viewModelSuffix), + result.Is($"ViewModels (types named *{viewModelSuffix}) should inherit from INotifyPropertyChanged", failingData); } diff --git a/TestStack.ConventionTests/Reporting/CaptureFailuresProcessor.cs b/TestStack.ConventionTests/Reporting/CaptureFailuresProcessor.cs index a2c40b1..9b6bd15 100644 --- a/TestStack.ConventionTests/Reporting/CaptureFailuresProcessor.cs +++ b/TestStack.ConventionTests/Reporting/CaptureFailuresProcessor.cs @@ -19,7 +19,7 @@ public void Process(IConventionFormatContext context, params ConventionResult[] Failures = failedApprovals[0]; break; default: - Failures = string.Join(Environment.NewLine, failedApprovals); + Failures = string.Join(Environment.NewLine, failedApprovals.ToArray()); break; } } diff --git a/TestStack.ConventionTests/TestStack.ConventionTests.csproj b/TestStack.ConventionTests/TestStack.ConventionTests.csproj index d250a34..25cbd04 100755 --- a/TestStack.ConventionTests/TestStack.ConventionTests.csproj +++ b/TestStack.ConventionTests/TestStack.ConventionTests.csproj @@ -1,9 +1,9 @@  - net35;net40;net451;netstandard1.5; - netstandard1.5 + netstandard2.0 TestStack.ConventionTests TestStack.ConventionTests + false false false false @@ -12,31 +12,7 @@ false false - - - - - - - - - - - - - - - - - - - - $(DefineConstants);Serializable - - - $(DefineConstants);XmlDocument;NewReflection; - \ No newline at end of file diff --git a/TestStack.ConventionTests/TestStack.ConventionTests.v2.ncrunchproject b/TestStack.ConventionTests/TestStack.ConventionTests.v2.ncrunchproject deleted file mode 100644 index 79e385b..0000000 --- a/TestStack.ConventionTests/TestStack.ConventionTests.v2.ncrunchproject +++ /dev/null @@ -1,23 +0,0 @@ - - false - false - false - true - false - false - false - false - true - true - false - true - true - 60000 - - - - AutoDetect - STA - x86 - ..\packages\GitFlowVersionTask.0.2.0\Build\**.* - \ No newline at end of file diff --git a/UpgradeLog.htm b/UpgradeLog.htm deleted file mode 100644 index bf8edf5439a77081c2eb1c7426ceafb026feb954..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 43858 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 diff --git a/appveyor.yml b/appveyor.yml index 5712680..c9c19fa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ +image: + - Visual Studio 2019 + install: - - choco install gitversion.portable -pre -y + - choco install gitversion.portable -y assembly_info: patch: false @@ -12,16 +15,15 @@ platform: - Any CPU configuration: - - Debug + - Release build: project: ConventionTests.sln after_build: - - cmd: ECHO nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests\bin\%CONFIGURATION% - - cmd: nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests\bin\%CONFIGURATION% - - cmd: ECHO nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests.Autofac\bin\%CONFIGURATION% - - cmd: nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests.Autofac\bin\%CONFIGURATION% - - - cmd: appveyor PushArtifact "TestStack.ConventionTests.%GitVersion_NuGetVersion%.nupkg" - - cmd: appveyor PushArtifact "TestStack.ConventionTests.Autofac.%GitVersion_NuGetVersion%.nupkg" \ No newline at end of file + - cmd: dotnet pack TestStack.ConventionTests\TestStack.ConventionTests.csproj -c Release -o .\artifacts --include-symbols -v n + - cmd: dotnet pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.csproj -c Release -o .\artifacts --include-symbols -v n + +artifacts: + - path: '.\artifacts\*.nupkg' + \ No newline at end of file diff --git a/global.json b/global.json index 3728375..837cdff 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,3 @@ { - "sdk": { "version": "1.0.4" } + "sdk": { "version": "3.1.200" } } \ No newline at end of file diff --git a/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/Microsoft.AspNet.WebApi.Client.4.0.30506.0.nupkg b/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/Microsoft.AspNet.WebApi.Client.4.0.30506.0.nupkg deleted file mode 100644 index 9cd904b175dc2fe4f96f20034c568b01d15337b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89502 zcmb5V18^_V(>55}wr$(CZT(`~PHvps*tTz+8{4*R+sWSlyWis7t^MlTsp+1Yn$ulR zpLzOJSDzUrSx_(-p#L0HR%Ie-^B2jWAV5I>5m+ERAVX(>tqUW=e>71c77$fF+J6oG zf2x~~9zH=&J6j@mfU}F0gFQb9GXoO|5y0Nm!OY6uf}h0A)tsJ-L{NZF1z>CJ`fr4b zrIn)#(LWP=7k&~;S64?KMn)G?OMsoR3xk6r!2aJ8a|dTTW7mJT&K8W0#-=vL763*T zCMFKXe`x+MA0+?XCy|<$BjEq#(ay@$*}=uZ+?B!9!R~)J`-khFJ7y+ECQe2>V|y!e zfQu^$k(#ly1;CY`gi-$gG!b@jQ~~s{dbcGTH%Ljm?Z*jTucHoB{NX&i|~PU9A8v|2NG4 z$1J%3oZYQV0WSZaHjEsctlZ{YrtI9zCLC;B9GqO-CT0LGQzmnECICA(2RnnKi=CON zMs4FLGx<7519uTntiACJ(0K!BkBi$`xV{+f5dKtLCuKtSaG zc=W$CoBuP0xh3r=ZZIK@>`-0>a2;V^HqjEv+bgllhc!78?FUb zEOAwom{L{;@3lbF=6@|H52s<2N+75ErDVDd+$5^3|D#xpj74mg`-4UQzk) za$a#>glSlEmRXAZ*lH19%AY?Lz}h_X-J0@kt?RE;<;VGX8373*$vGJ)%}!U8gHY2LU&_TRS_AZ!FG&aX(b8ndR0VfpLH_t zr;18i7?e<2gPDnuSpT#^wJ8&%8%BrUFOsUeFs^td-*+qd*R6785|-VL>BrFD8}WNZ z$~At0Y)fMR(ti1rmiQ;P~^+x*wiDW#Ag|&tiVt4A=aMEjo3}Kw2DgRlD zET6xfJwI&Axu?YHSGQ$~lZAf3L^S^LwDxm*r_raGTd=1h}IA%t2uBb}=mJ+v!@lYR0d?d0@ieH;-Z& z;T(|*buiTum3pnRQ#RO4I;tSW{~WI;tjDP_xN;?|!FrNwIzVpujn3kzvsEBbEI0cqz>QQ&Ct=IC4# zl}opcq~6&rUkR5%8kPrA=0pJ+00Vlbi)wFW0~@ZZaEWCgTs=l^PHR$0Gxf-7_n6D? z6WS#Rp7dKlc6Bk5q%Px3TXdq~XgKh*aq+`Z8Enf{)tH8#!)9vHq5LhVZk@w~gMmja zZENmBHiVDGJJwswi0OSzNggiEY=eBt4$NM`0ppnsO*O5A{$&W|uZefp3cFIQt(v+8 z*Z%A;TtI77>m`F+T34eh5KoZ-Pr}C`+6Pgo{ft-?HCldQW|+2TRw?c$1x({z<&tVo zi2>*xYOCZ$Cifvsr7V#N#Z!)X<%^NXx)sMWLH|rtGEN!(aVfsIm1=j>M}PB6&_-$* zj~x|W)U6|N-a;sin{nKsaDo?*PXG3dq8t*lNo+>0uyioXlrc+e1-!??=`&UUiD-(D zNntg5o9Rp3h8kCA@Q|dV73%ecUZjf|__VSouIvyko<6W(X@gf>O+@xcviHfv2*_JL z2{w|@sʴ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�*(%J-J$dK?)OMtO*`e+ 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 BFQxzh diff --git a/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/Microsoft.AspNet.WebApi.Client.4.0.30506.0.nuspec b/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/Microsoft.AspNet.WebApi.Client.4.0.30506.0.nuspec deleted file mode 100644 index eaaaad8..0000000 --- a/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/Microsoft.AspNet.WebApi.Client.4.0.30506.0.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - Microsoft.AspNet.WebApi.Client - 4.0.30506.0 - Microsoft ASP.NET Web API Client Libraries - Microsoft - Microsoft - http://www.microsoft.com/web/webpi/eula/mvc_4_eula_enu.htm - http://www.asp.net/web-api - true - This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data. - en-US - Microsoft AspNet WebApi AspNetWebApi HttpClient - - - - - - \ No newline at end of file diff --git a/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/lib/net40/System.Net.Http.Formatting.dll b/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/lib/net40/System.Net.Http.Formatting.dll deleted file mode 100644 index 247154914129c2d363f05cf9861fae6924a6a8d6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 168520 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

b377ozF%P2gDli37ZqZ+rS{y4}#dri*- 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 Q3>Ln)8F4(|T_%(M7kugHy#N3J diff --git a/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/lib/net40/System.Net.Http.Formatting.xml b/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/lib/net40/System.Net.Http.Formatting.xml deleted file mode 100644 index be4d98a..0000000 --- a/packages/Microsoft.AspNet.WebApi.Client.4.0.30506.0/lib/net40/System.Net.Http.Formatting.xml +++ /dev/null @@ -1,1489 +0,0 @@ - - - - System.Net.Http.Formatting - - - -

Extension methods that aid in making formatted requests using . - - - Sends a POST request as an asynchronous operation, with a specified value serialized as JSON. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The type of object to serialize. - - - Sends a POST request as an asynchronous operation, with a specified value serialized as JSON. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a POST request as an asynchronous operation, with a specified value serialized as XML. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The type of object to serialize. - - - Sends a POST request as an asynchronous operation, with a specified value serialized as XML. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - The type of object to serialize. - - - Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter and media type. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - The authoritative value of the Content-Type header. Can be null, in which case the default content type of the formatter will be used. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter and media type string. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - The authoritative value of the Content-Type header. Can be null, in which case the default content type of the formatter will be used. - The type of object to serialize. - - - Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter and media type string. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - The authoritative value of the Content-Type header. Can be null, in which case the default content type of the formatter will be used. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized as JSON. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized as JSON. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized as XML. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized as XML. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter and media type. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - The authoritative value of the Content-Type header. Can be null, in which case the default content type of the formatter will be used. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter and media type string. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - The authoritative value of the Content-Type header. Can be null, in which case the default content type of the formatter will be used. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter and media type string. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - The authoritative value of the Content-Type header. Can be null, in which case the default content type of the formatter will be used. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter and medai type string. Includes a cancellation token to cancel the request. - A task object representing the asynchronous operation. - The client used to make the request. - The URI the request is sent to. - The value to write into the entity body of the request. - The formatter used to serialize the value. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The type of object to serialize. - - - Represents the factory for creating new instance of . - - - Creates a new instance of the . - A new instance of the . - The list of HTTP handler that delegates the processing of HTTP response messages to another handler. - - - Creates a new instance of the . - A new instance of the . - The inner handler which is responsible for processing the HTTP response messages. - The list of HTTP handler that delegates the processing of HTTP response messages to another handler. - - - Creates a new instance of the which should be pipelined. - A new instance of the which should be pipelined. - The inner handler which is responsible for processing the HTTP response messages. - The list of HTTP handler that delegates the processing of HTTP response messages to another handler. - - - Specifies extension methods to allow strongly typed objects to be read from HttpContent instances. - - - Returns a Task that will yield an object of the specified type <typeparamref name="T" /> from the content instance. - An object instance of the specified type. - The HttpContent instance from which to read. - The type of the object to read. - - - Returns a Task that will yield an object of the specified type <typeparamref name="T" /> from the content instance. - An object instance of the specified type. - The HttpContent instance from which to read. - The collection of MediaTyepFormatter instances to use. - The type of the object to read. - - - Returns a Task that will yield an object of the specified type <typeparamref name="T" /> from the content instance. - An object instance of the specified type. - The HttpContent instance from which to read. - The collection of MediaTypeFormatter instances to use. - The IFormatterLogger to log events to. - The type of the object to read. - - - Returns a Task that will yield an object of the specified type from the content instance. - A Task that will yield an object instance of the specified type. - The HttpContent instance from which to read. - The type of the object to read. - - - Returns a Task that will yield an object of the specified type from the content instance using one of the provided formatters to deserialize the content. - An object instance of the specified type. - The HttpContent instance from which to read. - The type of the object to read. - The collection of MediaTypeFormatter instances to use. - - - Returns a Task that will yield an object of the specified type from the content instance using one of the provided formatters to deserialize the content. - An object instance of the specified type. - The HttpContent instance from which to read. - The type of the object to read. - The collection of MediaTypeFormatter instances to use. - The IFormatterLogger to log events to. - - - Extension methods to read HTML form URL-encoded datafrom instances. - - - Determines whether the specified content is HTML form URL-encoded data. - true if the specified content is HTML form URL-encoded data; otherwise, false. - The content. - - - Asynchronously reads HTML form URL-encoded from an instance and stores the results in a object. - A task object representing the asynchronous operation. - The content. - - - Provides extension methods to read and entities from instances. - - - Determines whether the specified content is HTTP request message content. - true if the specified content is HTTP message content; otherwise, false. - The content to check. - - - Determines whether the specified content is HTTP response message content. - true if the specified content is HTTP message content; otherwise, false. - The content to check. - - - Reads the as an . - The parsed instance. - The content to read. - - - Reads the as an . - The parsed instance. - The content to read. - The URI scheme to use for the request URI. - - - Reads the as an . - The parsed instance. - The content to read. - The URI scheme to use for the request URI. - The size of the buffer. - - - Reads the as an . - The parsed instance. - The content to read. - The URI scheme to use for the request URI. - The size of the buffer. - The maximum length of the HTTP header. - - - Reads the as an . - The parsed instance. - The content to read. - - - Reads the as an . - The parsed instance. - The content to read. - The size of the buffer. - - - Reads the as an . - The parsed instance. - The content to read. - The size of the buffer. - The maximum length of the HTTP header. - - - Extension methods to read MIME multipart entities from instances. - - - Determines whether the specified content is MIME multipart content. - true if the specified content is MIME multipart content; otherwise, false. - The content. - - - Determines whether the specified content is MIME multipart content with the specified subtype. - true if the specified content is MIME multipart content with the specified subtype; otherwise, false. - The content. - The MIME multipart subtype to match. - - - Reads all body parts within a MIME multipart message and produces a set of instances as a result. - A <see cref="T:System.Threading.Tasks.Task`1" /> representing the tasks of getting the collection of instances where each instance represents a body part. - An existing instance to use for the object's content. - - - Reads all body parts within a MIME multipart message and produces a set of instances as a result using the streamProvider instance to determine where the contents of each body part is written. - A representing the tasks of getting the collection of instances where each instance represents a body part. - An existing instance to use for the object's content. - A stream provider providing output streams for where to write body parts as they are parsed. - The type of the MIME multipart. - - - Reads all body parts within a MIME multipart message and produces a set of instances as a result using the streamProvider instance to determine where the contents of each body part is written and bufferSize as read buffer size. - A representing the tasks of getting the collection of instances where each instance represents a body part. - An existing instance to use for the object's content. - A stream provider providing output streams for where to write body parts as they are parsed. - Size of the buffer used to read the contents. - The type of the MIME multipart. - - - Derived class which can encapsulate an or an as an entity with media type "application/http". - - - Initializes a new instance of the class encapsulating an . - The instance to encapsulate. - - - Initializes a new instance of the class encapsulating an . - The instance to encapsulate. - - - Releases unmanaged and - optionally - managed resources - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Gets the HTTP request message. - - - Gets the HTTP response message. - - - Asynchronously serializes the object's content to the given stream. - A instance that is asynchronously serializing the object's content. - The to which to write. - The associated . - - - Computes the length of the stream if possible. - true if the length has been computed; otherwise false. - The computed length of the stream. - - - Provides extension methods for the class. - - - Gets any cookie headers present in the request. - A collection of instances. - The request headers. - - - Gets any cookie headers present in the request that contain a cookie state whose name that matches the specified value. - A collection of instances. - The request headers. - The cookie state name to match. - - - - - Provides extension methods for the class. - - - Adds cookies to a response. Each Set-Cookie header is represented as one instance. A contains information about the domain, path, and other cookie information as well as one or more instances. Each instance contains a cookie name and whatever cookie state is associate with that name. The state is in the form of a which on the wire is encoded as HTML Form URL-encoded data. This representation allows for multiple related "cookies" to be carried within the same Cookie header while still providing separation between each cookie state. A sample Cookie header is shown below. In this example, there are two with names state1 and state2 respectively. Further, each cookie state contains two name/value pairs (name1/value1 and name2/value2) and (name3/value3 and name4/value4). <code> Set-Cookie: state1:name1=value1&amp;name2=value2; state2:name3=value3&amp;name4=value4; domain=domain1; path=path1; </code> - The response headers - The cookie values to add to the response. - - - Represents a multipart file data. - - - Initializes a new instance of the class. - The headers of the multipart file data. - The name of the local file for the multipart file data. - - - Gets or sets the headers of the multipart file data. - The headers of the multipart file data. - - - Gets or sets the name of the local file for the multipart file data. - The name of the local file for the multipart file data. - - - Represents an suited for writing each MIME body parts of the MIME multipart message to a file using a . - - - Initializes a new instance of the class. - The root path where the content of MIME multipart body parts are written to. - - - Initializes a new instance of the class. - The root path where the content of MIME multipart body parts are written to. - The number of bytes buffered for writes to the file. - - - Gets or sets the number of bytes buffered for writes to the file. - The number of bytes buffered for writes to the file. - - - Gets or sets the multipart file data. - The multipart file data. - - - Gets the name of the local file which will be combined with the root path to create an absolute file name where the contents of the current MIME body part will be stored. - A relative filename with no path component. - The headers for the current MIME body part. - - - Gets the stream instance where the message body part is written to. - The instance where the message body part is written to. - The content of HTTP. - The header fields describing the body part. - - - Gets or sets the root path where the content of MIME multipart body parts are written to. - The root path where the content of MIME multipart body parts are written to. - - - An suited for use with HTML file uploads for writing file content to a . The stream provider looks at the <b>Content-Disposition</b> header field and determines an output based on the presence of a <b>filename</b> parameter. If a <b>filename</b> parameter is present in the <b>Content-Disposition</b> header field then the body part is written to a , otherwise it is written to a . This makes it convenient to process MIME Multipart HTML Form data which is a combination of form data and file content. - - - Initializes a new instance of the class. - The root path where the content of MIME multipart body parts are written to. - - - Initializes a new instance of the class. - The root path where the content of MIME multipart body parts are written to. - The number of bytes buffered for writes to the file. - - - Reads the non-file contents as form data - A task that represents the asynchronous operation. - - - Gets a of form data passed as part of the multipart form data. - The of form data. - - - The instance where the message body part is written. - The HTTP content that contains this body part. - Header fields describing the body part. - - - Represents a multipart memory stream provider. - - - Initializes a new instance of the class. - - - Returns the for the . - The for the . - A object. - The HTTP content headers. - - - Represents the provider for the multipart related multistream. - - - Initializes a new instance of the class. - - - Gets the related stream for the provider. - The content headers. - The parent content. - The http content headers. - - - Gets the root content of the . - The root content of the . - - - Represents a stream provider that examines the headers provided by the MIME multipart parser as part of the MIME multipart extension methods (see ) and decides what kind of stream to return for the body part to be written to. - - - Initializes a new instance of the class. - - - Gets or sets the contents for this . - The contents for this . - - - Executes the post processing operation for this . - The asynchronous task for this operation. - - - Gets the stream where to write the body part to. This method is called when a MIME multipart body part has been parsed. - The instance where the message body part is written to. - The content of the HTTP. - The header fields describing the body part. - - - Contains a value as well as an associated that will be used to serialize the value when writing this content. - - - Initializes a new instance of the class. - The type of object this instance will contain. - The value of the object this instance will contain. - The formatter to use when serializing the value. - - - Initializes a new instance of the class. - The type of object this instance will contain. - The value of the object this instance will contain. - The formatter to use when serializing the value. - The authoritative value of the Content-Type header. Can be null, in which case the default content type of the formatter will be used. - - - Initializes a new instance of the class. - The type of object this instance will contain. - The value of the object this instance will contain. - The formatter to use when serializing the value. - The authoritative value of the Content-Type header. - - - Gets the media-type formatter associated with this content instance. - The . - - - Gets the type of object managed by this instance. - The object type. - - - Asynchronously serializes the object's content to the given stream. - The task object representing the asynchronous operation. - The stream to write to. - The associated . - - - Computes the length of the stream if possible. - true if the length has been computed; otherwise, false. - Receives the computed length of the stream. - - - Gets or sets the value of the content. - The content value. - - - Generic form of . - The type of object this class will contain. - - - Initializes a new instance of the class. - The value of the object this instance will contain. - The formatter to use when serializing the value. - - - Initializes a new instance of the <see cref="T:System.Net.Http.ObjectContent`1" /> class. - The value of the object this instance will contain. - The formatter to use when serializing the value. - The authoritative value of the Content-Type header. Can be null, in which case the default content type of the formatter will be used. - - - Initializes a new instance of the class. - The value of the object this instance will contain. - The formatter to use when serializing the value. - The authoritative value of the Content-Type header. - - - Enables scenarios where a data producer wants to write directly (either synchronously or asynchronously) using a stream. - - - Initializes a new instance of the class. - An action that is called when an output stream is available, allowing the action to write to it directly. - - - Initializes a new instance of the class. - An action that is called when an output stream is available, allowing the action to write to it directly. - The media type. - - - Initializes a new instance of the class. - An action that is called when an output stream is available, allowing the action to write to it directly. - The media type. - - - Asynchronously serializes the push content into stream. - The serialized push content. - The stream where the push content will be serialized. - The context. - - - Determines whether the stream content has a valid length in bytes. - true if length is a valid length; otherwise, false. - The length in bytes of the stream content. - - - Contains extension methods to allow strongly typed objects to be read from the query component of instances. - - - Parses the query portion of the specified URI. - A that contains the query parameters. - The URI to parse. - - - Reads HTML form URL encoded data provided in the URI query string as an object of a specified type. - true if the query component of the URI can be read as the specified type; otherwise, false. - The URI to read. - The type of object to read. - When this method returns, contains an object that is initialized from the query component of the URI. This parameter is treated as uninitialized. - - - Reads HTML form URL encoded data provided in the URI query string as an object of a specified type. - true if the query component of the URI can be read as the specified type; otherwise, false. - The URI to read. - When this method returns, contains an object that is initialized from the query component of the URI. This parameter is treated as uninitialized. - The type of object to read. - - - Reads HTML form URL encoded data provided in the query component as a object. - true if the query component can be read as ; otherwise false. - The instance from which to read. - An object to be initialized with this instance or null if the conversion cannot be performed. - - - Represents a helper class to allow a synchronous formatter on top of the asynchronous formatter infrastructure. - - - Initializes a new instance of the class. - - - Gets or sets the suggested size of buffer to use with streams in bytes. - The suggested size of buffer to use with streams in bytes. - - - Reads synchronously from the buffered stream. - An object of the given . - The type of the object to deserialize. - The stream from which to read - The , if available. Can be null. - The to log events to. - - - Reads asynchronously from the buffered stream. - A task object representing the asynchronous operation. - The type of the object to deserialize. - The stream from which to read. - The , if available. Can be null. - The to log events to. - - - Writes synchronously to the buffered stream. - The type of the object to serialize. - The object value to write. Can be null. - The stream to which to write. - The , if available. Can be null. - - - Writes asynchronously to the buffered stream. - A task object representing the asynchronous operation. - The type of the object to serialize. - The object value to write. It may be null. - The stream to which to write. - The , if available. Can be null. - The transport context. - - - Represents the result of content negotiation performed using <see cref="M:System.Net.Http.Formatting.IContentNegotiator.Negotiate(System.Type,System.Net.Http.HttpRequestMessage,System.Collections.Generic.IEnumerable{System.Net.Http.Formatting.MediaTypeFormatter})" /> - - - Create the content negotiation result object. - The formatter. - The preferred media type. Can be null. - - - The formatter chosen for serialization. - - - The media type that is associated with the formatter chosen for serialization. Can be null. - - - The default implementation of , which is used to select a for an or . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - true to exclude formatters that match only on the object type; otherwise, false. - - - Determines how well each formatter matches an HTTP request. - Returns a collection of objects that represent all of the matches. - The type to be serialized. - The request. - The set of objects from which to choose. - - - If true, exclude formatters that match only on the object type; otherwise, false. - Returns a . - - - Matches a set of Accept header fields against the media types that a formatter supports. - Returns a object that indicates the quality of the match, or null if there is no match. - A list of Accept header values, sorted in descending order of q factor. You can create this list by calling the method. - The formatter to match against. - - - Matches a request against the objects in a media-type formatter. - Returns a object that indicates the quality of the match, or null if there is no match. - The requrst. - The media-type formatter. - - - Match the content type of a request against the media types that a formatter supports. - Returns a object that indicates the quality of the match, or null if there is no match. - The request. - The formatter to match against. - - - Selects the first supported media type of a formatter. - Returns a with set to , or null if there is no match. - The type to match. - The formatter to match against. - - - Performs content negotiating by selecting the most appropriate out of the passed in for the given that can serialize an object of the given . - The result of the negotiation containing the most appropriate instance, or null if there is no appropriate formatter. - The type to be serialized. - The request. - The set of objects from which to choose. - - - Determines the best character encoding for writing the response. - Returns the that is the best match. - The request. - The selected media formatter. - - - Selects the best match among the candidate matches found. - Returns the object that represents the best match. - The collection of matches. - - - Sorts Accept header values in descending order of q factor. - Returns the sorted list of MediaTypeWithQualityHeaderValue objects. - A collection of MediaTypeWithQualityHeaderValue objects, representing the Accept header values. - - - Sorts a list of Accept-Charset, Accept-Encoding, Accept-Language or related header values in descending order or q factor. - Returns the sorted list of StringWithQualityHeaderValue objects. - A collection of StringWithQualityHeaderValue objects, representing the header fields. - - - Evaluates whether a match is better than the current match. - Returns whichever object is a better match. - The current match. - The match to evaluate against the current match. - - - Helper class to serialize <see cref="T:System.Collections.Generic.IEnumerable`1" /> types by delegating them through a concrete implementation."/&gt;. - The interface implementing to proxy. - - - Initialize a DelegatingEnumerable. This constructor is necessary for to work. - - - Initialize a DelegatingEnumerable with an <see cref="T:System.Collections.Generic.IEnumerable`1" />. This is a helper class to proxy <see cref="T:System.Collections.Generic.IEnumerable`1" /> interfaces for . - The <see cref="T:System.Collections.Generic.IEnumerable`1" /> instance to get the enumerator from. - - - This method is not implemented but is required method for serialization to work. Do not use. - The item to add. Unused. - - - Get the enumerator of the associated <see cref="T:System.Collections.Generic.IEnumerable`1" />. - The enumerator of the <see cref="T:System.Collections.Generic.IEnumerable`1" /> source. - - - Get the enumerator of the associated <see cref="T:System.Collections.Generic.IEnumerable`1" />. - The enumerator of the <see cref="T:System.Collections.Generic.IEnumerable`1" /> source. - - - Represent the collection of form data. - - - Initializes a new instance of class. - The pairs. - - - Initializes a new instance of class. - The query. - - - Initializes a new instance of class. - The URI - - - Gets the collection of form data. - The collection of form data. - The key. - - - Gets an enumerable that iterates through the collection. - The enumerable that iterates through the collection. - - - Gets the values of the collection of form data. - The values of the collection of form data. - The key. - - - Reads the collection of form data as a collection of name value. - The collection of form data as a collection of name value. - - - Gets an enumerable that iterates through the collection. - The enumerable that iterates through the collection. - - - - class for handling HTML form URL-ended data, also known as application/x-www-form-urlencoded. - - - Initializes a new instance of the class. - - - Queries whether the can deserializean object of the specified type. - true if the can deserialize the type; otherwise, false. - The type to deserialize. - - - Queries whether the can serializean object of the specified type. - true if the can serialize the type; otherwise, false. - The type to serialize. - - - Gets the default media type for HTML form-URL-encoded data, which is application/x-www-form-urlencoded. - The default media type for HTML form-URL-encoded data - - - Gets or sets the maximum depth allowed by this formatter. - The maximum depth. - - - Gets or sets the size of the buffer when reading the incoming stream. - The buffer size. - - - Asynchronously deserializes an object of the specified type. - A whose result will be the object instance that has been read. - The type of object to deserialize. - The to read. - The for the content being read. - The to log events to. - - - Performs content negotiation. This is the process of selecting a response writer (formatter) in compliance with header values in the request. - - - Performs content negotiating by selecting the most appropriate out of the passed in formatters for the given request that can serialize an object of the given type. - The result of the negotiation containing the most appropriate instance, or null if there is no appropriate formatter. - The type to be serialized. - Request message, which contains the header values used to perform negotiation. - The set of objects from which to choose. - - - Specifies a callback interface that a formatter can use to log errors while reading. - - - Logs an error. - The path to the member for which the error is being logged. - The error message. - - - Logs an error. - The path to the member for which the error is being logged. - The error message to be logged. - - - Defines method that determines whether a given member is required on deserialization. - - - Determines whether a given member is required on deserialization. - true if should be treated as a required member; otherwise false. - The to be deserialized. - - - Represents the class to handle JSON. - - - Initializes a new instance of the class. - - - Determines whether this can read objects of the specified . - true if objects of this can be read, otherwise false. - The type of object that will be read. - - - Determines whether this can write objects of the specified . - true if objects of this can be written, otherwise false. - The type of object that will be written. - - - Creates a JsonSerializerSettings instance with the default settings used by the . - A newly created JsonSerializerSettings instance with the default settings used by the . - - - Gets the default media type for JSON, namely "application/json". - The for JSON. - - - Gets or sets a value indicating whether to indent elements when writing data. - true if to indent elements when writing data; otherwise, false. - - - Gets or sets the maximum depth allowed by this formatter. - The maximum depth allowed by this formatter. - - - Reads an object of the specified from the specified . This method is called during deserialization. - Returns . - The type of object to read. - Thestream from which to read - The content being written. - The to log events to. - - - Gets or sets the JsonSerializerSettings used to configure the JsonSerializer. - The JsonSerializerSettings used to configure the JsonSerializer. - - - Gets or sets a value indicating whether to use by default. - true if to by default; otherwise, false. - - - Writes an object of the specified to the specified . This method is called during serialization. - A that will write the value to the stream. - The type of object to write. - The object to write. - The to which to write. - The where the content is being written. - The . - - - Base class to handle serializing and deserializing strongly-typed objects using . - - - Initializes a new instance of the class. - - - Queries whether this can deserializean object of the specified type. - true if the can deserialize the type; otherwise, false. - The type to deserialize. - - - Queries whether this can serializean object of the specified type. - true if the can serialize the type; otherwise, false. - The type to serialize. - - - Gets the default value for the specified type. - The default value. - The type for which to get the default value. - - - Returns a specialized instance of the that can format a response for the given parameters. - Returns . - The type to format. - The request. - The media type. - - - Gets or sets the maximum number of keys stored in a T: . - The maximum number of keys. - - - Gets the mutable collection of objects that match HTTP requests to media types. - The collection. - - - Asynchronously deserializes an object of the specified type. - A whose result will be an object of the given type. - The type of the object to deserialize. - The to read. - The , if available. It may be null. - The to log events to. - Derived types need to support reading. - - - Gets or sets the instance used to determine required members. - The instance. - - - Determines the best character encoding for reading or writing an HTTP entity body, given a set of content headers. - The encoding that is the best match. - The content headers. - - - Sets the default headers for content that will be formatted using this formatter. This method is called from the constructor. This implementation sets the Content-Type header to the value of mediaType if it is not null. If it is null it sets the Content-Type to the default media type of this formatter. If the Content-Type does not specify a charset it will set it using this formatters configured . - The type of the object being serialized. See . - The content headers that should be configured. - The authoritative media type. Can be null. - - - Gets the mutable collection of character encodings supported bythis . - The collection of objects. - - - Gets the mutable collection of media types supported bythis . - The collection of objects. - - - Asynchronously writes an object of the specified type. - A that will perform the write. - The type of the object to write. - The object value to write. It may be null. - The to which to write. - The if available. It may be null. - The if available. It may be null. - Derived types need to support writing. - - - Represents a collection class that contains instances. - - - Initializes a new instance of the class with default values. - - - Initializes a new instance of the class with the given . - A collection of instances to place in the collection. - - - Searches a collection for a formatter that can read the .NET in the given . - The that can read the type, or null if no formatter found. - The .NET type to read. - The media type to match on. - - - Searches a collection for a formatter that can write the .NET in the given . - The that can write the type, or null if no formatter found. - The .NET type to write. - The media type to match on. - - - Gets the to use for application/x-www-form-urlencoded data. - The to use for application/x-www-form-urlencoded data. - - - Determines whether the is one of those loosely defined types that should be excluded from validation. - true if the type should be excluded; otherwise, false. - The .NET to validate. - - - Gets the to use for JSON. - The to use for JSON. - - - Gets the to use for XML. - The to use for XML. - - - Updates the given set of formatter of elements so that it associates the mediaType with s containing a specific query parameter and value. - The to receive the new item. - The name of the query parameter. - The value assigned to that query parameter. - The to associate with a containing a query string matching queryStringParameterName and queryStringParameterValue. - - - Updates the given set of formatter of elements so that it associates the mediaType with s containing a specific query parameter and value. - The to receive the new item. - The name of the query parameter. - The value assigned to that query parameter. - The media type to associate with a containing a query string matching queryStringParameterName and queryStringParameterValue. - - - Updates the given set of formatter of elements so that it associates the mediaType with a specific HTTP request header field with a specific value. - The to receive the new item. - Name of the header to match. - The header value to match. - The to use when matching headerValue. - if set to true then headerValue is considered a match if it matches a substring of the actual header value. - The to associate with a entry with a name matching headerName and a value matching headerValue. - - - Updates the given set of formatter of elements so that it associates the mediaType with a specific HTTP request header field with a specific value. - The to receive the new item. - Name of the header to match. - The header value to match. - The to use when matching headerValue. - if set to true then headerValue is considered a match if it matches a substring of the actual header value. - The media type to associate with a entry with a name matching headerName and a value matching headerValue. - - - This class describes how well a particular matches a request. - - - Initializes a new instance of the class. - The matching formatter. - The media type. Can be null in which case the media type application/octet-stream is used. - The quality of the match. Can be null in which case it is considered a full match with a value of 1.0 - The kind of match. - - - Gets the media type formatter. - - - Gets the matched media type. - - - Gets the quality of the match - - - Gets the kind of match that occurred. - - - Contains information about the degree to which a matches the explicit or implicit preferences found in an incoming request. - - - No match was found - - - Matched on a type, meaning that the formatter is able to serialize the type. - - - Matched on an explicit literal accept header, such as “application/json”. - - - Matched on an explicit subtype range in an Accept header, such as “application/*”. - - - Matched on an explicit “*/*” range in the Accept header. - - - Matched on after having applied the various s. - - - Matched on the media type of the entity body in the HTTP request message. - - - An abstract base class used to create an association between or instances that have certain characteristics and a specific . - - - Initializes a new instance of a with the given mediaType value. - The that is associated with or instances that have the given characteristics of the . - - - Initializes a new instance of a with the given mediaType value. - The that is associated with or instances that have the given characteristics of the . - - - Gets the that is associated with or instances that have the given characteristics of the . - - - Returns the quality of the match of the associated with request. - The quality of the match. It must be between 0.0 and 1.0. A value of 0.0 signifies no match. A value of 1.0 signifies a complete match. - The to evaluate for the characteristics associated with the of the . - - - Class that provides s from query strings. - - - Initializes a new instance of the class. - The name of the query string parameter to match, if present. - The value of the query string parameter specified by queryStringParameterName. - The to use if the query parameter specified by queryStringParameterName is present and assigned the value specified by queryStringParameterValue. - - - Initializes a new instance of the class. - The name of the query string parameter to match, if present. - The value of the query string parameter specified by queryStringParameterName. - The media type to use if the query parameter specified by queryStringParameterName is present and assigned the value specified by queryStringParameterValue. - - - Gets the query string parameter name. - - - Gets the query string parameter value. - - - Returns a value indicating whether the current instance can return a from request. - If this instance can produce a from request it returns 1.0 otherwise 0.0. - The to check. - - - This class provides a mapping from an arbitrary HTTP request header field to a used to select instances for handling the entity body of an or . <remarks>This class only checks header fields associated with for a match. It does not check header fields associated with or instances.</remarks> - - - Initializes a new instance of the class. - Name of the header to match. - The header value to match. - The to use when matching headerValue. - if set to true then headerValue is considered a match if it matches a substring of the actual header value. - The to use if headerName and headerValue is considered a match. - - - Initializes a new instance of the class. - Name of the header to match. - The header value to match. - The value comparison to use when matching headerValue. - if set to true then headerValue is considered a match if it matches a substring of the actual header value. - The media type to use if headerName and headerValue is considered a match. - - - Gets the name of the header to match. - - - Gets the header value to match. - - - Gets the to use when matching . - - - Gets a value indicating whether is a matched as a substring of the actual header value. this instance is value substring. - truefalse - - - Returns a value indicating whether the current instance can return a from request. - The quality of the match. It must be between 0.0 and 1.0. A value of 0.0 signifies no match. A value of 1.0 signifies a complete match. - The to check. - - - A that maps the X-Requested-With http header field set by AJAX XmlHttpRequest (XHR) to the media type application/json if no explicit Accept header fields are present in the request. - - - Initializes a new instance of class - - - Returns a value indicating whether the current instance can return a from request. - The quality of the match. A value of 0.0 signifies no match. A value of 1.0 signifies a complete match and that the request was made using XmlHttpRequest without an Accept header. - The to check. - - - - class to handle Xml. - - - Initializes a new instance of the class. - - - Queries whether the can deserializean object of the specified type. - true if the can deserialize the type; otherwise, false. - The type to deserialize. - - - Queries whether the can serializean object of the specified type. - true if the can serialize the type; otherwise, false. - The type to serialize. - - - Gets the default media type for the XML formatter. - The default media type, which is “application/xml”. - - - Gets or sets a value indicating whether to indent elements when writing data. - true to indent elements; otherwise, false. - - - Gets and sets the maximum nested node depth. - The maximum nested node depth. - - - Called during deserialization to read an object of the specified type from the specified readStream. - A whose result will be the object instance that has been read. - The type of object to read. - The from which to read. - The for the content being read. - The to log events to. - - - Unregisters the serializer currently associated with the given type. - true if a serializer was previously registered for the type; otherwise, false. - The type of object whose serializer should be removed. - - - Registers an to read or write objects of a specified type. - The instance. - The type of object that will be serialized or deserialized with. - - - Registers an to read or write objects of a specified type. - The type of object that will be serialized or deserialized with. - The instance. - - - Registers an to read or write objects of a specified type. - The type of object that will be serialized or deserialized with. - The instance. - - - Registers an to read or write objects of a specified type. - The instance. - The type of object that will be serialized or deserialized with. - - - Gets or sets a value indicating whether the XML formatter uses the as the default serializer, instead of using the . - If true, the formatter uses the by default; otherwise, it uses the by default. - - - Called during serialization to write an object of the specified type to the specified writeStream. - A that will write the value to the stream. - The type of object to write. - The object to write. - The to which to write. - The for the content being written. - The . - - - Represents the event arguments for the HTTP progress. - - - Initializes a new instance of the class. - The percentage of the progress. - The user token. - The number of bytes transferred. - The total number of bytes transferred. - - - Gets the number of bytes transferred in the HTTP progress. - The number of bytes transferred in the HTTP progress. - - - Gets the total number of bytes transferred by the HTTP progress. - The total number of bytes transferred by the HTTP progress. - - - Generates progress notification for both request entities being uploaded and response entities being downloaded. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The inner message handler. - - - Occurs when event entities are being downloaded. - - - Occurs when event entities are being uploaded. - - - Raises the event that handles the request of the progress. - The request. - The event handler for the request. - - - Raises the event that handles the response of the progress. - The request. - The event handler for the request. - - - Sends the specified progress message to an HTTP server for delivery. - The sent progress message. - The request. - The cancellation token. - - - Provides value for the cookie header. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The value of the name. - The values. - - - Initializes a new instance of the class. - The value of the name. - The value. - - - Creates a shallow copy of the cookie value. - A shallow copy of the cookie value. - - - Gets a collection of cookies sent by the client. - A collection object representing the client’s cookie variables. - - - Gets or sets the domain to associate the cookie with. - The name of the domain to associate the cookie with. - - - Gets or sets the expiration date and time for the cookie. - The time of day (on the client) at which the cookie expires. - - - Gets or sets a value that specifies whether a cookie is accessible by client-side script. - true if the cookie has the HttpOnly attribute and cannot be accessed through a client-side script; otherwise, false. - - - Gets a shortcut to the cookie property. - The cookie value. - - - Gets or sets the maximum age permitted for a resource. - The maximum age permitted for a resource. - - - Gets or sets the virtual path to transmit with the current cookie. - The virtual path to transmit with the cookie. - - - Gets or sets a value indicating whether to transmit the cookie using Secure Sockets Layer (SSL)—that is, over HTTPS only. - true to transmit the cookie over an SSL connection (HTTPS); otherwise, false. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Indicates a value whether the string representation will be converted. - true if the string representation will be converted; otherwise, false. - The input value. - The parsed value to convert. - - - Contains cookie name and its associated cookie state. - - - Initializes a new instance of the class. - The name of the cookie. - - - Initializes a new instance of the class. - The name of the cookie. - The collection of name-value pair for the cookie. - - - Initializes a new instance of the class. - The name of the cookie. - The value of the cookie. - - - Returns a new object that is a copy of the current instance. - A new object that is a copy of the current instance. - - - Gets or sets the cookie value with the specified cookie name, if the cookie data is structured. - The cookie value with the specified cookie name. - - - Gets or sets the name of the cookie. - The name of the cookie. - - - Returns the string representation the current object. - The string representation the current object. - - - Gets or sets the cookie value, if cookie data is a simple string value. - The value of the cookie. - - - Gets or sets the collection of name-value pair, if the cookie data is structured. - The collection of name-value pair for the cookie. - - - \ No newline at end of file diff --git a/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/Microsoft.AspNet.WebApi.Core.4.0.30506.0.nupkg b/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/Microsoft.AspNet.WebApi.Core.4.0.30506.0.nupkg deleted file mode 100644 index 6ba71bd4ad22e980c2ea5db6886b47089142f272..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 176818 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 v zg7^+&wd3eks4A4dvh{6})9GfX+2F z`z_H2ykvvHM$Ahs z%XrRr4zs0MQR7@2vL(fa6ze_ASmyVXw{|sy4SxWkuKR3F>LV~`qe#1Qus*m z!@w<{lbejbUQzR$uXliKTd_~ltDFJ=7I;UR+j3(Q3}fPvF;V+h(wycQWtLM?HQ9Bx zrcfV=S2`5qf%UGcfc^gK`2YCk|4PqI?4A_uJ$fVAVo;liyCC$}tl858 zX}@jCn=0Mj?vMYA&aUmMZa?@}K+RE7QpoKn8D^9kjm1(yR+LSW-ltg(sEid(j*UKD zB#lJfIiY$lxhHj-YeF*ut|=51UIS4Yah}6O45io{*S^}!hM2$ZvW+GLZ__%tA`~`M zhGsVfm4zv1O0}9~^~x$@8Bjff_Ba6u;z3KlqC9hj%fV67VnYwM1_!#%Dykne*&Si} z026<}P-`miiB%Bx5r*7ndG)`@y6Ggz1n%*$N#>Q*9xm49cB~*Cz|C^PjLOGVYkD`w z=|ZzDBgeD+42wBLB>(4*RQq@IV{`zXrIcBwp15?ipkw|5BU6nTd>Fv@^gJsmzpX_Y z)km^_$+&k5v-Tlt_;7~^?(=fjkXLDw&d*IS6$E!yII@^`X*P z6D9pA7<-?Z*|2+gOHVk=|FloM5PIiX#v$VO$14AxtQj0_E0|i?ic* zuP+m-EHaC+gQHRO?%2TbWwmG4H@F&6m2*45jWNK_{U25`Z|J96*gp6Q*|~)KWl9!z z01D@(0LD-svW9~mXEi6JUEZj?c3f4O!vou@`Xv)vi=0wHuv<^PXW zc9u4`@*&?)hu;RISWV8;NPgUIFz%#|CYd(#FEx5YK%`H>70JmR(m`EvJ)u!<4IwA_ zcg)FQn~nkxMx)e(7n#}~pIr;KUA+3!hNe*wW4blTxUeh8L-2?Ws*q&vmm}?ci|agS z?{c}|0VlP3DHtV#4hr`Ag|>$drH&(rU?A2zxSpgD9tH!ulQy0?^qE6PawwlfOO<*g zt{Vm3E-Rc><$boH6gf%s)J)qp;YzLT?UtknudHyW6&x-xbq2@gkH1^aHyHbwB7o)+~phe31!7P z-)#up*``E?5jB-J>$KWfk`(4U)^r=4nGw`R&#pV{1C}a<=K6M+i5i=jJm=0cwG2x` zJxJ733;!)lB?)$ph54VI;L&f5xQ4Uo>XX~^`woK^vS$e&k z>GL&+vzGbWn48f?lEN>rx@Ma-7K$jP%e>BVoisD$#LgN{7j^RO@i$2cP~sF z36zLjI8!1V>Cp6Uz;?j>{U0_lHttOGLrdjmEIJxq5U1fk9egrjM0 z`N8847XW_v!!K{evh2YuDt&9g^pSxhcscSs14M+4Qebe%kQmKo^nAgrTXAr~RJ@Q3 zTl#cX>a5YmNwe@#7dlEA?4f`7FC%^d5rxgEwA}^BJDjbbrmbu7o>$f{rV(A9mk%dJ zS?ur1omakJND+>t#-^_^0ZzpBs4|tL71fzPX4EpqIHMn@JIY5Dr3e$Hn;lEN;lEA^ zYW3}t5$_Dt>Hw>oVu#{wo1IFi+p^8cbym=|Q&o5i$-RVON=P&i5GQ9V4RezLtS@Lb zuo}A_2}}zU8*4YyZv*&vL_)6!-FdRR-J6~v!FcL=2FRcQ@biC)6dz9ppm(8aq*`pd zHS*)4Vwv>~KusT4^9&c8o0U}HdqUtkw}le9nY`9xIRnS zrgE3=49lXXdA=7L7EzMkJ+^cimZgH;?xqsKdmJ#iDk)sWfFSNIOZ`)Fo#wUiSy|+J z2egNKnjElx{fVsU0eDjHi}mjZGlFnEs%*ehI5TpV^nO`>Bv!QXNrCow@*q8ob4Y#y z_~qObawpETwJ-9JLt=1RHJqyZJTU97EE5;?*khKw@rk9ixR>R-veyO#pF(>~as5%h z8e!xUxu%(fZFS5K$913WFhWU?I);odsszJ!W>^4;w0?ws9_eq~p}QJ`d{R%EjCZiU|52 ztK6QM&VmMoVH%7{Y(C=7M!`4q$h#p0h&z(}c>V(>gP}tmOd&6cj>>fAtUGWGF#%j# zO+y)%(FtKoP40EJO>@ijF}&K|AK|zhKHOC2Mc04e_gfItsQ_^oCTpm4y(g7=jW6(D z?7=B{@%Bt?^LQoyY31CZr)g(nvsu)37t9E=I%pT)Q>`>7KNbQFWW!}tub#jhZ5|!r zj2#a|QWw|CuhT5=@g=oR^HiToE3NQp+(iN(JXW=QxS0-u6$`Lpltsi>bzO(6DOh=2 zPV19Q)<7}>_UNxS;^}IevpoW0sT&O zU1_oKNp-V>6ufu4Jb!Jr;Sfdz4n;u1!KHrs9vxneH}Zt(g87`9%|S671)!vYZ+cG? ze2b@~!OPRm#_q}?=D*sw?^5lG>=$5w4FxlBP{mbmU;#OZS8WI!A@;`L$9Hn#2_`eQi)2Mb@9XjoDy@KHLl)lv6g2zficTnwMtWqI zcfB_Y?5gzGls@`flf>Zv(1P$=lcgrA1c0 zfMu9fZ&KJ&riwxhtKcSGDZHKlAC+oSd|2u0QLYe6sLnWY%wh#zz!_Vqk1adfYnE(p zr2|X#FyqlQ-huysWO+xZr52hYAzrJktb`6w;a=j2o>V{LNuE4(Ixv5#OGNgC&&3Q5 zFhvVIi}68RKt;YlObDYIi})!42jqQAM|8^ck+ANpZfZYx^qjzeBSu)s!K z5N&(Fg;STFJsBV?c5?}PMZO|Un&oFDl`gjX1%`n2+}vTU zIX5_1EtKagA}&d7;1Y|`NVqo!?4>y84ghYviUr2Vr3)PY)K{5o@rya2D^7T8xUK7S z@JMc?~o86k&Je54VixoAHzs>+7ne6SYnyICP+k*3< z$GDB;lqpn$yO*Z}X#Z3#q(5LGY6d>Nl)PGAd;pzuo5u~DUU}8B_>hmRV4P8b8nejw zz`Wq~{Jk~N8D{CYlxe6LlR{N3(FhpIK#R`WU)uvM2)_1h;0<>Aq4_Q3HX&zgR( zzRXOf%6zAb3#L)>^Xhmd|FU;7PDCk5b=|OaVDQRqn0#;|lMk47fhU->-&*m4zETM- z$GzF@gN?t#ibCz;1FdlytZ~p0<9n zS!(bWI%|mP3>*M|O18|--;}JX>}CVE_(?@oU;H2jZMIf9rw_FakZ520#BfJ2^z5pFx_+U|rAK6lJGq>G@M;%FE;0S&o~~zO-0zs1ITT|E&to*Mupe^_ zufnln!AqCc{FYBV;mUsb>c8&tuP(fcn9MIT*g2i8~6VPJhr?oz8y#pq@OktGZl zVDlSQAM1)mY`n*G{*dl#S<;B-q)v{m4c+WHNjLPF;6nOO`2TY(|76e8VOKVst~&=0 zsml70nw3%g=D*(lpxXBYWusTPD))slWAQj^-Oz9D*qrS4i55VEV(vt!DkH0jO@jT; zRo0L$@bR$~_|)FICsi{V_E`bKVHE5ia8bRmXKUACPiM42ejMEGJEaVJ=yr_0#5s)^ z0~Ap$7-I(k=1bG@J|Bt!1GVkK>k8rQ&?MWF=stoVj77{z5$0~Al7zX3CruOYQB4|O z)lG{g(wFE@n4qCAQEj1Y#CctV>6~0GgmPuWwrJjm9AR5c*4%P zv$8&TUC3DDtR!OqBQC`ldw9wOv-8r+B8T4DkC#yoJbh2I(${V_^4bkow!u1ni9oeb z41hR*+AfEUGnx8CDvow*x9c-HDRh4_W^O`F!P>|r8JG1_8r8;|l4%Rr4n2zNsk1-R z=jmJEObPT|hzFMrHCuO?E!bG!EDFXJ5GVUo0wD;F)?IyCZesRs2nJlAFSwSg6Rkzy zZ^~aAIlqA9^yKI+#Lgw++|nZyor4om`kBzu$J_l5D(qPVP!*B@H)9SeHc%J@f%G z#)^23StpztMlr7-OX&{NH}rxznn;uhf~mMWydHzC&>B0V2mw?=NdDqMPPO{s#d!dG zj3hdO`=MLk@?%5+wBVr2)U) zUzP&qdJZ=RKC|^PMG318kY?4dLxuHkfB%Q7I96-H}1g5UWsei zGAxAEuz#kHgQE|JP1d20UExh}FLpR41q)LnY@*L=iiHd?IoYJMt%^`NjZf`*tWBV< zRA!f5p1#Ke__sqD!^)$$@yR-OFH#+SR|kymZ<7XJT#~zOF4NYS$Z7a9KlAZxBlQa? z-K3Xmwq7n_Bdbej{;}y0byLwn`i2*^8|3RfYfhUKi-p(ve&H#r6+Xw|@Fj3bx8Evy zvGrT0&y4gXGg9kwesNax1vPKeid#}PU&0a$$!OaA>zR6=H1$Rxo6n+jjbl^K#cO8i z1Y?6Z)%jmjZ5^_zt^R$j4FHkvaYL%%x!BDurT3fL0XD*kT|`-re6_p}-)c98>4JEk zJKi~9YjH0ny0t+8hmT&-GiGFCX6;I`Jgs>D8R-?{u_#fd-viNsG8xw0a$s9RVQOW) zVq0%=+*);fn$_-W2LS&lx}xi;j~jY5+`$8Olxh17L!9@%`AF0`9i_@M%@R=-o>!-iDyL6Yw;o23hI1-^5Y59drpK3c18Vp-XP`0-(C$c@ z6VjGonZc8X0`LHl5ka)SFZy&=Xb*yGrb;0y_yWHORHelV!#rqbHhb74NE`}^hbwx!HI&7>-U0q9T$-)RO`_k4rB6iaSj~+pI&k|;L^6dHKcqG0 znLEPv;pE=QIAOLNtT{gYvvluo`@FfV_M$z<;C#aW@cK!{9805> zr!fgfY7Q8EO72mp(ZyNlXXu62XdKO_IWqmyQ_l4x0SvV?ne%4s6fHF-UQ`J({G$e% z+!eAy?Xc_jVY>E!N`AJSTCXl``yh65xVM&H^4eO%Z%i(7eDA$hyzgzgl`n+!Yq0xf z+^Q-azqT^979;XpYNL=M?5O4%$z8hLiZOx?Er|cL%iH2}X;f&zmrzHGRgI)e3y=W5 zc-hPW%$d;MAMflX0#+9XxZMo*NvGp8iG+~I-~g)w+E0+|W+y`Y)r=EA6XjzOr8n9S zID}1-PY`E8!jm(w*O*Sh&7OW+8o9m9|JSx(_rLWzKm>y9krLm_>_w zlIzF8C-oO)hmb#etoI@v2onm?H^fCVdAnQ^2(C(e%#L(9^HN5T17#Iz% z8Zmjs$*CF~Zm%>Hx`AdztSEG3L#h`bgGZYjK+rb(ocudy@-GLp5}vl~@ruw{I5e=n zG)t6#W>EHHYWzYjs2z7w?~C<-9L~#I$dZCM#VIgbp5vnM?uYeyx}hdd(UN_9lbm2; zy-LCqdSnW_yRFKi+|>pM!xJ)v;X)}yaAl9#)rJcj2k*h4VOdiA^Yj<}-BDtHK!?aK zaxP>WcxyMyBZzO`f@NVTC66ux?2|`r$2E8fM)kh*ZthL+=8j)6gTb=NA8TTm6j$Un zz0b7tquY{VmlXFIC6ha>{q=_aa&mEY{Oe9CIjbY!VB?YL+gH;j!vFV01)%fXFB-=7cQ( zAr%EnI>@fO1I^U|OJ-H}ZTU5<{JwR?vjOlOu{$a7xnnKEK+_cl@5+L8$cjFSaUh8DFPM_Eku)4_I&D*)!oHhehCY_MwY|sj(sMA@w~l>4<(8G5&N8Jf&5Z$ zC&qhi!d8RZ0K$XzQc!Rt$%;WpQ9xF+>0!o~8$!Xrtwwkc($oG0?y|AO1Rx3hLrzmT z0JU*AL8z;K2}1~^y3)}n`>dSMor_f5=!{lC&AlgTd+=u+6W@vJSEOE7*_Hyso8+TN zjdyMBGgxdNc-1TU!Hd@S8@|GUxn^D5{O68Tdq^Sk@!0DE-l$DMCYn2!qL6p;9xnVO zzrcv*Mb$~D?XGYxI<>$e8i87NakAa!`*ZX||B&5fO@}_;@NW0;#|aOmkv08v1C&cX z$uQRsS@Fy9N={+Tlf@>Aq5>|=ndC632rn_Lv0r)(Z{y`8y>9pw6Juc2xv`JRQ`_EN z@XGP{hYDE*)V9IZ@mx)j>Dk`i1oPB_$@hhcp5d6Z-jZjR1GrCsj+LC8t*AOp*Y!|V zA2qleDg-q_aOhrtfCuc?xLyJMnc)>8n%VmkfW;fyPlZ+_D0N+F7AR?=!O^w+F8!3< z?e4T9MuI0%TTo`EEZxkFG0K~QBW}_P{AF0?3ZK1HZe?WTUTH9R701a5x8mr#aN$Yn z%b*mqS*N-tE%3Z(s@<9nNjCW7ce^a#*khr+-c}soc;y(8-x1tF?)ocIWsvHQhX~yt z>j%xWUC>JeFy)Z~U$ zPQ$AY+G^kaQDqaeh025ly3Rj<&d)N|S;Nm1V&v8}bCa*VPB0L-D|fOPZ^H5TJs;P0 z>=$xYwU(*6Ol$hfk|pH$t{qtEf`4W&ZXFmHIhi{0q^xMsDBhb2eO8tC*#>kkunp_< z8jc{i3W-6EJ&>^xo-_vJ@R&vWn6#^0OJ zhg~VHfUknx9cQ!oC`P*qGj+DmLO}w-ysEuGx9s>lO~LYE=z>7{mnFQtEQ-W3hT~}J zY=@5`yngf@HmiRWEOk~fCz7m_9W;)%+3Qc+oZ1eHVds_R+gWMz#};tDc@7#SRFS^B z0&fPjkjngiLCmP6npJldk@=>7vO`AFcjab}P04?PZr45g!vCxals|OB~1!dj+ZtD#JtDWRg7S^snZ=imq|Ck;*6$wCG0Di*)Ry2 z|9~0I9@k$Ad;Q4;@zjytxel4jF5x=GTfBU<7;<1vw59aPBO}E*$H61x=L!-r9tRg} zZUB?Ogs;NJC{(B^4jB`y?IxGBZ&I)+GP2~^qh_ytlQludPskD;;Q;bS zM^CnyY3HkKgDy7MFLgJgk*7APOzo)|AYn_KD=9k=K+zJl19!{*m*0TVFNTJtu#UVV zdZJy@#Cv3l22|E2r-rM&RwcwJ6(BPBRpP2Qzmv_fQMuOv$=sbJ?#`6MuZ0>nK=F>~ ztgI*fF}Acebqx$EH3_wt)$Ql-ule^g6Qo$?Bk`Z%CR>65<$h%X&D(Ul4ap%_e+S<0 z5n`2%uj*#Sf>$5owdU{RytQS2FE|HZV-OS>2l64=^`WcQm7ZzJNGRUeKiIKG zvk`0UGUd{kV!R$KBiHR+1o$ixtAQo}KmRQ1x`vUEJ&Rn{meVO5pu z+jLVts0s}@04BF)4c1(SYmd{iT;Vc-4mc=wo#73AsN$B2X%qT{g-NdAj-{wEF01Ro z<&c}ayh?LX{Y|X*IGK9k(vJs6{h`6?c|AvO)`Z=)H|Zk{aKCDM2R4MpiEnMG+)f^uU3?2Q%}k7H}6?(bcRV03R0ncOL|J z=P0pVPAN)V#2d#w(vP*3Xj2;>(g;mz&yCIufi~D<19QcKbK!Lu)LScA0_5|7Iw~lU%Him_+ctal=~E^5Rn25) zpa21fv0fJ^HGqu$kxbF*gS+0z!WiZjigq^im0QT#988&XiXQkViIO8kYmj-kw;D2!ESH$@5s8Xj2tC!#}mUBYGR1_O3Oeaorp zb*0w{5%qPL8-m-N?W#Q+*+E;YFbmx`x8-&RH@|xt4+s0H^#X>%BQN%^N-ZYuL3_Hw zlqB?HV6Qv)+bC;=)S6AKcTCNyTGAHZ@Ft=|H_z(JC|+Ys21*TkUXJ z$Xn5|#TxGhXdyl7Huu{-Hdx`Vf%a&JR)RYCRQ4%(Z2lzI1eE~+xSHzyQ1(UoW% zIR=k1>tDvGz{j8s<0@GhLahuEyjjh4y=%I7#Us3+r}{^5xx z!yCE)z|bZuR~DR7gZ?6+;Rg_v?)OB6AKPV14zsSRJQLd zS_@Bd8>GAl;Jr(2jddkx8}9zcet!}JVMH(GtU>%RHa?anYsirB%8S4J%tAL=ElOu| zkRO@xl`F__aSaRU1NzXHZ`s&-l8e47`F>0b+UvTL)mn8wKPx`my=pU$DXiAFZ2Vt? z%giYN?HxwT-CqnYj3<@2^Q73fe4>0EjzEz!6fhvCzh}be-hK_6efc)sz&;n7mMyp; zWJK}<2AIM7*x54^JU<);6I93mv+q`Bm-TO0 zW_wN8bKn^Bsvl>vk&U;Zpw{lD!{`G##Sa)~-fgoMR`j)dx*UIN__cV6B}mi=iT51yKO`^@atRVA@Y;F?o_YE*U9&nmuE)4#xNj^ zA2w>XN=WXQ%u{J6)r$K|Y|(l<`l#Nh&Kj3;xOIUuo5#(u$BwAu?*Z9$$9^CLTd=nnKr4n#pU$VAumN--UGm)aFrP0Op z&2{lU*t;{xtuw1X$GRE*BxENjMwB_*x0mkgi|uAuUa@AO4>=(0AI-eSo~%?ePg5{N zNc!mlOIJ)Duy|br_}8z$In&|mr6;Z4OOI!=kAb2cQp*Rwtgu?(IPMLCIZtHMig4Y` ze_Sv{J!BQ(sff8I#o(pT0o0XtZGfS7`iIDnDd80ZM0W3A_@Op*u$g44H7MhYp6LM5 zV`AYucYd|x7JY`VzD3=54d0^ktElcg`xYxgsYw0w`*8*V8^)|iXC|#GXKjF6M4v9i zE3(GvH@3<9q9-<8UR(`{8mzE_e@MWByH?v>6S{GRLG;&759|yV9*@w;SXL^D9FTB9 z(d&h`cAF6H^zm}J4Z7eF=a*ccgUfn|R&znHNuc*SRn6aFKB{6ltynBBR8w43AC!Unc4WImZA;oL4ealXs_!pGdHDv`l+!mf7(i^w1lrvkDwd?LqR05+bgt*&^2 zC_ER9lsY5E7RGG?u+_Lw6}xWB2cs|wlwL z-zR0!3WNLsWB;gkM)xSqU@FLfPtm2rnj;6<9s> z2nso2NpJ!q$ea2WY7rmfi(X~DHP~^|njX-Dw^Zu-dY2#JZ!8-Rs(N>|0dw!+@c&OGg8W`>nHi|P^SFo5WPH2wB% zqHJ6VS;ov*6I`UV>d-cFZbOTS@G%kHS*`0cg+~A8n4O~9>MN*}3q?xz6yH|_YaVw4 zWJ9TO=3{hKzc|z3ztz+C=(=8J(AbY=_M`w#0f zCCw+;3x?OYwn_>#+_B1)W&riU64L1om{eYGuRXC>!E zjTlBEW0D~TVi3qs_h!1mfjdUJ3kJQK`9-7H9A_^bnK5 z^IkI?VxndWZ%vo9E-Mvxf>S_fi$;ncrL5}|n))?RYK{s|jNyv@^W6+EZ5EN47dJJ- zweMr)dm11vMKVush}D*lX$?`Grg@I7tTY%w`(mm#ywreGQb|`~Q9BuCT3e>D)&RB3 zK$R?cX~%cEC?#BiMSBaVxl8NmkkSVUbwqrN<626@AI(B!J$LxQ351E5#iq^CJwjD_x z=yz1{Lp1}E6GjAL2i7SK?@2}}J-a~-oO=~Jn~P6>7XZ?ZLSJC7PU zI2feuz({l^;uA{*<%2zWn{KxuDoCi*R*}QIbbFM1Bzua4tG(D=&8!PFm#8*2y zpeRb5Ghm`SMkG~@xix7XAwlz>rMP1&+bV$!U8U)XBsq{eLHFlA)x)Q=s*n?H>21icjJx zEjQ)P%U_ff1pwF zaS{w)G#z%%9$2^LINyOfs>RWms8t0^uFi0I3V+D36fLQ{93UG1Bn$>xeD3&9k6CuON?q;*Y^ zn-klqkQPtzUUn0`hBRrGhm;tckR;IwXbEWPskSfqinP+{@hn24vE@rr)qp)UcN0n7^Rvd_rj+2>tEzNwukI|8 z)?_v~Tj)_jRgcP2J3o(htJA;hx7vAcKVG}_Gwj+x zK$4>U!-aM_vMFCy2cp#bRMGS_rZ;oPR04Xxwq;E3FHJ)A$F z5RUEhd6Wj*mY+-F%uo`i7wU&!8)r-zz==RPGX+Bbx$hDeffaF<(Br)Oe40gZ!uNNm z)p7ccNu#Pqf3+3E9lti(ql*i4>^gm0$$s<#BmS)}qu+UfJ(G6l-Sz1LQ&ia?&$S%-kVZ!d-PBt6Cb8v9k!GBZi0PSK+??hlt#rg#L3~c`O0>54rTlK2C=Sc$B#jXiSfjGH41CQF zo4527$hJA@gOLs*11xEB2SdD+La;>@(_mBKw6jCuA}ekNz#ysd{U^KUR~glFYMZ@q zMk+AWYRG}l`Sog9&jG5nbX!qgSA<}3j*5W4l-22|K*3;TkCI(+mljl=f{<@r?kd(K zZN}5>4YlD{#fE&cN#wJNFatkC_FhohSl{v*QQGMTY74by@u!BVWt)td9|Blc`<9U2 ziiwYm@Hf2lPg0dHSqnDE?fWFe&2?76-Gw!~M!&X;XkE(;9q0&L6W7of&M49Q^4mVO zbix^c@Or_Wayhw4)eTp6S-u5GzI6I3Hr>D~UVsg}P@Bxi9n@y#5BmfH_a3#63nms7 z<|j*qIc0&`?MjICz-`~{8qi_n1sm(B83G5bnoZx3G3j$AFouH9*GF;;?1uKGJQT=L zveR4ux~N_i&Azk@CXNFrM z8*Hbi*^_VnsKe&?ZTg7?P{;G2;9nUl6CWmRMxb;)X(7U5MdL~S)w z{{s*G`O>4A5c6o~0P`GRt z9&wGMG4p;#2s6WJpvOsATQ>dGZjZN3=usXITL3SkOGSXoK6v?_n`xVXeqIatxR$XU z8Cp*Ae6n%X_PR)6qRgw|##OJ0L{A3TJS8AGAIGGkpWKmqc@UORy(pgDidiqy3V;A&Tv-W^r5UivSF^M2$QD?dMCE| zu1a$`+2`rF=K!|3K>N{SU?-=iiQKGrb!1h zLNZ>sAzu6+O~qEigf+L3^-I$7cBt{mS_D@-`-0~lihLek6cn?0@CwgW)>L#PzD;Vn z%G^V+R9PEj8#_93695{BlM7~dRYwxbbPG3nq zI=1bU6sb#9P(uV{0!R0!z8R)v6ls0OrzIAtrVO!ji+(Dz&7{;oDPmG7WGpg<-}4Zn zMmAKB#}wUtEW-B|@Xf>Ymi;Zo@q&RS<2P~T?TL}6-PY|bmfy=~O13q(WA5DAnpSKH zwT+8)MzzV6{A*8VE%W<+X4}XwD3Sgzq67+4e!al$ z?Yk+7BWyH#ccfRY1aG_?Z<@Lv3ZULlu=}EqGD=4R%s$*;__+f!W5MZfnsc(vv_I|P z7g45&a>dEnN_PrZ1j-ZKljO(qRkBU7uil20Pl{BI$GukPQJzdZ%RS&x$M~>)b#I+` z_7zYiDRJEY?$nqH3oLt(*>IS^x?eswTFCE)rE?E%SwH#LfCUslD2MUH;q`dFy+QB zxc4lT?fEP#;=i#~fj&`hQ*~ksy^@6%d8>C)A8CeNjmn2GLDTy*%Q3l;*Mq9r(jqG) zVn>d$3Eb3HJysnFQ85)3qX(ixTj|=+dP8MyKWn{)C)Fu%fy|^}KbbPcQy0q2WK>Tu zCrY*Z-H0AVESDw4Op@3PD7Rv0F`_Kz2yI3b?PS}NB|Jr`6wad9!15Z~L9&lUk<;N? zkT&DQ(hM%p&>d?vZ={&|Ztv*V2qy`aJVy5`aCvX9>X63ki8T#aTbU*adAbYt^Shb+6t@~leP0gIif0dBFV-QL3~=mN9*_@5@#m?abk zSF7<5oj(=PtX3hq=E^L@H8AN0b(~fM!bvoe+&~;YJrt_cQ}!MK1U&su>Z6UhR^^~V@Td)p(!R}<%C#vUUm;Nz3P_?0iKHyLmuU0y&%gDie{c8%wf@hOm zk=yh>E34if;2xV{E)%H(i@Aca!MGS1l?`UG?v7VC1?Vu_tk*UWMY4E(ED%3ZIFzoJJK%HAP_@t0!(9Kn**^YLZZ14IqN=l z#Kg9Vg&5BYzqxqMy3dKhg-4DkShwUTtk&HLOwzvr@z(6?wp3FK+D6wW-_xI*c}^T( z&A!bGEVvM~Ggh0STkkDd!EGF95qYPpN8F`M<;IceUxw2j&jpqM+z%W!@j!5dbGsV^ zN>Dyv1z;1ua=!yb;G2OfJAOmw__4Ab!I$<0CG_oK;%d~IAk;8mQSkcAtNO9{Sd5Ve9eJ)T$?7@JhSAWoGN#@Jc9cZ{Gx6D5~dp zLtgr*`+U8IcN35Vg(Ns~>kg_abg;q&5aPz!vo4 z#=?(9d6*wXHjQNoENyL?l2fUf=C#P`EtXZ1^}$bAcf*X-o@~_QOqP(O!XG;D82LDU zF{`FrStbMX0B;TyVC2%h7HMuKTTYfA0eha!Knj6(v|RC^ol=%jPwkiZMBgY;B`B5e zYf*MV=UO4No{-k>^5#z#VCnY`Su#5InAD!*C7R#eG=DM|Guis@fXj4rgUG&51KJjf z8u(q#NP9$(&K$1EQ3RbNo9z0U;LXw2G~9itrPBQvQBq3RNP2zO4R78a(8pvjdZxSc1(`~ik$|82drfyyWGtns2wb^oV51v z=c>2@S14oowXy!%+J^rQ!tkb>%So=4(iyd1;4Qf$FY7sNk$%oe)P<<^3wor@imyty{t*?_tR z_iLHfjS8Tw9DTd0IOW&h}=nGM7z8)i^*886S7rH5v~ePnAj#(I~dm*J;0=&1`h96gghhU3w_ zoX0Y0J0Mxas_pJvh>1>tOL)~7?El>jBQ`%iD^i8zAsg zpq4zx)n1k#iIvU{ievq4LTn?e-CjbAC;Tt33|I-jsPJ-^#Z8H({FXRS7~+GbyWDV? z`8~&N=yU&<_Lz=EpGPwX5H0MUkXJ~vTM~@(GqY7WrME4Gku+6!!IO%&W+0!^JDINJ zMRfPR607&eL>Fs7#j6&urc&r%#;_qw)Se!C&7~NYGfb4OnCQ-X{5=~(G=l&a&=IVn zfKZ*NVvZL;Vo21Owv82`2jU^N6Pr9zj|T<5Q` zsQY+?j7S9owxzIEjgQc|ksd>_FJ;SiVOwT9)3X;I*D2 z4riv?1+*8K0u>j-&z9n&6sEqd%A(xW#+mO`^q^CuXqDa3Ae=)^a|p5yfqiXD5Q7s!z=v#@Bp(6A3hIn{y?R z1Oho)`bgkzDLe8v!<~+kZUhTX1%PqHDqWQByIf~jGKU8$AsDXHQJ+(1+>m`Wx`w1S zw;4MA_2E9^Vt@InXK5D+umBd^d16r_Gy|!qvjHCd zp|~II*{AX-yD7L^hV{0kEAIC~WyMZAsATKzYlKZqvBJ4k8N{JA(I zUVmDX?I?eQayLkaEfIrp*v2AG*COZUKqqjbv!8Q^?+f`;9ACtFn$`SVR_G%46s;4S z5B$Vbp8LVQghznJsbaOh5b9NXAggNC3)7LAaVLfqEZj70JUG~*M3g&ynJ{|DKDd@ecx?7JXCpwf35q;9sgV& zzIg7!z;=&b`y!t2`}mjcOh~M#>OU;LhO8vRnj(B0H&CY5=15ByFRs`>ItrRO5H_Bk z;R2iml)+_d#6(QMnA3`zGk#fBv&QI{Ko0-(emjX>5D_c6U^|n@P8dZDAP&E!)j!~* zYVsC{xH{8!OUEO6B155tcamr;iz*^q+Z4HdC>y!O!R~gl#&%@|b*8g|dmMytt9FIx zJdCh`sw@2X!n{QlcV{C^t(k7w%<*6I@+!@}C7M(k0gu}#n{SR4Y1xcDt72f~i#p-q z2xu~dE_JrEIabJ~3R@jpiw3c&h0l96*aLRvJJ&q7GUWzVbW^WqkK>%Z(zcoL=pF;3 zxPduoD6voFpK%UwH)2lAW%r+An4#X;S^tgp&L>gMVfV&fD}eTIN|~v6em$i0fC6X2 zMmXTx)~I*CgGZYg6z3uX)eZ<3m-Jo2=U3PCTKNIQ5Ot>60mtG&AtV&AFC(~Qq&mlg zUC10!v_klU{aYoS_LYon^+N`+5ZPq3t!jw_wgZV-&eqP(PB!i|E^ZWCJ$4&*l{KRu zCj2S{p~|DYEF>rBIrJFzxbX^uL17N6LDB!|3>3j%YK6fm)!*zPwY%~jFbh{XU~RIv zs&jWymqpnvrSvogKhEB|l6}^E^j0Yy*k@?br?AliJWl~MvA!kicJ9ywX>9@auJE33 z#SRCj1WwrfggSs6TGBUgj7isayt|~kc}*7qVQQ;9`zv?65cv}KRW{fL)NB+Gw(k>T zG=2_?D7T^brp8 zkUQG^B+*hyqDe4w5s#PDtC>yQ$LVr!+O4C`M?+I_t+j(6J0JJ^vc}4Q@CR=^xc?j3 z+iH?YVxf}gjxOONeN7b8<_!yznl6ahU@Z^rSwJ|U)%kF0gxs~Y-1RDr2^R;~(jxH3Kx$Etg(25C(>R_#ex*;Gr4`s};SsD@pG zV}#QQRK3_$Yf{@0=Gwa%*{H-IJRRn?+~pgP(;J))cE~QDiE=P>r{br9NfHD0+L3+3 zwm7DEst={J?h^};zDk=k;vTydPGN#a+~}%U=erGgT~%fEiZp4K2T2)6{wjfCsL+RT zSn?^;EiyKXl(-c)N|i{`3ysdksjK>ja-B}vAzMA;IBMbEWCi|=uHH1sVR-OH&+JU4v?$X@rt_wgF%og?;%UU1S_TD!#}#Z zabezUEEUR4idZ@0b=)Tok1Cd$ zBdhs&1}=@MmS-=7kAJKQdrmg1V!LZD8cK(E!XAB(F|Yxle}tmYBXQi(X6Qtt9CRZTZk<34^{(i2Vmb$|gV`$8Q#(Ds*wFH5hf zZ3`taLGqjJwF}gAW=NWL;2}6udMllUKqy*OgPwp*N_omt-Wq@Qk8%eKK3PM(7vbx| zM@h<`1$=H_0RH6vn!B)2lYP-?H7tIemL%n%ypzo)19c?LQH8d7-uMkiYBJ%A6*r<} zW>_kRfJhY%tK9??+xJ}7nmF>LOkW3BPEDfn2MQV&$w@V|7YI(O?F=!~Ztp3Dy}sKv zdnOw$%Xd@}4ULev+y*cnH>jt$c-fv+`Bx%{*58TZOwW72UD zZ+X9*X;W07W*f+Bld&diVP=(p_iKA>J_5vQaCAAM&;hJjA6#CGYSZ^}8Q~y13HjQq z^4+(WTC;;qK9{F^ci{M^9JJSk^5dUE#CeZYlPeY7aB*Oi-hPmVk4ohd1l_^$ASakf z+N^32^gw-h{`=q)02k3DxZq=kCY-mwn_ARh!1m8cx_MvZHmA~PssO*z%d+q%Eb9C3 zez_O~@GqaxW!oNdw6NWTL09U-EN7bQ zJnT@vBD&qco0Wejmo$FVD1aS29dTv2)h+>#ke8Hz{w&?`?Q8 zzLdG^6!w5A+U35U-BEH8&)%St#o5nvBlq=P;{wK*LcdZ=()F!k3~2BYB16Uu*O$)3 ztYMXq8{pCz=@?o7Py64;^4HPfm3S6|La!X1Ng>`|Ykq7%f-`0jC=MhXf@6ZH5*CgZg6 z^Wj@>$XxZp;-&Q4=;5)Tpd;0D#ThR)u-l?NP4lt2I!vHe-2^xr(_(y8s z{#jR2$+cB^M}KTez{2l8eB+6^*jV;wh&e;^!z$ZsAaY$``bCx9!yN(Emwe6Jpmve3 zGFF5nQ$5TLDb1D_W}!I;@8fzokCd+LPnIvmQc2(z8g9o<$`L~`i&BB2fMGs8Sy0k? zz=s|7kx6J~B2lGAMGt${NLsHzx=dK_fZ}q~$uW-NFLKCqN3mwZk8l)wz8<36Gom|8 z4Sx!T;;H-!bv+88<)~0$MOjI4kdGwH)Od;(!l5ztL<2$ZB`}Oc275{$pC&v)ev}9Z zQdv*a^)1;zn*T{rl&q<3E#5oP&OWzQq4cIT43CH1}%z^thQX-xzS*0Vf!+U z%YF3D-{9@jQTrEHnMZ@cGQeX&kb)fpc84SBXD%~ zuH7vpi+IW9KLMvuOhO2u^Dw{A(Nol@VkCpxJnWyN`{L|yE|H%|qzF>lp98Qp1X5i?!!vIKDs*M?Tn z)E=C9gR!1Pbs*oo3o1koRQPou1$|~Lz$dKA32Fv?%8%`XMRyl;-{mmxxiCS&>q=4p zBqwL9U*46tKA5x(*2!>bhyJ0SGFaG9jwTR5o*@?TCG64y)kF{jv>DOUmB}N~b3uOe(A2adUj_u{q z>kh_zropJ`rv%yqPwqx($odyNBRoKy^JMVsebjjnL*P4veXRRzEdk!uN)A(=2V?3G zq__r0DZko!-#nb+x8C|!^$6#~w6oz*&IMS;cVG$Gn*5x>z)%^Jzu|8c46C|gFD9F; zqO_auWm8#OyPRoKanQ;Gd)dp+{H;T#o+HD69vn^Dv|55lWQ^(wG8yE&2NVC(-ipe8 z0=0vE(Hgt;wqlbYV?Ez%vodtwS=Rft|E@(x4I7bNHBT2es?)I|*-!zXpNq@(+7GhqVo{P9TH)|pX**#h;6(xR$sRj>npe!r z#snD_dUHbR(QUAhbuU8OPN2<0+0MOkx~A_0wjlMZ6|Y3UH$k(8VD*AWpKfJ`i=toN zC`1`!#>Xa8 zQ6;K%E#qyp`K#ym19G&LCR%toP~I^TSVswN8w~EyUlP= z%hR%l0ygo4&Cxs78$R4BeIje3E;oEBF!x)s$x`re%H{pm;S{Z2`szChFx-|b znm)J0cGJLUsU0e>6(z9m&>+(G!sL_a~^k2Grx3sqe;nLsY2wbWO({2GZG~Qt=>}9JkomvPt19iU};DWJ!K9; zgP%RU1#MyCc{Bmr>nr)%59Q4bv8n+r0RX~7T>W6K(8Feb-dXVlA3(Ha^)O~*go)$3hK3at7f2O)L&@8AHF1FV*b0eWysqlTR7%#P)-dQG}Ase{8638c19R2ze z<(V2-yFZjqCxozx#beA|(2npo+MV6VfcB#GRWwr4y| zRR&{7Dih+>I$EEYxaLb%tSA86V&l$*ZT7_tlhb0AQ}1QZjSqX_6zdTI=T%lgSw>j0 zX#YC(RG9(!^WwdeQDjdF3dky|tN>L96#SNO0;xr}-Lc0BC_&Z}k$C}JRDgxfFM3YDKv~7-?fEkB94g!`3nn2n zEGyF2!7fm;SBI@>IAQs+<+M_gSCBo#ny7%rk8Jp|jZHIkI-cI|Teho&OwadohZVe# z4vs8bN$$VYI6R^S?uD#J_H?eEOA>%vvo~ecd!5VnK|C+LcVBSQuWURhUG%#m`vvU# z4YhdTq!kW4xLF=rD>mEMKZ<9=Yd*Vx0H%BerA#fd@0H^zF26b!cDTv*K4^{(1y0S| znE>b~9mTN(*+UZS;X0}K?g^*VPm8n+NnY;aL!@}|t5mn;MyskK)n``HdA9s`eT~QP zKlpcGB5jKv?K9|q@DFU%`5hCLw^|h+Q77Wc-py+**QDZb)Ibxek|GN~F_$~~k-Z94 zToSx8U|?PjvJWtc_%IDpu-ve;8v%HE+YpGbUrbC&aTq8f8|L~IFVT4zvlQgf(APtS-D z7m;A-h>CA7VgajA;NYU6Gv687ukPqwy+3AebR4(vAD%H0$Em9>p9LdSC6cOlYg{hB zr^9o9p)^@aRSua2OpOh^+ZAv(^~6fQN{PQr>yI`57gzLfTh=n&K_FN8b(M%f?B7y( zcST4c&_9xpN*nofyuRs%q4I_EaFf_pz?E%J`)A-;C0dSE(a_xiy!$`4x{yN;p*E4> z^68rM@+Kko>`W^oYH5L&X_E`2%Fc;T6@j{K9WZ(YIU{_*)Yz-#_maZb#%HKHx70pv zj%=WTD*LB75tY-dx2o23;V#{a?^)@`BEvhOH9-KknqP{^=`(Zc$S3oo-Tz(i=C6B? zedp~XZrEZX*{XcB%->i(Su4oC)7H@MjdiThYYkYxNn)la`tE;cGu&MiW-N17=#HUz zuMMJ5;w4~=m5jdh2gQTw5D^t97cR8t9ei+==sLUEu`&*QISvUO5cjY9bCg#cQxSYR zEAV|;yoCC^ZBp**POKIw&ujH4xGE2K`T%DjQUxyQF6jEnCwgY_8p6w?M;PP%X!0_N zapE}(cn)C^*G7!$XF`^bK&5x`&gPkz*Pq1CNpWGz?jIV5utZ|astyTN{F;$t8?#8bX^SYB<%p{fpfe zTx#_hMO60b^p>nY4yv&%Y}$5>Wf(14!*E)`_L@&-Nr&#L(M$#s^K4K+|}+mSYdQDmZGy zIRS-dgGhOb3MV9%moge@Y^s-rjJMrYA|vsB;J(8ofph8cQp9wHtv@`MFjMS`6$n-K z3h??3ppXYLvotYgNoMn;#J~RDAEF+3J#L6DHA@q^P<+ps_F^--L{h?KTYL3>dhdwB zwz8cmWZLm#2I6_t#O^J5SH^|a6zdaWUUPUZR(j$oMb-^mu+5VAH!d3qGn?ogINo$hsggE?!dz>;9@o9rIMQ*S#g_Sq4SjILRkTfHn+5@c!3cz4HNap(s^%V9FG(!)&KA_>V z5dR3uf*@;QnKcWIKX~nWmzMyO$JrBRmfZ|;@egUaY5QP-{any9IcP(0cn{l=^@|0z zG&Cn7ctf@i=H1U3@7vPHLoB?(-VJ6S+XwS*M-_H_M}G~$kuqtMf_~DsrS9vqZ)i8j zdEH7M>)+09PKPwQqI;WSFds9XyXAVltLm`8MO(ELa_KpYH$dNlZj zNL~iNkdmspyj`la>VO?6S`ApfN6PrKce$(@B&{|>yJPp9rNuyh1~)Kn^d-M@lvX!8=tFb_5{!dJJWH~sCi!)I z%EoOi$FmHIBRMtXj9~jga&<;^DF#T?+ha+Hfa1K zm4OSbu#wR6Wn7%&rM3>ZNSkFe$K(UvZv$AdJeR3}vtRg+BMn|GoJ0%JqAQ9 zTHh^Vg*d^Y>=BmrsS1p&%PkzdmV2-4*ky#dQTy*pOwx!Rn9cYys?O0yjHYwg(!%~m z_DuMsS@o--n*`J?!MUuNVHPDOql1~c%TOS~2n>8m34{)keSrM5G?h0mliT@MqpsN$@3%-5YNCGgNM_cq;}u>T?q}0Q%I7b zW7g_y3ltpjm&*13M>w9WB~+YLqzn~R9YAQvy@7o^_A(ac0|9Rk}X{ldytX83}0Wx_Vh`h&9v3NI`}%crIb^L$YPuDHR4JeO&S7RQQZxDh{7F8Oa0U8TRA7BIsuU*YD`?oG2kD zy*6z%AL?>q;^ZK`e~ivx(nNs4F-@nK`@C4u_xmyHNHdybbh$jzpy?hGgs86MiIix< ztXqVKu1=nXen*Y9Fot75ub`P47YMN97tQ*ZsoLw`JgUG>ErS^6=hv5Kbmj5Fd*}~-jAiAddpA772=b}O=$Hq{v zgv;WFh*-T_uSs2B?{e(Q39H!*Grx`MmRLTQPsV=N?far^LTvmo7Cl>f0B9DZBloGG zqdmZn9RcC`Oqm_+<8TY>144>~+a6y#Tk70syx_&VkmGwI7yVIc8v$IH>VR<3nrL@q z0=6!pj*DXqi&)GKaQxycP4IrD)nfQ+f`!V>##-8qX}CqYQj?lV8S`1DV}N&A?M3~v zaZ$Gau*Mr$DgpMMxtT$E)ddp=u9oZ)AQdNi9Jy?f;X%5`fl<7W?a!)TBg)5W*g{W> zsAKaXBWl?_YHPbj!1*pGwKoGcIW@9g<$YYm*i^1=c2xOFE#)UzaZ+|UTa_qfyNDME z>e=~ z8+{bDDr!d$P~s_NvT9pPSegD5;2rE#eMzt*9Sm!84LWdRf5jMchqy{ zKGUj3t3QyC%xc-_c%iR(wVu+aC*WDXjL^JWgcOIq0vtRfJ zK6!+0cPndvk%a>&S74ot;QG7mls-AYa3kxmTHKAt?P*0Qbl+F!WSggJqU7+*xc1hk z{2{BGUq5_f)e=~l+ivNz9${jVLxIU}>$L8#1->|Ux?D>qJk%`ArFz7IWCH9i&sgQu{|T~qs`tX!iA*ZI<$BCa`hGuS~)@wJ#IUt5iiXHkM77;;V@RP+=cSD=C*o8ipV_PVeV>IC`R8mM#skLjv#Tn2UqalZH{&}2IE7>cc$ zikccLF26zcK!^Xw^@E#Cw~u5*_QLhC_;_A(65aVKOSEMkE@nzjvmRO6J=@a!Ovekm zdHGD~C{OYjWm_~2(DyjI?Q(%=8-`z-RoWlPj?`-JgeEkoLL^Uk7+)xteJz8t;a9dW^7|O%vwZ`r)<`_7UL|@wlie$ zi(80JD9&#i`e6{|AhL}9sOM1tbh}X5YFAcb;_|v%AUdoJQN{KdDR4`T(LRz#M6j4v;N+9=Xsq?@{F1`QawSd0sFI=6v|( z=)dHLDB`^R(#!5hyPAC~kPIp`olHoB#v^pceP zC?|9uG#`bhzqC{OppNIay9OL`ET--c$oWp^J2s5>SdKwLuH`PuMNXK_%RbJ%KYObQ&wDJW~6=uOe$Gx2&=7J(;)5) z9ODb((+ko#PsDkA|A99nMQ>UM z*3dagugYCx4DKHlETgO<8;KNS^s*boUdpH&=`|6?9q*5`sB!ZsZjxU3J&vI_zoVps zdee#nXTe6k_# z$)16x_Q?#Ck$`ue^+oiU+0dj&EiA+OR3ZL>o1ifd1!2*OHFF!L27aNl*O0HqB|@4U zzk7X|yrB$09?I$?8*43AIg761g2SR_ffE_?ngh zCA(|9T+daquWusVz)#Z8mIgfFfJjVark!pYZid?6=yt$x4W=%IiHu(6vU6$K< z3LCq5X)I)1psF2`0Hs|jMF0DBmN%g6{C8~qb+xDeYRWB2%Ku(}%(ltx^m;q~@ixoq`6ovUh_DR{T^^4%UAFIsT#|^&>-DzuVtxOK#?M-)8W^L*hT$sl> zQ4fdGiC;KJr<-TxZ_4Cq@_wuGE&|W4!nyS%WT~$4uoO=%n@-a+y-L?Cg3lNcI|ii5 zk2b`OqEN?54um$Dk6(AQOH+%%L*#~80rE`A{rEmhD_bGH#He`5U|nueTg|hNL_0p< z&>+ovCUS)39iMEs`TnvL1o%T%{Bpd)pCQ}8-maH^lA-cJsbvI1B3Q6upy;h;8>F=o z{6IDM0A#ZYhH24+ejijpdC+)X@~z8VwdR@*`*--j6Cz0-WaGbHf5K=*W^eC(DKo<8 z5*l&#w=@-15l;Tl3?$Ow>wdq5LS9zo1y?N?iM_>4A#;s<@fp^?7`Wb0ani%?!L%NU z=UdC0SN*ez))5Myi!|DMk@R6JdXluFggGQT)2%3ittV5!dAV!A{)0c>lIFJDP&2Nk zYDHGqT#Vb_c&>y@-TvUaLU#%apbj{zKlgc??WfdEIK)rh5 z?0-mW%KID0AZ%{ojFAXPL<@G+cU)p=AhLh9i6YiL9Ne}n2Y|2WDACg{JGtGec%Z4qj{2Xz=|eg*rDK5DC#~fs>+U+tNS^Y?vnkRs^&6 zxzIQ~UT~$82W&W^t_V7vA;pB*sZ!cY)MskBXr7(_(35!%s5Qz*&p4S>v))W!xMt!UZ@5N*964z zjTf-i<(){N0c$7ZqmaSi^Z1r0r=Zpp{VLHvthj7r!71t!cetBEc_5MCPrnC#ZmNregdbPN*{n&nL&VB68mFSMo5aA+ms+MUhzFlHWjvG80g_UCm1&b+ zmLExh>ewDGerAXbxV#FFpGnmELCXt`7U}nCvB_t-z4%PU3sG@v+*^iGQRo4&obZRt zrV#h2nSH#@wi#TpE)9b@o=2W>%Bc=OyAQqz2dg(s9XQ6MdwbmtzS7WX-(PAXnRTpZ zn1*Cj%)8m3A(-#&_OP&$WE@Mg?rgm1@kI4?Og=fl#m2^%6ccWGv}ZuaJf`R5Rf26qM+uW7zQOkeAB3f^Z`vrF@{w7ESmOHtN`J)|Vn z+|n7!o+|=|V-ek!BTkY)lKDxkcYxDhMe9#SxTPQQwQwD-Pm)-_h%C0xnEzNQbpzPY zY(zYp(KI}!MGpr_ige{^UK3jTZ_B9 zySo>6inJ6jv{0Pl`cFG^=g!Q#cfR-j-%Gxe_Uz@9gC4?K#kb@(}cn^A1C+ zB*-O=xt1|`npKXsK75MIGa`G}PN9`_f2m@FGssDngriA>mj~UT8EBo> ztBzT*sNqWeL{NHyDIuVg)iHℜ56IvFF&BJh6u=GUly}xg4fm@n_FuQ%?D6PVLzA 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 - - - Microsoft.AspNet.WebApi.Core - 4.0.30506.0 - Microsoft ASP.NET Web API Core Libraries - Microsoft - Microsoft - http://www.microsoft.com/web/webpi/eula/mvc_4_eula_enu.htm - http://www.asp.net/web-api - true - This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package. - en-US - Microsoft AspNet WebApi AspNetWebApi - - - - - \ No newline at end of file diff --git a/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/content/web.config.transform b/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/content/web.config.transform deleted file mode 100644 index ca147ac..0000000 --- a/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/content/web.config.transform +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.dll b/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.dll deleted file mode 100644 index 206c331767b005ff17c4f145e99b66daaa7eeadb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 323168 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 ?nkinpymSz~!KYi1=weJ|B20tB*zXC0 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%0DK>{yAHu%o1wVZrL)L=PZKy3S0W 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ⅆ>y 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 diff --git a/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.xml b/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.xml deleted file mode 100644 index 5cdc0a7..0000000 --- a/packages/Microsoft.AspNet.WebApi.Core.4.0.30506.0/lib/net40/System.Web.Http.xml +++ /dev/null @@ -1,4679 +0,0 @@ - - - - System.Web.Http - - - - Creates an that represents an exception. - The request must be associated with an instance.An whose content is a serialized representation of an instance. - The HTTP request. - The status code of the response. - The exception. - - - Creates an that represents an error message. - The request must be associated with an instance.An whose content is a serialized representation of an instance. - The HTTP request. - The status code of the response. - The error message. - - - Creates an that represents an exception with an error message. - The request must be associated with an instance.An whose content is a serialized representation of an instance. - The HTTP request. - The status code of the response. - The error message. - The exception. - - - Creates an that represents an error. - The request must be associated with an instance.An whose content is a serialized representation of an instance. - The HTTP request. - The status code of the response. - The HTTP error. - - - Creates an that represents an error in the model state. - The request must be associated with an instance.An whose content is a serialized representation of an instance. - The HTTP request. - The status code of the response. - The model state. - - - Creates an wired up to the associated . - An initialized wired up to the associated . - The HTTP request message which led to this response message. - The HTTP response status code. - The content of the HTTP response message. - The type of the HTTP response message. - - - Creates an wired up to the associated . - An initialized wired up to the associated . - The HTTP request message which led to this response message. - The HTTP response status code. - The content of the HTTP response message. - The media type formatter. - The type of the HTTP response message. - - - Creates an wired up to the associated . - An initialized wired up to the associated . - The HTTP request message which led to this response message. - The HTTP response status code. - The content of the HTTP response message. - The media type formatter. - The media type header value. - The type of the HTTP response message. - - - Creates an wired up to the associated . - An initialized wired up to the associated . - The HTTP request message which led to this response message. - The HTTP response status code. - The content of the HTTP response message. - The media type formatter. - The media type. - The type of the HTTP response message. - - - Creates an wired up to the associated . - An initialized wired up to the associated . - The HTTP request message which led to this response message. - The HTTP response status code. - The content of the HTTP response message. - The media type header value. - The type of the HTTP response message. - - - Creates an wired up to the associated . - An initialized wired up to the associated . - The HTTP request message which led to this response message. - The HTTP response status code. - The content of the HTTP response message. - The media type. - The type of the HTTP response message. - - - Creates an wired up to the associated . - An initialized wired up to the associated . - The HTTP request message which led to this response message. - The HTTP response status code. - The content of the HTTP response message. - The HTTP configuration which contains the dependency resolver used to resolve services. - The type of the HTTP response message. - - - Disposes of all tracked resources associated with the which were added via the method. - The HTTP request. - - - Gets the current X.509 certificate from the given HTTP request. - The current , or null if a certificate is not available. - The HTTP request. - - - Retrieves the for the given request. - The for the given request. - The HTTP request. - - - Retrieves the which has been assigned as the correlation ID associated with the given . The value will be created and set the first time this method is called. - The object that represents the correlation ID associated with the request. - The HTTP request. - - - Retrieves the for the given request or null if not available. - The for the given request or null if not available. - The HTTP request. - - - Gets the parsed query string as a collection of key-value pairs. - The query string as a collection of key-value pairs. - The HTTP request. - - - Retrieves the for the given request or null if not available. - The for the given request or null if not available. - The HTTP request. - - - Retrieves the for the given request or null if not available. - The for the given request or null if not available. - The HTTP request. - - - Gets a instance for an HTTP request. - A instance that is initialized for the specified HTTP request. - The HTTP request. - - - Adds the given to a list of resources that will be disposed by a host once the is disposed. - The HTTP request controlling the lifecycle of . - The resource to dispose when is being disposed. - - - Represents the message extensions for the HTTP response from an ASP.NET operation. - - - Attempts to retrieve the value of the content for the . - The result of the retrieval of value of the content. - The response of the operation. - The value of the content. - The type of the value to retrieve. - - - Represents extensions for adding items to a . - - - Updates the given formatter's set of elements so that it associates the mediaType with s ending with the given uriPathExtension. - The to receive the new item. - The string of the path extension. - The to associate with s ending with uriPathExtension. - - - Updates the given formatter's set of elements so that it associates the mediaType with s ending with the given uriPathExtension. - The to receive the new item. - The string of the path extension. - The string media type to associate with s ending with uriPathExtension. - - - Provides s from path extensions appearing in a . - - - Initializes a new instance of the class. - The extension corresponding to mediaType. This value should not include a dot or wildcards. - The that will be returned if uriPathExtension is matched. - - - Initializes a new instance of the class. - The extension corresponding to mediaType. This value should not include a dot or wildcards. - The media type that will be returned if uriPathExtension is matched. - - - Returns a value indicating whether this instance can provide a for the of request. - If this instance can match a file extension in request it returns 1.0 otherwise 0.0. - The to check. - - - Gets the path extension. - The path extension. - - - The path extension key. - - - Represents an attribute that specifies which HTTP methods an action method will respond to. - - - Initializes a new instance of the class by using a list of HTTP methods that the action method will respond to. - The HTTP methods that the action method will respond to. - - - Gets or sets the list of HTTP methods that the action method will respond to. - Gets or sets the list of HTTP methods that the action method will respond to. - - - Represents an attribute that is used for the name of an action. - - - Initializes a new instance of the class. - The name of the action. - - - Gets or sets the name of the action. - The name of the action. - - - Specifies that actions and controllers are skipped by during authorization. - - - Initializes a new instance of the class. - - - Defines properties and methods for API controller. - - - Initializes a new instance of the class. - - - Gets or sets the of the current . - The of the current . - - - Gets the of the current . - The of the current . - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Executes asynchronously a single HTTP operation. - The newly started task. - The controller context for a single HTTP operation. - The cancellation token assigned for the HTTP operation. - - - Initializes the instance with the specified . - The object that is used for the initialization. - - - Gets the model state after the model binding process. - The model state after the model binding process. - - - Gets or sets the of the current . - The of the current . - - - Returns an instance of a , which is used to generate URLs to other APIs. - A object which is used to generate URLs to other APIs. - - - Returns the current principal associated with this request. - The current principal associated with this request. - - - Specifies the authorization filter that verifies the request's . - - - Initializes a new instance of the class. - - - Processes requests that fail authorization. - The context. - - - Indicates whether the specified control is authorized. - true if the control is authorized; otherwise, false. - The context. - - - Calls when an action is being authorized. - The context. - The context parameter is null. - - - Gets or sets the authorized roles. - The roles string. - - - Gets a unique identifier for this attribute. - A unique identifier for this attribute. - - - Gets or sets the authorized users. - The users string. - - - An attribute that specifies that an action parameter comes only from the entity body of the incoming . - - - Initializes a new instance of the class. - - - Gets a parameter binding. - The parameter binding. - The parameter description. - - - An attribute that specifies that an action parameter comes from the URI of the incoming . - - - Initializes a new instance of the class. - - - Gets the value provider factories for the model binder. - A collection of objects. - The configuration. - - - Represents attributes that specifies that HTTP binding should exclude a property. - - - Initializes a new instance of the class. - - - Represents the required attribute for http binding. - - - Initializes a new instance of the class. - - - Configuration of instances. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with an HTTP route collection. - The HTTP route collection to associate with this instance. - - - Gets or sets the dependency resolver associated with thisinstance. - The dependency resolver. - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Gets the list of filters that apply to all requests served using this instance. - The list of filters. - - - Gets the media-type formatters for this instance. - A collection of objects. - - - Gets or sets a value indicating whether error details should be included in error messages. - The value that indicates that error detail policy. - - - Gets or sets the action that will perform final initialization of the instance before it is used to process requests. - The action that will perform final initialization of the instance. - - - Gets an ordered list of instances to be invoked as an travels up the stack and an travels down in stack in return. - The message handler collection. - - - The collection of rules for how parameters should be bound. - A collection of functions that can produce a parameter binding for a given parameter. - - - Gets the properties associated with this instance. - The that contains the properties. - - - Gets the associated with this instance. - The . - - - Gets the container of default services associated with this instance. - The that contains the default services for this instance. - - - Gets the root virtual path. - The root virtual path. - - - Contains extension methods for the class. - - - Register that the given parameter type on an Action is to be bound using the model binder. - configuration to be updated. - parameter type that binder is applied to - a model binder - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Gets a collection of HTTP methods. - A collection of HTTP methods. - - - Defines a serializable container for arbitrary error information. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class for exception. - The exception to use for error information. - true to include the exception information in the error; false otherwise - - - Initializes a new instance of the class containing error message message. - The error message to associate with this instance. - - - Initializes a new instance of the class for modelState. - The invalid model state to use for error information. - true to include exception messages in the error; false otherwise - - - The error message associated with this instance. - - - This method is reserved and should not be used. - Always returns null. - - - Generates an instance from its XML representation. - The stream from which the object is deserialized. - - - Converts an instance into its XML representation. - The stream to which the object is serialized. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Gets the collection of HTTP methods. - A collection of HTTP methods. - - - Represents an HTTP head attribute. - - - Initializes a new instance of the class. - - - Gets the collection of HTTP methods. - A collection of HTTP methods. - - - Represents an attribute that is used to restrict an HTTP method so that the method handles only HTTP OPTIONS requests. - - - Initializes a new instance of the class. - - - Gets the collection of methods supported by HTTP OPTIONS requests. - The collection of methods supported by HTTP OPTIONS requests. - - - Represents a HTTP patch attribute. - - - Initializes a new instance of the class. - - - Gets a collection of HTTP methods. - A collection of HTTP methods. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Gets a collection of HTTP methods. - A collection of HTTP methods. - - - Represents an attribute that is used to restrict an HTTP method so that the method handles only HTTP PUT requests. - - - Initializes a new instance of the class. - - - Gets the read-only collection of HTTP PUT methods. - The read-only collection of HTTP PUT methods. - - - An exception that allows for a given to be returned to the client. - - - Initializes a new instance of the class. - The HTTP response to return to the client. - - - Initializes a new instance of the class. - The status code of the response. - - - Gets the HTTP response to return to the client. - The that represents the HTTP response. - - - A collection of instances. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The virtual path root. - - - Adds an instance to the collection. - The name of the route. - The instance to add to the collection. - - - Removes all items from the collection. - - - Determines whether the collection contains a specific . - true if the is found in the collection; otherwise, false. - The object to locate in the collection. - - - Determines whether the collection contains an element with the specified key. - true if the collection contains an element with the key; otherwise, false. - The key to locate in the collection. - - - Copies the instances of the collection to an array, starting at a particular array index. - The array that is the destination of the elements copied from the collection. - The zero-based index in at which copying begins. - - - Copies the route names and instances of the collection to an array, starting at a particular array index. - The array that is the destination of the elements copied from the collection. - The zero-based index in at which copying begins. - - - Gets the number of items in the collection. - The number of items in the collection. - - - Creates an instance. - The new instance. - The route template. - An object that contains the default route parameters. - An object that contains the route constraints. - The route data tokens. - - - Creates an instance. - The new instance. - The route template. - An object that contains the default route parameters. - An object that contains the route constraints. - The route data tokens. - The message handler for the route. - - - Creates an instance. - The new instance. - The route template. - An object that contains the default route parameters. - An object that contains the route constraints. - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Returns an enumerator that iterates through the collection. - An that can be used to iterate through the collection. - - - Gets the route data for a specified HTTP request. - An instance that represents the route data. - The HTTP request. - - - Gets a virtual path. - An instance that represents the virtual path. - The HTTP request. - The route name. - The route values. - - - Inserts an instance into the collection. - The zero-based index at which should be inserted. - The route name. - The to insert. The value cannot be null. - - - Gets a value indicating whether the collection is read-only. - true if the collection is read-only; otherwise, false. - - - Gets or sets the element at the specified index. - The at the specified index. - The zero-based index of the element to get or set. - - - Gets or sets the element with the specified route name. - The at the specified index. - The route name. - - - Called internally to get the enumerator for the collection. - An that can be used to iterate through the collection. - - - Removes an instance from the collection. - true if the element is successfully removed; otherwise, false. This method also returns false if was not found in the collection. - The name of the route to remove. - - - Adds an item to the collection. - The object to add to the collection. - - - Removes the first occurrence of a specific object from the collection. - true if was successfully removed from the collection; otherwise, false. This method also returns false if is not found in the original collection. - The object to remove from the collection. - - - Returns an enumerator that iterates through the collection. - An object that can be used to iterate through the collection. - - - Gets the with the specified route name. - true if the collection contains an element with the specified name; otherwise, false. - The route name. - When this method returns, contains the instance, if the route name is found; otherwise, null. This parameter is passed uninitialized. - - - Gets the virtual path root. - The virtual path root. - - - Extension methods for - - - Maps the specified route template. - A reference to the mapped route. - A collection of routes for the application. - The name of the route to map. - The route template for the route. - - - Maps the specified route template and sets default route values. - A reference to the mapped route. - A collection of routes for the application. - The name of the route to map. - The route template for the route. - An object that contains default route values. - - - Maps the specified route template and sets default route values and constraints. - A reference to the mapped route. - A collection of routes for the application. - The name of the route to map. - The route template for the route. - An object that contains default route values. - A set of expressions that constrain the values for routeTemplate. - - - Maps the specified route template and sets default route values, constraints, and end-point message handler. - A reference to the mapped route. - A collection of routes for the application. - The name of the route to map. - The route template for the route. - An object that contains default route values. - A set of expressions that constrain the values for routeTemplate. - The handler to which the request will be dispatched. - - - Defines an implementation of an which dispatches an incoming and creates an as a result. - - - Initializes a new instance of the class, using the default configuration and dispatcher. - - - Initializes a new instance of the class with a specified dispatcher. - The HTTP dispatcher that will handle incoming requests. - - - Initializes a new instance of the class with a specified configuration. - The used to configure this instance. - - - Initializes a new instance of the class with a specified configuration and dispatcher. - The used to configure this instance. - The HTTP dispatcher that will handle incoming requests. - - - Gets the used to configure this instance. - The used to configure this instance. - - - Gets the HTTP dispatcher that handles incoming requests. - The HTTP dispatcher that handles incoming requests. - - - Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Prepares the server for operation. - - - Dispatches an incoming . - A task representing the asynchronous operation. - The request to dispatch. - The token to monitor for cancellation requests. - - - Specifies whether error details, such as exception messages and stack traces, should be included in error messages. - - - Use the default behavior for the host environment. For ASP.NET hosting, use the value from the customErrors element in the Web.config file. For self-hosting, use the value . - - - Only include error details when responding to a local request. - - - Always include error details. - - - Never include error details. - - - Represents an attribute that is used to indicate that a controller method is not an action method. - - - Initializes a new instance of the class. - - - Attribute on a parameter or type that produces a . If the attribute is on a type-declaration, then it's as if that attribute is present on all action parameters of that type. - - - Initializes a new instance of the class. - - - Gets the parameter binding. - The parameter binding. - The parameter description. - - - Enables a controller action to support OData query parameters. - - - Initializes a new instance of the class. - - - Applies the result limit to the query results. - The query results after the result limit is applied. - The context for the action. - The original query results. - - - Called by the Web API framework after the action method executes. - The filter context. - - - Called by the Web API framework before the action method executes. - The filter context. - - - The maximum number of results that should be returned from this query regardless of query-specified limits. - The maximum number of results that should be returned. A value of zero indicates no limit. - - - The to use. Derived classes can use this to have a per-attribute query builder instead of the one on - - - The class can be used to indicate properties about a route parameter (the literals and placeholders located within segments of a ). It can for example be used to indicate that a route parameter is optional. - - - An optional parameter. - - - Returns a that represents this instance. - A that represents this instance. - - - Provides type-safe accessors for services obtained from a object. - - - Gets the service. - Returns an instance. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the service. - Returns an instance. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the collection. - Returns a collection of objects. - The services container. - - - Gets the service. - Returns an instance. - The services container. - - - Gets the service. - Returns an instance, or null if no instance was registered. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the service. - Returns an instance. - The services container. - - - Gets the collection. - Returns a collection of objects. - The services container. - - - Gets the service. - Returns an instance. - The services container. - - - Gets the collection. - Returns a collection ofobjects. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the service. - Returns aninstance. - The services container. - - - Gets the collection. - Returns a colleciton ofobjects. - The services container. - - - Invokes the action methods of a controller. - - - Initializes a new instance of the class. - - - Asynchronously invokes the specified action by using the specified controller context. - The invoked action. - The controller context. - The cancellation token. - - - Represents a reflection based action selector. - - - Initializes a new instance of the class. - - - Gets the action mappings for the . - The action mappings. - The information that describes a controller. - - - Selects an action for the . - The selected action. - The controller context. - - - Represents a container for services that can be specific to a controller. This shadows the services from its parent . A controller can either set a service here, or fall through to the more global set of services. - - - Initializes a new instance of the class. - The parent services container. - - - Removes a single-instance service from the default services. - The type of service. - - - Gets a service of the specified type. - The first instance of the service, or null if the service is not found. - The type of service. - - - Gets the list of service objects for a given service type, and validates the service type. - The list of service objects of the specified type. - The service type. - - - Gets the list of service objects for a given service type. - The list of service objects of the specified type, or an empty list if the service is not found. - The type of service. - - - Queries whether a service type is single-instance. - true if the service type has at most one instance, or false if the service type supports multiple instances. - The service type. - - - Replaces a single-instance service object. - The service type. - The service object that replaces the previous instance. - - - Describes *how* the binding will happen and does not actually bind. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The back pointer to the action this binding is for. - The synchronous bindings for each parameter. - - - Gets or sets the back pointer to the action this binding is for. - The back pointer to the action this binding is for. - - - Executes asynchronously the binding for the given request context. - Task that is signaled when the binding is complete. - The action context for the binding. This contains the parameter dictionary that will get populated. - The cancellation token for cancelling the binding operation. Or a binder can also bind a parameter to this. - - - Gets or sets the synchronous bindings for each parameter. - The synchronous bindings for each parameter. - - - Contains information for the executing action. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The controller context. - The action descriptor. - - - Gets a list of action arguments. - A list of action arguments. - - - Gets or sets the action descriptor for the action context. - The action descriptor. - - - Gets or sets the controller context. - The controller context. - - - Gets the model state dictionary for the context. - The model state dictionary. - - - Gets the request message for the action context. - The request message for the action context. - - - Gets or sets the response message for the action context. - The response message for the action context. - - - Contains extension methods for . - - - Binds the model to a value by using the specified controller context and binding context. - true if the bind succeeded; otherwise, false. - The execution context. - The binding context. - - - Binds the model to a value by using the specified controller context, binding context, and model binders. - true if the bind succeeded; otherwise, false. - The execution context. - The binding context. - The collection of model binders. - - - Retrieves the instance for a given . - An instance. - The context. - - - Retrieves the collection of registered instances. - A collection of instances. - The context. - - - Retrieves the collection of registered instances. - A collection of registered instances. - The context. - The metadata. - - - Binds the model to the property by using the specified execution context and binding context. - true if the bind succeeded; otherwise, false. - The execution context. - The parent binding context. - The name of the property to bind with the model. - The metadata provider for the model. - When this method returns, contains the bound model. - The type of the model. - - - Provides information about the action methods. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with specified information that describes the controller of the action. - The information that describes the controller of the action. - - - Gets or sets the binding that describes the action. - The binding that describes the action. - - - Gets the name of the action. - The name of the action. - - - Gets or sets the action configuration. - The action configuration. - - - Gets the information that describes the controller of the action. - The information that describes the controller of the action. - - - Executes the described action and returns a that once completed will contain the return value of the action. - A that once completed will contain the return value of the action. - The controller context. - A list of arguments. - The cancellation token. - - - Returns the custom attributes associated with the action descriptor. - The custom attributes associated with the action descriptor. - The action descriptor. - - - Retrieves the filters for the given configuration and action. - The filters for the given configuration and action. - - - Retrieves the filters for the action descriptor. - The filters for the action descriptor. - - - Retrieves the parameters for the action descriptor. - The parameters for the action descriptor. - - - Gets the properties associated with this instance. - The properties associated with this instance. - - - Gets the converter for correctly transforming the result of calling " into an instance of . - The action result converter. - - - Gets the return type of the descriptor. - The return type of the descriptor. - - - Gets the collection of supported HTTP methods for the descriptor. - The collection of supported HTTP methods for the descriptor. - - - Contains information for a single HTTP operation. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The configuration. - The route data. - The request. - - - Gets or sets the configuration. - The configuration. - - - Gets or sets the HTTP controller. - The HTTP controller. - - - Gets or sets the controller descriptor. - The controller descriptor. - - - Gets or sets the request. - The request. - - - Gets or sets the route data. - The route data. - - - Represents information that describes the HTTP controller. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The configuration. - The controller name. - The controller type. - - - Gets or sets the configurations associated with the controller. - The configurations associated with the controller. - - - Gets or sets the name of the controller. - The name of the controller. - - - Gets or sets the type of the controller. - The type of the controller. - - - Creates a controller instance for the given . - The created controller instance. - The request message - - - Retrieves a collection of custom attributes of the controller. - A collection of custom attributes - The type of the object. - - - Returns a collection of filters associated with the controller. - A collection of filters associated with the controller. - - - Gets the properties associated with this instance. - The properties associated with this instance. - - - Contains settings for an HTTP controller. - - - Initializes a new instance of the class. - A configuration object that is used to initialize the instance. - - - Gets the collection of instances for the controller. - The collection of instances. - - - Gets the collection of parameter bindingfunctions for for the controller. - The collection of parameter binding functions. - - - Gets the collection of service instances for the controller. - The collection of service instances. - - - Describes how a parameter is bound. The binding should be static (based purely on the descriptor) and can be shared across requests. - - - Initializes a new instance of the class. - An that describes the parameters. - - - Gets the that was used to initialize this instance. - The instance. - - - If the binding is invalid, gets an error message that describes the binding error. - An error message. If the binding was successful, the value is null. - - - Asynchronously executes the binding for the given request. - A task object representing the asynchronous operation. - Metadata provider to use for validation. - The action context for the binding. The action context contains the parameter dictionary that will get populated with the parameter. - Cancellation token for cancelling the binding operation. - - - Gets the parameter value from argument dictionary of the action context. - The value for this parameter in the given action context, or null if the parameter has not yet been set. - The action context. - - - Gets a value that indicates whether the binding was successful. - true if the binding was successful; otherwise, false. - - - Sets the result of this parameter binding in the argument dictionary of the action context. - The action context. - The parameter value. - - - Returns a value indicating whether this instance will read the entity body of the HTTP message. - true if this will read the entity body; otherwise, false. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The action descriptor. - - - Gets or sets the action descriptor. - The action descriptor. - - - Gets or sets the for the . - The for the . - - - Gets the default value of the parameter. - The default value of the parameter. - - - Retrieves a collection of the custom attributes from the parameter. - A collection of the custom attributes from the parameter. - The type of the custom attributes. - - - Gets a value that indicates whether the parameter is optional. - true if the parameter is optional; otherwise, false.. - - - Gets or sets the parameter binding attribute. - The parameter binding attribute. - - - Gets the name of the parameter. - The name of the parameter. - - - Gets the type of the parameter. - The type of the parameter. - - - Gets the prefix of this parameter. - The prefix of this parameter. - - - Gets the properties of this parameter. - The properties of this parameter. - - - A contract for a conversion routine that can take the result of an action returned from <see cref="M:System.Web.Http.Controllers.HttpActionDescriptor.ExecuteAsync(System.Web.Http.Controllers.HttpControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})" /> and convert it to an instance of . - - - Converts the specified object to another object. - The converted object. - The controller context. - The action result. - - - No content here will be updated; please do not add material here. - - - Gets the - A object. - The action descriptor. - - - If a controller is decorated with an attribute with this interface, then it gets invoked to initialize the controller settings. - - - Callback invoked to set per-controller overrides for this controllerDescriptor. - The controller settings to initialize. - The controller descriptor. Note that the can be associated with the derived controller type given that is inherited. - - - Contains method that is used to invoke HTTP operation. - - - Executes asynchronously the HTTP operation. - The newly started task. - The execution context. - The cancellation token assigned for the HTTP operation. - - - Contains the logic for selecting an action method. - - - Returns a map, keyed by action string, of all that the selector can select. This is primarily called by to discover all the possible actions in the controller. - A map of that the selector can select, or null if the selector does not have a well-defined mapping of . - The controller descriptor. - - - Selects the action for the controller. - The action for the controller. - The context of the controller. - - - No content here will be updated; please do not add material here. - - - Executes the controller for synchronization. - The controller. - The current context for a test controller. - The notification that cancels the operation. - - - Defines extension methods for . - - - Binds parameter that results as an error. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - The error message that describes the reason for fail bind. - - - Bind the parameter as if it had the given attribute on the declaration. - The HTTP parameter binding object. - The parameter to provide binding for. - The attribute that describes the binding. - - - Binds parameter by parsing the HTTP body content. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - - - Binds parameter by parsing the HTTP body content. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - The list of formatters which provides selection of an appropriate formatter for serializing the parameter into object. - - - Binds parameter by parsing the HTTP body content. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - The list of formatters which provides selection of an appropriate formatter for serializing the parameter into object. - The body model validator used to validate the parameter. - - - Binds parameter by parsing the HTTP body content. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - The list of formatters which provides selection of an appropriate formatter for serializing the parameter into object. - - - Binds parameter by parsing the query string. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - - - Binds parameter by parsing the query string. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - The value provider factories which provide query string parameter data. - - - Binds parameter by parsing the query string. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - The model binder used to assemble the parameter into an object. - - - Binds parameter by parsing the query string. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - The model binder used to assemble the parameter into an object. - The value provider factories which provide query string parameter data. - - - Binds parameter by parsing the query string. - The HTTP parameter binding object. - The parameter descriptor that describes the parameter to bind. - The value provider factories which provide query string parameter data. - - - Represents a reflected synchronous or asynchronous action method. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified descriptor and method details. - The controller descriptor. - The action-method information. - - - Gets the name of the action. - The name of the action. - - - Executes the described action and returns a that once completed will contain the return value of the action. - A that once completed will contain the return value of the action. - The context. - The arguments. - A cancellation token to cancel the action. - - - Returns an array of custom attributes defined for this member, identified by type. - An array of custom attributes or an empty array if no custom attributes exist. - The type of the custom attributes. - - - Retrieves information about action filters. - The filter information. - - - Retrieves the parameters of the action method. - The parameters of the action method. - - - Gets or sets the action-method information. - The action-method information. - - - Gets the return type of this method. - The return type of this method. - - - Gets or sets the supported http methods. - The supported http methods. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The action descriptor. - The parameter information. - - - Gets the default value for the parameter. - The default value for the parameter. - - - Retrieves a collection of the custom attributes from the parameter. - A collection of the custom attributes from the parameter. - The type of the custom attributes. - - - Gets a value that indicates whether the parameter is optional. - true if the parameter is optional; otherwise false. - - - Gets or sets the parameter information. - The parameter information. - - - Gets the name of the parameter. - The name of the parameter. - - - Gets the type of the parameter. - The type of the parameter. - - - Represents a converter for actions with a return type of . - - - Initializes a new instance of the class. - - - Converts a object to another object. - The converted object. - The controller context. - The action result. - - - An abstract class that provides a container for services used by ASP.NET Web API. - - - Initializes a new instance of the class. - - - Adds a service to the end of services list for the given service type. - The service type. - The service instance. - - - Adds the services of the specified collection to the end of the services list for the given service type. - The service type. - The services to add. - - - Removes all the service instances of the given service type. - The service type to clear from the services list. - - - Removes all instances of a multi-instance service type. - The service type to remove. - - - Removes a single-instance service type. - The service type to remove. - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - Searches for a service that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence. - The zero-based index of the first occurrence, if found; otherwise, -1. - The service type. - The delegate that defines the conditions of the element to search for. - - - Gets a service instance of a specified type. - The service type. - - - Gets a mutable list of service instances of a specified type. - A mutable list of service instances. - The service type. - - - Gets a collection of service instanes of a specified type. - A collection of service instances. - The service type. - - - Inserts a service into the collection at the specified index. - The service type. - The zero-based index at which the service should be inserted. If is passed, ensures the element is added to the end. - The service to insert. - - - Inserts the elements of the collection into the service list at the specified index. - The service type. - The zero-based index at which the new elements should be inserted. If is passed, ensures the elements are added to the end. - The collection of services to insert. - - - Determine whether the service type should be fetched with GetService or GetServices. - true iff the service is singular. - type of service to query - - - Removes the first occurrence of the given service from the service list for the given service type. - true if the item is successfully removed; otherwise, false. - The service type. - The service instance to remove. - - - Removes all the elements that match the conditions defined by the specified predicate. - The number of elements removed from the list. - The service type. - The delegate that defines the conditions of the elements to remove. - - - Removes the service at the specified index. - The service type. - The zero-based index of the service to remove. - - - Replaces all existing services for the given service type with the given service instance. This works for both singular and plural services. - The service type. - The service instance. - - - Replaces all instances of a multi-instance service with a new instance. - The type of service. - The service instance that will replace the current services of this type. - - - Replaces all existing services for the given service type with the given service instances. - The service type. - The service instances. - - - Replaces a single-instance service of a specified type. - The service type. - The service instance. - - - Removes the cached values for a single service type. - The service type. - - - A converter for creating responses from actions that return an arbitrary value. - The declared return type of an action. - - - Initializes a new instance of the class. - - - Converts the result of an action with arbitrary return type to an instance of . - The newly created object. - The action controller context. - The execution result. - - - Represents a converter for creating a response from actions that do not return a value. - - - Initializes a new instance of the class. - - - Converts the created response from actions that do not return a value. - The converted response. - The context of the controller. - The result of the action. - - - Represents a dependency injection container. - - - Starts a resolution scope. - The dependency scope. - - - Represents an interface for the range of the dependencies. - - - Retrieves a service from the scope. - The retrieved service. - The service to be retrieved. - - - Retrieves a collection of services from the scope. - The retrieved collection of services. - The collection of services to be retrieved. - - - Describes an API defined by relative URI path and HTTP method. - - - Initializes a new instance of the class. - - - Gets or sets the action descriptor that will handle the API. - The action descriptor. - - - Gets or sets the documentation of the API. - The documentation. - - - Gets or sets the HTTP method. - The HTTP method. - - - Gets the ID. The ID is unique within . - - - Gets the parameter descriptions. - - - Gets or sets the relative path. - The relative path. - - - Gets or sets the registered route for the API. - The route. - - - Gets the supported request body formatters. - - - Gets the supported response formatters. - - - Explores the URI space of the service based on routes, controllers and actions available in the system. - - - Initializes a new instance of the class. - The configuration. - - - Gets the API descriptions. The descriptions are initialized on the first access. - - - Gets or sets the documentation provider. The provider will be responsible for documenting the API. - The documentation provider. - - - Gets a collection of HttpMethods supported by the action. Called when initializing the . - A collection of HttpMethods supported by the action. - The route. - The action descriptor. - - - Determines whether the action should be considered for generation. Called when initializing the . - true if the action should be considered for generation, false otherwise. - The action variable value from the route. - The action descriptor. - The route. - - - Determines whether the controller should be considered for generation. Called when initializing the . - true if the controller should be considered for generation, false otherwise. - The controller variable value from the route. - The controller descriptor. - The route. - - - This attribute can be used on the controllers and actions to influence the behavior of . - - - Initializes a new instance of the class. - - - Gets or sets a value indicating whether to exclude the controller or action from the instances generated by . - true if the controller or action should be ignored; otherwise, false. - - - Describes a parameter on the API defined by relative URI path and HTTP method. - - - Initializes a new instance of the class. - - - Gets or sets the documentation. - The documentation. - - - Gets or sets the name. - The name. - - - Gets or sets the parameter descriptor. - The parameter descriptor. - - - Gets or sets the source of the parameter. It may come from the request URI, request body or other places. - The source. - - - Describes where the parameter come from. - - - The parameter come from Uri. - - - The parameter come from Body. - - - The location is unknown. - - - Defines the interface for getting a collection of . - - - Gets the API descriptions. - - - Defines the provider responsible for documenting the service. - - - Gets the documentation based on . - The documentation for the controller. - The action descriptor. - - - Gets the documentation based on . - The documentation for the controller. - The parameter descriptor. - - - Provides an implementation of with no external dependencies. - - - Initializes a new instance of the class. - - - Returns a list of assemblies available for the application. - A <see cref="T:System.Collections.ObjectModel.Collection`1" /> of assemblies. - - - Represents a default implementation of an . A different implementation can be registered via the . We optimize for the case where we have an instance per instance but can support cases where there are many instances for one as well. In the latter case the lookup is slightly slower because it goes through the dictionary. - - - Initializes a new instance of the class. - - - Creates the specified by using the given . - An instance of type . - The request message. - The controller descriptor. - The type of the controller. - - - Represents a default instance for choosing a given a . A different implementation can be registered via the . - - - Initializes a new instance of the class. - The configuration. - - - Specifies the suffix string in the controller name. - - - Returns a map, keyed by controller string, of all that the selector can select. - A map of all that the selector can select, or null if the selector does not have a well-defined mapping of . - - - Gets the name of the controller for the specified . - The name of the controller for the specified . - The HTTP request message. - - - Selects a for the given . - The instance for the given . - The HTTP request message. - - - Provides an implementation of with no external dependencies. - - - Initializes a new instance of the class. - - - Initializes a new instance using a predicate to filter controller types. - The predicate. - - - Returns a list of controllers available for the application. - An <see cref="T:System.Collections.Generic.ICollection`1" /> of controllers. - The assemblies resolver. - - - Gets a value whether the resolver type is a controller type predicate. - true if the resolver type is a controller type predicate; otherwise, false. - - - Dispatches an incoming to an implementation for processing. - - - Initializes a new instance of the class with the specified configuration. - The http configuration. - - - Gets the HTTP configuration. - The HTTP configuration. - - - Dispatches an incoming to an . - A representing the ongoing operation. - The request to dispatch - The cancellation token. - - - This class is the default endpoint message handler which examines the of the matched route, and chooses which message handler to call. If is null, then it delegates to . - - - Initializes a new instance of the class, using the provided and as the default handler. - The server configuration. - - - Initializes a new instance of the class, using the provided and . - The server configuration. - The default handler to use when the has no . - - - Sends an HTTP request as an asynchronous operation. - The task object representing the asynchronous operation. - The HTTP request message to send. - The cancellation token to cancel operation. - - - Provides an abstraction for managing the assemblies of an application. A different implementation can be registered via the . - - - Returns a list of assemblies available for the application. - An <see cref="T:System.Collections.Generic.ICollection`1" /> of assemblies. - - - Defines the methods that are required for an . - - - Creates an object. - An object. - The message request. - The HTTP controller descriptor. - The type of the controller. - - - Defines the methods that are required for an factory. - - - Returns a map, keyed by controller string, of all that the selector can select. This is primarily called by to discover all the possible controllers in the system. - A map of all that the selector can select, or null if the selector does not have a well-defined mapping of . - - - Selects a for the given . - An instance. - The request message. - - - Provides an abstraction for managing the controller types of an application. A different implementation can be registered via the DependencyResolver. - - - Returns a list of controllers available for the application. - An <see cref="T:System.Collections.Generic.ICollection`1" /> of controllers. - The resolver for failed assemblies. - - - Provides information about an action method, such as its name, controller, parameters, attributes, and filters. - - - Initializes a new instance of the class. - - - Returns the filters that are associated with this action method. - The filters that are associated with this action method. - The configuration. - The action descriptor. - - - Represents the base class for all action-filter attributes. - - - Initializes a new instance of the class. - - - Occurs after the action method is invoked. - The action executed context. - - - Occurs before the action method is invoked. - The action context. - - - Executes the filter action asynchronously. - The newly created task for this operation. - The action context. - The cancellation token assigned for this task. - The delegate function to continue after the action method is invoked. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Calls when a process requests authorization. - The action context, which encapsulates information for using . - - - Executes the authorization filter during synchronization. - The authorization filter during synchronization. - The action context, which encapsulates information for using . - The cancellation token that cancels the operation. - A continuation of the operation. - - - Represents the configuration filter provider. - - - Initializes a new instance of the class. - - - Returns the filters that are associated with this configuration method. - The filters that are associated with this configuration method. - The configuration. - The action descriptor. - - - Represents the attributes for the exception filter. - - - Initializes a new instance of the class. - - - Raises the exception event. - The context for the action. - - - Asynchronously executes the exception filter. - The result of the execution. - The context for the action. - The cancellation context. - - - Represents the base class for action-filter attributes. - - - Initializes a new instance of the class. - - - Gets a value that indicates whether multiple filters are allowed. - true if multiple filters are allowed; otherwise, false. - - - Provides information about the available action filters. - - - Initializes a new instance of the class. - The instance of this class. - The scope of this class. - - - Gets or sets an instance of the . - A . - - - Gets or sets the scope . - The scope of the FilterInfo. - - - Defines values that specify the order in which filters run within the same filter type and filter order. - - - Specifies an action before Controller. - - - Specifies an order before Action and after Global. - - - Specifies an order after Controller. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The action context. - The exception. - - - Gets or sets the HTTP action context. - The HTTP action context. - - - Gets or sets the exception that was raised during the execution. - The exception that was raised during the execution. - - - Gets the object for the context. - The object for the context. - - - Gets or sets the for the context. - The for the context. - - - Represents a collection of HTTP filters. - - - Initializes a new instance of the class. - - - Adds an item at the end of the collection. - The item to add to the collection. - - - Removes all item in the collection. - - - Determines whether the collection contains the specified item. - true if the collection contains the specified item; otherwise, false. - The item to check. - - - Gets the number of elements in the collection. - The number of elements in the collection. - - - Gets an enumerator that iterates through the collection. - An enumerator object that can be used to iterate through the collection. - - - Removes the specified item from the collection. - The item to remove in the collection. - - - Gets an enumerator that iterates through the collection. - An enumerator object that can be used to iterate through the collection. - - - Defines the methods that are used in an action filter. - - - Executes the filter action asynchronously. - The newly created task for this operation. - The action context. - The cancellation token assigned for this task. - The delegate function to continue after the action method is invoked. - - - No content here will be updated; please do not add material here. - - - Executes the authorization filter to synchronize. - The authorization filter to synchronize. - The action context. - The cancellation token associated with the filter. - The continuation. - - - Defines the methods that are required for an exception filter. - - - Executes an asynchronous exception filter. - An asynchronous exception filter. - The action executed context. - The cancellation token. - - - Specifies a server-side component that is used by the indexing system to index documents that have the file format associated with the IFilter. - - - Gets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element. - true if more than one instance is allowed to be specified; otherwise, false. The default is false. - - - Provides filter information. - - - Returns an enumeration of filters. - An enumeration of filters. - The HTTP configuration. - The action descriptor. - - - Provides common keys for properties stored in the . - - - Provides a key for the client certificate for this request. - - - Provides a key for the associated with this request. - - - Provides a key for the collection of resources that should be disposed when a request is disposed. - - - Provides a key for the associated with this request. - - - Provides a key for the associated with this request. - - - Provides a key that indicates whether error details are to be included in the response for this HTTP request. - - - Provides a key that indicates whether the request originates from a local address. - - - Provides a key for the stored in . This is the correlation ID for that request. - - - Provides a key for the parsed query string stored in . - - - Provides a key for a delegate which can retrieve the client certificate for this request. - - - Provides a key for the current stored in . If is null then no context is stored. - - - Interface for controlling the use of buffering requests and responses in the host. If a host provides support for buffering requests and/or responses then it can use this interface to determine the policy for when buffering is to be used. - - - Determines whether the host should buffer the entity body. - true if buffering should be used; otherwise a streamed request should be used. - The host context. - - - Determines whether the host should buffer the entity body. - true if buffering should be used; otherwise a streamed response should be used. - The HTTP response message. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - The provider. - The type of the container. - The model accessor. - The type of the model. - The name of the property. - - - Gets a dictionary that contains additional metadata about the model. - A dictionary that contains additional metadata about the model. - - - Gets or sets the type of the container for the model. - The type of the container for the model. - - - Gets or sets a value that indicates whether empty strings that are posted back in forms should be converted to null. - true if empty strings that are posted back in forms should be converted to null; otherwise, false. The default value is true. - - - Gets or sets the description of the model. - The description of the model. The default value is null. - - - Gets the display name for the model. - The display name for the model. - - - Gets a list of validators for the model. - A list of validators for the model. - The validator providers for the model. - - - Gets or sets a value that indicates whether the model is a complex type. - A value that indicates whether the model is considered a complex. - - - Gets a value that indicates whether the type is nullable. - true if the type is nullable; otherwise, false. - - - Gets or sets a value that indicates whether the model is read-only. - true if the model is read-only; otherwise, false. - - - Gets the value of the model. - The model value can be null. - - - Gets the type of the model. - The type of the model. - - - Gets a collection of model metadata objects that describe the properties of the model. - A collection of model metadata objects that describe the properties of the model. - - - Gets the property name. - The property name. - - - Gets or sets the provider. - The provider. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Gets a ModelMetadata object for each property of a model. - A ModelMetadata object for each property of a model. - The container. - The type of the container. - - - Get metadata for the specified property. - The metadata model for the specified property. - The model accessor. - The type of the container. - The property to get the metadata model for. - - - Gets the metadata for the specified model accessor and model type. - The metadata. - The model accessor. - The type of the mode. - - - Provides an abstract class to implement a metadata provider. - The type of the model metadata. - - - Initializes a new instance of the class. - - - When overridden in a derived class, creates the model metadata for the property using the specified prototype. - The model metadata for the property. - The prototype from which to create the model metadata. - The model accessor. - - - When overridden in a derived class, creates the model metadata for the property. - The model metadata for the property. - The set of attributes. - The type of the container. - The type of the model. - The name of the property. - - - Retrieves a list of properties for the model. - A list of properties for the model. - The model container. - The type of the container. - - - Retrieves the metadata for the specified property using the container type and property name. - The metadata for the specified property. - The model accessor. - The type of the container. - The name of the property. - - - Returns the metadata for the specified property using the type of the model. - The metadata for the specified property. - The model accessor. - The type of the container. - - - Provides prototype cache data for . - - - Initializes a new instance of the class. - The attributes that provides data for the initialization. - - - Gets or sets the metadata display attribute. - The metadata display attribute. - - - Gets or sets the metadata display format attribute. - The metadata display format attribute. - - - Gets or sets the metadata editable attribute. - The metadata editable attribute. - - - Gets or sets the metadata read-only attribute. - The metadata read-only attribute. - - - Provides a container for common metadata, for the class, for a data model. - - - Initializes a new instance of the class. - The prototype used to initialize the model metadata. - The model accessor. - - - Initializes a new instance of the class. - The metadata provider. - The type of the container. - The type of the model. - The name of the property. - The attributes that provides data for the initialization. - - - Retrieves a value that indicates whether empty strings that are posted back in forms should be converted to null. - true if empty strings that are posted back in forms should be converted to null; otherwise, false. - - - Retrieves the description of the model. - The description of the model. - - - Retrieves a value that indicates whether the model is read-only. - true if the model is read-only; otherwise, false. - - - No content here will be updated; please do not add material here. - The type of prototype cache. - - - Initializes a new instance of the class. - The prototype. - The model accessor. - - - Initializes a new instance of the class. - The provider. - The type of container. - The type of the model. - The name of the property. - The prototype cache. - - - Indicates whether empty strings that are posted back in forms should be computed and converted to null. - true if empty strings that are posted back in forms should be computed and converted to null; otherwise, false. - - - Indicates the computation value. - The computation value. - - - Gets a value that indicates whether the model is a complex type. - A value that indicates whether the model is considered a complex type by the Web API framework. - - - Gets a value that indicates whether the model to be computed is read-only. - true if the model to be computed is read-only; otherwise, false. - - - Gets or sets a value that indicates whether empty strings that are posted back in forms should be converted to null. - true if empty strings that are posted back in forms should be converted to null; otherwise, false. The default value is true. - - - Gets or sets the description of the model. - The description of the model. - - - Gets a value that indicates whether the model is a complex type. - A value that indicates whether the model is considered a complex type by the Web API framework. - - - Gets or sets a value that indicates whether the model is read-only. - true if the model is read-only; otherwise, false. - - - Gets or sets a value that indicates whether the prototype cache is updating. - true if the prototype cache is updating; otherwise, false. - - - Implements the default model metadata provider. - - - Initializes a new instance of the class. - - - Creates the metadata from prototype for the specified property. - The metadata for the property. - The prototype. - The model accessor. - - - Creates the metadata for the specified property. - The metadata for the property. - The attributes. - The type of the container. - The type of the model. - The name of the property. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Creates metadata from prototype. - The metadata. - The model metadata prototype. - The model accessor. - - - Creates a prototype of the metadata provider of the . - A prototype of the metadata provider. - The attributes. - The type of container. - The type of model. - The name of the property. - - - Represents the binding directly to the cancellation token. - - - Initializes a new instance of the class. - The binding descriptor. - - - Executes the binding during synchronization. - The binding during synchronization. - The metadata provider. - The action context. - The notification after the cancellation of the operations. - - - Represents an attribute that invokes a custom model binder. - - - Initializes a new instance of the class. - - - Retrieves the associated model binder. - A reference to an object that implements the interface. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - - - Default implementation of the interface. This interface is the primary entry point for binding action parameters. - The associated with the . - The action descriptor. - - - Gets the associated with the . - The associated with the . - The parameter descriptor. - - - Defines a binding error. - - - Initializes a new instance of the class. - The error descriptor. - The message. - - - Gets the error message. - The error message. - - - Executes the binding method during synchronization. - The metadata provider. - The action context. - The cancellation Token value. - - - Represents parameter binding that will read from the body and invoke the formatters. - - - Initializes a new instance of the class. - The descriptor. - The formatter. - The body model validator. - - - Gets or sets an interface for the body model validator. - An interface for the body model validator. - - - Gets the error message. - The error message. - - - Asynchronously execute the binding of . - The result of the action. - The metadata provider. - The context associated with the action. - The cancellation token. - - - Gets or sets an enumerable object that represents the formatter for the parameter binding. - An enumerable object that represents the formatter for the parameter binding. - - - Asynchronously reads the content of . - The result of the action. - The request. - The type. - The formatter. - The format logger. - - - Gets whether the will read body. - True if the will read body; otherwise, false. - - - Represents the extensions for the collection of form data. - - - Reads the collection extensions with specified type. - The read collection extensions. - The form data. - The generic type. - - - Reads the collection extensions with specified type. - The collection extensions. - The form data. - The name of the model. - The required member selector. - The formatter logger. - The generic type. - - - Reads the collection extensions with specified type. - The collection extensions with specified type. - The form data. - The type of the object. - - - Reads the collection extensions with specified type and model name. - The collection extensions. - The form data. - The type of the object. - The name of the model. - The required member selector. - The formatter logger. - - - Enumerates the behavior of the HTTP binding. - - - The optional binding behavior - - - Never use HTTP binding. - - - HTTP binding is required. - - - Provides a base class for model-binding behavior attributes. - - - Initializes a new instance of the class. - The behavior. - - - Gets or sets the behavior category. - The behavior category. - - - Gets the unique identifier for this attribute. - The id for this attribute. - - - Parameter binds to the request. - - - Initializes a new instance of the class. - The parameter descriptor. - - - Asynchronously executes parameter binding. - The binded parameter. - The metadata provider. - The action context. - The cancellation token. - - - Defines the methods that are required for a model binder. - - - Binds the model to a value by using the specified controller context and binding context. - The bound value. - The action context. - The binding context. - - - Represents a value provider for parameter binding. - - - Gets the instances used by this parameter binding. - The instances used by this parameter binding. - - - Represents the class for handling HTML form URL-ended data, also known as application/x-www-form-urlencoded. - - - Initializes a new instance of the class. - - - Determines whether this can read objects of the specified . - true if objects of this type can be read; otherwise false. - The type of object that will be read. - - - Reads an object of the specified from the specified stream. This method is called during deserialization. - A whose result will be the object instance that has been read. - The type of object to read. - The from which to read. - The content being read. - The to log events to. - - - Specify this parameter uses a model binder. This can optionally specify the specific model binder and value providers that drive that model binder. Derived attributes may provide convenience settings for the model binder or value provider. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The type of model binder. - - - Gets or sets the type of model binder. - The type of model binder. - - - Gets the binding for a parameter. - The that contains the binding. - The parameter to bind. - - - Get the IModelBinder for this type. - a non-null model binder. - The configuration. - model type that the binder is expected to bind. - - - Gets the model binder provider. - The instance. - The configuration object. - - - Gets the value providers that will be fed to the model binder. - A collection of instances. - The configuration object. - - - Gets or sets the name to consider as the parameter name during model binding. - The parameter name to consider. - - - Gets or sets a value that specifies whether the prefix check should be suppressed. - true if the prefix check should be suppressed; otherwise, false. - - - Provides a container for model-binder configuration. - - - Gets or sets the name of the resource file (class key) that contains localized string values. - The name of the resource file (class key). - - - Gets or sets the current provider for type-conversion error message. - The current provider for type-conversion error message. - - - Gets or sets the current provider for value-required error messages. - The error message provider. - - - Provides a container for model-binder error message provider. - - - Describes a parameter that gets bound via ModelBinding. - - - Initializes a new instance of the class. - The parameter descriptor. - The model binder. - The collection of value provider factory. - - - Gets the model binder. - The model binder. - - - Asynchronously executes the parameter binding via the model binder. - The task that is signaled when the binding is complete. - The metadata provider to use for validation. - The action context for the binding. - The cancellation token assigned for this task for cancelling the binding operation. - - - Gets the collection of value provider factory. - The collection of value provider factory. - - - Provides an abstract base class for model binder providers. - - - Initializes a new instance of the class. - - - Finds a binder for the given type. - A binder, which can attempt to bind this type. Or null if the binder knows statically that it will never be able to bind the type. - A configuration object. - The type of the model to bind against. - - - Provides the context in which a model binder functions. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The binding context. - - - Gets or sets a value that indicates whether the binder should use an empty prefix. - true if the binder should use an empty prefix; otherwise, false. - - - Gets or sets the model. - The model. - - - Gets or sets the model metadata. - The model metadata. - - - Gets or sets the name of the model. - The name of the model. - - - Gets or sets the state of the model. - The state of the model. - - - Gets or sets the type of the model. - The type of the model. - - - Gets the property metadata. - The property metadata. - - - Gets or sets the validation node. - The validation node. - - - Gets or sets the value provider. - The value provider. - - - Represents an error that occurs during model binding. - - - Initializes a new instance of the class by using the specified exception. - The exception. - - - Initializes a new instance of the class by using the specified exception and error message. - The exception. - The error message - - - Initializes a new instance of the class by using the specified error message. - The error message - - - Gets or sets the error message. - The error message. - - - Gets or sets the exception object. - The exception object. - - - Represents a collection of instances. - - - Initializes a new instance of the class. - - - Adds the specified Exception object to the model-error collection. - The exception. - - - Adds the specified error message to the model-error collection. - The error message. - - - Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself. - - - Initializes a new instance of the class. - - - Gets a object that contains any errors that occurred during model binding. - The model state errors. - - - Gets a object that encapsulates the value that was being bound during model binding. - The model state value. - - - Represents the state of an attempt to bind a posted form to an action method, which includes validation information. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class by using values that are copied from the specified model-state dictionary. - The dictionary. - - - Adds the specified item to the model-state dictionary. - The object to add to the model-state dictionary. - - - Adds an element that has the specified key and value to the model-state dictionary. - The key of the element to add. - The value of the element to add. - - - Adds the specified model error to the errors collection for the model-state dictionary that is associated with the specified key. - The key. - The exception. - - - Adds the specified error message to the errors collection for the model-state dictionary that is associated with the specified key. - The key. - The error message. - - - Removes all items from the model-state dictionary. - - - Determines whether the model-state dictionary contains a specific value. - true if item is found in the model-state dictionary; otherwise, false. - The object to locate in the model-state dictionary. - - - Determines whether the model-state dictionary contains the specified key. - true if the model-state dictionary contains the specified key; otherwise, false. - The key to locate in the model-state dictionary. - - - Copies the elements of the model-state dictionary to an array, starting at a specified index. - The array. The array must have zero-based indexing. - The zero-based index in array at which copying starts. - - - Gets the number of key/value pairs in the collection. - The number of key/value pairs in the collection. - - - Returns an enumerator that can be used to iterate through the collection. - An enumerator that can be used to iterate through the collection. - - - Gets a value that indicates whether the collection is read-only. - true if the collection is read-only; otherwise, false. - - - Gets a value that indicates whether this instance of the model-state dictionary is valid. - true if this instance is valid; otherwise, false. - - - Determines whether there are any objects that are associated with or prefixed with the specified key. - true if the model-state dictionary contains a value that is associated with the specified key; otherwise, false. - The key. - - - Gets or sets the value that is associated with the specified key. - The model state item. - The key. - - - Gets a collection that contains the keys in the dictionary. - A collection that contains the keys of the model-state dictionary. - - - Copies the values from the specified object into this dictionary, overwriting existing values if keys are the same. - The dictionary. - - - Removes the first occurrence of the specified object from the model-state dictionary. - true if item was successfully removed the model-state dictionary; otherwise, false. This method also returns false if item is not found in the model-state dictionary. - The object to remove from the model-state dictionary. - - - Removes the element that has the specified key from the model-state dictionary. - true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the model-state dictionary. - The key of the element to remove. - - - Sets the value for the specified key by using the specified value provider dictionary. - The key. - The value. - - - Returns an enumerator that iterates through a collection. - An IEnumerator object that can be used to iterate through the collection. - - - Attempts to gets the value that is associated with the specified key. - true if the object contains an element that has the specified key; otherwise, false. - The key of the value to get. - The value associated with the specified key. - - - Gets a collection that contains the values in the dictionary. - A collection that contains the values of the model-state dictionary. - - - Collection of functions that can produce a parameter binding for a given parameter. - - - Initializes a new instance of the class. - - - Adds function to the end of the collection. The function added is a wrapper around funcInner that checks that parameterType matches typeMatch. - type to match against HttpParameterDescriptor.ParameterType - inner function that is invoked if type match succeeds - - - Insert a function at the specified index in the collection. /// The function added is a wrapper around funcInner that checks that parameterType matches typeMatch. - index to insert at. - type to match against HttpParameterDescriptor.ParameterType - inner function that is invoked if type match succeeds - - - Execute each binding function in order until one of them returns a non-null binding. - the first non-null binding produced for the parameter. Of null if no binding is produced. - parameter to bind. - - - Maps a browser request to an array. - The type of the array. - - - Initializes a new instance of the class. - - - Indicates whether the model is binded. - true if the specified model is binded; otherwise, false. - The action context. - The binding context. - - - Converts the collection to an array. - true in all cases. - The action context. - The binding context. - The new collection. - - - Provides a model binder for arrays. - - - Initializes a new instance of the class. - - - Returns a model binder for arrays. - A model binder object or null if the attempt to get a model binder is unsuccessful. - The configuration. - The type of model. - - - Maps a browser request to a collection. - The type of the collection. - - - Initializes a new instance of the class. - - - Binds the model by using the specified execution context and binding context. - true if model binding is successful; otherwise, false. - The action context. - The binding context. - - - Provides a way for derived classes to manipulate the collection before returning it from the binder. - true in all cases. - The action context. - The binding context. - The new collection. - - - Provides a model binder for a collection. - - - Initializes a new instance of the class. - - - Retrieves a model binder for a collection. - The model binder. - The configuration of the model. - The type of the model. - - - Represents a data transfer object (DTO) for a complex model. - - - Initializes a new instance of the class. - The model metadata. - The collection of property metadata. - - - Gets or sets the model metadata of the . - The model metadata of the . - - - Gets or sets the collection of property metadata of the . - The collection of property metadata of the . - - - Gets or sets the results of the . - The results of the . - - - Represents a model binder for object. - - - Initializes a new instance of the class. - - - Determines whether the specified model is binded. - true if the specified model is binded; otherwise, false. - The action context. - The binding context. - - - Represents a complex model that invokes a model binder provider. - - - Initializes a new instance of the class. - - - Retrieves the associated model binder. - The model binder. - The configuration. - The type of the model to retrieve. - - - Represents the result for object. - - - Initializes a new instance of the class. - The object model. - The validation node. - - - Gets or sets the model for this object. - The model for this object. - - - Gets or sets the for this object. - The for this object. - - - Represents an that delegates to one of a collection of instances. - - - Initializes a new instance of the class. - An enumeration of binders. - - - Initializes a new instance of the class. - An array of binders. - - - Indicates whether the specified model is binded. - true if the model is binded; otherwise, false. - The action context. - The binding context. - - - Represents the class for composite model binder providers. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - A collection of - - - Gets the binder for the model. - The binder for the model. - The binder configuration. - The type of the model. - - - Gets the providers for the composite model binder. - The collection of providers. - - - Maps a browser request to a dictionary data object. - The type of the key. - The type of the value. - - - Initializes a new instance of the class. - - - Converts the collection to a dictionary. - true in all cases. - The action context. - The binding context. - The new collection. - - - Provides a model binder for a dictionary. - - - Initializes a new instance of the class. - - - Retrieves the associated model binder. - The associated model binder. - The configuration to use. - The type of model. - - - Maps a browser request to a key/value pair data object. - The type of the key. - The type of the value. - - - Initializes a new instance of the class. - - - Binds the model by using the specified execution context and binding context. - true if model binding is successful; otherwise, false. - The action context. - The binding context. - - - Provides a model binder for a collection of key/value pairs. - - - Initializes a new instance of the class. - - - Retrieves the associated model binder. - The associated model binder. - The configuration. - The type of model. - - - Maps a browser request to a mutable data object. - - - Initializes a new instance of the class. - - - Binds the model by using the specified action context and binding context. - true if binding is successful; otherwise, false. - The action context. - The binding context. - - - Retrieves a value that indicates whether a property can be updated. - true if the property can be updated; otherwise, false. - The metadata for the property to be evaluated. - - - Creates an instance of the model. - The newly created model object. - The action context. - The binding context. - - - Creates a model instance if an instance does not yet exist in the binding context. - The action context. - The binding context. - - - Retrieves metadata for properties of the model. - The metadata for properties of the model. - The action context. - The binding context. - - - Sets the value of a specified property. - The action context. - The binding context. - The metadata for the property to set. - The validation information about the property. - The validator for the model. - - - Provides a model binder for mutable objects. - - - Initializes a new instance of the class. - - - Retrieves the model binder for the specified type. - The model binder. - The configuration. - The type of the model to retrieve. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - The model type. - The model binder factory. - - - Initializes a new instance of the class by using the specified model type and the model binder. - The model type. - The model binder. - - - Returns a model binder by using the specified execution context and binding context. - The model binder, or null if the attempt to get a model binder is unsuccessful. - The configuration. - The model type. - - - Gets the type of the model. - The type of the model. - - - Gets or sets a value that specifies whether the prefix check should be suppressed. - true if the prefix check should be suppressed; otherwise, false. - - - Maps a browser request to a data object. This type is used when model binding requires conversions using a .NET Framework type converter. - - - Initializes a new instance of the class. - - - Binds the model by using the specified controller context and binding context. - true if model binding is successful; otherwise, false. - The action context. - The binding context. - - - Provides a model binder for a model that requires type conversion. - - - Initializes a new instance of the class. - - - Retrieve a model binder for a model that requires type conversion. - The model binder, or Nothing if the type cannot be converted or there is no value to convert. - The configuration of the binder. - The type of the model. - - - Maps a browser request to a data object. This class is used when model binding does not require type conversion. - - - Initializes a new instance of the class. - - - Binds the model by using the specified execution context and binding context. - true if model binding is successful; otherwise, false. - The action context. - The binding context. - - - Provides a model binder for a model that does not require type conversion. - - - Initializes a new instance of the class. - - - Retrieves the associated model binder. - The associated model binder. - The configuration. - The type of model. - - - The understands $filter, $orderby, $top and $skip OData query parameters - - - Initializes a new instance of the class. - - - Build the for the given uri. - The - The to build the from - - - A is used to extract the query from a Uri. - - - Build the for the given uri. Return null if there is no query in the Uri. - The - The to build the from - - - Represents a query option like $filter, $top etc. - - - Applies this on to an returning the resultant - The resultant - The source - - - The value part of the query parameter for this query part. - - - The query operator that this query parameter is for. - - - Represents an . - - - Initializes a new instance of the class. - - - Gets or sets a list of query parts. - - - Enables you to define which HTTP verbs are allowed when ASP.NET routing determines whether a URL matches a route. - - - Initializes a new instance of the class by using the HTTP verbs that are allowed for the route. - The HTTP verbs that are valid for the route. - - - Gets or sets the collection of allowed HTTP verbs for the route. - A collection of allowed HTTP verbs for the route. - - - Determines whether the request was made with an HTTP verb that is one of the allowed verbs for the route. - When ASP.NET routing is processing a request, true if the request was made by using an allowed HTTP verb; otherwise, false. When ASP.NET routing is constructing a URL, true if the supplied values contain an HTTP verb that matches one of the allowed HTTP verbs; otherwise, false. The default is true. - The request that is being checked to determine whether it matches the URL. - The object that is being checked to determine whether it matches the URL. - The name of the parameter that is being checked. - An object that contains the parameters for a route. - An object that indicates whether the constraint check is being performed when an incoming request is processed or when a URL is generated. - - - Determines whether the request was made with an HTTP verb that is one of the allowed verbs for the route. - When ASP.NET routing is processing a request, true if the request was made by using an allowed HTTP verb; otherwise, false. When ASP.NET routing is constructing a URL, true if the supplied values contain an HTTP verb that matches one of the allowed HTTP verbs; otherwise, false. The default is true. - The request that is being checked to determine whether it matches the URL. - The object that is being checked to determine whether it matches the URL. - The name of the parameter that is being checked. - An object that contains the parameters for a route. - An object that indicates whether the constraint check is being performed when an incoming request is processed or when a URL is generated. - - - Represents a route class for self-host (i.e. hosted outside of ASP.NET). - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The route template. - - - Initializes a new instance of the class. - The route template. - The default values for the route parameters. - - - Initializes a new instance of the class. - The route template. - The default values for the route parameters. - The constraints for the route parameters. - - - Initializes a new instance of the class. - The route template. - The default values for the route parameters. - The constraints for the route parameters. - Any additional tokens for the route parameters. - - - Initializes a new instance of the class. - The route template. - The default values for the route parameters. - The constraints for the route parameters. - Any additional tokens for the route parameters. - The message handler that will be the recipient of the request. - - - Gets the constraints for the route parameters. - The constraints for the route parameters. - - - Gets any additional data tokens not used directly to determine whether a route matches an incoming . - Any additional data tokens not used directly to determine whether a route matches an incoming . - - - Gets the default values for route parameters if not provided by the incoming . - The default values for route parameters if not provided by the incoming . - - - Determines whether this route is a match for the incoming request by looking up the for the route. - The for a route if matches; otherwise null. - The virtual path root. - The HTTP request. - - - Attempts to generate a URI that represents the values passed in based on current values from the and new values using the specified . - A instance or null if URI cannot be generated. - The HTTP request message. - The route values. - - - Gets or sets the http route handler. - The http route handler. - - - Determines whether this instance equals a specified route. - true if this instance equals a specified route; otherwise, false. - The HTTP request. - The constraints for the route parameters. - The name of the parameter. - The list of parameter values. - One of the enumeration values of the enumeration. - - - Gets the route template describing the URI pattern to match against. - The route template describing the URI pattern to match against. - - - Encapsulates information regarding the HTTP route. - - - Initializes a new instance of the class. - An object that defines the route. - - - Initializes a new instance of the class. - An object that defines the route. - The value. - - - Gets the object that represents the route. - the object that represents the route. - - - Gets a collection of URL parameter values and default values for the route. - An object that contains values that are parsed from the URL and from default values. - - - Specifies an enumeration of route direction. - - - The UriResolution direction. - - - The UriGeneration direction. - - - Represents a route class for self-host of specified key/value pairs. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The dictionary. - - - Initializes a new instance of the class. - The key value. - - - Presents the data regarding the HTTP virtual path. - - - Initializes a new instance of the class. - The route of the virtual path. - The URL that was created from the route definition. - - - Gets or sets the route of the virtual path.. - The route of the virtual path. - - - Gets or sets the URL that was created from the route definition. - The URL that was created from the route definition. - - - - defines the interface for a route expressing how to map an incoming to a particular controller and action. - - - Gets the constraints for the route parameters. - The constraints for the route parameters. - - - Gets any additional data tokens not used directly to determine whether a route matches an incoming . - The additional data tokens. - - - Gets the default values for route parameters if not provided by the incoming . - The default values for route parameters. - - - Determine whether this route is a match for the incoming request by looking up the <see cref="!:IRouteData" /> for the route. - The <see cref="!:RouteData" /> for a route if matches; otherwise null. - The virtual path root. - The request. - - - Gets a virtual path data based on the route and the values provided. - The virtual path data. - The request message. - The values. - - - Gets the message handler that will be the recipient of the request. - The message handler. - - - Gets the route template describing the URI pattern to match against. - The route template. - - - Represents a base class route constraint. - - - Determines whether this instance equals a specified route. - True if this instance equals a specified route; otherwise, false. - The request. - The route to compare. - The name of the parameter. - A list of parameter values. - The route direction. - - - Provides information about a route. - - - Gets the object that represents the route. - The object that represents the route. - - - Gets a collection of URL parameter values and default values for the route. - The values that are parsed from the URL and from default values. - - - Defines the properties for HTTP route. - - - Gets the HTTP route. - The HTTP route. - - - Gets the URI that represents the virtual path of the current HTTP route. - The URI that represents the virtual path of the current HTTP route. - - - No content here will be updated; please do not add material here. - - - Initializes a new instance of the class. - The HTTP request for this instance. - - - Returns a link for the specified route. - A link for the specified route. - The name of the route. - An object that contains the parameters for a route. - - - Returns a link for the specified route. - A link for the specified route. - The name of the route. - A route value. - - - Gets or sets the of the current instance. - The of the current instance. - - - Returns the route for the . - The route for the . - The name of the route. - A list of route values. - - - Returns the route for the . - The route for the . - The name of the route. - The route values. - - - Represents a container for service instances used by the . Note that this container only supports known types, and methods to get or set arbitrary service types will throw when called. For creation of arbitrary types, please use instead. The supported types for this container are: Passing any type which is not on this to any method on this interface will cause an to be thrown. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a specified object. - The object. - - - Removes a single-instance service from the default services. - The type of the service. - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - Gets a service of the specified type. - The first instance of the service, or null if the service is not found. - The type of service. - - - Gets the list of service objects for a given service type, and validates the service type. - The list of service objects of the specified type. - The service type. - - - Gets the list of service objects for a given service type. - The list of service objects of the specified type, or an empty list if the service is not found. - The type of service. - - - Queries whether a service type is single-instance. - true if the service type has at most one instance, or false if the service type supports multiple instances. - The service type. - - - Replaces a single-instance service object. - The service type. - The service object that replaces the previous instance. - - - Removes the cached values for a single service type. - The service type. - - - Represents a performance tracing class to log method entry/exit and duration. - - - Initializes the class with a specified configuration. - The configuration. - - - Represents the trace writer. - - - Invokes the specified traceAction to allow setting values in a new if and only if tracing is permitted at the given category and level. - The current . It may be null but doing so will prevent subsequent trace analysis from correlating the trace to a particular request. - The logical category for the trace. Users can define their own. - The at which to write this trace. - The action to invoke if tracing is enabled. The caller is expected to fill in the fields of the given in this action. - - - Represents an extension methods for . - - - Provides a set of methods and properties that help debug your code with the specified writer, request, category and exception. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The error occurred during execution. - - - Provides a set of methods and properties that help debug your code with the specified writer, request, category, exception, message format and argument. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The error occurred during execution. - The format of the message. - The message argument. - - - Provides a set of methods and properties that help debug your code with the specified writer, request, category, exception, message format and argument. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The format of the message. - The message argument. - - - Displays an error message in the list with the specified writer, request, category and exception. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The error occurred during execution. - - - Displays an error message in the list with the specified writer, request, category, exception, message format and argument. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The exception. - The format of the message. - The argument in the message. - - - Displays an error message in the list with the specified writer, request, category, message format and argument. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The format of the message. - The argument in the message. - - - Displays an error message in the class with the specified writer, request, category and exception. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The exception that appears during execution. - - - Displays an error message in the class with the specified writer, request, category and exception, message format and argument. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The exception. - The format of the message. - The message argument. - - - Displays an error message in the class with the specified writer, request, category and message format and argument. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The format of the message. - The message argument. - - - Displays the details in the . - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The error occurred during execution. - - - Displays the details in the . - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The error occurred during execution. - The format of the message. - The message argument. - - - Displays the details in the . - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The format of the message. - The message argument. - - - Indicates the trace listeners in the Listeners collection. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The trace level. - The error occurred during execution. - - - Indicates the trace listeners in the Listeners collection. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The trace level. - The error occurred during execution. - The format of the message. - The message argument. - - - Indicates the trace listeners in the Listeners collection. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The of the trace. - The format of the message. - The message argument. - - - Traces both a begin and an end trace around a specified operation. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The of the trace. - The name of the object performing the operation. It may be null. - The name of the operation being performed. It may be null. - The to invoke prior to performing the operation, allowing the given to be filled in. It may be null. - An <see cref="T:System.Func`1" /> that returns the that will perform the operation. - The to invoke after successfully performing the operation, allowing the given to be filled in. It may be null. - The to invoke if an error was encountered performing the operation, allowing the given to be filled in. It may be null. - - - Traces both a begin and an end trace around a specified operation. - The returned by the operation. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The of the trace. - The name of the object performing the operation. It may be null. - The name of the operation being performed. It may be null. - The to invoke prior to performing the operation, allowing the given to be filled in. It may be null. - An <see cref="T:System.Func`1" /> that returns the that will perform the operation. - The to invoke after successfully performing the operation, allowing the given to be filled in. The result of the completed task will also be passed to this action. This action may be null. - The to invoke if an error was encountered performing the operation, allowing the given to be filled in. It may be null. - The type of result produced by the . - - - Traces both a begin and an end trace around a specified operation. - The returned by the operation. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The of the trace. - The name of the object performing the operation. It may be null. - The name of the operation being performed. It may be null. - The to invoke prior to performing the operation, allowing the given to be filled in. It may be null. - An <see cref="T:System.Func`1" /> that returns the that will perform the operation. - The to invoke after successfully performing the operation, allowing the given to be filled in. It may be null. - The to invoke if an error was encountered performing the operation, allowing the given to be filled in. It may be null. - - - Indicates the warning level of execution. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The error occurred during execution. - - - Indicates the warning level of execution. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The error occurred during execution. - The format of the message. - The message argument. - - - Indicates the warning level of execution. - The . - The with which to associate the trace. It may be null. - The logical category of the trace. - The format of the message. - The message argument. - - - Specifies an enumeration of tracing categories. - - - An action category. - - - The controllers category. - - - The filters category. - - - The formatting category. - - - The message handlers category. - - - The model binding category. - - - The request category. - - - The routing category. - - - Specifies the kind of tracing operation. - - - Single trace, not part of a Begin/End trace pair. - - - Trace marking the beginning of some operation. - - - Trace marking the end of some operation. - - - Specifies an enumeration of tracing level. - - - Tracing is disabled. - - - Trace level for debugging traces. - - - Trace level for informational traces. - - - Trace level for warning traces. - - - Trace level for error traces. - - - Trace level for fatal traces. - - - Represents a trace record. - - - Initializes a new instance of the class. - The message request. - The trace category. - The trace level. - - - Gets or sets the tracing category. - The tracing category. - - - Gets or sets the exception. - The exception. - - - Gets or sets the kind of trace. - The kind of trace. - - - Gets or sets the tracing level. - The tracing level. - - - Gets or sets the message. - The message. - - - Gets or sets the logical operation name being performed. - The logical operation name being performed. - - - Gets or sets the logical name of the object performing the operation. - The logical name of the object performing the operation. - - - Gets the optional user-defined properties. - The optional user-defined properties. - - - Gets the from the record. - The from the record. - - - Gets the correlation ID from the . - The correlation ID from the . - - - Gets or sets the associated with the . - The associated with the . - - - Gets the of this trace (via ). - The of this trace (via ). - - - Represents a class used to recursively validate an object. - - - Initializes a new instance of the class. - - - Determines whether the model is valid and adds any validation errors to the actionContext's . - True if model is valid, false otherwise. - The model to be validated. - The to use for validation. - The used to provide the model metadata. - The within which the model is being validated. - The to append to the key for any validation errors. - - - Represents an interface for the validation of the models - - - Determines whether the model is valid and adds any validation errors to the actionContext's - trueif model is valid, false otherwise. - The model to be validated. - The to use for validation. - The used to provide the model metadata. - The within which the model is being validated. - The to append to the key for any validation errors. - - - This logs formatter errors to the provided . - - - Initializes a new instance of the class. - The model state. - The prefix. - - - Logs the specified model error. - The error path. - The error message. - - - Logs the specified model error. - The error path. - The error message. - - - Provides data for the event. - - - Initializes a new instance of the class. - The action context. - The parent node. - - - Gets or sets the context for an action. - The context for an action. - - - Gets or sets the parent of this node. - The parent of this node. - - - Provides data for the event. - - - Initializes a new instance of the class. - The action context. - The parent node. - - - Gets or sets the context for an action. - The context for an action. - - - Gets or sets the parent of this node. - The parent of this node. - - - Provides a container for model validation information. - - - Initializes a new instance of the class, using the model metadata and state key. - The model metadata. - The model state key. - - - Initializes a new instance of the class, using the model metadata, the model state key, and child model-validation nodes. - The model metadata. - The model state key. - The model child nodes. - - - Gets or sets the child nodes. - The child nodes. - - - Combines the current instance with a specified instance. - The model validation node to combine with the current instance. - - - Gets or sets the model metadata. - The model metadata. - - - Gets or sets the model state key. - The model state key. - - - Gets or sets a value that indicates whether validation should be suppressed. - true if validation should be suppressed; otherwise, false. - - - Validates the model using the specified execution context. - The action context. - - - Validates the model using the specified execution context and parent node. - The action context. - The parent node. - - - Gets or sets a value that indicates whether all properties of the model should be validated. - true if all properties of the model should be validated, or false if validation should be skipped. - - - Occurs when the model has been validated. - - - Occurs when the model is being validated. - - - Represents the selection of required members by checking for any required ModelValidators associated with the member. - - - Initializes a new instance of the class. - The metadata provider. - The validator providers. - - - Indicates whether the member is required for validation. - true if the member is required for validation; otherwise, false. - The member. - - - Provides a container for a validation result. - - - Initializes a new instance of the class. - - - Gets or sets the name of the member. - The name of the member. - - - Gets or sets the validation result message. - The validation result message. - - - Provides a base class for implementing validation logic. - - - Initializes a new instance of the class. - The validator providers. - - - Returns a composite model validator for the model. - A composite model validator for the model. - An enumeration of validator providers. - - - Gets a value that indicates whether a model property is required. - true if the model property is required; otherwise, false. - - - Validates a specified object. - A list of validation results. - The metadata. - The container. - - - Gets or sets an enumeration of validator providers. - An enumeration of validator providers. - - - Provides a list of validators for a model. - - - Initializes a new instance of the class. - - - Gets a list of validators associated with this . - The list of validators. - The metadata. - The validator providers. - - - Provides an abstract class for classes that implement a validation provider. - - - Initializes a new instance of the class. - - - Gets a type descriptor for the specified type. - A type descriptor for the specified type. - The type of the validation provider. - - - Gets the validators for the model using the metadata and validator providers. - The validators for the model. - The metadata. - An enumeration of validator providers. - - - Gets the validators for the model using the metadata, the validator providers, and a list of attributes. - The validators for the model. - The metadata. - An enumeration of validator providers. - The list of attributes. - - - Represents the method that creates a instance. - - - Represents an implementation of which providers validators for attributes which derive from . It also provides a validator for types which implement . To support client side validation, you can either register adapters through the static methods on this class, or by having your validation attributes implement . The logic to support IClientValidatable is implemented in . - - - Initializes a new instance of the class. - - - Gets the validators for the model using the specified metadata, validator provider and attributes. - The validators for the model. - The metadata. - The validator providers. - The attributes. - - - Registers an adapter to provide client-side validation. - The type of the validation attribute. - The type of the adapter. - - - Registers an adapter factory for the validation provider. - The type of the attribute. - The factory that will be used to create the object for the specified attribute. - - - Registers the default adapter. - The type of the adapter. - - - Registers the default adapter factory. - The factory that will be used to create the object for the default adapter. - - - Registers the default adapter type for objects which implement . The adapter type must derive from and it must contain a public constructor which takes two parameters of types and . - The type of the adapter. - - - Registers the default adapter factory for objects which implement . - The factory. - - - Registers an adapter type for the given modelType, which must implement . The adapter type must derive from and it must contain a public constructor which takes two parameters of types and . - The model type. - The type of the adapter. - - - Registers an adapter factory for the given modelType, which must implement . - The model type. - The factory. - - - Provides a factory for validators that are based on . - - - Represents a validator provider for data member model. - - - Initializes a new instance of the class. - - - Gets the validators for the model. - The validators for the model. - The metadata. - An enumerator of validator providers. - A list of attributes. - - - An implementation of which provides validators that throw exceptions when the model is invalid. - - - Initializes a new instance of the class. - - - Gets a list of validators associated with this . - The list of validators. - The metadata. - The validator providers. - The list of attributes. - - - Represents the provider for the required member model validator. - - - Initializes a new instance of the class. - The required member selector. - - - Gets the validator for the member model. - The validator for the member model. - The metadata. - The validator providers - - - Provides a model validator. - - - Initializes a new instance of the class. - The validator providers. - The validation attribute for the model. - - - Gets or sets the validation attribute for the model validator. - The validation attribute for the model validator. - - - Gets a value that indicates whether model validation is required. - true if model validation is required; otherwise, false. - - - Validates the model and returns the validation errors if any. - A list of validation error messages for the model, or an empty list if no errors have occurred. - The model metadata. - The container for the model. - - - A to represent an error. This validator will always throw an exception regardless of the actual model value. - - - Initializes a new instance of the class. - The list of model validator providers. - The error message for the exception. - - - Validates a specified object. - A list of validation results. - The metadata. - The container. - - - Represents the for required members. - - - Initializes a new instance of the class. - The validator providers. - - - Gets or sets a value that instructs the serialization engine that the member must be presents when validating. - true if the member is required; otherwise, false. - - - Validates the object. - A list of validation results. - The metadata. - The container. - - - Provides an object adapter that can be validated. - - - Initializes a new instance of the class. - The validation provider. - - - Validates the specified object. - A list of validation results. - The metadata. - The container. - - - Represents the base class for value providers whose values come from a collection that implements the interface. - - - Retrieves the keys from the specified . - The keys from the specified . - The prefix. - - - Defines the methods that are required for a value provider in ASP.NET MVC. - - - Determines whether the collection contains the specified prefix. - true if the collection contains the specified prefix; otherwise, false. - The prefix to search for. - - - Retrieves a value object using the specified key. - The value object for the specified key. - The key of the value object to retrieve. - - - This attribute is used to specify a custom . - - - Initializes a new instance of the . - The type of the model binder. - - - Initializes a new instance of the . - An array of model binder types. - - - Gets the value provider factories. - A collection of value provider factories. - A configuration object. - - - Gets the types of object returned by the value provider factory. - A collection of types. - - - Represents a factory for creating value-provider objects. - - - Initializes a new instance of the class. - - - Returns a value-provider object for the specified controller context. - A value-provider object. - An object that encapsulates information about the current HTTP request. - - - Represents the result of binding a value (such as from a form post or query string) to an action-method argument property, or to the argument itself. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The raw value. - The attempted value. - The culture. - - - Gets or sets the raw value that is converted to a string for display. - The raw value that is converted to a string for display. - - - Converts the value that is encapsulated by this result to the specified type. - The converted value. - The target type. - - - Converts the value that is encapsulated by this result to the specified type by using the specified culture information. - The converted value. - The target type. - The culture to use in the conversion. - - - Gets or sets the culture. - The culture. - - - Gets or set the raw value that is supplied by the value provider. - The raw value that is supplied by the value provider. - - - Represents a value provider whose values come from a list of value providers that implements the interface. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The list of value providers. - - - Determines whether the collection contains the specified . - true if the collection contains the specified ; otherwise, false. - The prefix to search for. - - - Retrieves the keys from the specified . - The keys from the specified . - The prefix from which keys are retrieved. - - - Retrieves a value object using the specified . - The value object for the specified . - The key of the value object to retrieve. - - - Inserts an element into the collection at the specified index. - The zero-based index at which should be inserted. - The object to insert. - - - Replaces the element at the specified index. - The zero-based index of the element to replace. - The new value for the element at the specified index. - - - Represents a factory for creating a list of value-provider objects. - - - Initializes a new instance of the class. - The collection of value-provider factories. - - - Retrieves a list of value-provider objects for the specified controller context. - The list of value-provider objects for the specified controller context. - An object that encapsulates information about the current HTTP request. - - - A value provider for name/value pairs. - - - Initializes a new instance of the class. - The name/value pairs for the provider. - The culture used for the name/value pairs. - - - Initializes a new instance of the class, using a function delegate to provide the name/value pairs. - A function delegate that returns a collection of name/value pairs. - The culture used for the name/value pairs. - - - Determines whether the collection contains the specified prefix. - true if the collection contains the specified prefix; otherwise, false. - The prefix to search for. - - - Gets the keys from a prefix. - The keys. - The prefix. - - - Retrieves a value object using the specified key. - The value object for the specified key. - The key of the value object to retrieve. - - - Represents a value provider for query strings that are contained in a object. - - - Initializes a new instance of the class. - An object that encapsulates information about the current HTTP request. - An object that contains information about the target culture. - - - Represents a class that is responsible for creating a new instance of a query-string value-provider object. - - - Initializes a new instance of the class. - - - Retrieves a value-provider object for the specified controller context. - A query-string value-provider object. - An object that encapsulates information about the current HTTP request. - - - Represents a value provider for route data that is contained in an object that implements the IDictionary(Of TKey, TValue) interface. - - - Initializes a new instance of the class. - An object that contain information about the HTTP request. - An object that contains information about the target culture. - - - Represents a factory for creating route-data value provider objects. - - - Initializes a new instance of the class. - - - Retrieves a value-provider object for the specified controller context. - A value-provider object. - An object that encapsulates information about the current HTTP request. - - - \ No newline at end of file diff --git a/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg b/packages/Microsoft.Net.Http.2.0.20710.0/Microsoft.Net.Http.2.0.20710.0.nupkg deleted file mode 100644 index 1d93a2576c184136e7d73704ade744abf3ef2e6d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106557 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