diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..cdec8a8
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,26 @@
+# Default behavior: if Git thinks a file is text (as opposed to binary), it
+# will normalize line endings to LF in the repository, but convert to your
+# platform's native line endings on checkout (e.g., CRLF for Windows).
+* text=auto
+
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout. E.g.,
+#*.c text
+
+# Declare files that will always have CRLF line endings on checkout. E.g.,
+#*.sln text eol=crlf
+
+# Declare files that will always have LF line endings on checkout. E.g.,
+*.sh text eol=lf
+
+# Denote all files that should not have line endings normalized, should not be
+# merged, and should not show in a textual diff.
+*.docm binary
+*.docx binary
+*.ico binary
+*.lib binary
+*.png binary
+*.pptx binary
+*.snk binary
+*.vsdx binary
+*.xps binary
diff --git a/.gitignore b/.gitignore
index 04aa57c..95160f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,13 +7,15 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
+# Cache/options
+.vs/*
+
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
-
[Dd]ebug/
[Rr]elease/
x64/
@@ -21,6 +23,10 @@ x64/
[Oo]bj/
!/build/release/
target/
+/c/cmake
+
+# Jenkins build files
+/jenkins/jenkins-cli.jar
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
@@ -128,7 +134,6 @@ ClientBin/
*.[Pp]ublish.xml
*.pfx
*.publishsettings
-project.lock.json
# RIA/Silverlight projects
Generated_Code/
@@ -174,6 +179,7 @@ $RECYCLE.BIN/
*.exp
*.lib
*.dll
+*.lock.json
#Windows CE build artifacts
Build.err
@@ -190,4 +196,7 @@ Buildx86retail.dat
#version file
**/build/**/version.txt
**/node_modules/
-**/.vscode/
\ No newline at end of file
+**/.vscode/
+
+# Typescript installed definition files for modules
+**/typings/
\ No newline at end of file
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
new file mode 100644
index 0000000..427c505
--- /dev/null
+++ b/CONTRIBUTE.md
@@ -0,0 +1,23 @@
+## What to contribute
+There are many ways that you can contribute to the Azure Service Bus client project:
+
+* Submit a bug
+* Submit a code fix for a bug
+* Submit code to add a new platform/language support to the project, or modify existing code
+* Submit additions or modifications to the documentation
+* Submit a feature request
+
+## Contributing Code
+To contribute code you need to issue a Pull Request against the develop branch. All code submissions will be reviewed and tested by the team, and those that meet a high bar for both quality and design/roadmap appropriateness will be merged into the source. Be sure to follow the existing file/folder structure when adding new boards or sensors.
+
+You must sign a [Contribution License Agreement](https://cla.microsoft.com/) ([CLA](https://cla.microsoft.com/)) before submitting a Pull Request. To complete the CLA, you will need to submit the request via the form and then electronically sign the CLA when you receive the email containing the link to the document.
+
+## Big contributions
+If your contribution is significantly big it is better to first check with the project developers in order to make sure the change aligns with the long term plans. This can be done simply by submitting a question via the GitHub Issues section.
+
+## Things to keep in mind when contributing
+Some guidance for when you make a contribution:
+
+* Add/update unit tests and code as required by your change
+* Make sure you run all the unit tests on the affected platform(s)/languages. If the change is in common code, generally running on one platform would be acceptable.
+* Run end-to-end tests or simple sample code to make sure the lib works in an end-to-end scenario.
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f61ce8c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2016 Microsoft Azure
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff --git a/Microsoft.Azure.Messaging/.vs/config/applicationhost.config b/Microsoft.Azure.Messaging/.vs/config/applicationhost.config
deleted file mode 100644
index 4b9bf47..0000000
--- a/Microsoft.Azure.Messaging/.vs/config/applicationhost.config
+++ /dev/null
@@ -1,1031 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.xproj.user b/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.xproj.user
deleted file mode 100644
index c99c608..0000000
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.xproj.user
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- Start
-
-
\ No newline at end of file
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/project.json b/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/project.json
deleted file mode 100644
index 5a35eb0..0000000
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/project.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "version": "1.0.0-*",
-
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.0.0"
- },
-
- "frameworks": {
- "netstandard1.3": {
- "imports": "dnxcore50",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Net.Security": "4.0.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Runtime.Serialization.Xml": "4.1.1",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlSerializer": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0"
- }
- }
- }
-}
-
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/project.lock.json b/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/project.lock.json
deleted file mode 100644
index a9e88fc..0000000
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/project.lock.json
+++ /dev/null
@@ -1,4400 +0,0 @@
-{
- "locked": false,
- "version": 2,
- "targets": {
- ".NETStandard,Version=v1.3": {
- "Microsoft.Azure.Amqp/2.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.3/Microsoft.Azure.Amqp.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.Azure.Amqp.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.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.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.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.3/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.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.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.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.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.Security/4.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.IO": "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.Claims": "4.0.1",
- "System.Security.Cryptography.Primitives": "4.0.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Security.Principal": "4.0.1",
- "System.Security.Principal.Windows": "4.0.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Threading.ThreadPool": "4.0.10"
- },
- "compile": {
- "ref/netstandard1.3/System.Net.Security.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/System.Net.Security.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "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.Private.DataContractSerialization/4.1.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "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.Runtime.Serialization.Primitives": "4.1.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.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- },
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Private.DataContractSerialization.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.3/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/System.Reflection.Emit.dll": {}
- },
- "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/System.Reflection.Emit.ILGeneration.dll": {}
- },
- "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/System.Reflection.Emit.Lightweight.dll": {}
- },
- "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.3/System.Reflection.TypeExtensions.dll": {}
- },
- "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.3/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.3/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.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.Runtime.Serialization.Primitives/4.1.1": {
- "type": "package",
- "dependencies": {
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
- }
- },
- "System.Runtime.Serialization.Xml/4.1.1": {
- "type": "package",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Runtime.Serialization.Xml.dll": {}
- }
- },
- "System.Security.Claims/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "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.Runtime.Extensions": "4.1.0",
- "System.Security.Principal": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Security.Claims.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.Security.Principal/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.0/System.Security.Principal.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/System.Security.Principal.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.0.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.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.Claims": "4.0.1",
- "System.Security.Principal": "4.0.1",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.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.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/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.ThreadPool/4.0.10": {
- "type": "package",
- "dependencies": {
- "System.Runtime": "4.1.0",
- "System.Runtime.Handles": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Threading.ThreadPool.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": {}
- }
- },
- "System.Xml.XmlDocument/4.0.1": {
- "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.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.XmlDocument.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Xml.XmlDocument.dll": {}
- }
- },
- "System.Xml.XmlSerializer/4.0.11": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "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.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.3/System.Xml.XmlSerializer.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {}
- }
- }
- }
- },
- "libraries": {
- "Microsoft.Azure.Amqp/2.0.0": {
- "sha512": "PomjDIRpI3zLbtqbwbc7AFLMy1pK6EANkupMSTXO+MOq/iqlTA65/aH+QEw0lziMcbvzp2fCZNRg3V69YljUGg==",
- "type": "package",
- "path": "Microsoft.Azure.Amqp/2.0.0",
- "files": [
- "Microsoft.Azure.Amqp.2.0.0.nupkg.sha512",
- "Microsoft.Azure.Amqp.nuspec",
- "lib/net451/Microsoft.Azure.Amqp.XML",
- "lib/net451/Microsoft.Azure.Amqp.dll",
- "lib/netstandard1.3/Microsoft.Azure.Amqp.XML",
- "lib/netstandard1.3/Microsoft.Azure.Amqp.dll",
- "lib/uap10.0/Microsoft.Azure.Amqp.Uwp.dll"
- ]
- },
- "Microsoft.NETCore.Platforms/1.0.1": {
- "sha512": "cfrNwshrVj4c01h6mmWPoZM/US2OEe4V2d+7oobhLbQetQfk4NUolslfBgIxUaCo7J/UCfqN/ZUTSo3l94mjFA==",
- "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": "v94sVqQyIZnXCV6D0J6G5xu75O3CRAY4EDTiBUxWFXCHjs0maKVICVlmz0q8tlg9MflvGjwhKKEla6D6y5lPRA==",
- "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": "aFB0agwMAMhSsS8Jq2bH744vCBPs5J4pwXnBO9tDUtQ8gKnVNQwRLlLRaZBwNjE14JyNlRkhAK4VCsi2th397g==",
- "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": "mPamAIsqJZE3l2ifDv2W7yPYLS0bgmrUrjvKRat5BMRmxl/ZKgF7//ydxl4jVMeF+zoJqJzUDz8sAcx5lcoJcA==",
- "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": "EuWRkxQQrSSxfo3AOL8Fm48ZAXVFfzH0DR7ZeoD9X+Gmqg3y1ZVzBIeL5YUWXJ5koN/prM+oEFwE/T+YaoevqA==",
- "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": "5k8XHXRvVfrmP5pARUC4frroJ5cv4Xhs6fVzh2Wrvsyyj6qSaQcgR5xD8QkDskfD2S3JjYuOsuW8nacVJfQePg==",
- "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": "Ldpc15LHjjRCijXEE+yT+oRnEKYiYY445Ee6ggNzayM7S9i7i4yi/okRh+xNhLsU5oKkV+MoJQVDzEOIg5MABg==",
- "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": "qFOoXqCl6tt4E4neWz0KrFC0hD7Qh/fgRq5w60NuoZKzcfmwAzxJfX9z9nRG7d3QjfxBAhKV49r9qBW1VTS9yA==",
- "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": "luB1Rvcv5ONwqu9qFPOlWod/C8G5/q1lLv31zD9NsExd1Xw4oNoNBoJF4S0LAA0V0NVOLL2nOH0AsK6o17PL2w==",
- "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": "VDQ7nWLTbuO4M6nG9+AKVGuxxKnG7+k77uBE5IfMPS+LBlHuKdmwaZ7E3BrR+zdOYKQu54jDlmWyPOYgqw+zjg==",
- "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": "Y9dbmTur553genXWGsyLkFIt/Of3pTlVxdll5esGTVbP9yGJpP0YRDRv8/ht5Ef5QCqzJqDMx4GCu4vh6FmxNA==",
- "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": "3jZxnCrw9TNGYy4ZjC+r3WW0Vt2VVEHTkhTMeDdbFf/hGeImJVRaB6f/Nnw2To7l2lDikk8F+6low5InXi1bHQ==",
- "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": "MTA3mSGPrSE/R9N3U/GtuJ2KsKQWwahTFc47UbDkt5X7TlGTfEuQXPfQwt2NNEYmpg8MewkAZ6zB+UyDyjiJOA==",
- "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": "o26H6SKKCysX2CpOa4eGxddDLQijRG/c/AcPt+/5iUzkjksE+wAmAb1ErtiSWNyC2N68EFjZxGG4siFa04sgwA==",
- "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": "afIdDVTDFL/gzSuMwtLKO54hzVXrGRy3FgnXqiGOPDMXz/73fVcWHfBIpRTHkqCp0pWkxtnEdiv2H1EKeW06cQ==",
- "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": "+Fhw1ipvgtcN7Jxzzf3NBOtjPOUfdjFovjizdqLPn0/xDuo06gvuB18dT9SLkSyeRBGuObp1VXEQFW9VWNQ+DA==",
- "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": "tmXANUYdPtSoOkp7lRYD9sYH57FoGf6u3qx2ZLO++YeW3c2/8xEBLL1ownFFP8GOZalS60v89WazEcFF9/f0vA==",
- "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": "px95PIaLNUK/yfb1ca4PHlP/VcSBwh55OdlinXnB3v/ua0bw2f8CdbmCsV2S3QgY1jmDnIhBSOn2Fb1OTL/xCA==",
- "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": "mndkpPXMBGhktvkRWVgelb1tp9V7mhJ5E1VNHyASptDr88iCm7nYNTHLv+5pmFnWynDAHQ/pgBKluA1Nxtvoew==",
- "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": "7KDqTHfukww2EpElV7NdzHPQx/UfMug5idPg0+A3SPuLgz1cLm4A0BIJ5u7xZS6XvNs2Z2pRgzwjpvQkdAtcQw==",
- "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": "f3yZ3LKHL1m9YI6NPbNSzXFgvI6qjYyK7StlAuea2sX5aNtXWtmdN+mEMlBIPUNC7vrUV5YRPTM+iVtfhknI1A==",
- "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": "DR6fLhHg5l8CBcP2zb2QPBxBpyxBdyBA+jCpycP9tkENq/L27S3aSuaiJNtZPb/iKOUTC/beGO2U6eV5cMnwWw==",
- "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": "vXk058BhUdr1RBsytmuK9N9Jb94TrK00AjH4acPD8FzJQ2SELP4D09SPWmUaCme9s3+c1Pm5bmIAseFdc/OA7w==",
- "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": "l+y0EDOHZ9ZhyjlFwFLNDYuZKGt3K2A6BOqtjpgTow0pWtcH6h5/u+qXo9OCaARpT7mpNlfa3AsvY5lwOgD9Ag==",
- "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": "xaZwFfIivWMLU2JoCoGqtNlnbCLEsB9q+cEs9/kKRTZYmZ4WBAhLZv+EPMv7QT2ksjBYDYIYEcBOzeOprOCmXA==",
- "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": "9Es11a47ffGMHgfoDI+k7bjoThNbxGLnZAJ/gowTwxF2xhjr0spZwtbhEJJNt37eXL4JTv9xWV5x1amP1zLlkw==",
- "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": "HcDMK1tWlLwUJf8fDTh8jvhewuXP72cuqzusP4wXi9HzuxNLOJ5lMPlNvkxd9edy/Z+KE60O0Djmnpxauq0haA==",
- "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.Security/4.0.0": {
- "sha512": "fY81II53iTSrbpK7yivgIKR300sGb5+A6gtzJRceX1F/Ej00Lv1t6SryD8SDOt8QcWYJvBqogCtcKVWS3TJopQ==",
- "type": "package",
- "path": "System.Net.Security/4.0.0",
- "files": [
- "System.Net.Security.4.0.0.nupkg.sha512",
- "System.Net.Security.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Net.Security.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Net.Security.dll",
- "ref/netstandard1.3/System.Net.Security.dll",
- "ref/netstandard1.3/System.Net.Security.xml",
- "ref/netstandard1.3/de/System.Net.Security.xml",
- "ref/netstandard1.3/es/System.Net.Security.xml",
- "ref/netstandard1.3/fr/System.Net.Security.xml",
- "ref/netstandard1.3/it/System.Net.Security.xml",
- "ref/netstandard1.3/ja/System.Net.Security.xml",
- "ref/netstandard1.3/ko/System.Net.Security.xml",
- "ref/netstandard1.3/ru/System.Net.Security.xml",
- "ref/netstandard1.3/zh-hans/System.Net.Security.xml",
- "ref/netstandard1.3/zh-hant/System.Net.Security.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll",
- "runtimes/win/lib/net46/System.Net.Security.dll",
- "runtimes/win/lib/netstandard1.3/System.Net.Security.dll",
- "runtimes/win7/lib/netcore50/_._"
- ]
- },
- "System.Net.Sockets/4.1.0": {
- "sha512": "Ie2uZcslNAqX+h/3ijqaKxfSPQ20+fCR7pWAMJtEcPBG0OyuPTj+G4FSFW/nhvGVyy5NLqjMqfj+TvQr9xS3wQ==",
- "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": "8lhtKupXr3uwX14PqQt6pHwUcIJZXqYgvuEzr/Eo4m1GeD+fU1ex+KDXEc03Hb9HU6MnX7/PdJ3z+zIxbxPjBQ==",
- "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.Private.DataContractSerialization/4.1.1": {
- "sha512": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "type": "package",
- "path": "System.Private.DataContractSerialization/4.1.1",
- "files": [
- "System.Private.DataContractSerialization.4.1.1.nupkg.sha512",
- "System.Private.DataContractSerialization.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.3/System.Private.DataContractSerialization.dll",
- "ref/netstandard/_._",
- "runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll"
- ]
- },
- "System.Reflection/4.1.0": {
- "sha512": "HTowANBM8iH9bcw8jsvTI27agBzEsGAgjEiaMxzy4DXjbQJtWSayuoLjESOgbEwkJI9FUxtRdFXKkoMlJzExFQ==",
- "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": "fEW2Tu4TMLNqlkWM8w1Kf3ky7UG5S+9X3LzOZFW09fyTbE67Z3MQlUUQ6CaAN2GDAl0hejyYKUEPA4aDiAeXjA==",
- "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": "czwsIaUMUBPmUNEs9HRE12MWgyRm14nyobeqe0EF85nUBIn5plIaPz6DQRJRV3qUWDpLO+8YGCjcg8rRotTn+w==",
- "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": "i39Rlh8WY6+tNSqORTyIfLcTLv+YAPNDdfVsFqUl1SSIeQfsHYJ8DrK/v0vjGuZZxPU1OXoC+S0iL6S+UvGYuw==",
- "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": "DzSs35rbl8Mgpi6pi/MupSSelK4GCCtolsnTyuwCp85LqXT7O+jhsQgqzjT2kE7XF2u/mf7/fsxeT4OwcZNHkA==",
- "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": "uupw8EHU5eTxbEg2JNSf9yDExEuMnwd0Qw1sDwXUtHJCAhKk9Y7meNcV0jyBtQ4vX573kUhcCBqpioQ8pRLNEQ==",
- "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": "9Z0L20/eY1TvYvMEbmkScUWNJzd/vILs3u26CWvY36mcHsCiw/kSoPMcycAVCqiYEia4LOhJTp+DTNirL5geTw==",
- "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": "F4YZ7nNKCGDPks7sGB2OUsaHK1MRPtfVbH2edLplbnU5WZT7Dcw9MylCau1YpxSGtSyXlw9sCvq5Bvmv+NfZcA==",
- "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": "N1sBq+SAEsTAi3JNP2fYSb13OhZvipTnt1Q7P+7dK6QnXfzimmgkmhAJxusnGsBQzoASYShyQ02OWrhn55Oxeg==",
- "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": "e+j89F6mH6PREp1kcAg3G/kK2KpVz5u/b/slJGKroWKeCL56duxQy7EtG6l9oDHgAwys/DP3CMBc2C6tQVZ5+w==",
- "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": "37IJOuJFMu/O4R+2VhIRa9fwUGw7CFcaiUoaSKQRzQpCk7fHgRmJceVs3TWjk1u/i5LFaP9NvlRpsH+6p+wfLw==",
- "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": "T8AEwBNoETdM8IzpDDIVu3jnFJxqPUo9xObbynbFeNO771eAxmeWf+2paiqFXntHic3QKdELlPH59qlWpKqkXw==",
- "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": "Y4p2OSb0CUqkIEAbQdIIOyUmxT+SFr72LmGrQtyDEsJIQqvrfoCvo5VP8scJqjH0XnkWD02DW6iA9EucIhNwFg==",
- "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": "gSHaIutW7KzZDnk3DYeuovmC5tNyeyLV7VDX72kb0z5/TSdaYQAR90lU83VRnn2WUA+D92B+vgBK5qT28GQTmg==",
- "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.Runtime.Serialization.Primitives/4.1.1": {
- "sha512": "HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
- "type": "package",
- "path": "System.Runtime.Serialization.Primitives/4.1.1",
- "files": [
- "System.Runtime.Serialization.Primitives.4.1.1.nupkg.sha512",
- "System.Runtime.Serialization.Primitives.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net46/System.Runtime.Serialization.Primitives.dll",
- "lib/netcore50/System.Runtime.Serialization.Primitives.dll",
- "lib/netstandard1.3/System.Runtime.Serialization.Primitives.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.Runtime.Serialization.Primitives.dll",
- "ref/netcore50/System.Runtime.Serialization.Primitives.dll",
- "ref/netcore50/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll",
- "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
- "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.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.Runtime.Serialization.Primitives.dll"
- ]
- },
- "System.Runtime.Serialization.Xml/4.1.1": {
- "sha512": "yqfKHkWUAdI0hdDIdD9KDzluKtZ8IIqLF3O7xIZlt6UTs1bOvFRpCvRTvGQva3Ak/ZM9/nq9IHBJ1tC4Ybcrjg==",
- "type": "package",
- "path": "System.Runtime.Serialization.Xml/4.1.1",
- "files": [
- "System.Runtime.Serialization.Xml.4.1.1.nupkg.sha512",
- "System.Runtime.Serialization.Xml.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net46/System.Runtime.Serialization.Xml.dll",
- "lib/netcore50/System.Runtime.Serialization.Xml.dll",
- "lib/netstandard1.3/System.Runtime.Serialization.Xml.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.Runtime.Serialization.Xml.dll",
- "ref/netcore50/System.Runtime.Serialization.Xml.dll",
- "ref/netcore50/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/de/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/es/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/fr/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/it/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/ja/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/ko/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/ru/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/zh-hans/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/zh-hant/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/System.Runtime.Serialization.Xml.dll",
- "ref/netstandard1.0/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/de/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/es/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/fr/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/it/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/ja/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/ko/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/ru/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll",
- "ref/netstandard1.3/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/de/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/es/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/fr/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/it/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/ja/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/ko/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/ru/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Xml.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Security.Claims/4.0.1": {
- "sha512": "TGWRxWxnePILFOAOLbysokKfw6gLbq8BFt/gDD8HEMmHNZgYch7KI9UOaIUL+ZSpRML5FP6+hXrm9ah/GkWp4w==",
- "type": "package",
- "path": "System.Security.Claims/4.0.1",
- "files": [
- "System.Security.Claims.4.0.1.nupkg.sha512",
- "System.Security.Claims.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Security.Claims.dll",
- "lib/netstandard1.3/System.Security.Claims.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Security.Claims.dll",
- "ref/netstandard1.3/System.Security.Claims.dll",
- "ref/netstandard1.3/System.Security.Claims.xml",
- "ref/netstandard1.3/de/System.Security.Claims.xml",
- "ref/netstandard1.3/es/System.Security.Claims.xml",
- "ref/netstandard1.3/fr/System.Security.Claims.xml",
- "ref/netstandard1.3/it/System.Security.Claims.xml",
- "ref/netstandard1.3/ja/System.Security.Claims.xml",
- "ref/netstandard1.3/ko/System.Security.Claims.xml",
- "ref/netstandard1.3/ru/System.Security.Claims.xml",
- "ref/netstandard1.3/zh-hans/System.Security.Claims.xml",
- "ref/netstandard1.3/zh-hant/System.Security.Claims.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Security.Cryptography.Algorithms/4.2.0": {
- "sha512": "ZTlUgQqnan0q9h84j2noszJLt3ft+jd6+QwLfYXExnIbymjRAJdxnuMvptOspTTcv0EV8GBJCslm4QOCjhunPA==",
- "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": "I/J9QitrtFsma+FEhTVNgDqnIGZ93l+SkpE+n3Oa0FVRFO/8FxpPmmS8pC/zcQARWvyO9lPGxlwnRBxyft0fuQ==",
- "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": "GXW2ROYHp6W84UTxlHjr98qGJFIRLGUwLAt5wG3qqOFTtMe8K+SYk6NFfFn6ls5pR7x10yShVy/ywp9EFk7Kaw==",
- "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": "XKEVD5PHpKRH7zTS0PFw/ibf+p+BkrNNNx/1UO72FCVBayaNmSbka5vNdCoFCzLxXSmMIiBLGk10vTkhOGqF7g==",
- "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.Security.Principal/4.0.1": {
- "sha512": "4daDhWg2RIgY3fyGJiHBp4d2XQnwqaF07RoWjpmeIsniajtYmBpKg3+B4RDc9pfKNCYYg9V4lGbXvD+JNJv5+w==",
- "type": "package",
- "path": "System.Security.Principal/4.0.1",
- "files": [
- "System.Security.Principal.4.0.1.nupkg.sha512",
- "System.Security.Principal.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Security.Principal.dll",
- "lib/netstandard1.0/System.Security.Principal.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.Security.Principal.dll",
- "ref/netcore50/System.Security.Principal.xml",
- "ref/netcore50/de/System.Security.Principal.xml",
- "ref/netcore50/es/System.Security.Principal.xml",
- "ref/netcore50/fr/System.Security.Principal.xml",
- "ref/netcore50/it/System.Security.Principal.xml",
- "ref/netcore50/ja/System.Security.Principal.xml",
- "ref/netcore50/ko/System.Security.Principal.xml",
- "ref/netcore50/ru/System.Security.Principal.xml",
- "ref/netcore50/zh-hans/System.Security.Principal.xml",
- "ref/netcore50/zh-hant/System.Security.Principal.xml",
- "ref/netstandard1.0/System.Security.Principal.dll",
- "ref/netstandard1.0/System.Security.Principal.xml",
- "ref/netstandard1.0/de/System.Security.Principal.xml",
- "ref/netstandard1.0/es/System.Security.Principal.xml",
- "ref/netstandard1.0/fr/System.Security.Principal.xml",
- "ref/netstandard1.0/it/System.Security.Principal.xml",
- "ref/netstandard1.0/ja/System.Security.Principal.xml",
- "ref/netstandard1.0/ko/System.Security.Principal.xml",
- "ref/netstandard1.0/ru/System.Security.Principal.xml",
- "ref/netstandard1.0/zh-hans/System.Security.Principal.xml",
- "ref/netstandard1.0/zh-hant/System.Security.Principal.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Security.Principal.Windows/4.0.0": {
- "sha512": "7bvq3XVqcKbDxJtJ+sY/voWgpPMeSiEyqH8h33SPVpFxDtQ50iSfaVuQJeEWo2j/Q/w6EcI+AlhqFsS+Ie50OA==",
- "type": "package",
- "path": "System.Security.Principal.Windows/4.0.0",
- "files": [
- "System.Security.Principal.Windows.4.0.0.nupkg.sha512",
- "System.Security.Principal.Windows.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/net46/System.Security.Principal.Windows.dll",
- "ref/net46/System.Security.Principal.Windows.dll",
- "ref/netstandard1.3/System.Security.Principal.Windows.dll",
- "ref/netstandard1.3/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
- "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll"
- ]
- },
- "System.Text.Encoding/4.0.11": {
- "sha512": "MWRUxoGFeRdt5IpB06pFYNlUxaZFH4Pv779V/7HAPMLN7hS2SqsTcU7kOfil31zpuyGmfEYub/fEBPa0e0LOOg==",
- "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": "cAlIsu6NkQkQwshGbpGUIWNRK1NJV61SkMiVa0ILsxC9asZo0YfQRJZG/4P4KMNIDK2ve+iHBeON0arHgW2Org==",
- "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": "GQjP0TvKEUANH3Yl0rO+E/sOsQAlj9MYJiybfq5FtNEqy6ljD33GBCRzh5d6GyXQObttp8+v8PbfAtbjsAFHsg==",
- "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": "lINpfx9R1ZylcY5qw+LwxCuTag9uaYbeK66967O2Bpf+QFZWlMmAVamm4sG3Irht8ZWM0cN0HqVMk7xGZw6v+A==",
- "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": "pncPgnKRtyrzYnXQ8DoVUoaRdoPzwR82dsXHQ+xKolYM5wkFrBanpA9SUhX8XiapgSGzzwGWDQxeqNwXBabPrw==",
- "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": "S2ENZxPPUjxmD75/vdkADldmcTIISask+YWRM1IqaKj1yRJVbHQiA/vhPvNlkRLETQSQz87TYI4pkpCT0a3cNA==",
- "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.ThreadPool/4.0.10": {
- "sha512": "zxIF4HNit+e01jad1zoTlwft8/fHmRPX99Wz5RCLSD5PvU/n0xbPMqWVYhvSY3IggaC4kyl+GaCf51v2kwvP0A==",
- "type": "package",
- "path": "System.Threading.ThreadPool/4.0.10",
- "files": [
- "System.Threading.ThreadPool.4.0.10.nupkg.sha512",
- "System.Threading.ThreadPool.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Threading.ThreadPool.dll",
- "lib/netcore50/_._",
- "lib/netstandard1.3/System.Threading.ThreadPool.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Threading.ThreadPool.dll",
- "ref/netstandard1.3/System.Threading.ThreadPool.dll",
- "ref/netstandard1.3/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/de/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/es/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/it/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Threading.Timer/4.0.1": {
- "sha512": "rARqGHkmE4zlhdOOU+IIuwY66Mkrf8ILC6zLMxkNpDWanbjx1/1IyEqE/HDUjQrMU65ahXM8IxUN5wV7REJryQ==",
- "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": "G22h2+aA/4dORGj08yUcNhBMqzWipVR4j7lonT4dM6n1kXKdY6VkLYUyjNLXKslTpG8EB6iulGXlXX0XswRnYA==",
- "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": "wBtMRJgODFdM1lrOh43pEoa0KBeoQI07qAPrNR28v8xFMuDmVbfCcPTCb6h/KhDWJiuK5UdtPjEeEwDsQIKVEg==",
- "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.XmlDocument/4.0.1": {
- "sha512": "9TJ30mxxPj4pADQ7+XikS0PzEQ6VNluQZd9KqTIXeadu6II8Bb7o0e/yyhFKFoXtLjG6iu6tGOxN0IjG5KF7mQ==",
- "type": "package",
- "path": "System.Xml.XmlDocument/4.0.1",
- "files": [
- "System.Xml.XmlDocument.4.0.1.nupkg.sha512",
- "System.Xml.XmlDocument.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Xml.XmlDocument.dll",
- "lib/netstandard1.3/System.Xml.XmlDocument.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Xml.XmlDocument.dll",
- "ref/netstandard1.3/System.Xml.XmlDocument.dll",
- "ref/netstandard1.3/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/de/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/es/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/it/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Xml.XmlSerializer/4.0.11": {
- "sha512": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "type": "package",
- "path": "System.Xml.XmlSerializer/4.0.11",
- "files": [
- "System.Xml.XmlSerializer.4.0.11.nupkg.sha512",
- "System.Xml.XmlSerializer.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Xml.XmlSerializer.dll",
- "lib/netstandard1.3/System.Xml.XmlSerializer.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.XmlSerializer.dll",
- "ref/netcore50/System.Xml.XmlSerializer.xml",
- "ref/netcore50/de/System.Xml.XmlSerializer.xml",
- "ref/netcore50/es/System.Xml.XmlSerializer.xml",
- "ref/netcore50/fr/System.Xml.XmlSerializer.xml",
- "ref/netcore50/it/System.Xml.XmlSerializer.xml",
- "ref/netcore50/ja/System.Xml.XmlSerializer.xml",
- "ref/netcore50/ko/System.Xml.XmlSerializer.xml",
- "ref/netcore50/ru/System.Xml.XmlSerializer.xml",
- "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml",
- "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/System.Xml.XmlSerializer.dll",
- "ref/netstandard1.0/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/System.Xml.XmlSerializer.dll",
- "ref/netstandard1.3/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.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.Xml.XmlSerializer.dll"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "": [
- "Microsoft.Azure.Amqp >= 2.0.0"
- ],
- ".NETStandard,Version=v1.3": [
- "NETStandard.Library >= 1.6.0",
- "System.Net.Security >= 4.0.0",
- "System.Private.DataContractSerialization >= 4.1.1",
- "System.Reflection >= 4.1.0",
- "System.Reflection.Emit >= 4.0.1",
- "System.Reflection.TypeExtensions >= 4.1.0",
- "System.Runtime.Serialization.Primitives >= 4.1.1",
- "System.Runtime.Serialization.Xml >= 4.1.1",
- "System.Text.RegularExpressions >= 4.1.0",
- "System.Xml.ReaderWriter >= 4.0.11",
- "System.Xml.XmlSerializer >= 4.0.11"
- ]
- },
- "tools": {},
- "projectFileToolGroups": {}
-}
\ No newline at end of file
diff --git a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/Microsoft.Azure.Messaging.UnitTests.xproj.user b/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/Microsoft.Azure.Messaging.UnitTests.xproj.user
deleted file mode 100644
index c99c608..0000000
--- a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/Microsoft.Azure.Messaging.UnitTests.xproj.user
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- Start
-
-
\ No newline at end of file
diff --git a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/project.lock.json b/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/project.lock.json
deleted file mode 100644
index ebd83bc..0000000
--- a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/project.lock.json
+++ /dev/null
@@ -1,7823 +0,0 @@
-{
- "locked": false,
- "version": 2,
- "targets": {
- ".NETCoreApp,Version=v1.0": {
- "dotnet-test-xunit/2.2.0-preview2-build1029": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Testing.Abstractions": "1.0.0-preview2-003121",
- "Microsoft.NETCore.App": "1.0.0",
- "xunit.runner.reporters": "2.2.0-beta2-build3300"
- },
- "compile": {
- "lib/netcoreapp1.0/dotnet-test-xunit.dll": {}
- },
- "runtime": {
- "lib/netcoreapp1.0/dotnet-test-xunit.dll": {}
- }
- },
- "Libuv/1.9.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1"
- },
- "runtimeTargets": {
- "runtimes/debian-x64/native/libuv.so": {
- "assetType": "native",
- "rid": "debian-x64"
- },
- "runtimes/fedora-x64/native/libuv.so": {
- "assetType": "native",
- "rid": "fedora-x64"
- },
- "runtimes/opensuse-x64/native/libuv.so": {
- "assetType": "native",
- "rid": "opensuse-x64"
- },
- "runtimes/osx/native/libuv.dylib": {
- "assetType": "native",
- "rid": "osx"
- },
- "runtimes/rhel-x64/native/libuv.so": {
- "assetType": "native",
- "rid": "rhel-x64"
- },
- "runtimes/win7-arm/native/libuv.dll": {
- "assetType": "native",
- "rid": "win7-arm"
- },
- "runtimes/win7-x64/native/libuv.dll": {
- "assetType": "native",
- "rid": "win7-x64"
- },
- "runtimes/win7-x86/native/libuv.dll": {
- "assetType": "native",
- "rid": "win7-x86"
- }
- }
- },
- "Microsoft.Azure.Amqp/2.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.3/Microsoft.Azure.Amqp.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.Azure.Amqp.dll": {}
- }
- },
- "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
- "type": "package"
- },
- "Microsoft.CodeAnalysis.Common/1.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.CodeAnalysis.Analyzers": "1.1.0",
- "System.AppContext": "4.1.0",
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Collections.Immutable": "1.2.0",
- "System.Console": "4.0.0",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.FileVersionInfo": "4.0.0",
- "System.Diagnostics.StackTrace": "4.0.1",
- "System.Diagnostics.Tools": "4.0.1",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Globalization": "4.0.11",
- "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.Reflection": "4.1.0",
- "System.Reflection.Metadata": "1.3.0",
- "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.Numerics": "4.0.1",
- "System.Security.Cryptography.Algorithms": "4.2.0",
- "System.Security.Cryptography.Encoding": "4.0.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.CodePages": "4.0.1",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Threading.Tasks.Parallel": "4.0.1",
- "System.Threading.Thread": "4.0.0",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XDocument": "4.0.11",
- "System.Xml.XPath.XDocument": "4.0.1",
- "System.Xml.XmlDocument": "4.0.1"
- },
- "compile": {
- "lib/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {}
- }
- },
- "Microsoft.CodeAnalysis.CSharp/1.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.CodeAnalysis.Common": "[1.3.0]"
- },
- "compile": {
- "lib/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {}
- }
- },
- "Microsoft.CodeAnalysis.VisualBasic/1.3.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.CodeAnalysis.Common": "1.3.0"
- },
- "compile": {
- "lib/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {}
- }
- },
- "Microsoft.CSharp/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.Linq": "4.1.0",
- "System.Linq.Expressions": "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.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.0/Microsoft.CSharp.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.CSharp.dll": {}
- }
- },
- "Microsoft.DiaSymReader/1.0.8": {
- "type": "package",
- "dependencies": {
- "System.Diagnostics.Debug": "4.0.11",
- "System.Runtime": "4.1.0",
- "System.Runtime.InteropServices": "4.1.0"
- },
- "compile": {
- "lib/netstandard1.1/Microsoft.DiaSymReader.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/Microsoft.DiaSymReader.dll": {}
- }
- },
- "Microsoft.DiaSymReader.Native/1.4.0-rc2": {
- "type": "package",
- "runtimeTargets": {
- "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll": {
- "assetType": "native",
- "rid": "win-x64"
- },
- "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
- "assetType": "native",
- "rid": "win-x86"
- },
- "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll": {
- "assetType": "native",
- "rid": "win"
- },
- "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll": {
- "assetType": "native",
- "rid": "win"
- },
- "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll": {
- "assetType": "native",
- "rid": "win"
- },
- "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll": {
- "assetType": "native",
- "rid": "win8-arm"
- }
- }
- },
- "Microsoft.DotNet.InternalAbstractions/1.0.0": {
- "type": "package",
- "dependencies": {
- "System.AppContext": "4.1.0",
- "System.Collections": "4.0.11",
- "System.IO": "4.1.0",
- "System.IO.FileSystem": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
- },
- "compile": {
- "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {}
- }
- },
- "Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121": {
- "type": "package",
- "dependencies": {
- "Microsoft.CSharp": "4.0.1",
- "Microsoft.Extensions.DependencyModel": "1.0.0",
- "Newtonsoft.Json": "9.0.1",
- "NuGet.Packaging": "3.5.0-beta2-1484",
- "NuGet.RuntimeModel": "3.5.0-beta2-1484",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Reflection.Metadata": "1.3.0",
- "System.Runtime.Loader": "4.0.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Security.Cryptography.Algorithms": "4.2.0",
- "System.Threading.Thread": "4.0.0",
- "System.Xml.XDocument": "4.0.11"
- },
- "compile": {
- "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll": {}
- },
- "runtime": {
- "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll": {}
- }
- },
- "Microsoft.Extensions.DependencyModel/1.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.DotNet.InternalAbstractions": "1.0.0",
- "Newtonsoft.Json": "9.0.1",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Linq": "4.1.0"
- },
- "compile": {
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {}
- },
- "runtime": {
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {}
- }
- },
- "Microsoft.Extensions.Testing.Abstractions/1.0.0-preview2-003121": {
- "type": "package",
- "dependencies": {
- "Microsoft.DiaSymReader": "1.0.8",
- "Microsoft.DiaSymReader.Native": "1.4.0-rc2",
- "Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
- "Newtonsoft.Json": "9.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1"
- },
- "compile": {
- "lib/netstandard1.6/Microsoft.Extensions.Testing.Abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard1.6/Microsoft.Extensions.Testing.Abstractions.dll": {}
- }
- },
- "Microsoft.NETCore.App/1.0.0": {
- "type": "package",
- "dependencies": {
- "Libuv": "1.9.0",
- "Microsoft.CSharp": "4.0.1",
- "Microsoft.CodeAnalysis.CSharp": "1.3.0",
- "Microsoft.CodeAnalysis.VisualBasic": "1.3.0",
- "Microsoft.NETCore.DotNetHostPolicy": "1.0.1",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2",
- "Microsoft.VisualBasic": "10.0.1",
- "NETStandard.Library": "1.6.0",
- "System.Buffers": "4.0.0",
- "System.Collections.Immutable": "1.2.0",
- "System.ComponentModel": "4.0.1",
- "System.ComponentModel.Annotations": "4.1.0",
- "System.Diagnostics.DiagnosticSource": "4.0.0",
- "System.Diagnostics.Process": "4.1.0",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Globalization.Extensions": "4.0.1",
- "System.IO.FileSystem.Watcher": "4.0.0",
- "System.IO.MemoryMappedFiles": "4.0.0",
- "System.IO.UnmanagedMemoryStream": "4.0.1",
- "System.Linq.Expressions": "4.1.0",
- "System.Linq.Parallel": "4.0.1",
- "System.Linq.Queryable": "4.0.1",
- "System.Net.NameResolution": "4.0.0",
- "System.Net.Requests": "4.0.11",
- "System.Net.Security": "4.0.0",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Numerics.Vectors": "4.1.1",
- "System.Reflection.DispatchProxy": "4.0.1",
- "System.Reflection.Metadata": "1.3.0",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.Reader": "4.0.0",
- "System.Runtime.Loader": "4.0.0",
- "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.Threading.Tasks.Dataflow": "4.6.0",
- "System.Threading.Tasks.Extensions": "4.0.0",
- "System.Threading.Tasks.Parallel": "4.0.1",
- "System.Threading.Thread": "4.0.0",
- "System.Threading.ThreadPool": "4.0.10"
- },
- "compile": {
- "lib/netcoreapp1.0/_._": {}
- },
- "runtime": {
- "lib/netcoreapp1.0/_._": {}
- }
- },
- "Microsoft.NETCore.DotNetHost/1.0.1": {
- "type": "package"
- },
- "Microsoft.NETCore.DotNetHostPolicy/1.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.DotNetHostResolver": "1.0.1"
- }
- },
- "Microsoft.NETCore.DotNetHostResolver/1.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.DotNetHost": "1.0.1"
- }
- },
- "Microsoft.NETCore.Jit/1.0.2": {
- "type": "package"
- },
- "Microsoft.NETCore.Platforms/1.0.1": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.Runtime.CoreCLR/1.0.2": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Jit": "1.0.2",
- "Microsoft.NETCore.Windows.ApiSets": "1.0.1"
- }
- },
- "Microsoft.NETCore.Targets/1.0.1": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.NETCore.Windows.ApiSets/1.0.1": {
- "type": "package"
- },
- "Microsoft.VisualBasic/10.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.Linq": "4.1.0",
- "System.Linq.Expressions": "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.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.1/Microsoft.VisualBasic.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.VisualBasic.dll": {}
- }
- },
- "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": {}
- }
- },
- "Microsoft.Win32.Registry/4.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "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.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "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"
- }
- },
- "Newtonsoft.Json/9.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.CSharp": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Linq.Expressions": "4.1.0",
- "System.ObjectModel": "4.0.12",
- "System.Reflection": "4.1.0",
- "System.Reflection.Extensions": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.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.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XDocument": "4.0.11"
- },
- "compile": {
- "lib/netstandard1.0/Newtonsoft.Json.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/Newtonsoft.Json.dll": {}
- }
- },
- "NuGet.Common/3.5.0-beta2-1484": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Diagnostics.Process": "4.1.0",
- "System.Security.Cryptography.Algorithms": "4.2.0",
- "System.Threading.Thread": "4.0.0"
- },
- "compile": {
- "lib/netstandard1.3/NuGet.Common.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/NuGet.Common.dll": {}
- }
- },
- "NuGet.Frameworks/3.5.0-beta2-1484": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
- "compile": {
- "lib/netstandard1.3/NuGet.Frameworks.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/NuGet.Frameworks.dll": {}
- }
- },
- "NuGet.Packaging/3.5.0-beta2-1484": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "NuGet.Common": "3.5.0-beta2-1484",
- "NuGet.Packaging.Core": "3.5.0-beta2-1484",
- "System.IO.Compression": "4.1.0"
- },
- "compile": {
- "lib/netstandard1.3/NuGet.Packaging.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/NuGet.Packaging.dll": {}
- }
- },
- "NuGet.Packaging.Core/3.5.0-beta2-1484": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "NuGet.Common": "3.5.0-beta2-1484",
- "NuGet.Packaging.Core.Types": "3.5.0-beta2-1484",
- "System.Xml.XDocument": "4.0.11"
- },
- "compile": {
- "lib/netstandard1.3/NuGet.Packaging.Core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/NuGet.Packaging.Core.dll": {}
- }
- },
- "NuGet.Packaging.Core.Types/3.5.0-beta2-1484": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "NuGet.Frameworks": "3.5.0-beta2-1484",
- "NuGet.Versioning": "3.5.0-beta2-1484"
- },
- "compile": {
- "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {}
- }
- },
- "NuGet.RuntimeModel/3.5.0-beta2-1484": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "Newtonsoft.Json": "6.0.4",
- "NuGet.Frameworks": "3.5.0-beta2-1484",
- "NuGet.Versioning": "3.5.0-beta2-1484",
- "System.Dynamic.Runtime": "4.0.11",
- "System.ObjectModel": "4.0.12"
- },
- "compile": {
- "lib/netstandard1.3/NuGet.RuntimeModel.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/NuGet.RuntimeModel.dll": {}
- }
- },
- "NuGet.Versioning/3.5.0-beta2-1484": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
- "compile": {
- "lib/netstandard1.0/NuGet.Versioning.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/NuGet.Versioning.dll": {}
- }
- },
- "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.Net.Security/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/System.Buffers.dll": {}
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "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.Collections.Immutable/1.2.0": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.Linq": "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": {
- "lib/netstandard1.0/System.Collections.Immutable.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/System.Collections.Immutable.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.ComponentModel.Annotations/4.1.0": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.ComponentModel": "4.0.1",
- "System.Globalization": "4.0.11",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Extensions": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.4/System.ComponentModel.Annotations.dll": {}
- },
- "runtime": {
- "lib/netstandard1.4/System.ComponentModel.Annotations.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "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/System.Diagnostics.DiagnosticSource.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
- }
- },
- "System.Diagnostics.FileVersionInfo/4.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.IO.FileSystem": "4.0.1",
- "System.IO.FileSystem.Primitives": "4.0.1",
- "System.Reflection.Metadata": "1.3.0",
- "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.Diagnostics.FileVersionInfo.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Diagnostics.Process/4.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.0.1",
- "Microsoft.Win32.Registry": "4.0.0",
- "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.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Threading.Thread": "4.0.0",
- "System.Threading.ThreadPool": "4.0.10",
- "runtime.native.System": "4.0.0"
- },
- "compile": {
- "ref/netstandard1.4/System.Diagnostics.Process.dll": {}
- },
- "runtimeTargets": {
- "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": {
- "assetType": "runtime",
- "rid": "linux"
- },
- "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": {
- "assetType": "runtime",
- "rid": "osx"
- },
- "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Diagnostics.StackTrace/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections.Immutable": "1.2.0",
- "System.IO.FileSystem": "4.0.1",
- "System.Reflection": "4.1.0",
- "System.Reflection.Metadata": "1.3.0",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.StackTrace.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wpa81/_._": {}
- }
- },
- "System.Dynamic.Runtime/4.0.11": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.Linq": "4.1.0",
- "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Dynamic.Runtime.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "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/System.Globalization.Extensions.dll": {}
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wpa81/_._": {}
- },
- "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.IO.FileSystem.Watcher/4.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "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.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Overlapped": "4.0.1",
- "System.Threading.Tasks": "4.0.11",
- "System.Threading.Thread": "4.0.0",
- "runtime.native.System": "4.0.0"
- },
- "compile": {
- "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {}
- },
- "runtimeTargets": {
- "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
- "assetType": "runtime",
- "rid": "linux"
- },
- "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
- "assetType": "runtime",
- "rid": "osx"
- },
- "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.IO.MemoryMappedFiles/4.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "System.IO": "4.1.0",
- "System.IO.FileSystem": "4.0.1",
- "System.IO.FileSystem.Primitives": "4.0.1",
- "System.IO.UnmanagedMemoryStream": "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.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "runtime.native.System": "4.0.0"
- },
- "compile": {
- "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.IO.UnmanagedMemoryStream/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.IO.FileSystem.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.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.Linq.Parallel/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Linq": "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.1/System.Linq.Parallel.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Linq.Parallel.dll": {}
- }
- },
- "System.Linq.Queryable/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Linq": "4.1.0",
- "System.Linq.Expressions": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Extensions": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.0/System.Linq.Queryable.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Linq.Queryable.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wpa81/_._": {}
- },
- "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.NameResolution/4.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "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.Principal.Windows": "4.0.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "runtime.native.System": "4.0.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Net.NameResolution.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "System.Net.Requests/4.0.11": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Net.Http": "4.1.0",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "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.Net.Requests.dll": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Net.Security/4.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Globalization.Extensions": "4.0.1",
- "System.IO": "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.Claims": "4.0.1",
- "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.Security.Principal": "4.0.1",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Threading.ThreadPool": "4.0.10",
- "runtime.native.System": "4.0.0",
- "runtime.native.System.Net.Security": "4.0.1",
- "runtime.native.System.Security.Cryptography": "4.0.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Net.Security.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Net.Security.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "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.Net.WebHeaderCollection/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
- }
- },
- "System.Numerics.Vectors/4.1.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.0/System.Numerics.Vectors.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/System.Numerics.Vectors.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.Private.DataContractSerialization/4.1.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "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.Runtime.Serialization.Primitives": "4.1.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.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- },
- "compile": {
- "ref/netstandard/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Private.DataContractSerialization.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "System.Reflection.DispatchProxy/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Reflection.DispatchProxy.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/System.Reflection.Emit.dll": {}
- },
- "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/System.Reflection.Emit.ILGeneration.dll": {}
- },
- "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/System.Reflection.Emit.Lightweight.dll": {}
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "System.Reflection.Metadata/1.3.0": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Immutable": "1.2.0",
- "System.Diagnostics.Debug": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "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.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "lib/netstandard1.1/System.Reflection.Metadata.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/System.Reflection.Metadata.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "System.Reflection.TypeExtensions/4.1.0": {
- "type": "package",
- "dependencies": {
- "System.Reflection": "4.1.0",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
- },
- "runtime": {
- "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
- }
- },
- "System.Resources.Reader/4.0.0": {
- "type": "package",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "lib/netstandard1.0/System.Resources.Reader.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/System.Resources.Reader.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp80+wpa81/_._": {}
- }
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wpa81/_._": {}
- }
- },
- "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.Loader/4.0.0": {
- "type": "package",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.5/System.Runtime.Loader.dll": {}
- },
- "runtime": {
- "lib/netstandard1.5/System.Runtime.Loader.dll": {}
- }
- },
- "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.Runtime.Serialization.Primitives/4.1.1": {
- "type": "package",
- "dependencies": {
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
- }
- },
- "System.Runtime.Serialization.Xml/4.1.1": {
- "type": "package",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Runtime.Serialization.Xml.dll": {}
- }
- },
- "System.Security.Claims/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections": "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.Runtime.Extensions": "4.1.0",
- "System.Security.Principal": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Security.Claims.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.Security.Principal/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.0/System.Security.Principal.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/System.Security.Principal.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.0.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.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.Claims": "4.0.1",
- "System.Security.Principal": "4.0.1",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "System.Text.Encoding.CodePages/4.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "System.Collections": "4.0.11",
- "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.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "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.Overlapped/4.0.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Handles": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "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": {}
- },
- "runtime": {
- "lib/portable-net45+win8+wp8+wpa81/_._": {}
- }
- },
- "System.Threading.Tasks.Dataflow/4.6.0": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Linq": "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": {
- "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/System.Threading.Tasks.Dataflow.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/System.Threading.Tasks.Extensions.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
- }
- },
- "System.Threading.Tasks.Parallel/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {}
- }
- },
- "System.Threading.Thread/4.0.0": {
- "type": "package",
- "dependencies": {
- "System.Runtime": "4.1.0"
- },
- "compile": {
- "ref/netstandard1.3/System.Threading.Thread.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Threading.Thread.dll": {}
- }
- },
- "System.Threading.ThreadPool/4.0.10": {
- "type": "package",
- "dependencies": {
- "System.Runtime": "4.1.0",
- "System.Runtime.Handles": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.3/System.Threading.ThreadPool.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Threading.ThreadPool.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": {}
- }
- },
- "System.Xml.XmlDocument/4.0.1": {
- "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.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.XmlDocument.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Xml.XmlDocument.dll": {}
- }
- },
- "System.Xml.XmlSerializer/4.0.11": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "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.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.3/System.Xml.XmlSerializer.dll": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {}
- }
- },
- "System.Xml.XPath/4.0.1": {
- "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.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Xml.XPath.dll": {}
- }
- },
- "System.Xml.XPath.XDocument/4.0.1": {
- "type": "package",
- "dependencies": {
- "System.Diagnostics.Debug": "4.0.11",
- "System.Linq": "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.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XDocument": "4.0.11",
- "System.Xml.XPath": "4.0.1"
- },
- "compile": {
- "ref/netstandard1.3/_._": {}
- },
- "runtime": {
- "lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {}
- }
- },
- "xunit/2.2.0-beta2-build3300": {
- "type": "package",
- "dependencies": {
- "xunit.assert": "[2.2.0-beta2-build3300]",
- "xunit.core": "[2.2.0-beta2-build3300]"
- }
- },
- "xunit.abstractions/2.0.1-rc2": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.11-rc2-24027",
- "System.Diagnostics.Tools": "4.0.1-rc2-24027",
- "System.Reflection": "4.1.0-rc2-24027",
- "System.Runtime": "4.1.0-rc2-24027"
- },
- "compile": {
- "lib/netstandard1.0/xunit.abstractions.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/xunit.abstractions.dll": {}
- }
- },
- "xunit.assert/2.2.0-beta2-build3300": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- },
- "compile": {
- "lib/netstandard1.0/xunit.assert.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/xunit.assert.dll": {}
- }
- },
- "xunit.core/2.2.0-beta2-build3300": {
- "type": "package",
- "dependencies": {
- "xunit.extensibility.core": "[2.2.0-beta2-build3300]",
- "xunit.extensibility.execution": "[2.2.0-beta2-build3300]"
- }
- },
- "xunit.extensibility.core/2.2.0-beta2-build3300": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "xunit.abstractions": "2.0.1-rc2"
- },
- "compile": {
- "lib/netstandard1.0/xunit.core.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/xunit.core.dll": {}
- }
- },
- "xunit.extensibility.execution/2.2.0-beta2-build3300": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "xunit.extensibility.core": "[2.2.0-beta2-build3300]"
- },
- "compile": {
- "lib/netstandard1.0/xunit.execution.dotnet.dll": {}
- },
- "runtime": {
- "lib/netstandard1.0/xunit.execution.dotnet.dll": {}
- }
- },
- "xunit.runner.reporters/2.2.0-beta2-build3300": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "Newtonsoft.Json": "9.0.1",
- "xunit.runner.utility": "[2.2.0-beta2-build3300]"
- },
- "compile": {
- "lib/netstandard1.1/xunit.runner.reporters.dotnet.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/xunit.runner.reporters.dotnet.dll": {}
- }
- },
- "xunit.runner.utility/2.2.0-beta2-build3300": {
- "type": "package",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "xunit.abstractions": "2.0.1-rc2"
- },
- "compile": {
- "lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {}
- },
- "runtime": {
- "lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {}
- }
- },
- "Microsoft.Azure.Messaging/1.0.0": {
- "type": "project",
- "framework": ".NETStandard,Version=v1.3",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.0.0",
- "NETStandard.Library": "1.6.0",
- "System.Net.Security": "4.0.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Runtime.Serialization.Xml": "4.1.1",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlSerializer": "4.0.11"
- },
- "compile": {
- "netstandard1.3/Microsoft.Azure.Messaging.dll": {}
- },
- "runtime": {
- "netstandard1.3/Microsoft.Azure.Messaging.dll": {}
- }
- }
- }
- },
- "libraries": {
- "dotnet-test-xunit/2.2.0-preview2-build1029": {
- "sha512": "mPl4HHGcXsE4ljw3sHCOUvlyhXHDpfFO6qz0HbTQrhrFT8Tgm/HFLfz6TpMXUfch7rRL23kR8i0yjQPYdsl6EQ==",
- "type": "package",
- "path": "dotnet-test-xunit/2.2.0-preview2-build1029",
- "files": [
- "dotnet-test-xunit.2.2.0-preview2-build1029.nupkg.sha512",
- "dotnet-test-xunit.nuspec",
- "lib/net451/dotnet-test-xunit.exe",
- "lib/netcoreapp1.0/dotnet-test-xunit.dll",
- "lib/netcoreapp1.0/dotnet-test-xunit.runtimeconfig.json",
- "runtimes/unix-x64/lib/net451/dotnet-test-xunit.exe",
- "runtimes/win7-x64/lib/net451/dotnet-test-xunit.exe",
- "runtimes/win7-x86/lib/net451/dotnet-test-xunit.exe"
- ]
- },
- "Libuv/1.9.0": {
- "sha512": "LMcyVA2rLDZ+zloP7ViEJBgBNWa5kEATsF2Cp9xbTtHU7iZ+qC0RTvmnaF5hkjrHTwB3Wl0dKJ1KAfSz5ww3tA==",
- "type": "package",
- "path": "Libuv/1.9.0",
- "files": [
- "Libuv.1.9.0.nupkg.sha512",
- "Libuv.nuspec",
- "License.txt",
- "runtimes/debian-x64/native/libuv.so",
- "runtimes/fedora-x64/native/libuv.so",
- "runtimes/opensuse-x64/native/libuv.so",
- "runtimes/osx/native/libuv.dylib",
- "runtimes/rhel-x64/native/libuv.so",
- "runtimes/win7-arm/native/libuv.dll",
- "runtimes/win7-x64/native/libuv.dll",
- "runtimes/win7-x86/native/libuv.dll"
- ]
- },
- "Microsoft.Azure.Amqp/2.0.0": {
- "sha512": "PomjDIRpI3zLbtqbwbc7AFLMy1pK6EANkupMSTXO+MOq/iqlTA65/aH+QEw0lziMcbvzp2fCZNRg3V69YljUGg==",
- "type": "package",
- "path": "Microsoft.Azure.Amqp/2.0.0",
- "files": [
- "Microsoft.Azure.Amqp.2.0.0.nupkg.sha512",
- "Microsoft.Azure.Amqp.nuspec",
- "lib/net451/Microsoft.Azure.Amqp.XML",
- "lib/net451/Microsoft.Azure.Amqp.dll",
- "lib/netstandard1.3/Microsoft.Azure.Amqp.XML",
- "lib/netstandard1.3/Microsoft.Azure.Amqp.dll",
- "lib/uap10.0/Microsoft.Azure.Amqp.Uwp.dll"
- ]
- },
- "Microsoft.CodeAnalysis.Analyzers/1.1.0": {
- "sha512": "c/OAvQotZtNgU/w4S7C+XSOnesoQe3I2Aml7Q5d4rrVTlwGdcNwtCcRX7ycZZoNLMyFTJ0gEHvrWBscpyzswnQ==",
- "type": "package",
- "path": "Microsoft.CodeAnalysis.Analyzers/1.1.0",
- "files": [
- "Microsoft.CodeAnalysis.Analyzers.1.1.0.nupkg.sha512",
- "Microsoft.CodeAnalysis.Analyzers.nuspec",
- "ThirdPartyNotices.rtf",
- "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll",
- "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll",
- "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll",
- "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll",
- "tools/install.ps1",
- "tools/uninstall.ps1"
- ]
- },
- "Microsoft.CodeAnalysis.Common/1.3.0": {
- "sha512": "d/k66XXWj0xRTlhOgJUjdUMZ0TBx8UpnIcKysmhU4ZcYLxgUHfv3J1CkCrVh0hJ2QV0qJ3vMazjQ+NKnm76/1w==",
- "type": "package",
- "path": "Microsoft.CodeAnalysis.Common/1.3.0",
- "files": [
- "Microsoft.CodeAnalysis.Common.1.3.0.nupkg.sha512",
- "Microsoft.CodeAnalysis.Common.nuspec",
- "ThirdPartyNotices.rtf",
- "lib/net45/Microsoft.CodeAnalysis.dll",
- "lib/net45/Microsoft.CodeAnalysis.xml",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.dll",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.xml",
- "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll",
- "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml"
- ]
- },
- "Microsoft.CodeAnalysis.CSharp/1.3.0": {
- "sha512": "Zy2/P2RKoZPaG9et5/Dts+cQFpwIPOXdWfsINz08XyNls8XA1SL7p2DyajWdeleiUNss43ekPwVqrZxNwtEpeA==",
- "type": "package",
- "path": "Microsoft.CodeAnalysis.CSharp/1.3.0",
- "files": [
- "Microsoft.CodeAnalysis.CSharp.1.3.0.nupkg.sha512",
- "Microsoft.CodeAnalysis.CSharp.nuspec",
- "ThirdPartyNotices.rtf",
- "lib/net45/Microsoft.CodeAnalysis.CSharp.dll",
- "lib/net45/Microsoft.CodeAnalysis.CSharp.xml",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml",
- "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll",
- "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml"
- ]
- },
- "Microsoft.CodeAnalysis.VisualBasic/1.3.0": {
- "sha512": "xUhkPaYBq61LSuRar5TsDSDpY/vm4lxYiWg4zY/QE1wihhd1PcSWYKIooVxk3SAKM2vfjvYtouOzoU3jThATow==",
- "type": "package",
- "path": "Microsoft.CodeAnalysis.VisualBasic/1.3.0",
- "files": [
- "Microsoft.CodeAnalysis.VisualBasic.1.3.0.nupkg.sha512",
- "Microsoft.CodeAnalysis.VisualBasic.nuspec",
- "ThirdPartyNotices.rtf",
- "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll",
- "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll",
- "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml",
- "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll",
- "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml"
- ]
- },
- "Microsoft.CSharp/4.0.1": {
- "sha512": "S+F3X0DCk2I9bMX2DDuEvk0TlxOgJqy54IE3YmIZy1CgAm83d7f1HHhcaqHxlPq35eMnX4KzovqGFS13jEkfdw==",
- "type": "package",
- "path": "Microsoft.CSharp/4.0.1",
- "files": [
- "Microsoft.CSharp.4.0.1.nupkg.sha512",
- "Microsoft.CSharp.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/Microsoft.CSharp.dll",
- "lib/netstandard1.3/Microsoft.CSharp.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/Microsoft.CSharp.dll",
- "ref/netcore50/Microsoft.CSharp.xml",
- "ref/netcore50/de/Microsoft.CSharp.xml",
- "ref/netcore50/es/Microsoft.CSharp.xml",
- "ref/netcore50/fr/Microsoft.CSharp.xml",
- "ref/netcore50/it/Microsoft.CSharp.xml",
- "ref/netcore50/ja/Microsoft.CSharp.xml",
- "ref/netcore50/ko/Microsoft.CSharp.xml",
- "ref/netcore50/ru/Microsoft.CSharp.xml",
- "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
- "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
- "ref/netstandard1.0/Microsoft.CSharp.dll",
- "ref/netstandard1.0/Microsoft.CSharp.xml",
- "ref/netstandard1.0/de/Microsoft.CSharp.xml",
- "ref/netstandard1.0/es/Microsoft.CSharp.xml",
- "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
- "ref/netstandard1.0/it/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
- "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
- "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
- "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "Microsoft.DiaSymReader/1.0.8": {
- "sha512": "ABLULVhCAiyBFLBT5xX6vB4NhZDgwUylGRQK+zW5nZn2rbh1f8LOnFZ9gVSxzL6qOzPNb32Nu3QZ43iZerHOxA==",
- "type": "package",
- "path": "Microsoft.DiaSymReader/1.0.8",
- "files": [
- "Microsoft.DiaSymReader.1.0.8.nupkg.sha512",
- "Microsoft.DiaSymReader.nuspec",
- "lib/net20/Microsoft.DiaSymReader.dll",
- "lib/net20/Microsoft.DiaSymReader.xml",
- "lib/netstandard1.1/Microsoft.DiaSymReader.dll",
- "lib/netstandard1.1/Microsoft.DiaSymReader.xml",
- "lib/portable-net45+win8/Microsoft.DiaSymReader.dll",
- "lib/portable-net45+win8/Microsoft.DiaSymReader.xml"
- ]
- },
- "Microsoft.DiaSymReader.Native/1.4.0-rc2": {
- "sha512": "KIQOG+U6btTHL5KkXYofMpyCzVx+6EcDPS9GBRGGhlrTjJqcqAM6a6a0D0Dur/HPnAdmGLtSHVjCDZijGJFCAA==",
- "type": "package",
- "path": "Microsoft.DiaSymReader.Native/1.4.0-rc2",
- "files": [
- "Microsoft.DiaSymReader.Native.1.4.0-rc2.nupkg.sha512",
- "Microsoft.DiaSymReader.Native.nuspec",
- "build/Microsoft.DiaSymReader.Native.props",
- "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll",
- "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll",
- "runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
- "runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll",
- "runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll",
- "runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll"
- ]
- },
- "Microsoft.DotNet.InternalAbstractions/1.0.0": {
- "sha512": "AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==",
- "type": "package",
- "path": "Microsoft.DotNet.InternalAbstractions/1.0.0",
- "files": [
- "Microsoft.DotNet.InternalAbstractions.1.0.0.nupkg.sha512",
- "Microsoft.DotNet.InternalAbstractions.nuspec",
- "lib/net451/Microsoft.DotNet.InternalAbstractions.dll",
- "lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll"
- ]
- },
- "Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121": {
- "sha512": "wnWw5KsKinG2wWxdoQIJXZlMFvPNhL7WmIyW9q6xrZFUi/uld5PC3ksq2QDZepF148FUjCIyTP+TnRwU3RJqUg==",
- "type": "package",
- "path": "Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121",
- "files": [
- "Microsoft.DotNet.ProjectModel.1.0.0-rc3-003121.nupkg.sha512",
- "Microsoft.DotNet.ProjectModel.nuspec",
- "lib/net451/Microsoft.DotNet.ProjectModel.dll",
- "lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll"
- ]
- },
- "Microsoft.Extensions.DependencyModel/1.0.0": {
- "sha512": "n55Y2T4qMgCNMrJaqAN+nlG2EH4XL+e9uxIg4vdFsQeF+L8UKxRdD3C35Bt+xk3vO3Zwp3g+6KFq2VPH2COSmg==",
- "type": "package",
- "path": "Microsoft.Extensions.DependencyModel/1.0.0",
- "files": [
- "Microsoft.Extensions.DependencyModel.1.0.0.nupkg.sha512",
- "Microsoft.Extensions.DependencyModel.nuspec",
- "lib/net451/Microsoft.Extensions.DependencyModel.dll",
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll"
- ]
- },
- "Microsoft.Extensions.Testing.Abstractions/1.0.0-preview2-003121": {
- "sha512": "q3Uq07d6LbYr0NiX5Dz9GCbXJv4vkmSbUvFEmov3Vo4prZWjhFzF+byk2tWAEEqtZ6ereMYXBUt99wCTtANk6Q==",
- "type": "package",
- "path": "Microsoft.Extensions.Testing.Abstractions/1.0.0-preview2-003121",
- "files": [
- "Microsoft.Extensions.Testing.Abstractions.1.0.0-preview2-003121.nupkg.sha512",
- "Microsoft.Extensions.Testing.Abstractions.nuspec",
- "lib/net451/Microsoft.Extensions.Testing.Abstractions.dll",
- "lib/netstandard1.6/Microsoft.Extensions.Testing.Abstractions.dll"
- ]
- },
- "Microsoft.NETCore.App/1.0.0": {
- "sha512": "zB1xgd3bjhdlw9pI2IbQZqhMLsmUgEYodFxYdMm/Ru77g3TML73oujqErhQjOkmhrO2K3xckmVl4qaDGifV5CQ==",
- "type": "package",
- "path": "Microsoft.NETCore.App/1.0.0",
- "files": [
- "Microsoft.NETCore.App.1.0.0.nupkg.sha512",
- "Microsoft.NETCore.App.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netcoreapp1.0/_._"
- ]
- },
- "Microsoft.NETCore.DotNetHost/1.0.1": {
- "sha512": "nrvevGKofsz6XpGHwHoKOOQ8xXukBiZ1j5Q0L0hFcC6cfCc7H4UxpszvGaiMTtkubWuxsp0z468ulmWiRv2KxQ==",
- "type": "package",
- "path": "Microsoft.NETCore.DotNetHost/1.0.1",
- "files": [
- "Microsoft.NETCore.DotNetHost.1.0.1.nupkg.sha512",
- "Microsoft.NETCore.DotNetHost.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.DotNetHostPolicy/1.0.1": {
- "sha512": "UjcwWmizJoiEM3cVyFmcRMUVseNFfo4y1kaRwlgO3szAIQ3pQjP676HZdAgpQY7sE1RJRlPqFTF6bObfxrq5Ig==",
- "type": "package",
- "path": "Microsoft.NETCore.DotNetHostPolicy/1.0.1",
- "files": [
- "Microsoft.NETCore.DotNetHostPolicy.1.0.1.nupkg.sha512",
- "Microsoft.NETCore.DotNetHostPolicy.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.DotNetHostResolver/1.0.1": {
- "sha512": "KRQfw/tbV+CVKQmSfNi614GWYWQcxAndiQpFWCN81fqYiXJF4gM+1S4xGHGQjTcmN0aU5Ehbi0jsFA6qKCwK2g==",
- "type": "package",
- "path": "Microsoft.NETCore.DotNetHostResolver/1.0.1",
- "files": [
- "Microsoft.NETCore.DotNetHostResolver.1.0.1.nupkg.sha512",
- "Microsoft.NETCore.DotNetHostResolver.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.Jit/1.0.2": {
- "sha512": "zNMZxTCwD0u41ifBOLtMkq1gwm0jgwLt33WmoAZrVAeDStkM2pc8CM8YW3bzMFoOaRl3bHgeEX7kmvb7K3yr8Q==",
- "type": "package",
- "path": "Microsoft.NETCore.Jit/1.0.2",
- "files": [
- "Microsoft.NETCore.Jit.1.0.2.nupkg.sha512",
- "Microsoft.NETCore.Jit.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.Platforms/1.0.1": {
- "sha512": "cfrNwshrVj4c01h6mmWPoZM/US2OEe4V2d+7oobhLbQetQfk4NUolslfBgIxUaCo7J/UCfqN/ZUTSo3l94mjFA==",
- "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.Runtime.CoreCLR/1.0.2": {
- "sha512": "w4rKUfBXIeY0RcY0S/eo+5Ehe37ljbtqoUiTXdcAMa/tFU55Qswh/jlE4uLHSYvYgkJBYrJQkIwIhddBES7MGA==",
- "type": "package",
- "path": "Microsoft.NETCore.Runtime.CoreCLR/1.0.2",
- "files": [
- "Microsoft.NETCore.Runtime.CoreCLR.1.0.2.nupkg.sha512",
- "Microsoft.NETCore.Runtime.CoreCLR.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.json"
- ]
- },
- "Microsoft.NETCore.Targets/1.0.1": {
- "sha512": "v94sVqQyIZnXCV6D0J6G5xu75O3CRAY4EDTiBUxWFXCHjs0maKVICVlmz0q8tlg9MflvGjwhKKEla6D6y5lPRA==",
- "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.NETCore.Windows.ApiSets/1.0.1": {
- "sha512": "xlLNd+NUJw+0FvBWhpQlL2zdFLwhYLuNd9cENJh1/S2upUiOHW5gyNL4FmJL4vyzDCuoAZm02jYB+5Ue9RbOkw==",
- "type": "package",
- "path": "Microsoft.NETCore.Windows.ApiSets/1.0.1",
- "files": [
- "Microsoft.NETCore.Windows.ApiSets.1.0.1.nupkg.sha512",
- "Microsoft.NETCore.Windows.ApiSets.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "runtime.json"
- ]
- },
- "Microsoft.VisualBasic/10.0.1": {
- "sha512": "VZCz84Y5YwuT1FB+rw7pgt58kfCaNOO6HzCbtFPfpZ203CoALY7iVfQQ1/ofIKzqv7Xtzwoh7v9/61uxTRGzpA==",
- "type": "package",
- "path": "Microsoft.VisualBasic/10.0.1",
- "files": [
- "Microsoft.VisualBasic.10.0.1.nupkg.sha512",
- "Microsoft.VisualBasic.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/net45/_._",
- "lib/netcore50/Microsoft.VisualBasic.dll",
- "lib/netstandard1.3/Microsoft.VisualBasic.dll",
- "lib/portable-net45+win8+wpa81/_._",
- "lib/win8/_._",
- "lib/wpa81/_._",
- "ref/net45/_._",
- "ref/netcore50/Microsoft.VisualBasic.dll",
- "ref/netcore50/Microsoft.VisualBasic.xml",
- "ref/netcore50/de/Microsoft.VisualBasic.xml",
- "ref/netcore50/es/Microsoft.VisualBasic.xml",
- "ref/netcore50/fr/Microsoft.VisualBasic.xml",
- "ref/netcore50/it/Microsoft.VisualBasic.xml",
- "ref/netcore50/ja/Microsoft.VisualBasic.xml",
- "ref/netcore50/ko/Microsoft.VisualBasic.xml",
- "ref/netcore50/ru/Microsoft.VisualBasic.xml",
- "ref/netcore50/zh-hans/Microsoft.VisualBasic.xml",
- "ref/netcore50/zh-hant/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/Microsoft.VisualBasic.dll",
- "ref/netstandard1.1/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/de/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/es/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/fr/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/it/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/ja/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/ko/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/ru/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml",
- "ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml",
- "ref/portable-net45+win8+wpa81/_._",
- "ref/win8/_._",
- "ref/wpa81/_._"
- ]
- },
- "Microsoft.Win32.Primitives/4.0.1": {
- "sha512": "aFB0agwMAMhSsS8Jq2bH744vCBPs5J4pwXnBO9tDUtQ8gKnVNQwRLlLRaZBwNjE14JyNlRkhAK4VCsi2th397g==",
- "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/_._"
- ]
- },
- "Microsoft.Win32.Registry/4.0.0": {
- "sha512": "0uGrECXvzpJVktknUO9hihDUAAQiins5goF9UNgRUnCeyoPJ4jw3Sqrar29vp1M21vx+glAODtpgusEe5fZmuw==",
- "type": "package",
- "path": "Microsoft.Win32.Registry/4.0.0",
- "files": [
- "Microsoft.Win32.Registry.4.0.0.nupkg.sha512",
- "Microsoft.Win32.Registry.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/net46/Microsoft.Win32.Registry.dll",
- "ref/net46/Microsoft.Win32.Registry.dll",
- "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
- "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
- "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
- "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
- "runtimes/win/lib/netcore50/_._",
- "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll"
- ]
- },
- "NETStandard.Library/1.6.0": {
- "sha512": "mPamAIsqJZE3l2ifDv2W7yPYLS0bgmrUrjvKRat5BMRmxl/ZKgF7//ydxl4jVMeF+zoJqJzUDz8sAcx5lcoJcA==",
- "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"
- ]
- },
- "Newtonsoft.Json/9.0.1": {
- "sha512": "U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==",
- "type": "package",
- "path": "Newtonsoft.Json/9.0.1",
- "files": [
- "Newtonsoft.Json.9.0.1.nupkg.sha512",
- "Newtonsoft.Json.nuspec",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
- "lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll",
- "lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml",
- "tools/install.ps1"
- ]
- },
- "NuGet.Common/3.5.0-beta2-1484": {
- "sha512": "rLBmcZOPVF7Mne/LumDNACZZyI5B67hjylt+Z/WSEUQ/IXE9nLv8IVL0+T9xljIaSSQCjO8cOtmJ6ztqrsQKcQ==",
- "type": "package",
- "path": "NuGet.Common/3.5.0-beta2-1484",
- "files": [
- "NuGet.Common.3.5.0-beta2-1484.nupkg.sha512",
- "NuGet.Common.nuspec",
- "lib/net45/NuGet.Common.dll",
- "lib/net45/NuGet.Common.xml",
- "lib/netstandard1.3/NuGet.Common.dll",
- "lib/netstandard1.3/NuGet.Common.xml"
- ]
- },
- "NuGet.Frameworks/3.5.0-beta2-1484": {
- "sha512": "AZoX0c05qgSfx0IOGTbLXa2fD7eM2WUqKP3osMMvSxK+tOGmctHuFlvjXxMHBv9yg0/13KdH0osV/zI7+SjzOA==",
- "type": "package",
- "path": "NuGet.Frameworks/3.5.0-beta2-1484",
- "files": [
- "NuGet.Frameworks.3.5.0-beta2-1484.nupkg.sha512",
- "NuGet.Frameworks.nuspec",
- "lib/net40-client/NuGet.Frameworks.dll",
- "lib/net40-client/NuGet.Frameworks.xml",
- "lib/net45/NuGet.Frameworks.dll",
- "lib/net45/NuGet.Frameworks.xml",
- "lib/netstandard1.3/NuGet.Frameworks.dll",
- "lib/netstandard1.3/NuGet.Frameworks.xml"
- ]
- },
- "NuGet.Packaging/3.5.0-beta2-1484": {
- "sha512": "/+7d3vvCel4KhJo6AyOneg07fbAkUsy/ORgIaxW3nNdJubCXSrAdg1wfQpwzBygmErjrPcdYzzk2y2Sc6m7hwQ==",
- "type": "package",
- "path": "NuGet.Packaging/3.5.0-beta2-1484",
- "files": [
- "NuGet.Packaging.3.5.0-beta2-1484.nupkg.sha512",
- "NuGet.Packaging.nuspec",
- "lib/net45/NuGet.Packaging.dll",
- "lib/net45/NuGet.Packaging.xml",
- "lib/netstandard1.3/NuGet.Packaging.dll",
- "lib/netstandard1.3/NuGet.Packaging.xml"
- ]
- },
- "NuGet.Packaging.Core/3.5.0-beta2-1484": {
- "sha512": "Lsz2lgYH0mdOvuL8C3G4XLm9EaAheBOqrgLgnBNxCeLGLU+n+Zu8Lt6K1bpzgkeKyTyAhJdWbv/3lS4w7s04gw==",
- "type": "package",
- "path": "NuGet.Packaging.Core/3.5.0-beta2-1484",
- "files": [
- "NuGet.Packaging.Core.3.5.0-beta2-1484.nupkg.sha512",
- "NuGet.Packaging.Core.nuspec",
- "lib/net45/NuGet.Packaging.Core.dll",
- "lib/net45/NuGet.Packaging.Core.xml",
- "lib/netstandard1.3/NuGet.Packaging.Core.dll",
- "lib/netstandard1.3/NuGet.Packaging.Core.xml"
- ]
- },
- "NuGet.Packaging.Core.Types/3.5.0-beta2-1484": {
- "sha512": "4mEXZBoe/RKTDVQGwdrl/f5gqolU2d1JWjpbGdQv5EG/xQCC8IQ8FTNYzk0+ydV/vuRM1yaNe+6UQ90nGE+1kQ==",
- "type": "package",
- "path": "NuGet.Packaging.Core.Types/3.5.0-beta2-1484",
- "files": [
- "NuGet.Packaging.Core.Types.3.5.0-beta2-1484.nupkg.sha512",
- "NuGet.Packaging.Core.Types.nuspec",
- "lib/net45/NuGet.Packaging.Core.Types.dll",
- "lib/net45/NuGet.Packaging.Core.Types.xml",
- "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll",
- "lib/netstandard1.3/NuGet.Packaging.Core.Types.xml"
- ]
- },
- "NuGet.RuntimeModel/3.5.0-beta2-1484": {
- "sha512": "vg29WbKcExD9AJrKMr7NB9pnp+0MTAcDHB6gFHCqRynSo6jgjC8q+ZPAlxC115rQiO8fqzOEP59Q8hx20anUtA==",
- "type": "package",
- "path": "NuGet.RuntimeModel/3.5.0-beta2-1484",
- "files": [
- "NuGet.RuntimeModel.3.5.0-beta2-1484.nupkg.sha512",
- "NuGet.RuntimeModel.nuspec",
- "lib/net45/NuGet.RuntimeModel.dll",
- "lib/net45/NuGet.RuntimeModel.xml",
- "lib/netstandard1.3/NuGet.RuntimeModel.dll",
- "lib/netstandard1.3/NuGet.RuntimeModel.xml"
- ]
- },
- "NuGet.Versioning/3.5.0-beta2-1484": {
- "sha512": "Stok+SI5lWxOkTgZZM7jT4xuAZogm5+j85mKJeHSXb8o0OAbB+qDX9jkdM2wIEnjoR8R29J0nQYwk2Kl2lWFpA==",
- "type": "package",
- "path": "NuGet.Versioning/3.5.0-beta2-1484",
- "files": [
- "NuGet.Versioning.3.5.0-beta2-1484.nupkg.sha512",
- "NuGet.Versioning.nuspec",
- "lib/net45/NuGet.Versioning.dll",
- "lib/net45/NuGet.Versioning.xml",
- "lib/netstandard1.0/NuGet.Versioning.dll",
- "lib/netstandard1.0/NuGet.Versioning.xml"
- ]
- },
- "runtime.native.System/4.0.0": {
- "sha512": "EuWRkxQQrSSxfo3AOL8Fm48ZAXVFfzH0DR7ZeoD9X+Gmqg3y1ZVzBIeL5YUWXJ5koN/prM+oEFwE/T+YaoevqA==",
- "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": "5k8XHXRvVfrmP5pARUC4frroJ5cv4Xhs6fVzh2Wrvsyyj6qSaQcgR5xD8QkDskfD2S3JjYuOsuW8nacVJfQePg==",
- "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": "NKh/CW3OMu1lW2bLB5Ilmr+0aq+e8y2encKh5TDVn6orR59QZ/WoaqJ6F/F86WIb2L0LOZOfauLAU0/HP2uSrQ==",
- "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.Net.Security/4.0.1": {
- "sha512": "9nL+jmjRA3KscaAFVhDv/qilNSSqd40WrIjPvvj26gy497ZgCZSfxH10wKp/EM706sDOo9x/GAeaprISvcYmHA==",
- "type": "package",
- "path": "runtime.native.System.Net.Security/4.0.1",
- "files": [
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/_._",
- "runtime.native.System.Net.Security.4.0.1.nupkg.sha512",
- "runtime.native.System.Net.Security.nuspec"
- ]
- },
- "runtime.native.System.Security.Cryptography/4.0.0": {
- "sha512": "Ldpc15LHjjRCijXEE+yT+oRnEKYiYY445Ee6ggNzayM7S9i7i4yi/okRh+xNhLsU5oKkV+MoJQVDzEOIg5MABg==",
- "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": "qFOoXqCl6tt4E4neWz0KrFC0hD7Qh/fgRq5w60NuoZKzcfmwAzxJfX9z9nRG7d3QjfxBAhKV49r9qBW1VTS9yA==",
- "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": "luB1Rvcv5ONwqu9qFPOlWod/C8G5/q1lLv31zD9NsExd1Xw4oNoNBoJF4S0LAA0V0NVOLL2nOH0AsK6o17PL2w==",
- "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": "VDQ7nWLTbuO4M6nG9+AKVGuxxKnG7+k77uBE5IfMPS+LBlHuKdmwaZ7E3BrR+zdOYKQu54jDlmWyPOYgqw+zjg==",
- "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": "Y9dbmTur553genXWGsyLkFIt/Of3pTlVxdll5esGTVbP9yGJpP0YRDRv8/ht5Ef5QCqzJqDMx4GCu4vh6FmxNA==",
- "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.Collections.Immutable/1.2.0": {
- "sha512": "Mv0jY4Vqstde7N9gMBUmqoyjMFjrDrxG9XjiFoNtXGdGmm53hp3tMXysIcZ8eMcAiNxIyuYIWT4DhK3HOWJ4cA==",
- "type": "package",
- "path": "System.Collections.Immutable/1.2.0",
- "files": [
- "System.Collections.Immutable.1.2.0.nupkg.sha512",
- "System.Collections.Immutable.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/System.Collections.Immutable.dll",
- "lib/netstandard1.0/System.Collections.Immutable.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml"
- ]
- },
- "System.ComponentModel/4.0.1": {
- "sha512": "SDg/Xpr42WaMUCio9GGXXBQ9XZXDLphOFYEr2/zfq09jBbd/sKuMGsFV4TzgZsVZIeG76CszvjwN/B/Jb+hHEQ==",
- "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.ComponentModel.Annotations/4.1.0": {
- "sha512": "m22CzWv9TOaRvFaoIQ9tP1zn9UiHxFZrWpYCWimAGWTc0E/ZMRLlIKiqj5d3+3zCjrFx3ggBcRiyTt/2a4KJBg==",
- "type": "package",
- "path": "System.ComponentModel.Annotations/4.1.0",
- "files": [
- "System.ComponentModel.Annotations.4.1.0.nupkg.sha512",
- "System.ComponentModel.Annotations.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net461/System.ComponentModel.Annotations.dll",
- "lib/netcore50/System.ComponentModel.Annotations.dll",
- "lib/netstandard1.4/System.ComponentModel.Annotations.dll",
- "lib/portable-net45+win8/_._",
- "lib/win8/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/net461/System.ComponentModel.Annotations.dll",
- "ref/netcore50/System.ComponentModel.Annotations.dll",
- "ref/netcore50/System.ComponentModel.Annotations.xml",
- "ref/netcore50/de/System.ComponentModel.Annotations.xml",
- "ref/netcore50/es/System.ComponentModel.Annotations.xml",
- "ref/netcore50/fr/System.ComponentModel.Annotations.xml",
- "ref/netcore50/it/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ja/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ko/System.ComponentModel.Annotations.xml",
- "ref/netcore50/ru/System.ComponentModel.Annotations.xml",
- "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.1/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.3/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/System.ComponentModel.Annotations.dll",
- "ref/netstandard1.4/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml",
- "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml",
- "ref/portable-net45+win8/_._",
- "ref/win8/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Console/4.0.0": {
- "sha512": "3jZxnCrw9TNGYy4ZjC+r3WW0Vt2VVEHTkhTMeDdbFf/hGeImJVRaB6f/Nnw2To7l2lDikk8F+6low5InXi1bHQ==",
- "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": "MTA3mSGPrSE/R9N3U/GtuJ2KsKQWwahTFc47UbDkt5X7TlGTfEuQXPfQwt2NNEYmpg8MewkAZ6zB+UyDyjiJOA==",
- "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": "o26H6SKKCysX2CpOa4eGxddDLQijRG/c/AcPt+/5iUzkjksE+wAmAb1ErtiSWNyC2N68EFjZxGG4siFa04sgwA==",
- "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.FileVersionInfo/4.0.0": {
- "sha512": "J4Bvw10OO7nEZVIgDjMKFzjDDjnhAYqTIb3ueKaa4KGr1jSoKl9E4KX4IZTlN7LXAbZkFQ2/AkC7fnwy2LQvVQ==",
- "type": "package",
- "path": "System.Diagnostics.FileVersionInfo/4.0.0",
- "files": [
- "System.Diagnostics.FileVersionInfo.4.0.0.nupkg.sha512",
- "System.Diagnostics.FileVersionInfo.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Diagnostics.FileVersionInfo.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Diagnostics.FileVersionInfo.dll",
- "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll",
- "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml",
- "ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll",
- "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll"
- ]
- },
- "System.Diagnostics.Process/4.1.0": {
- "sha512": "8jgr829dLZDBQF9023xE4EoeYP5mb2Z8c+hYTXTsf2yGdtuSveA6cuiV9kgCgvKPW9dX4vGuX9K+FxjJYky6ig==",
- "type": "package",
- "path": "System.Diagnostics.Process/4.1.0",
- "files": [
- "System.Diagnostics.Process.4.1.0.nupkg.sha512",
- "System.Diagnostics.Process.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Diagnostics.Process.dll",
- "lib/net461/System.Diagnostics.Process.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Diagnostics.Process.dll",
- "ref/net461/System.Diagnostics.Process.dll",
- "ref/netstandard1.3/System.Diagnostics.Process.dll",
- "ref/netstandard1.3/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/de/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/es/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/fr/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/it/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/ja/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/ko/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/ru/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml",
- "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/System.Diagnostics.Process.dll",
- "ref/netstandard1.4/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/de/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/es/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/fr/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/it/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/ja/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/ko/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/ru/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml",
- "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll",
- "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll",
- "runtimes/win/lib/net46/System.Diagnostics.Process.dll",
- "runtimes/win/lib/net461/System.Diagnostics.Process.dll",
- "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll",
- "runtimes/win7/lib/netcore50/_._"
- ]
- },
- "System.Diagnostics.StackTrace/4.0.1": {
- "sha512": "O/k43gHnJieQGwqDucxto1jshV+jJ0hz+DIV7+8TzYOXpeKwVpa6WM3ndalVczyqcJFYiJv7q9eP30t1u7OXmw==",
- "type": "package",
- "path": "System.Diagnostics.StackTrace/4.0.1",
- "files": [
- "System.Diagnostics.StackTrace.4.0.1.nupkg.sha512",
- "System.Diagnostics.StackTrace.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Diagnostics.StackTrace.dll",
- "lib/netstandard1.3/System.Diagnostics.StackTrace.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Diagnostics.StackTrace.dll",
- "ref/netstandard1.3/System.Diagnostics.StackTrace.dll",
- "ref/netstandard1.3/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml",
- "ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll"
- ]
- },
- "System.Diagnostics.Tools/4.0.1": {
- "sha512": "afIdDVTDFL/gzSuMwtLKO54hzVXrGRy3FgnXqiGOPDMXz/73fVcWHfBIpRTHkqCp0pWkxtnEdiv2H1EKeW06cQ==",
- "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": "+Fhw1ipvgtcN7Jxzzf3NBOtjPOUfdjFovjizdqLPn0/xDuo06gvuB18dT9SLkSyeRBGuObp1VXEQFW9VWNQ+DA==",
- "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.Dynamic.Runtime/4.0.11": {
- "sha512": "uA6r1YN+Rk2sqTQ9rRtEvTmIRScd/GwWmZzfW2xSSZr5qriSzQZJz0DSxQTdCgkQClPgKikVqCc7iOWleFv4WA==",
- "type": "package",
- "path": "System.Dynamic.Runtime/4.0.11",
- "files": [
- "System.Dynamic.Runtime.4.0.11.nupkg.sha512",
- "System.Dynamic.Runtime.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Dynamic.Runtime.dll",
- "lib/netstandard1.3/System.Dynamic.Runtime.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.Dynamic.Runtime.dll",
- "ref/netcore50/System.Dynamic.Runtime.xml",
- "ref/netcore50/de/System.Dynamic.Runtime.xml",
- "ref/netcore50/es/System.Dynamic.Runtime.xml",
- "ref/netcore50/fr/System.Dynamic.Runtime.xml",
- "ref/netcore50/it/System.Dynamic.Runtime.xml",
- "ref/netcore50/ja/System.Dynamic.Runtime.xml",
- "ref/netcore50/ko/System.Dynamic.Runtime.xml",
- "ref/netcore50/ru/System.Dynamic.Runtime.xml",
- "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",
- "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/System.Dynamic.Runtime.dll",
- "ref/netstandard1.0/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/de/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/es/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/it/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml",
- "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/System.Dynamic.Runtime.dll",
- "ref/netstandard1.3/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/de/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/es/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/it/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml",
- "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.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.Dynamic.Runtime.dll"
- ]
- },
- "System.Globalization/4.0.11": {
- "sha512": "tmXANUYdPtSoOkp7lRYD9sYH57FoGf6u3qx2ZLO++YeW3c2/8xEBLL1ownFFP8GOZalS60v89WazEcFF9/f0vA==",
- "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": "px95PIaLNUK/yfb1ca4PHlP/VcSBwh55OdlinXnB3v/ua0bw2f8CdbmCsV2S3QgY1jmDnIhBSOn2Fb1OTL/xCA==",
- "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": "r02BWdSLvgH/U0Aju4TWaNUNvm/lg+n/KmukIEs2U/cbGz85a+kTjFMJz7r3Y0EM8SMhH4goWjJTAlxxBp/w7Q==",
- "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": "mndkpPXMBGhktvkRWVgelb1tp9V7mhJ5E1VNHyASptDr88iCm7nYNTHLv+5pmFnWynDAHQ/pgBKluA1Nxtvoew==",
- "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": "7KDqTHfukww2EpElV7NdzHPQx/UfMug5idPg0+A3SPuLgz1cLm4A0BIJ5u7xZS6XvNs2Z2pRgzwjpvQkdAtcQw==",
- "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": "f3yZ3LKHL1m9YI6NPbNSzXFgvI6qjYyK7StlAuea2sX5aNtXWtmdN+mEMlBIPUNC7vrUV5YRPTM+iVtfhknI1A==",
- "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": "DR6fLhHg5l8CBcP2zb2QPBxBpyxBdyBA+jCpycP9tkENq/L27S3aSuaiJNtZPb/iKOUTC/beGO2U6eV5cMnwWw==",
- "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": "vXk058BhUdr1RBsytmuK9N9Jb94TrK00AjH4acPD8FzJQ2SELP4D09SPWmUaCme9s3+c1Pm5bmIAseFdc/OA7w==",
- "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.IO.FileSystem.Watcher/4.0.0": {
- "sha512": "+s5QLPMnFb91LXMwpMYqWtKAVIdThLIZf5W635x3MGmYgOIs1lSNAbnhoV+e72wodZg//CXLMJXuiZAtmvMvNA==",
- "type": "package",
- "path": "System.IO.FileSystem.Watcher/4.0.0",
- "files": [
- "System.IO.FileSystem.Watcher.4.0.0.nupkg.sha512",
- "System.IO.FileSystem.Watcher.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.IO.FileSystem.Watcher.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.IO.FileSystem.Watcher.dll",
- "ref/netstandard1.3/System.IO.FileSystem.Watcher.dll",
- "ref/netstandard1.3/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml",
- "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
- "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
- "runtimes/win/lib/net46/System.IO.FileSystem.Watcher.dll",
- "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll",
- "runtimes/win7/lib/netcore50/_._"
- ]
- },
- "System.IO.MemoryMappedFiles/4.0.0": {
- "sha512": "FCUu0IwKuJV6hyOuO1bjv4ztPOpIwIpvR4JxwFAhcYRI5Tgoh8U0vHtDV2duUx9l7x3FigJHlMi5BgqLK/UQUw==",
- "type": "package",
- "path": "System.IO.MemoryMappedFiles/4.0.0",
- "files": [
- "System.IO.MemoryMappedFiles.4.0.0.nupkg.sha512",
- "System.IO.MemoryMappedFiles.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.IO.MemoryMappedFiles.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.IO.MemoryMappedFiles.dll",
- "ref/netstandard1.3/System.IO.MemoryMappedFiles.dll",
- "ref/netstandard1.3/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml",
- "ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll",
- "runtimes/win/lib/net46/System.IO.MemoryMappedFiles.dll",
- "runtimes/win/lib/netcore50/System.IO.MemoryMappedFiles.dll",
- "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll"
- ]
- },
- "System.IO.UnmanagedMemoryStream/4.0.1": {
- "sha512": "Wz+7HKGPf2MqhqycFCwJu7R+wNDNzfMPJ4GCDEyuD5LMyRq1H3YWVaiZuaTWsTc4bJL/vcx5oVzr0yKkjU/g0Q==",
- "type": "package",
- "path": "System.IO.UnmanagedMemoryStream/4.0.1",
- "files": [
- "System.IO.UnmanagedMemoryStream.4.0.1.nupkg.sha512",
- "System.IO.UnmanagedMemoryStream.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.IO.UnmanagedMemoryStream.dll",
- "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.IO.UnmanagedMemoryStream.dll",
- "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll",
- "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml",
- "ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Linq/4.1.0": {
- "sha512": "l+y0EDOHZ9ZhyjlFwFLNDYuZKGt3K2A6BOqtjpgTow0pWtcH6h5/u+qXo9OCaARpT7mpNlfa3AsvY5lwOgD9Ag==",
- "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": "xaZwFfIivWMLU2JoCoGqtNlnbCLEsB9q+cEs9/kKRTZYmZ4WBAhLZv+EPMv7QT2ksjBYDYIYEcBOzeOprOCmXA==",
- "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.Linq.Parallel/4.0.1": {
- "sha512": "LNrNmiXZF/FYwUyD9oNfA9IXlDvLSx/cM/RdBz594YHlt2SXbOSFIwg8LWOuDkn4T5lqF/mfnbg1VtCkzXAsqw==",
- "type": "package",
- "path": "System.Linq.Parallel/4.0.1",
- "files": [
- "System.Linq.Parallel.4.0.1.nupkg.sha512",
- "System.Linq.Parallel.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Linq.Parallel.dll",
- "lib/netstandard1.3/System.Linq.Parallel.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.Linq.Parallel.dll",
- "ref/netcore50/System.Linq.Parallel.xml",
- "ref/netcore50/de/System.Linq.Parallel.xml",
- "ref/netcore50/es/System.Linq.Parallel.xml",
- "ref/netcore50/fr/System.Linq.Parallel.xml",
- "ref/netcore50/it/System.Linq.Parallel.xml",
- "ref/netcore50/ja/System.Linq.Parallel.xml",
- "ref/netcore50/ko/System.Linq.Parallel.xml",
- "ref/netcore50/ru/System.Linq.Parallel.xml",
- "ref/netcore50/zh-hans/System.Linq.Parallel.xml",
- "ref/netcore50/zh-hant/System.Linq.Parallel.xml",
- "ref/netstandard1.1/System.Linq.Parallel.dll",
- "ref/netstandard1.1/System.Linq.Parallel.xml",
- "ref/netstandard1.1/de/System.Linq.Parallel.xml",
- "ref/netstandard1.1/es/System.Linq.Parallel.xml",
- "ref/netstandard1.1/fr/System.Linq.Parallel.xml",
- "ref/netstandard1.1/it/System.Linq.Parallel.xml",
- "ref/netstandard1.1/ja/System.Linq.Parallel.xml",
- "ref/netstandard1.1/ko/System.Linq.Parallel.xml",
- "ref/netstandard1.1/ru/System.Linq.Parallel.xml",
- "ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml",
- "ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml",
- "ref/portable-net45+win8+wpa81/_._",
- "ref/win8/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Linq.Queryable/4.0.1": {
- "sha512": "gjWgc3aJdwgcu0MNbswgc1n/awYJ5A8LaA7ThZNrrrRTNGmFvNO2QaoMRsHITKRae2VcSRa/LQmWEjrF7NWhUg==",
- "type": "package",
- "path": "System.Linq.Queryable/4.0.1",
- "files": [
- "System.Linq.Queryable.4.0.1.nupkg.sha512",
- "System.Linq.Queryable.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/monoandroid10/_._",
- "lib/monotouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Linq.Queryable.dll",
- "lib/netstandard1.3/System.Linq.Queryable.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.Linq.Queryable.dll",
- "ref/netcore50/System.Linq.Queryable.xml",
- "ref/netcore50/de/System.Linq.Queryable.xml",
- "ref/netcore50/es/System.Linq.Queryable.xml",
- "ref/netcore50/fr/System.Linq.Queryable.xml",
- "ref/netcore50/it/System.Linq.Queryable.xml",
- "ref/netcore50/ja/System.Linq.Queryable.xml",
- "ref/netcore50/ko/System.Linq.Queryable.xml",
- "ref/netcore50/ru/System.Linq.Queryable.xml",
- "ref/netcore50/zh-hans/System.Linq.Queryable.xml",
- "ref/netcore50/zh-hant/System.Linq.Queryable.xml",
- "ref/netstandard1.0/System.Linq.Queryable.dll",
- "ref/netstandard1.0/System.Linq.Queryable.xml",
- "ref/netstandard1.0/de/System.Linq.Queryable.xml",
- "ref/netstandard1.0/es/System.Linq.Queryable.xml",
- "ref/netstandard1.0/fr/System.Linq.Queryable.xml",
- "ref/netstandard1.0/it/System.Linq.Queryable.xml",
- "ref/netstandard1.0/ja/System.Linq.Queryable.xml",
- "ref/netstandard1.0/ko/System.Linq.Queryable.xml",
- "ref/netstandard1.0/ru/System.Linq.Queryable.xml",
- "ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml",
- "ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Net.Http/4.1.0": {
- "sha512": "9Es11a47ffGMHgfoDI+k7bjoThNbxGLnZAJ/gowTwxF2xhjr0spZwtbhEJJNt37eXL4JTv9xWV5x1amP1zLlkw==",
- "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.NameResolution/4.0.0": {
- "sha512": "1v1/3O3Ua2MisqqzYIIXZzt7FnwzD0gmEQRaGGJ6gmnDYkCZ4kAvd4ezu9S0Ors64rBpp5/0/6cgAqUFzNgM9Q==",
- "type": "package",
- "path": "System.Net.NameResolution/4.0.0",
- "files": [
- "System.Net.NameResolution.4.0.0.nupkg.sha512",
- "System.Net.NameResolution.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Net.NameResolution.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Net.NameResolution.dll",
- "ref/netstandard1.3/System.Net.NameResolution.dll",
- "ref/netstandard1.3/System.Net.NameResolution.xml",
- "ref/netstandard1.3/de/System.Net.NameResolution.xml",
- "ref/netstandard1.3/es/System.Net.NameResolution.xml",
- "ref/netstandard1.3/fr/System.Net.NameResolution.xml",
- "ref/netstandard1.3/it/System.Net.NameResolution.xml",
- "ref/netstandard1.3/ja/System.Net.NameResolution.xml",
- "ref/netstandard1.3/ko/System.Net.NameResolution.xml",
- "ref/netstandard1.3/ru/System.Net.NameResolution.xml",
- "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml",
- "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll",
- "runtimes/win/lib/net46/System.Net.NameResolution.dll",
- "runtimes/win/lib/netcore50/System.Net.NameResolution.dll",
- "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll"
- ]
- },
- "System.Net.Primitives/4.0.11": {
- "sha512": "HcDMK1tWlLwUJf8fDTh8jvhewuXP72cuqzusP4wXi9HzuxNLOJ5lMPlNvkxd9edy/Z+KE60O0Djmnpxauq0haA==",
- "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.Requests/4.0.11": {
- "sha512": "2nWYS1Zc9KB1DmnmyK4LUs6+wC3wH7t9FvZJjQojt0jlmsswIqcJUFlMmG8EQ8f2zbuquT9I9nU2Od+kQwVkUg==",
- "type": "package",
- "path": "System.Net.Requests/4.0.11",
- "files": [
- "System.Net.Requests.4.0.11.nupkg.sha512",
- "System.Net.Requests.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/net46/_._",
- "ref/netcore50/System.Net.Requests.dll",
- "ref/netcore50/System.Net.Requests.xml",
- "ref/netcore50/de/System.Net.Requests.xml",
- "ref/netcore50/es/System.Net.Requests.xml",
- "ref/netcore50/fr/System.Net.Requests.xml",
- "ref/netcore50/it/System.Net.Requests.xml",
- "ref/netcore50/ja/System.Net.Requests.xml",
- "ref/netcore50/ko/System.Net.Requests.xml",
- "ref/netcore50/ru/System.Net.Requests.xml",
- "ref/netcore50/zh-hans/System.Net.Requests.xml",
- "ref/netcore50/zh-hant/System.Net.Requests.xml",
- "ref/netstandard1.0/System.Net.Requests.dll",
- "ref/netstandard1.0/System.Net.Requests.xml",
- "ref/netstandard1.0/de/System.Net.Requests.xml",
- "ref/netstandard1.0/es/System.Net.Requests.xml",
- "ref/netstandard1.0/fr/System.Net.Requests.xml",
- "ref/netstandard1.0/it/System.Net.Requests.xml",
- "ref/netstandard1.0/ja/System.Net.Requests.xml",
- "ref/netstandard1.0/ko/System.Net.Requests.xml",
- "ref/netstandard1.0/ru/System.Net.Requests.xml",
- "ref/netstandard1.0/zh-hans/System.Net.Requests.xml",
- "ref/netstandard1.0/zh-hant/System.Net.Requests.xml",
- "ref/netstandard1.1/System.Net.Requests.dll",
- "ref/netstandard1.1/System.Net.Requests.xml",
- "ref/netstandard1.1/de/System.Net.Requests.xml",
- "ref/netstandard1.1/es/System.Net.Requests.xml",
- "ref/netstandard1.1/fr/System.Net.Requests.xml",
- "ref/netstandard1.1/it/System.Net.Requests.xml",
- "ref/netstandard1.1/ja/System.Net.Requests.xml",
- "ref/netstandard1.1/ko/System.Net.Requests.xml",
- "ref/netstandard1.1/ru/System.Net.Requests.xml",
- "ref/netstandard1.1/zh-hans/System.Net.Requests.xml",
- "ref/netstandard1.1/zh-hant/System.Net.Requests.xml",
- "ref/netstandard1.3/System.Net.Requests.dll",
- "ref/netstandard1.3/System.Net.Requests.xml",
- "ref/netstandard1.3/de/System.Net.Requests.xml",
- "ref/netstandard1.3/es/System.Net.Requests.xml",
- "ref/netstandard1.3/fr/System.Net.Requests.xml",
- "ref/netstandard1.3/it/System.Net.Requests.xml",
- "ref/netstandard1.3/ja/System.Net.Requests.xml",
- "ref/netstandard1.3/ko/System.Net.Requests.xml",
- "ref/netstandard1.3/ru/System.Net.Requests.xml",
- "ref/netstandard1.3/zh-hans/System.Net.Requests.xml",
- "ref/netstandard1.3/zh-hant/System.Net.Requests.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll",
- "runtimes/win/lib/net46/_._",
- "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll"
- ]
- },
- "System.Net.Security/4.0.0": {
- "sha512": "fY81II53iTSrbpK7yivgIKR300sGb5+A6gtzJRceX1F/Ej00Lv1t6SryD8SDOt8QcWYJvBqogCtcKVWS3TJopQ==",
- "type": "package",
- "path": "System.Net.Security/4.0.0",
- "files": [
- "System.Net.Security.4.0.0.nupkg.sha512",
- "System.Net.Security.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Net.Security.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Net.Security.dll",
- "ref/netstandard1.3/System.Net.Security.dll",
- "ref/netstandard1.3/System.Net.Security.xml",
- "ref/netstandard1.3/de/System.Net.Security.xml",
- "ref/netstandard1.3/es/System.Net.Security.xml",
- "ref/netstandard1.3/fr/System.Net.Security.xml",
- "ref/netstandard1.3/it/System.Net.Security.xml",
- "ref/netstandard1.3/ja/System.Net.Security.xml",
- "ref/netstandard1.3/ko/System.Net.Security.xml",
- "ref/netstandard1.3/ru/System.Net.Security.xml",
- "ref/netstandard1.3/zh-hans/System.Net.Security.xml",
- "ref/netstandard1.3/zh-hant/System.Net.Security.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll",
- "runtimes/win/lib/net46/System.Net.Security.dll",
- "runtimes/win/lib/netstandard1.3/System.Net.Security.dll",
- "runtimes/win7/lib/netcore50/_._"
- ]
- },
- "System.Net.Sockets/4.1.0": {
- "sha512": "Ie2uZcslNAqX+h/3ijqaKxfSPQ20+fCR7pWAMJtEcPBG0OyuPTj+G4FSFW/nhvGVyy5NLqjMqfj+TvQr9xS3wQ==",
- "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.Net.WebHeaderCollection/4.0.1": {
- "sha512": "CchQSMoB0UEi3vgag8RqYH2bn0pVpXE0IWGV5h2dhcJp6ZFK0r0oU+6fxYNvbjACo/WeR6XiXF7p5qIuy9WqVg==",
- "type": "package",
- "path": "System.Net.WebHeaderCollection/4.0.1",
- "files": [
- "System.Net.WebHeaderCollection.4.0.1.nupkg.sha512",
- "System.Net.WebHeaderCollection.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/_._",
- "lib/netstandard1.3/System.Net.WebHeaderCollection.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/_._",
- "ref/netstandard1.3/System.Net.WebHeaderCollection.dll",
- "ref/netstandard1.3/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml",
- "ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Numerics.Vectors/4.1.1": {
- "sha512": "Y7f3GVI4omlk59x7V/RUV0c7BpC3Tde+frZHtSf71lepKzrf93Kka3FRqEUSBwrPQ3PwaAvuSSJaTC8N2iB50A==",
- "type": "package",
- "path": "System.Numerics.Vectors/4.1.1",
- "files": [
- "System.Numerics.Vectors.4.1.1.nupkg.sha512",
- "System.Numerics.Vectors.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Numerics.Vectors.dll",
- "lib/net46/System.Numerics.Vectors.xml",
- "lib/netstandard1.0/System.Numerics.Vectors.dll",
- "lib/netstandard1.0/System.Numerics.Vectors.xml",
- "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
- "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Numerics.Vectors.dll",
- "ref/net46/System.Numerics.Vectors.xml",
- "ref/netstandard1.0/System.Numerics.Vectors.dll",
- "ref/netstandard1.0/System.Numerics.Vectors.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.ObjectModel/4.0.12": {
- "sha512": "8lhtKupXr3uwX14PqQt6pHwUcIJZXqYgvuEzr/Eo4m1GeD+fU1ex+KDXEc03Hb9HU6MnX7/PdJ3z+zIxbxPjBQ==",
- "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.Private.DataContractSerialization/4.1.1": {
- "sha512": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "type": "package",
- "path": "System.Private.DataContractSerialization/4.1.1",
- "files": [
- "System.Private.DataContractSerialization.4.1.1.nupkg.sha512",
- "System.Private.DataContractSerialization.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.3/System.Private.DataContractSerialization.dll",
- "ref/netstandard/_._",
- "runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll"
- ]
- },
- "System.Reflection/4.1.0": {
- "sha512": "HTowANBM8iH9bcw8jsvTI27agBzEsGAgjEiaMxzy4DXjbQJtWSayuoLjESOgbEwkJI9FUxtRdFXKkoMlJzExFQ==",
- "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.DispatchProxy/4.0.1": {
- "sha512": "SS5/HaLJ/Sf7V7RwMR6d69VQMxvjK70dcntQbbf7EDFAZWGdx/Rm+y6COUWPzcuiBlr6/96upe4RS5kHfpgdXw==",
- "type": "package",
- "path": "System.Reflection.DispatchProxy/4.0.1",
- "files": [
- "System.Reflection.DispatchProxy.4.0.1.nupkg.sha512",
- "System.Reflection.DispatchProxy.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/netstandard1.3/System.Reflection.DispatchProxy.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/netstandard1.3/System.Reflection.DispatchProxy.dll",
- "ref/netstandard1.3/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml",
- "ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll"
- ]
- },
- "System.Reflection.Emit/4.0.1": {
- "sha512": "fEW2Tu4TMLNqlkWM8w1Kf3ky7UG5S+9X3LzOZFW09fyTbE67Z3MQlUUQ6CaAN2GDAl0hejyYKUEPA4aDiAeXjA==",
- "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": "czwsIaUMUBPmUNEs9HRE12MWgyRm14nyobeqe0EF85nUBIn5plIaPz6DQRJRV3qUWDpLO+8YGCjcg8rRotTn+w==",
- "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": "i39Rlh8WY6+tNSqORTyIfLcTLv+YAPNDdfVsFqUl1SSIeQfsHYJ8DrK/v0vjGuZZxPU1OXoC+S0iL6S+UvGYuw==",
- "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": "DzSs35rbl8Mgpi6pi/MupSSelK4GCCtolsnTyuwCp85LqXT7O+jhsQgqzjT2kE7XF2u/mf7/fsxeT4OwcZNHkA==",
- "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.Metadata/1.3.0": {
- "sha512": "VSzVF538FHMyxAZvSDdsWPEXx84uHvFE0KZZxY7E3q6q9T+r0XStN9toE/JtpIjlW8yfnQEWoo/N+tMXZm+i7A==",
- "type": "package",
- "path": "System.Reflection.Metadata/1.3.0",
- "files": [
- "System.Reflection.Metadata.1.3.0.nupkg.sha512",
- "System.Reflection.Metadata.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.1/System.Reflection.Metadata.dll",
- "lib/netstandard1.1/System.Reflection.Metadata.xml",
- "lib/portable-net45+win8/System.Reflection.Metadata.dll",
- "lib/portable-net45+win8/System.Reflection.Metadata.xml"
- ]
- },
- "System.Reflection.Primitives/4.0.1": {
- "sha512": "uupw8EHU5eTxbEg2JNSf9yDExEuMnwd0Qw1sDwXUtHJCAhKk9Y7meNcV0jyBtQ4vX573kUhcCBqpioQ8pRLNEQ==",
- "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": "9Z0L20/eY1TvYvMEbmkScUWNJzd/vILs3u26CWvY36mcHsCiw/kSoPMcycAVCqiYEia4LOhJTp+DTNirL5geTw==",
- "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.Reader/4.0.0": {
- "sha512": "ZTAAVGzSOLDspMHfY/9V8dR/sm9lmc80Y4o1zS+N0B85oBjvwLOk3SMvW7wg1s+Jx5Ff60klqwiE8aaq5xfBoQ==",
- "type": "package",
- "path": "System.Resources.Reader/4.0.0",
- "files": [
- "System.Resources.Reader.4.0.0.nupkg.sha512",
- "System.Resources.Reader.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/System.Resources.Reader.dll"
- ]
- },
- "System.Resources.ResourceManager/4.0.1": {
- "sha512": "F4YZ7nNKCGDPks7sGB2OUsaHK1MRPtfVbH2edLplbnU5WZT7Dcw9MylCau1YpxSGtSyXlw9sCvq5Bvmv+NfZcA==",
- "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": "N1sBq+SAEsTAi3JNP2fYSb13OhZvipTnt1Q7P+7dK6QnXfzimmgkmhAJxusnGsBQzoASYShyQ02OWrhn55Oxeg==",
- "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": "e+j89F6mH6PREp1kcAg3G/kK2KpVz5u/b/slJGKroWKeCL56duxQy7EtG6l9oDHgAwys/DP3CMBc2C6tQVZ5+w==",
- "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": "37IJOuJFMu/O4R+2VhIRa9fwUGw7CFcaiUoaSKQRzQpCk7fHgRmJceVs3TWjk1u/i5LFaP9NvlRpsH+6p+wfLw==",
- "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": "T8AEwBNoETdM8IzpDDIVu3jnFJxqPUo9xObbynbFeNO771eAxmeWf+2paiqFXntHic3QKdELlPH59qlWpKqkXw==",
- "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": "Y4p2OSb0CUqkIEAbQdIIOyUmxT+SFr72LmGrQtyDEsJIQqvrfoCvo5VP8scJqjH0XnkWD02DW6iA9EucIhNwFg==",
- "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.Loader/4.0.0": {
- "sha512": "Juwr8G+pIY8ZDEY69fx4XlTaNy41tcNwJdI5eOG/pNqSjl17woIj+DAL1LNKkMxnrTIfz+u1ETNciguaUNxY5g==",
- "type": "package",
- "path": "System.Runtime.Loader/4.0.0",
- "files": [
- "System.Runtime.Loader.4.0.0.nupkg.sha512",
- "System.Runtime.Loader.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/net462/_._",
- "lib/netstandard1.5/System.Runtime.Loader.dll",
- "ref/netstandard1.5/System.Runtime.Loader.dll",
- "ref/netstandard1.5/System.Runtime.Loader.xml",
- "ref/netstandard1.5/de/System.Runtime.Loader.xml",
- "ref/netstandard1.5/es/System.Runtime.Loader.xml",
- "ref/netstandard1.5/fr/System.Runtime.Loader.xml",
- "ref/netstandard1.5/it/System.Runtime.Loader.xml",
- "ref/netstandard1.5/ja/System.Runtime.Loader.xml",
- "ref/netstandard1.5/ko/System.Runtime.Loader.xml",
- "ref/netstandard1.5/ru/System.Runtime.Loader.xml",
- "ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml",
- "ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml"
- ]
- },
- "System.Runtime.Numerics/4.0.1": {
- "sha512": "gSHaIutW7KzZDnk3DYeuovmC5tNyeyLV7VDX72kb0z5/TSdaYQAR90lU83VRnn2WUA+D92B+vgBK5qT28GQTmg==",
- "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.Runtime.Serialization.Primitives/4.1.1": {
- "sha512": "HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
- "type": "package",
- "path": "System.Runtime.Serialization.Primitives/4.1.1",
- "files": [
- "System.Runtime.Serialization.Primitives.4.1.1.nupkg.sha512",
- "System.Runtime.Serialization.Primitives.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net46/System.Runtime.Serialization.Primitives.dll",
- "lib/netcore50/System.Runtime.Serialization.Primitives.dll",
- "lib/netstandard1.3/System.Runtime.Serialization.Primitives.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.Runtime.Serialization.Primitives.dll",
- "ref/netcore50/System.Runtime.Serialization.Primitives.dll",
- "ref/netcore50/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml",
- "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll",
- "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
- "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.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.Runtime.Serialization.Primitives.dll"
- ]
- },
- "System.Runtime.Serialization.Xml/4.1.1": {
- "sha512": "yqfKHkWUAdI0hdDIdD9KDzluKtZ8IIqLF3O7xIZlt6UTs1bOvFRpCvRTvGQva3Ak/ZM9/nq9IHBJ1tC4Ybcrjg==",
- "type": "package",
- "path": "System.Runtime.Serialization.Xml/4.1.1",
- "files": [
- "System.Runtime.Serialization.Xml.4.1.1.nupkg.sha512",
- "System.Runtime.Serialization.Xml.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/net46/System.Runtime.Serialization.Xml.dll",
- "lib/netcore50/System.Runtime.Serialization.Xml.dll",
- "lib/netstandard1.3/System.Runtime.Serialization.Xml.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.Runtime.Serialization.Xml.dll",
- "ref/netcore50/System.Runtime.Serialization.Xml.dll",
- "ref/netcore50/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/de/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/es/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/fr/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/it/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/ja/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/ko/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/ru/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/zh-hans/System.Runtime.Serialization.Xml.xml",
- "ref/netcore50/zh-hant/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/System.Runtime.Serialization.Xml.dll",
- "ref/netstandard1.0/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/de/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/es/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/fr/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/it/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/ja/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/ko/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/ru/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll",
- "ref/netstandard1.3/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/de/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/es/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/fr/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/it/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/ja/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/ko/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/ru/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Xml.xml",
- "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Xml.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Security.Claims/4.0.1": {
- "sha512": "TGWRxWxnePILFOAOLbysokKfw6gLbq8BFt/gDD8HEMmHNZgYch7KI9UOaIUL+ZSpRML5FP6+hXrm9ah/GkWp4w==",
- "type": "package",
- "path": "System.Security.Claims/4.0.1",
- "files": [
- "System.Security.Claims.4.0.1.nupkg.sha512",
- "System.Security.Claims.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Security.Claims.dll",
- "lib/netstandard1.3/System.Security.Claims.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Security.Claims.dll",
- "ref/netstandard1.3/System.Security.Claims.dll",
- "ref/netstandard1.3/System.Security.Claims.xml",
- "ref/netstandard1.3/de/System.Security.Claims.xml",
- "ref/netstandard1.3/es/System.Security.Claims.xml",
- "ref/netstandard1.3/fr/System.Security.Claims.xml",
- "ref/netstandard1.3/it/System.Security.Claims.xml",
- "ref/netstandard1.3/ja/System.Security.Claims.xml",
- "ref/netstandard1.3/ko/System.Security.Claims.xml",
- "ref/netstandard1.3/ru/System.Security.Claims.xml",
- "ref/netstandard1.3/zh-hans/System.Security.Claims.xml",
- "ref/netstandard1.3/zh-hant/System.Security.Claims.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Security.Cryptography.Algorithms/4.2.0": {
- "sha512": "ZTlUgQqnan0q9h84j2noszJLt3ft+jd6+QwLfYXExnIbymjRAJdxnuMvptOspTTcv0EV8GBJCslm4QOCjhunPA==",
- "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": "XvJhwqijQvn44Hyd4gi8uJfd2/scwx4mKHRM5KNcHAgJl+LzAmkOHVKERL9JM2WvvOv6nWIVnx116mITMfu1Hw==",
- "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": "qQeZ2KXBNewCBvWw3qYZl0yJv9wEXOHME9PtETmv8RVM4DSdboa4YEEQxRIW+vVB48HUdIt0fO6Eh7Dnz7pb+Q==",
- "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": "I/J9QitrtFsma+FEhTVNgDqnIGZ93l+SkpE+n3Oa0FVRFO/8FxpPmmS8pC/zcQARWvyO9lPGxlwnRBxyft0fuQ==",
- "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": "gpUaK1N+dx2kKl3jZhP40tMyoOtd2hIKwIT5sXjpDGOHYuj/Bq4EYcvmpPuDxKIQr0fGlNO0/d0IoEhleu9Kdw==",
- "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": "GXW2ROYHp6W84UTxlHjr98qGJFIRLGUwLAt5wG3qqOFTtMe8K+SYk6NFfFn6ls5pR7x10yShVy/ywp9EFk7Kaw==",
- "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": "XKEVD5PHpKRH7zTS0PFw/ibf+p+BkrNNNx/1UO72FCVBayaNmSbka5vNdCoFCzLxXSmMIiBLGk10vTkhOGqF7g==",
- "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.Security.Principal/4.0.1": {
- "sha512": "4daDhWg2RIgY3fyGJiHBp4d2XQnwqaF07RoWjpmeIsniajtYmBpKg3+B4RDc9pfKNCYYg9V4lGbXvD+JNJv5+w==",
- "type": "package",
- "path": "System.Security.Principal/4.0.1",
- "files": [
- "System.Security.Principal.4.0.1.nupkg.sha512",
- "System.Security.Principal.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Security.Principal.dll",
- "lib/netstandard1.0/System.Security.Principal.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.Security.Principal.dll",
- "ref/netcore50/System.Security.Principal.xml",
- "ref/netcore50/de/System.Security.Principal.xml",
- "ref/netcore50/es/System.Security.Principal.xml",
- "ref/netcore50/fr/System.Security.Principal.xml",
- "ref/netcore50/it/System.Security.Principal.xml",
- "ref/netcore50/ja/System.Security.Principal.xml",
- "ref/netcore50/ko/System.Security.Principal.xml",
- "ref/netcore50/ru/System.Security.Principal.xml",
- "ref/netcore50/zh-hans/System.Security.Principal.xml",
- "ref/netcore50/zh-hant/System.Security.Principal.xml",
- "ref/netstandard1.0/System.Security.Principal.dll",
- "ref/netstandard1.0/System.Security.Principal.xml",
- "ref/netstandard1.0/de/System.Security.Principal.xml",
- "ref/netstandard1.0/es/System.Security.Principal.xml",
- "ref/netstandard1.0/fr/System.Security.Principal.xml",
- "ref/netstandard1.0/it/System.Security.Principal.xml",
- "ref/netstandard1.0/ja/System.Security.Principal.xml",
- "ref/netstandard1.0/ko/System.Security.Principal.xml",
- "ref/netstandard1.0/ru/System.Security.Principal.xml",
- "ref/netstandard1.0/zh-hans/System.Security.Principal.xml",
- "ref/netstandard1.0/zh-hant/System.Security.Principal.xml",
- "ref/portable-net45+win8+wp8+wpa81/_._",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Security.Principal.Windows/4.0.0": {
- "sha512": "7bvq3XVqcKbDxJtJ+sY/voWgpPMeSiEyqH8h33SPVpFxDtQ50iSfaVuQJeEWo2j/Q/w6EcI+AlhqFsS+Ie50OA==",
- "type": "package",
- "path": "System.Security.Principal.Windows/4.0.0",
- "files": [
- "System.Security.Principal.Windows.4.0.0.nupkg.sha512",
- "System.Security.Principal.Windows.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/net46/System.Security.Principal.Windows.dll",
- "ref/net46/System.Security.Principal.Windows.dll",
- "ref/netstandard1.3/System.Security.Principal.Windows.dll",
- "ref/netstandard1.3/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
- "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
- "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll"
- ]
- },
- "System.Text.Encoding/4.0.11": {
- "sha512": "MWRUxoGFeRdt5IpB06pFYNlUxaZFH4Pv779V/7HAPMLN7hS2SqsTcU7kOfil31zpuyGmfEYub/fEBPa0e0LOOg==",
- "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.CodePages/4.0.1": {
- "sha512": "aKhQzttBkcCSGyF64xnqynlTDFyMyYMuL2NbpDYIbSngOiTcWxcsZVeskFFJ8Mn6P5mqDOgfzcPMASzkOZjXtA==",
- "type": "package",
- "path": "System.Text.Encoding.CodePages/4.0.1",
- "files": [
- "System.Text.Encoding.CodePages.4.0.1.nupkg.sha512",
- "System.Text.Encoding.CodePages.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Text.Encoding.CodePages.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
- "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll"
- ]
- },
- "System.Text.Encoding.Extensions/4.0.11": {
- "sha512": "cAlIsu6NkQkQwshGbpGUIWNRK1NJV61SkMiVa0ILsxC9asZo0YfQRJZG/4P4KMNIDK2ve+iHBeON0arHgW2Org==",
- "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": "GQjP0TvKEUANH3Yl0rO+E/sOsQAlj9MYJiybfq5FtNEqy6ljD33GBCRzh5d6GyXQObttp8+v8PbfAtbjsAFHsg==",
- "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": "lINpfx9R1ZylcY5qw+LwxCuTag9uaYbeK66967O2Bpf+QFZWlMmAVamm4sG3Irht8ZWM0cN0HqVMk7xGZw6v+A==",
- "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.Overlapped/4.0.1": {
- "sha512": "v5BhHSV/H18PkR+m+EuqBWZ5AzQoVi4fEjkmC6Kdrc5aBhzJOGEd18VEzLv8NTf3x01l9afRG5XD4tlvSn4j0Q==",
- "type": "package",
- "path": "System.Threading.Overlapped/4.0.1",
- "files": [
- "System.Threading.Overlapped.4.0.1.nupkg.sha512",
- "System.Threading.Overlapped.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/net46/System.Threading.Overlapped.dll",
- "ref/net46/System.Threading.Overlapped.dll",
- "ref/netstandard1.3/System.Threading.Overlapped.dll",
- "ref/netstandard1.3/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/de/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/es/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/fr/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/it/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/ja/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/ko/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/ru/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml",
- "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll",
- "runtimes/win/lib/net46/System.Threading.Overlapped.dll",
- "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll",
- "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll"
- ]
- },
- "System.Threading.Tasks/4.0.11": {
- "sha512": "pncPgnKRtyrzYnXQ8DoVUoaRdoPzwR82dsXHQ+xKolYM5wkFrBanpA9SUhX8XiapgSGzzwGWDQxeqNwXBabPrw==",
- "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.Dataflow/4.6.0": {
- "sha512": "ZZ0IQ2hLF+sFG3zlfCVbFLAUsK97L47WR1TMPlTH96hMmSPaOvd0XbtgayENRO7u5WUD9QjwLxgnows8penGPw==",
- "type": "package",
- "path": "System.Threading.Tasks.Dataflow/4.6.0",
- "files": [
- "System.Threading.Tasks.Dataflow.4.6.0.nupkg.sha512",
- "System.Threading.Tasks.Dataflow.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/netstandard1.0/System.Threading.Tasks.Dataflow.XML",
- "lib/netstandard1.0/System.Threading.Tasks.Dataflow.dll",
- "lib/netstandard1.1/System.Threading.Tasks.Dataflow.XML",
- "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll"
- ]
- },
- "System.Threading.Tasks.Extensions/4.0.0": {
- "sha512": "S2ENZxPPUjxmD75/vdkADldmcTIISask+YWRM1IqaKj1yRJVbHQiA/vhPvNlkRLETQSQz87TYI4pkpCT0a3cNA==",
- "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.Tasks.Parallel/4.0.1": {
- "sha512": "1qMy/5GAR3IrdLfavubbFVD+wsReW3UPbrc2wVdOFc1BPQLn/Ko2G3pVH2VhCIcj/Wiljzsn1dnKyK5fiaxfug==",
- "type": "package",
- "path": "System.Threading.Tasks.Parallel/4.0.1",
- "files": [
- "System.Threading.Tasks.Parallel.4.0.1.nupkg.sha512",
- "System.Threading.Tasks.Parallel.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Threading.Tasks.Parallel.dll",
- "lib/netstandard1.3/System.Threading.Tasks.Parallel.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.Threading.Tasks.Parallel.dll",
- "ref/netcore50/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/de/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/es/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/fr/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/it/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/ja/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/ko/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/ru/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml",
- "ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/System.Threading.Tasks.Parallel.dll",
- "ref/netstandard1.1/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml",
- "ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml",
- "ref/portable-net45+win8+wpa81/_._",
- "ref/win8/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Threading.Thread/4.0.0": {
- "sha512": "HEKOHY5Yh3ywwQm9qin6cIA+UXgZuhh2sGRDRg2Q/vBWKpiGFOlVfpIHl6BO6TSb/KsMh4EZGij7Qa3SJn4t2w==",
- "type": "package",
- "path": "System.Threading.Thread/4.0.0",
- "files": [
- "System.Threading.Thread.4.0.0.nupkg.sha512",
- "System.Threading.Thread.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Threading.Thread.dll",
- "lib/netcore50/_._",
- "lib/netstandard1.3/System.Threading.Thread.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Threading.Thread.dll",
- "ref/netstandard1.3/System.Threading.Thread.dll",
- "ref/netstandard1.3/System.Threading.Thread.xml",
- "ref/netstandard1.3/de/System.Threading.Thread.xml",
- "ref/netstandard1.3/es/System.Threading.Thread.xml",
- "ref/netstandard1.3/fr/System.Threading.Thread.xml",
- "ref/netstandard1.3/it/System.Threading.Thread.xml",
- "ref/netstandard1.3/ja/System.Threading.Thread.xml",
- "ref/netstandard1.3/ko/System.Threading.Thread.xml",
- "ref/netstandard1.3/ru/System.Threading.Thread.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Threading.ThreadPool/4.0.10": {
- "sha512": "zxIF4HNit+e01jad1zoTlwft8/fHmRPX99Wz5RCLSD5PvU/n0xbPMqWVYhvSY3IggaC4kyl+GaCf51v2kwvP0A==",
- "type": "package",
- "path": "System.Threading.ThreadPool/4.0.10",
- "files": [
- "System.Threading.ThreadPool.4.0.10.nupkg.sha512",
- "System.Threading.ThreadPool.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Threading.ThreadPool.dll",
- "lib/netcore50/_._",
- "lib/netstandard1.3/System.Threading.ThreadPool.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Threading.ThreadPool.dll",
- "ref/netstandard1.3/System.Threading.ThreadPool.dll",
- "ref/netstandard1.3/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/de/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/es/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/it/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml",
- "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Threading.Timer/4.0.1": {
- "sha512": "rARqGHkmE4zlhdOOU+IIuwY66Mkrf8ILC6zLMxkNpDWanbjx1/1IyEqE/HDUjQrMU65ahXM8IxUN5wV7REJryQ==",
- "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": "G22h2+aA/4dORGj08yUcNhBMqzWipVR4j7lonT4dM6n1kXKdY6VkLYUyjNLXKslTpG8EB6iulGXlXX0XswRnYA==",
- "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": "wBtMRJgODFdM1lrOh43pEoa0KBeoQI07qAPrNR28v8xFMuDmVbfCcPTCb6h/KhDWJiuK5UdtPjEeEwDsQIKVEg==",
- "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.XmlDocument/4.0.1": {
- "sha512": "9TJ30mxxPj4pADQ7+XikS0PzEQ6VNluQZd9KqTIXeadu6II8Bb7o0e/yyhFKFoXtLjG6iu6tGOxN0IjG5KF7mQ==",
- "type": "package",
- "path": "System.Xml.XmlDocument/4.0.1",
- "files": [
- "System.Xml.XmlDocument.4.0.1.nupkg.sha512",
- "System.Xml.XmlDocument.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Xml.XmlDocument.dll",
- "lib/netstandard1.3/System.Xml.XmlDocument.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Xml.XmlDocument.dll",
- "ref/netstandard1.3/System.Xml.XmlDocument.dll",
- "ref/netstandard1.3/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/de/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/es/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/it/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml",
- "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Xml.XmlSerializer/4.0.11": {
- "sha512": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "type": "package",
- "path": "System.Xml.XmlSerializer/4.0.11",
- "files": [
- "System.Xml.XmlSerializer.4.0.11.nupkg.sha512",
- "System.Xml.XmlSerializer.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/netcore50/System.Xml.XmlSerializer.dll",
- "lib/netstandard1.3/System.Xml.XmlSerializer.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.XmlSerializer.dll",
- "ref/netcore50/System.Xml.XmlSerializer.xml",
- "ref/netcore50/de/System.Xml.XmlSerializer.xml",
- "ref/netcore50/es/System.Xml.XmlSerializer.xml",
- "ref/netcore50/fr/System.Xml.XmlSerializer.xml",
- "ref/netcore50/it/System.Xml.XmlSerializer.xml",
- "ref/netcore50/ja/System.Xml.XmlSerializer.xml",
- "ref/netcore50/ko/System.Xml.XmlSerializer.xml",
- "ref/netcore50/ru/System.Xml.XmlSerializer.xml",
- "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml",
- "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/System.Xml.XmlSerializer.dll",
- "ref/netstandard1.0/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/System.Xml.XmlSerializer.dll",
- "ref/netstandard1.3/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml",
- "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.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.Xml.XmlSerializer.dll"
- ]
- },
- "System.Xml.XPath/4.0.1": {
- "sha512": "9adQ/9KG2tbmftPYkEhQ09lqyIdTR0nYHO4f6yE8jCt2AsePhvO+ayWs9X4852ZXB/ssW/sqlMqSpjFVnK97PA==",
- "type": "package",
- "path": "System.Xml.XPath/4.0.1",
- "files": [
- "System.Xml.XPath.4.0.1.nupkg.sha512",
- "System.Xml.XPath.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Xml.XPath.dll",
- "lib/netstandard1.3/System.Xml.XPath.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Xml.XPath.dll",
- "ref/netstandard1.3/System.Xml.XPath.dll",
- "ref/netstandard1.3/System.Xml.XPath.xml",
- "ref/netstandard1.3/de/System.Xml.XPath.xml",
- "ref/netstandard1.3/es/System.Xml.XPath.xml",
- "ref/netstandard1.3/fr/System.Xml.XPath.xml",
- "ref/netstandard1.3/it/System.Xml.XPath.xml",
- "ref/netstandard1.3/ja/System.Xml.XPath.xml",
- "ref/netstandard1.3/ko/System.Xml.XPath.xml",
- "ref/netstandard1.3/ru/System.Xml.XPath.xml",
- "ref/netstandard1.3/zh-hans/System.Xml.XPath.xml",
- "ref/netstandard1.3/zh-hant/System.Xml.XPath.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "System.Xml.XPath.XDocument/4.0.1": {
- "sha512": "cHzmpt4Ti5E2SXWrt44lEl5rZ1zNZzS/teNA8PhI+S5xciLzJ+XAzytdlZCqvyRnIehoSYCqR7AafdbiQCpAGQ==",
- "type": "package",
- "path": "System.Xml.XPath.XDocument/4.0.1",
- "files": [
- "System.Xml.XPath.XDocument.4.0.1.nupkg.sha512",
- "System.Xml.XPath.XDocument.nuspec",
- "ThirdPartyNotices.txt",
- "dotnet_library_license.txt",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Xml.XPath.XDocument.dll",
- "lib/netstandard1.3/System.Xml.XPath.XDocument.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Xml.XPath.XDocument.dll",
- "ref/netstandard1.3/System.Xml.XPath.XDocument.dll",
- "ref/netstandard1.3/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/de/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/es/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/fr/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/it/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/ja/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/ko/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/ru/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/zh-hans/System.Xml.XPath.XDocument.xml",
- "ref/netstandard1.3/zh-hant/System.Xml.XPath.XDocument.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._"
- ]
- },
- "xunit/2.2.0-beta2-build3300": {
- "sha512": "jUMf+Hrw8+XZN56TfO+JjoibR5L806/kgDIkwCg9OXLlfnA4li4JTmH342ifYj1QMR10is8hfYYFTyjHq0+aQg==",
- "type": "package",
- "path": "xunit/2.2.0-beta2-build3300",
- "files": [
- "xunit.2.2.0-beta2-build3300.nupkg.sha512",
- "xunit.nuspec"
- ]
- },
- "xunit.abstractions/2.0.1-rc2": {
- "sha512": "iUHMlyMDaXJ8N8qozg19tRlW0QiZPJ47ZJyV1fnpppGWdmukyq89/pg4HqpxQ52Co3Leo8NmiiYkB/gN48pZ+A==",
- "type": "package",
- "path": "xunit.abstractions/2.0.1-rc2",
- "files": [
- "lib/net35/xunit.abstractions.dll",
- "lib/net35/xunit.abstractions.xml",
- "lib/netstandard1.0/xunit.abstractions.dll",
- "lib/netstandard1.0/xunit.abstractions.xml",
- "xunit.abstractions.2.0.1-rc2.nupkg.sha512",
- "xunit.abstractions.nuspec"
- ]
- },
- "xunit.assert/2.2.0-beta2-build3300": {
- "sha512": "5zsV2UhRQV5Ldme1N/NDhIBvQQTYdxmK87FXWWou1x3z7qpsZwe1YOjb0CY4F+1oXag8i9uTh/nZwv8jM66onA==",
- "type": "package",
- "path": "xunit.assert/2.2.0-beta2-build3300",
- "files": [
- "lib/netstandard1.0/xunit.assert.dll",
- "lib/netstandard1.0/xunit.assert.pdb",
- "lib/netstandard1.0/xunit.assert.xml",
- "xunit.assert.2.2.0-beta2-build3300.nupkg.sha512",
- "xunit.assert.nuspec"
- ]
- },
- "xunit.core/2.2.0-beta2-build3300": {
- "sha512": "HgKP6+FUKcIcVFMDgoTCANRKOgGeEDvg2a2AL3mOyBHE//grWL1EO0KybxUw26S8fnNJrhmI5LBWyVUIsPxI5Q==",
- "type": "package",
- "path": "xunit.core/2.2.0-beta2-build3300",
- "files": [
- "build/_desktop/xunit.execution.desktop.dll",
- "build/netstandard1.0/_._",
- "build/uap10.0/xunit.core.props",
- "build/win81/xunit.core.props",
- "build/wpa81/xunit.core.props",
- "xunit.core.2.2.0-beta2-build3300.nupkg.sha512",
- "xunit.core.nuspec"
- ]
- },
- "xunit.extensibility.core/2.2.0-beta2-build3300": {
- "sha512": "d+UCqIL8Je3tSdhF7w6NZdzH2jYzNh2LhsMp0gUVAD3NgVEo2oK/3Xr7ZlYZM40Y6fJWoO46UntzrpNlix75mg==",
- "type": "package",
- "path": "xunit.extensibility.core/2.2.0-beta2-build3300",
- "files": [
- "lib/net45/xunit.core.dll",
- "lib/net45/xunit.core.dll.tdnet",
- "lib/net45/xunit.core.pdb",
- "lib/net45/xunit.core.xml",
- "lib/net45/xunit.runner.tdnet.dll",
- "lib/net45/xunit.runner.utility.desktop.dll",
- "lib/netstandard1.0/xunit.core.dll",
- "lib/netstandard1.0/xunit.core.pdb",
- "lib/netstandard1.0/xunit.core.xml",
- "xunit.extensibility.core.2.2.0-beta2-build3300.nupkg.sha512",
- "xunit.extensibility.core.nuspec"
- ]
- },
- "xunit.extensibility.execution/2.2.0-beta2-build3300": {
- "sha512": "z0DgzvWxQtXaj2qebFkW5f69ZItvY/YRWEbKwL0yIbvhiCViiuHlP+qvvloVlrlsOuo+Y/vfjQb/3Cz+ok/+5A==",
- "type": "package",
- "path": "xunit.extensibility.execution/2.2.0-beta2-build3300",
- "files": [
- "lib/net45/xunit.execution.desktop.dll",
- "lib/net45/xunit.execution.desktop.pdb",
- "lib/net45/xunit.execution.desktop.xml",
- "lib/netstandard1.0/xunit.execution.dotnet.dll",
- "lib/netstandard1.0/xunit.execution.dotnet.pdb",
- "lib/netstandard1.0/xunit.execution.dotnet.xml",
- "xunit.extensibility.execution.2.2.0-beta2-build3300.nupkg.sha512",
- "xunit.extensibility.execution.nuspec"
- ]
- },
- "xunit.runner.reporters/2.2.0-beta2-build3300": {
- "sha512": "1NqeT2IWfqk9/zBkHbf6SS1bokwu0Mvt70lQp8bJZpvQgi+SDAzuhEwWTcsjMblY2FK8BHDbjauu+IO2GhbhAA==",
- "type": "package",
- "path": "xunit.runner.reporters/2.2.0-beta2-build3300",
- "files": [
- "lib/net45/xunit.runner.reporters.desktop.dll",
- "lib/netstandard1.1/xunit.runner.reporters.dotnet.dll",
- "xunit.runner.reporters.2.2.0-beta2-build3300.nupkg.sha512",
- "xunit.runner.reporters.nuspec"
- ]
- },
- "xunit.runner.utility/2.2.0-beta2-build3300": {
- "sha512": "lotqjLPg8NnjZHlRpj0Yj5TI3z/7hzK7+tb6R7qRAREDoH9P88EDCWJyy2xJh/R6PfbS9KYTaT/Z2ob9gx6PgQ==",
- "type": "package",
- "path": "xunit.runner.utility/2.2.0-beta2-build3300",
- "files": [
- "lib/net35/xunit.runner.utility.desktop.dll",
- "lib/net35/xunit.runner.utility.desktop.pdb",
- "lib/net35/xunit.runner.utility.desktop.xml",
- "lib/net45/xunit.runner.utility.desktop.dll",
- "lib/net45/xunit.runner.utility.desktop.pdb",
- "lib/net45/xunit.runner.utility.desktop.xml",
- "lib/netstandard1.1/xunit.runner.utility.dotnet.dll",
- "lib/netstandard1.1/xunit.runner.utility.dotnet.pdb",
- "lib/netstandard1.1/xunit.runner.utility.dotnet.xml",
- "xunit.runner.utility.2.2.0-beta2-build3300.nupkg.sha512",
- "xunit.runner.utility.nuspec"
- ]
- },
- "Microsoft.Azure.Messaging/1.0.0": {
- "type": "project",
- "path": "../../src/Microsoft.Azure.Messaging/project.json",
- "msbuildProject": "../../src/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.xproj"
- }
- },
- "projectFileDependencyGroups": {
- "": [
- "Microsoft.Azure.Messaging >= 1.0.0-*",
- "dotnet-test-xunit >= 2.2.0-preview2-build1029",
- "xunit >= 2.2.0-beta2-build3300"
- ],
- ".NETCoreApp,Version=v1.0": [
- "Microsoft.NETCore.App >= 1.0.0"
- ]
- },
- "tools": {},
- "projectFileToolGroups": {}
-}
\ No newline at end of file
diff --git a/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.sln b/Microsoft.Azure.ServiceBus.sln
similarity index 87%
rename from Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.sln
rename to Microsoft.Azure.ServiceBus.sln
index e5788ea..1c21348 100644
--- a/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.sln
+++ b/Microsoft.Azure.ServiceBus.sln
@@ -10,11 +10,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
global.json = global.json
EndProjectSection
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Messaging", "src\Microsoft.Azure.Messaging\Microsoft.Azure.Messaging.xproj", "{A042ADF0-EF65-4F87-B634-322A409F3D61}"
+Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.ServiceBus", "src\Microsoft.Azure.ServiceBus\Microsoft.Azure.ServiceBus.xproj", "{A042ADF0-EF65-4F87-B634-322A409F3D61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5FDD29DE-4CB9-4C79-BBD4-8A61DA5676E6}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Messaging.UnitTests", "test\Microsoft.Azure.Messaging.UnitTests\Microsoft.Azure.Messaging.UnitTests.xproj", "{BDA98E20-3A26-4A5A-9371-CB02B73E3434}"
+Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.ServiceBus.UnitTests", "test\Microsoft.Azure.ServiceBus.UnitTests\Microsoft.Azure.ServiceBus.UnitTests.xproj", "{BDA98E20-3A26-4A5A-9371-CB02B73E3434}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/README.md b/README.md
index 0ab4d9a..c0374d5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,11 @@
-# Azure Messaging .Net Client
+
+
+
+
+# Microsoft Azure Service Bus Client for .NET
+
+**Please be aware that this library is currently in active development, and is in no way supported by Microsoft**
+
+This is the next generation Service Bus .NET Library that focuses on Queues & Topics. While this is a work in progress, we wanted to work on a public GitHub repo that will allow us to solicit feedback from our customers. Stay tuned!
+
+This library is built using .NET Standard 1.3. For more information on what platforms are supported see [.NET Platforms Support](https://docs.microsoft.com/en-us/dotnet/articles/standard/library#net-platforms-support).
diff --git a/build/MSSharedLibSN1024.snk b/build/MSSharedLibSN1024.snk
new file mode 100644
index 0000000..695f1b3
Binary files /dev/null and b/build/MSSharedLibSN1024.snk differ
diff --git a/Microsoft.Azure.Messaging/global.json b/global.json
similarity index 100%
rename from Microsoft.Azure.Messaging/global.json
rename to global.json
diff --git a/service-bus.png b/service-bus.png
new file mode 100644
index 0000000..1dd00bc
Binary files /dev/null and b/service-bus.png differ
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpClientConstants.cs b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpClientConstants.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpClientConstants.cs
rename to src/Microsoft.Azure.ServiceBus/Amqp/AmqpClientConstants.cs
index 081062f..31744ca 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpClientConstants.cs
+++ b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpClientConstants.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Amqp
+namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpExceptionHelper.cs b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpExceptionHelper.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpExceptionHelper.cs
rename to src/Microsoft.Azure.ServiceBus/Amqp/AmqpExceptionHelper.cs
index ef52dbf..0e81a5d 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpExceptionHelper.cs
+++ b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpExceptionHelper.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Amqp
+namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageConverter.cs b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageConverter.cs
similarity index 98%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageConverter.cs
rename to src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageConverter.cs
index fa15f1a..d034ef2 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageConverter.cs
+++ b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageConverter.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Amqp
+namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections;
@@ -530,11 +530,7 @@ namespace Microsoft.Azure.Messaging.Amqp
memoryStream.Write(readBuffer, 0, bytesRead);
}
- ArraySegment buffer;
- if (!memoryStream.TryGetBuffer(out buffer))
- {
- buffer = new ArraySegment(memoryStream.ToArray());
- }
+ ArraySegment buffer = new ArraySegment(memoryStream.ToArray());
memoryStream.Dispose();
return buffer;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageReceiver.cs b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageReceiver.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageReceiver.cs
rename to src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageReceiver.cs
index 5a33719..9fdda14 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageReceiver.cs
+++ b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageReceiver.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Amqp
+namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageSender.cs b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageSender.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageSender.cs
rename to src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageSender.cs
index 58cc5b9..0f48147 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpMessageSender.cs
+++ b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpMessageSender.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Amqp
+namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpQueueClient.cs b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpQueueClient.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpQueueClient.cs
rename to src/Microsoft.Azure.ServiceBus/Amqp/AmqpQueueClient.cs
index 83c0ffb..b864696 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/AmqpQueueClient.cs
+++ b/src/Microsoft.Azure.ServiceBus/Amqp/AmqpQueueClient.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Amqp
+namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Linq;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/MappingType.cs b/src/Microsoft.Azure.ServiceBus/Amqp/MappingType.cs
similarity index 85%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/MappingType.cs
rename to src/Microsoft.Azure.ServiceBus/Amqp/MappingType.cs
index a512bfb..bb2e8c2 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/MappingType.cs
+++ b/src/Microsoft.Azure.ServiceBus/Amqp/MappingType.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Amqp
+namespace Microsoft.Azure.ServiceBus.Amqp
{
enum MappingType
{
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/SerializationUtilities.cs b/src/Microsoft.Azure.ServiceBus/Amqp/SerializationUtilities.cs
similarity index 98%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/SerializationUtilities.cs
rename to src/Microsoft.Azure.ServiceBus/Amqp/SerializationUtilities.cs
index 23f68b3..304144c 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Amqp/SerializationUtilities.cs
+++ b/src/Microsoft.Azure.ServiceBus/Amqp/SerializationUtilities.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Amqp
+namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/BrokeredMessage.cs b/src/Microsoft.Azure.ServiceBus/BrokeredMessage.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/BrokeredMessage.cs
rename to src/Microsoft.Azure.ServiceBus/BrokeredMessage.cs
index c2034cd..0a4c26b 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/BrokeredMessage.cs
+++ b/src/Microsoft.Azure.ServiceBus/BrokeredMessage.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;
@@ -11,7 +11,7 @@ namespace Microsoft.Azure.Messaging
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Serialization;
- using Microsoft.Azure.Messaging.Primitives;
+ using Microsoft.Azure.ServiceBus.Primitives;
/// Represents the unit of communication between ServiceBus client and Service.
public sealed class BrokeredMessage : IDisposable
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/BrokeredMessageState.cs b/src/Microsoft.Azure.ServiceBus/BrokeredMessageState.cs
similarity index 94%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/BrokeredMessageState.cs
rename to src/Microsoft.Azure.ServiceBus/BrokeredMessageState.cs
index cbe6ef6..700b07a 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/BrokeredMessageState.cs
+++ b/src/Microsoft.Azure.ServiceBus/BrokeredMessageState.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
enum BrokeredMessageState
{
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Constants.cs b/src/Microsoft.Azure.ServiceBus/Constants.cs
similarity index 93%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Constants.cs
rename to src/Microsoft.Azure.ServiceBus/Constants.cs
index d85b276..30fa6f4 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Constants.cs
+++ b/src/Microsoft.Azure.ServiceBus/Constants.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
static class Constants
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/MessageReceiver.cs b/src/Microsoft.Azure.ServiceBus/MessageReceiver.cs
similarity index 98%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/MessageReceiver.cs
rename to src/Microsoft.Azure.ServiceBus/MessageReceiver.cs
index 534d408..bba0cc7 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/MessageReceiver.cs
+++ b/src/Microsoft.Azure.ServiceBus/MessageReceiver.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/MessageSender.cs b/src/Microsoft.Azure.ServiceBus/MessageSender.cs
similarity index 97%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/MessageSender.cs
rename to src/Microsoft.Azure.ServiceBus/MessageSender.cs
index e42c85f..72ad48e 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/MessageSender.cs
+++ b/src/Microsoft.Azure.ServiceBus/MessageSender.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System.Collections.Generic;
using System.Linq;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.xproj b/src/Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus.xproj
similarity index 93%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.xproj
rename to src/Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus.xproj
index 1853d82..a939963 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Microsoft.Azure.Messaging.xproj
+++ b/src/Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus.xproj
@@ -4,18 +4,16 @@
14.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
a042adf0-ef65-4f87-b634-322a409f3d61
- Microsoft.Azure.Messaging
+ Microsoft.Azure.ServiceBus
.\obj
.\bin\
v4.5.2
-
2.0
-
+
\ No newline at end of file
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/AsyncLock.cs b/src/Microsoft.Azure.ServiceBus/Primitives/AsyncLock.cs
similarity index 98%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/AsyncLock.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/AsyncLock.cs
index caf533a..c780cd9 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/AsyncLock.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/AsyncLock.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Threading;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ClaimConstants.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ClaimConstants.cs
similarity index 90%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ClaimConstants.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ClaimConstants.cs
index 29b67a8..7977fb1 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ClaimConstants.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ClaimConstants.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
static class ClaimConstants
{
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ClientEntity.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ClientEntity.cs
similarity index 95%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ClientEntity.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ClientEntity.cs
index 231b301..fae8bf0 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ClientEntity.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ClientEntity.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System.Threading;
using System.Threading.Tasks;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/DataContractBinarySerializer.cs b/src/Microsoft.Azure.ServiceBus/Primitives/DataContractBinarySerializer.cs
similarity index 98%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/DataContractBinarySerializer.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/DataContractBinarySerializer.cs
index 08e8f2c..e61539c 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/DataContractBinarySerializer.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/DataContractBinarySerializer.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.Primitives
+namespace Microsoft.Azure.ServiceBus.Primitives
{
using System;
using System.IO;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/EntityNameHelper.cs b/src/Microsoft.Azure.ServiceBus/Primitives/EntityNameHelper.cs
similarity index 95%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/EntityNameHelper.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/EntityNameHelper.cs
index ac9e861..6ec81c8 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/EntityNameHelper.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/EntityNameHelper.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
public static class EntityNameHelper
{
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ExceptionUtility.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ExceptionUtility.cs
similarity index 96%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ExceptionUtility.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ExceptionUtility.cs
index fc29e40..7800812 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ExceptionUtility.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ExceptionUtility.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/Fx.cs b/src/Microsoft.Azure.ServiceBus/Primitives/Fx.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/Fx.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/Fx.cs
index 2d3378a..4344d4c 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/Fx.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/Fx.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Diagnostics.CodeAnalysis;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessageLockLostException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/MessageLockLostException.cs
similarity index 94%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessageLockLostException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/MessageLockLostException.cs
index c68dec5..791a3bf 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessageLockLostException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/MessageLockLostException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityDisabledException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityDisabledException.cs
similarity index 95%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityDisabledException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityDisabledException.cs
index 99498bc..311c89d 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityDisabledException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityDisabledException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityNotFoundException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityNotFoundException.cs
similarity index 94%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityNotFoundException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityNotFoundException.cs
index d4fa158..c1790aa 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityNotFoundException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityNotFoundException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityType.cs b/src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityType.cs
similarity index 93%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityType.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityType.cs
index a00fc3c..0e3f417 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/MessagingEntityType.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/MessagingEntityType.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
enum MessagingEntityType
{
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/QuotaExceededException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/QuotaExceededException.cs
similarity index 95%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/QuotaExceededException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/QuotaExceededException.cs
index a2ea457..baeec0e 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/QuotaExceededException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/QuotaExceededException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ReceiverDisconnectedException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ReceiverDisconnectedException.cs
similarity index 95%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ReceiverDisconnectedException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ReceiverDisconnectedException.cs
index c9b8b9b..1c34111 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ReceiverDisconnectedException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ReceiverDisconnectedException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/RetryExponential.cs b/src/Microsoft.Azure.ServiceBus/Primitives/RetryExponential.cs
similarity index 97%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/RetryExponential.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/RetryExponential.cs
index 7cb27af..a582157 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/RetryExponential.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/RetryExponential.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/RetryPolicy.cs b/src/Microsoft.Azure.ServiceBus/Primitives/RetryPolicy.cs
similarity index 97%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/RetryPolicy.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/RetryPolicy.cs
index 7315f26..b8ee213 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/RetryPolicy.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/RetryPolicy.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SecurityToken.cs b/src/Microsoft.Azure.ServiceBus/Primitives/SecurityToken.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SecurityToken.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/SecurityToken.cs
index b8760c5..0f1bbbd 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SecurityToken.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/SecurityToken.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServerBusyException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ServerBusyException.cs
similarity index 94%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServerBusyException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ServerBusyException.cs
index 2e4cf60..ad10856 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServerBusyException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ServerBusyException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusCommunicationException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusCommunicationException.cs
similarity index 94%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusCommunicationException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusCommunicationException.cs
index 21feba5..795a8b0 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusCommunicationException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusCommunicationException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusConnectionSettings.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusConnectionSettings.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusConnectionSettings.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusConnectionSettings.cs
index eba25e4..d83fbe4 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusConnectionSettings.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusConnectionSettings.cs
@@ -1,11 +1,11 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Text;
- using Microsoft.Azure.Messaging.Amqp;
+ using Microsoft.Azure.ServiceBus.Amqp;
///
/// ServiceBusConnectionSettings can be used to construct a connection string which can establish communication with ServiceBus entities.
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusException.cs
similarity index 97%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusException.cs
index 9444480..4d4ef60 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusUriHelper.cs b/src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusUriHelper.cs
similarity index 96%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusUriHelper.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusUriHelper.cs
index 7c1d9e1..6475f21 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/ServiceBusUriHelper.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/ServiceBusUriHelper.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SessionLockLostException.cs b/src/Microsoft.Azure.ServiceBus/Primitives/SessionLockLostException.cs
similarity index 94%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SessionLockLostException.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/SessionLockLostException.cs
index 8700bdf..320b298 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SessionLockLostException.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/SessionLockLostException.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SharedAccessSignatureTokenProvider.cs b/src/Microsoft.Azure.ServiceBus/Primitives/SharedAccessSignatureTokenProvider.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SharedAccessSignatureTokenProvider.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/SharedAccessSignatureTokenProvider.cs
index a849467..23709ec 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/SharedAccessSignatureTokenProvider.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/SharedAccessSignatureTokenProvider.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/StringUtility.cs b/src/Microsoft.Azure.ServiceBus/Primitives/StringUtility.cs
similarity index 97%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/StringUtility.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/StringUtility.cs
index fc5c656..c533e31 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/StringUtility.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/StringUtility.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Globalization;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/Ticks.cs b/src/Microsoft.Azure.ServiceBus/Primitives/Ticks.cs
similarity index 97%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/Ticks.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/Ticks.cs
index fce1108..103c51c 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/Ticks.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/Ticks.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TimeoutHelper.cs b/src/Microsoft.Azure.ServiceBus/Primitives/TimeoutHelper.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TimeoutHelper.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/TimeoutHelper.cs
index fb1865e..cd50a87 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TimeoutHelper.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/TimeoutHelper.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Diagnostics;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TokenProvider.cs b/src/Microsoft.Azure.ServiceBus/Primitives/TokenProvider.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TokenProvider.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/TokenProvider.cs
index aeeb445..707991f 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TokenProvider.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/TokenProvider.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Text;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TokenScope.cs b/src/Microsoft.Azure.ServiceBus/Primitives/TokenScope.cs
similarity index 86%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TokenScope.cs
rename to src/Microsoft.Azure.ServiceBus/Primitives/TokenScope.cs
index 0056dbb..25ec6e6 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Primitives/TokenScope.cs
+++ b/src/Microsoft.Azure.ServiceBus/Primitives/TokenScope.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
public enum TokenScope
{
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Properties/AssemblyInfo.cs b/src/Microsoft.Azure.ServiceBus/Properties/AssemblyInfo.cs
similarity index 93%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Properties/AssemblyInfo.cs
rename to src/Microsoft.Azure.ServiceBus/Properties/AssemblyInfo.cs
index 1867865..9a28b7d 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Properties/AssemblyInfo.cs
+++ b/src/Microsoft.Azure.ServiceBus/Properties/AssemblyInfo.cs
@@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Microsoft.Azure.Messaging")]
+[assembly: AssemblyProduct("Microsoft.Azure.ServiceBus")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/QueueClient.cs b/src/Microsoft.Azure.ServiceBus/QueueClient.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/QueueClient.cs
rename to src/Microsoft.Azure.ServiceBus/QueueClient.cs
index 6e19b6f..b10345b 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/QueueClient.cs
+++ b/src/Microsoft.Azure.ServiceBus/QueueClient.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/ReceiveMode.cs b/src/Microsoft.Azure.ServiceBus/ReceiveMode.cs
similarity index 92%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/ReceiveMode.cs
rename to src/Microsoft.Azure.ServiceBus/ReceiveMode.cs
index a001fca..f62d209 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/ReceiveMode.cs
+++ b/src/Microsoft.Azure.ServiceBus/ReceiveMode.cs
@@ -2,7 +2,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging
+namespace Microsoft.Azure.ServiceBus
{
public enum ReceiveMode
{
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Resources.Designer.cs b/src/Microsoft.Azure.ServiceBus/Resources.Designer.cs
similarity index 98%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Resources.Designer.cs
rename to src/Microsoft.Azure.ServiceBus/Resources.Designer.cs
index 4e7ae02..01db7b5 100644
--- a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Resources.Designer.cs
+++ b/src/Microsoft.Azure.ServiceBus/Resources.Designer.cs
@@ -8,7 +8,7 @@
//
//------------------------------------------------------------------------------
-namespace Microsoft.Azure.Messaging {
+namespace Microsoft.Azure.ServiceBus {
using System;
using System.Reflection;
@@ -38,7 +38,7 @@ namespace Microsoft.Azure.Messaging {
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Azure.Messaging.Resources", typeof(Resources).GetTypeInfo().Assembly);
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Azure.ServiceBus.Resources", typeof(Resources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
diff --git a/Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Resources.resx b/src/Microsoft.Azure.ServiceBus/Resources.resx
similarity index 100%
rename from Microsoft.Azure.Messaging/src/Microsoft.Azure.Messaging/Resources.resx
rename to src/Microsoft.Azure.ServiceBus/Resources.resx
diff --git a/src/Microsoft.Azure.ServiceBus/project.json b/src/Microsoft.Azure.ServiceBus/project.json
new file mode 100644
index 0000000..4739ab1
--- /dev/null
+++ b/src/Microsoft.Azure.ServiceBus/project.json
@@ -0,0 +1,52 @@
+{
+ "version": "0.0.1-preview",
+ "title": "Microsoft.Azure.ServiceBus",
+ "description": "Microsoft.Azure.ServicBus Class Library",
+ "authors": [ "Microsoft" ],
+
+ "buildOptions": {
+ "warningsAsErrors": true,
+ "delaySign": true,
+ "publicSign": false,
+ "keyFile": "../../build/MSSharedLibSN1024.snk"
+ },
+
+ "packOptions": {
+ "tags": [ "Azure", "Service Bus", "ServiceBus", ".NET", "AMQP", "IoT", "Queue", "Topic" ],
+ "projectUrl": "https://github.com/Azure/azure-service-bus-dotnet",
+ "licenseUrl": "https://raw.githubusercontent.com/Azure/azure-service-bus-dotnet/master/LICENSE",
+ "iconUrl": "https://raw.githubusercontent.com/Azure/azure-service-bus-dotnet/master/service-bus.png",
+ "releaseNotes": "https://github.com/Azure/azure-service-bus-dotnet/releases",
+ "requireLicenseAcceptance": true
+ },
+
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.0.0"
+ },
+
+ "frameworks": {
+ "net451": {
+ "frameworkAssemblies": {
+ "System.Xml.Serialization": "4.0.0.0",
+ "System.Runtime.Serialization": "4.0.0.0",
+ "System.Xml": "4.0.0.0"
+ }
+ },
+ "netstandard1.3": {
+ "imports": "dnxcore50",
+ "dependencies": {
+ "NETStandard.Library": "1.6.0",
+ "System.Net.Security": "4.0.0",
+ "System.Private.DataContractSerialization": "4.1.1",
+ "System.Runtime.Serialization.Primitives": "4.1.1",
+ "System.Runtime.Serialization.Xml": "4.1.1",
+ "System.Reflection": "4.1.0",
+ "System.Reflection.Emit": "4.0.1",
+ "System.Reflection.TypeExtensions": "4.1.0",
+ "System.Xml.ReaderWriter": "4.0.11",
+ "System.Xml.XmlSerializer": "4.0.11",
+ "System.Text.RegularExpressions": "4.1.0"
+ }
+ }
+ }
+}
diff --git a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/Microsoft.Azure.Messaging.UnitTests.xproj b/test/Microsoft.Azure.ServiceBus.UnitTests/Microsoft.Azure.ServiceBus.UnitTests.xproj
similarity index 93%
rename from Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/Microsoft.Azure.Messaging.UnitTests.xproj
rename to test/Microsoft.Azure.ServiceBus.UnitTests/Microsoft.Azure.ServiceBus.UnitTests.xproj
index 8a129b8..cdfe0d6 100644
--- a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/Microsoft.Azure.Messaging.UnitTests.xproj
+++ b/test/Microsoft.Azure.ServiceBus.UnitTests/Microsoft.Azure.ServiceBus.UnitTests.xproj
@@ -7,7 +7,7 @@
bda98e20-3a26-4a5a-9371-cb02b73e3434
- Microsoft.Azure.Messaging.UnitTests
+ Microsoft.Azure.ServiceBus.UnitTests
.\obj
.\bin\
v4.5.2
diff --git a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/Properties/AssemblyInfo.cs b/test/Microsoft.Azure.ServiceBus.UnitTests/Properties/AssemblyInfo.cs
similarity index 100%
rename from Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/Properties/AssemblyInfo.cs
rename to test/Microsoft.Azure.ServiceBus.UnitTests/Properties/AssemblyInfo.cs
diff --git a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/QueueClientTests.cs b/test/Microsoft.Azure.ServiceBus.UnitTests/QueueClientTests.cs
similarity index 99%
rename from Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/QueueClientTests.cs
rename to test/Microsoft.Azure.ServiceBus.UnitTests/QueueClientTests.cs
index 62026de..30796bb 100644
--- a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/QueueClientTests.cs
+++ b/test/Microsoft.Azure.ServiceBus.UnitTests/QueueClientTests.cs
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-namespace Microsoft.Azure.Messaging.UnitTests
+namespace Microsoft.Azure.ServiceBus.UnitTests
{
using System;
using System.Collections.Generic;
diff --git a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/project.json b/test/Microsoft.Azure.ServiceBus.UnitTests/project.json
similarity index 81%
rename from Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/project.json
rename to test/Microsoft.Azure.ServiceBus.UnitTests/project.json
index 82d3073..3bc8f7c 100644
--- a/Microsoft.Azure.Messaging/test/Microsoft.Azure.Messaging.UnitTests/project.json
+++ b/test/Microsoft.Azure.ServiceBus.UnitTests/project.json
@@ -1,8 +1,10 @@
{
- "version": "1.0.0-*",
+ "version": "1.0.0",
"testRunner": "xunit",
"dependencies": {
- "Microsoft.Azure.Messaging": "1.0.0-*",
+ "Microsoft.Azure.ServiceBus": {
+ "target": "project"
+ },
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},