Downloads:
1,968
Downloads of v 0.0.9:
362
Last Update:
12 Nov 2020
Package Maintainer(s):
Software Author(s):
- Sergey Odinokov
Tags:
diagnostics stacktrace minidump process clrmd- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
stdump
- 1
- 2
- 3
0.0.9 | Updated: 12 Nov 2020
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,968
Downloads of v 0.0.9:
362
Maintainer(s):
Software Author(s):
- Sergey Odinokov
stdump 0.0.9
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Sergey Odinokov. The inclusion of Sergey Odinokov trademark(s), if any, upon this webpage is solely to identify Sergey Odinokov goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install stdump, run the following command from the command line or from PowerShell:
To upgrade stdump, run the following command from the command line or from PowerShell:
To uninstall stdump, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download stdump --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade stdump -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade stdump -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install stdump
win_chocolatey:
name: stdump
version: '0.0.9'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'stdump' do
action :install
source 'INTERNAL REPO URL'
version '0.0.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller stdump
{
Name = "stdump"
Version = "0.0.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'stdump':
ensure => '0.0.9',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 20 Nov 2020.
Explore stack trace of a running managed process without downtime, or from a minidump file
The MIT License (MIT)
Copyright (c) 2016 Sergey Odinokov
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.
stdump is using Microsoft.Diagnostics.Runtime (CLR MD) under the following license:
The MIT License (MIT)
Copyright (c) Microsoft Corporation
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.
<?xml version="1.0" encoding="utf-8"?>
<DotNetCliTool Version="1">
<Commands>
<Command Name="stdump" EntryPoint="stdump.dll" Runner="dotnet" />
</Commands>
</DotNetCliTool>
md5: 805E36754C1A4BE08181D4CDEC05A7F8 | sha1: 90E869BB58CD428C206CCB9E7703366DFD5F03E3 | sha256: D84B813858B7FDA6CBB164BCA2F4D07BF3055296E48BFC008ED30DF87E10874B | sha512: B26E35101DEEB7A6DD68C2F0680DCF45DF7E89B824771DE3CDF3ADBB4051C2E30E7815C0604B2A0D31BC289423C656CA00A5A6E7D73703CD0F5B57220ECAAA77
md5: C12F1E0694BE6B9AB2072F58FF57B8B6 | sha1: D52B7224E987F5E847153768AFB7DA5F2710B337 | sha256: D8EDDA8796EB8B4959F2CEEBE7804FF4FC3BFDC916F8EE9D4AC6DA904D3468D7 | sha512: FB99DBCF8B352BCCDA0764369D3B0D4BC90434A6EB8B1F1B6AF261B933ED8AED0C3D077CF0C93A5D81E9E409DCD32DFCE759CD223DC8D843BB50ADF57F16755D
md5: 634921D2C561DCBB415D27C39BDAEB82 | sha1: CA19A5399E546F68D130AC3EF739409400C4744F | sha256: 73D30A07DA46AA5156A7AB1221CD884E476F32C19219BAD19C7CC1201B652072 | sha512: 779883F2798B92AE414C7D828810451D37B0976B524422221EB8C024EDF46C987DB43C679F186295234356E76DF227AA5BC37484A267F9565F01756CEE169342
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {
"stdump/1.0.0": {
"dependencies": {
"Microsoft.Diagnostics.Runtime": "2.0.151903",
"Microsoft.Extensions.CommandLineUtils": "1.1.1"
},
"runtime": {
"stdump.dll": {}
}
},
"Microsoft.Diagnostics.NETCore.Client/0.2.61701": {
"runtime": {
"lib/netcoreapp2.1/Microsoft.Diagnostics.NETCore.Client.dll": {
"assemblyVersion": "0.2.1.11701",
"fileVersion": "0.2.1.11701"
}
}
},
"Microsoft.Diagnostics.Runtime/2.0.151903": {
"dependencies": {
"Microsoft.Diagnostics.NETCore.Client": "0.2.61701",
"System.Buffers": "4.5.1",
"System.Collections.Immutable": "1.7.1",
"System.Memory": "4.5.4",
"System.Reflection.Metadata": "1.8.1",
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Diagnostics.Runtime.dll": {
"assemblyVersion": "2.0.3.1903",
"fileVersion": "2.0.3.1903"
}
}
},
"Microsoft.Extensions.CommandLineUtils/1.1.1": {
"runtime": {
"lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": {
"assemblyVersion": "1.1.1.0",
"fileVersion": "1.1.1.30427"
}
}
},
"System.Buffers/4.5.1": {},
"System.Collections.Immutable/1.7.1": {
"runtime": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {
"assemblyVersion": "1.2.5.0",
"fileVersion": "4.700.20.21406"
}
}
},
"System.Memory/4.5.4": {},
"System.Reflection.Metadata/1.8.1": {
"dependencies": {
"System.Collections.Immutable": "1.7.1"
},
"runtime": {
"lib/netstandard2.0/System.Reflection.Metadata.dll": {
"assemblyVersion": "1.4.5.0",
"fileVersion": "4.700.20.21406"
}
}
},
"System.Runtime.CompilerServices.Unsafe/4.7.1": {
"runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.20.12001"
}
}
}
}
},
"libraries": {
"stdump/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.Diagnostics.NETCore.Client/0.2.61701": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/whUqXLkTiUvG+vfSFd77DHHsLZW2HztZt+ACOpuvGyLKoGGN86M8cR1aYfRW6fxXF3SVGMKMswcL485SQEDuQ==",
"path": "microsoft.diagnostics.netcore.client/0.2.61701",
"hashPath": "microsoft.diagnostics.netcore.client.0.2.61701.nupkg.sha512"
},
"Microsoft.Diagnostics.Runtime/2.0.151903": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tsqUmXMzyzTFgyMiqK3+uNmiolwY8kzg8znGKpyqAepW/7IKREscfKPyCZIawRPNztReFy2eSx6yFE7ft4ymvg==",
"path": "microsoft.diagnostics.runtime/2.0.151903",
"hashPath": "microsoft.diagnostics.runtime.2.0.151903.nupkg.sha512"
},
"Microsoft.Extensions.CommandLineUtils/1.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uJVv/nVmyIG/n2FkRScoB13zzdS1VdvmA1+Xvi7VHYhvYxdyXA7qZm/a/MfBvRuZ6VhwsPHbtOnxRh5/meyVyw==",
"path": "microsoft.extensions.commandlineutils/1.1.1",
"hashPath": "microsoft.extensions.commandlineutils.1.1.1.nupkg.sha512"
},
"System.Buffers/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"path": "system.buffers/4.5.1",
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
},
"System.Collections.Immutable/1.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==",
"path": "system.collections.immutable/1.7.1",
"hashPath": "system.collections.immutable.1.7.1.nupkg.sha512"
},
"System.Memory/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"path": "system.memory/4.5.4",
"hashPath": "system.memory.4.5.4.nupkg.sha512"
},
"System.Reflection.Metadata/1.8.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1wrPLtYQFUGTsl9OqPzdzmMRdQvo3PRK38y+4rCHG0f6iyvSYwNXVr0orMvsu2orOIiVbk6MMckINI1g54ZvfA==",
"path": "system.reflection.metadata/1.8.1",
"hashPath": "system.reflection.metadata.1.8.1.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/4.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==",
"path": "system.runtime.compilerservices.unsafe/4.7.1",
"hashPath": "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512"
}
}
}
md5: 9330A83A648EC567223EC8B00CE5D69C | sha1: DE7015D4B1F91EED5545791163895978B9F58FFD | sha256: B15449E370EC4AD70293757B5BBF4A6AD021D68F4F86B6C82900E33EBCB55D04 | sha512: B9D6D0459CB0A1D7F4C868C2877D7B43A9BB09DE9501D85ADFAD6C8FD11637656B663FAFDD26066E6A5107C9CF9469428928B57EA49857D4C7F18464E207A134
{
"runtimeOptions": {
"tfm": "netcoreapp2.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.1.0"
}
}
}
md5: 704ADB6DA8CBFC3722F3EF2D61311A51 | sha1: 8BCD4D64153A1D50D322BE3E9222E8FDEA841098 | sha256: B358E6223F09113874BDD77CF201D630D1B4CFB4E6CC8A50C6C21B11F7795CE2 | sha512: ED07050D6DA32FEC3665066EA32CB614429C456C10B2C52466ABAFC62CE7366406C098870857D4748042DC8B4C8F681B68F60896138D4B2B400182179193D2BC
md5: 9FB6DEA8FF1600497A9CE3A345459457 | sha1: BB489190FD821058DB86C2339DDFB183B3655B64 | sha256: FB00D92C7E3A85D5D0A8CCDFB33DE4830D1E7882D9DDB5FBE569DF1FA8538215 | sha512: 99DE1E884E6D6B0B708E633ABE4E724196E23BDF477D110EDCBFDB864308F95189468762DD9FCCC294DB040D33655CB18B47CBA386B03919F3B3D4F57B998AF1
<?xml version="1.0" encoding="utf-8"?>
<DotNetCliTool Version="1">
<Commands>
<Command Name="stdump" EntryPoint="stdump.dll" Runner="dotnet" />
</Commands>
</DotNetCliTool>
md5: 805E36754C1A4BE08181D4CDEC05A7F8 | sha1: 90E869BB58CD428C206CCB9E7703366DFD5F03E3 | sha256: D84B813858B7FDA6CBB164BCA2F4D07BF3055296E48BFC008ED30DF87E10874B | sha512: B26E35101DEEB7A6DD68C2F0680DCF45DF7E89B824771DE3CDF3ADBB4051C2E30E7815C0604B2A0D31BC289423C656CA00A5A6E7D73703CD0F5B57220ECAAA77
md5: F36C7F582C6D5813BE1C22A18C7F0ED0 | sha1: 130AC63B6413288BC48227D16DFC18E84534C872 | sha256: ED0943CF1412CA041B092BE7D3A6ED3779EA44B61CE77F0D0D1F8C1646557EB2 | sha512: 76E3ABCD67A1CDCD5CFD45AD6F19EC167D9D830DE0DD04948A2DE81DF6F3A70BECF6DA1C82B674200A23E72C32977360CBFF92ACB8D5569529D77B231769F55B
md5: 634921D2C561DCBB415D27C39BDAEB82 | sha1: CA19A5399E546F68D130AC3EF739409400C4744F | sha256: 73D30A07DA46AA5156A7AB1221CD884E476F32C19219BAD19C7CC1201B652072 | sha512: 779883F2798B92AE414C7D828810451D37B0976B524422221EB8C024EDF46C987DB43C679F186295234356E76DF227AA5BC37484A267F9565F01756CEE169342
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"stdump/1.0.0": {
"dependencies": {
"Microsoft.Diagnostics.Runtime": "2.0.151903",
"Microsoft.Extensions.CommandLineUtils": "1.1.1"
},
"runtime": {
"stdump.dll": {}
}
},
"Microsoft.Diagnostics.NETCore.Client/0.2.61701": {
"runtime": {
"lib/netcoreapp2.1/Microsoft.Diagnostics.NETCore.Client.dll": {
"assemblyVersion": "0.2.1.11701",
"fileVersion": "0.2.1.11701"
}
}
},
"Microsoft.Diagnostics.Runtime/2.0.151903": {
"dependencies": {
"Microsoft.Diagnostics.NETCore.Client": "0.2.61701",
"System.Buffers": "4.5.1",
"System.Collections.Immutable": "1.7.1",
"System.Memory": "4.5.4",
"System.Reflection.Metadata": "1.8.1",
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Diagnostics.Runtime.dll": {
"assemblyVersion": "2.0.3.1903",
"fileVersion": "2.0.3.1903"
}
}
},
"Microsoft.Extensions.CommandLineUtils/1.1.1": {
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"runtime": {
"lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": {
"assemblyVersion": "1.1.1.0",
"fileVersion": "1.1.1.30427"
}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"Microsoft.Win32.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"NETStandard.Library/1.6.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.Win32.Primitives": "4.3.0",
"System.AppContext": "4.3.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Console": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Calendars": "4.3.0",
"System.IO": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.Compression.ZipFile": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Net.Http": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Net.Sockets": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Timer": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XDocument": "4.3.0"
}
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.native.System/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"runtime.native.System.IO.Compression/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"runtime.native.System.Net.Http/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"dependencies": {
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
}
},
"runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"dependencies": {
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
"System.AppContext/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0"
}
},
"System.Buffers/4.5.1": {},
"System.Collections/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Collections.Concurrent/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Collections.Immutable/1.7.1": {
"runtime": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {
"assemblyVersion": "1.2.5.0",
"fileVersion": "4.700.20.21406"
}
}
},
"System.Console/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
},
"System.Diagnostics.Debug/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Diagnostics.DiagnosticSource/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Diagnostics.Tools/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Diagnostics.Tracing/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Globalization.Calendars/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Globalization": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Globalization.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Globalization": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.InteropServices": "4.3.0"
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.IO.Compression/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Buffers": "4.5.1",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.IO.Compression": "4.3.0"
}
},
"System.IO.Compression.ZipFile/4.3.0": {
"dependencies": {
"System.Buffers": "4.5.1",
"System.IO": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
},
"System.IO.FileSystem/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.IO.FileSystem.Primitives/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0"
}
},
"System.Linq/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0"
}
},
"System.Linq.Expressions/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Linq": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Emit.Lightweight": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Memory/4.5.4": {},
"System.Net.Http/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.DiagnosticSource": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Extensions": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.OpenSsl": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.Net.Http": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Net.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0"
}
},
"System.Net.Sockets/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.ObjectModel/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit/4.3.0": {
"dependencies": {
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit.ILGeneration/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit.Lightweight/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Metadata/1.8.1": {
"runtime": {
"lib/netstandard2.0/System.Reflection.Metadata.dll": {
"assemblyVersion": "1.4.5.0",
"fileVersion": "4.700.20.21406"
}
}
},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.TypeExtensions/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Resources.ResourceManager/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Globalization": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"System.Runtime.CompilerServices.Unsafe/4.7.1": {
"runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.20.12001"
}
}
},
"System.Runtime.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0"
}
},
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Threading": "4.3.0",
"runtime.native.System": "4.3.0"
}
},
"System.Runtime.Numerics/4.3.0": {
"dependencies": {
"System.Globalization": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0"
}
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Collections": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"runtime.native.System.Security.Cryptography.Apple": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Security.Cryptography.Cng/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
},
"System.Security.Cryptography.Csp/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Security.Cryptography.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Linq": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Security.Cryptography.OpenSsl/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Security.Cryptography.Primitives/4.3.0": {
"dependencies": {
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Security.Cryptography.X509Certificates/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Calendars": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Cng": "4.3.0",
"System.Security.Cryptography.Csp": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.OpenSsl": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.Net.Http": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encoding.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
},
"System.Text.RegularExpressions/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0"
}
},
"System.Threading/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Threading.Tasks.Extensions/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Timer/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Xml.ReaderWriter/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Tasks.Extensions": "4.3.0"
}
},
"System.Xml.XDocument/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0"
}
}
}
},
"libraries": {
"stdump/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.Diagnostics.NETCore.Client/0.2.61701": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/whUqXLkTiUvG+vfSFd77DHHsLZW2HztZt+ACOpuvGyLKoGGN86M8cR1aYfRW6fxXF3SVGMKMswcL485SQEDuQ==",
"path": "microsoft.diagnostics.netcore.client/0.2.61701",
"hashPath": "microsoft.diagnostics.netcore.client.0.2.61701.nupkg.sha512"
},
"Microsoft.Diagnostics.Runtime/2.0.151903": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tsqUmXMzyzTFgyMiqK3+uNmiolwY8kzg8znGKpyqAepW/7IKREscfKPyCZIawRPNztReFy2eSx6yFE7ft4ymvg==",
"path": "microsoft.diagnostics.runtime/2.0.151903",
"hashPath": "microsoft.diagnostics.runtime.2.0.151903.nupkg.sha512"
},
"Microsoft.Extensions.CommandLineUtils/1.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uJVv/nVmyIG/n2FkRScoB13zzdS1VdvmA1+Xvi7VHYhvYxdyXA7qZm/a/MfBvRuZ6VhwsPHbtOnxRh5/meyVyw==",
"path": "microsoft.extensions.commandlineutils/1.1.1",
"hashPath": "microsoft.extensions.commandlineutils.1.1.1.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-akApJzFlX1o59OZ+W01MBQbLU9J8txvsPxdNQERtF6LITMRdPO1mciXYDzEGLva8hu0H9qa12aSO9Y5+T53I4w==",
"path": "microsoft.netcore.platforms/1.1.0",
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
},
"Microsoft.NETCore.Targets/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-io59YnPNM2OVVuGmvvOmxdH/p6TvAxQg0hLlPy+UIo+XEF2iriU4It5hse1yLrVyA8wxjwfkqsuAZl/9iSpQsw==",
"path": "microsoft.netcore.targets/1.1.0",
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
},
"Microsoft.Win32.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EuN6U2C7v0dHQWEncO99fuSBp+KJeSxJowfwtJHy8Dp2eqqD94LYgDQs0XFQY8xm0wHoOoy5JX9dLrPQe3dI4Q==",
"path": "microsoft.win32.primitives/4.3.0",
"hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
},
"NETStandard.Library/1.6.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vagyfCBFeSqi6GuKBY1PmQTTbD505GboqxPKn6EzpleD4K8tSLxjSr4up58DxX/mnJGXF1lPC0P90tWCgcphkw==",
"path": "netstandard.library/1.6.1",
"hashPath": "netstandard.library.1.6.1.nupkg.sha512"
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-b4ddA5O4H/KoX1edzFtQXSA9sCUPlDPX0HgLR0Cj4RYbAuAL5DlygnU+ptyslS6x3lePnruyB5gnIRT2ZVO2Bg==",
"path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YlO94Ll6kJDyIyaxR68eaNWG+XoBUVfJDjyjVxw25INPy9wS1ZsDApbXPaQog4mNSCmLS4crfY+oUPyhKvQB+Q==",
"path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QrRabqkrbjko9TjJEfjINsqeCxQ+V9R8CTXqZQkLMwrDM5Y0wPxMH9ivL+evmTSz8AfVGx7EjGuAZ3jcfSQKmQ==",
"path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.native.System/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-e+vvJXxpZHcDgzMtOiTRqovhojj4nDcOZxS0oGi/iNNeOBV2751oDmCQjXNfw7XPfvV1TzH4LcRf/Ml5/LZaZA==",
"path": "runtime.native.system/4.3.0",
"hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
},
"runtime.native.System.IO.Compression/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zxYlSFT67r8kHyWngnnLUSovGeujmZrgxEDKZ/bTcLCFO07mLaUDHo+Mh9InAsrXwvocjs7sBpl2O7C+o/GyzA==",
"path": "runtime.native.system.io.compression/4.3.0",
"hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
},
"runtime.native.System.Net.Http/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UaYKPzPfBKHnd1DellE62quraLdc2bJsc6xhlU2NY3UEK/Fl+S1FMO6C2mPHlKQweX7lqIEmS3YL13yKbOkBNw==",
"path": "runtime.native.system.net.http/4.3.0",
"hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
},
"runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CSR11hscaUw9DBvQJBJQtdA9ltqHJEywRGQgqQAnmgVPJgaiDqSQI3d0fdmEGkZSZOXKJX3UquIEai+RnMi7og==",
"path": "runtime.native.system.security.cryptography.apple/4.3.0",
"hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
},
"runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1ORijKwlSzEFas68cxtCrw7ilFrBoj6zmuGvMIB6N5mY8x/Xfblhl93iTsLls5CidUqV6Jda1Z+Z7ULiWqyHdg==",
"path": "runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZTTgpjosM+nJvP8O2uOWQQjz4EV6XIee4pXeCVQzo8rQAThSJQ77jKKDf9gbvylODsZ1yf/MvkNu1neJMdrYgQ==",
"path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-J7ysdMbgxlh5zBNQlU4TD93XigiVYEzgWDOYvvLj2sPznafqe6l8MuijECKalH4/yDEXDPusWBe4pbQynIFxfg==",
"path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-lhs4e/SIGLdJ+XXG/rKVGhqQrTdQarzbripZ+5/gpFqJpvILjgJyV2NqiAqmdFHi0NZzxpOfatm7q1dPUBJfJA==",
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KAV5svV0oCEo4X6RtyFCcC97NaBRq2WXzPXXHBQ4Sgs5adiSjvEY7VFiEq1S+Kd93jnYTEO+Jkedr2MEtb8DRg==",
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WeCfs6tupbzyBk7fiblwNBslNGwVgcdB+GFTrWD/xv9QdX3F6+Rl/KW49OzwERALVtRa+6bTcvJjKMRgMvNffQ==",
"path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VcQdEne6tsD/STjV0EJmrtDIRevdgJoaRdzESTSGw5i4/pde8NayyI3VH/mklt6fkOMlDJFIkn7/4eHPZHWcDQ==",
"path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-535KKvcd7ogCL/LPTl9AIWwaBAyxLIELC8LOhMpMl8yGmVYqnnv4T6Zz+tlLWFqXgXoXvGkf2fhgZiUL1v+HCQ==",
"path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ReOD1GeQqVjSllYH/7oxjTsSS0Kuz2zAHc1Jl/BSBDyHel/R+kYVk7DkVRYqeZprbDqWTQMst6JYX6yleSgT/A==",
"path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
"hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"System.AppContext/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GOMbwu0oUuACiRIeHwgPV0pizSOlCQkh75ftuwb11Y5Plz/5uASBs2miJ0EH187ngix+njOTsjFCGZsf8TLg3A==",
"path": "system.appcontext/4.3.0",
"hashPath": "system.appcontext.4.3.0.nupkg.sha512"
},
"System.Buffers/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"path": "system.buffers/4.5.1",
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
},
"System.Collections/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FObZDFHddXAc4WEaAljJxPbdsbIfW03Ly6f+wJasxK0BQAn4VBpGOorZtNf8QlhFj9Yl5Q0eSW0XxS+CDz86Jg==",
"path": "system.collections/4.3.0",
"hashPath": "system.collections.4.3.0.nupkg.sha512"
},
"System.Collections.Concurrent/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-x0iyXtG4/9DxOwaNtXeRtwD5u0hw9z1Zo60ZE7iftjlmxmpIr0aEfKP0xDAAJLHtCb7gCgxY+Ow+Nyd0cqWJWg==",
"path": "system.collections.concurrent/4.3.0",
"hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
},
"System.Collections.Immutable/1.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==",
"path": "system.collections.immutable/1.7.1",
"hashPath": "system.collections.immutable.1.7.1.nupkg.sha512"
},
"System.Console/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-acd9nw53d/x8tBhp68v6Fsk4S5xbSczRazQOmowiGmN+oej5OmbHD9aV/kj1c9nuA1YJGh8R+E7jU7kUCP3FIg==",
"path": "system.console/4.3.0",
"hashPath": "system.console.4.3.0.nupkg.sha512"
},
"System.Diagnostics.Debug/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0RVUXiBoBOZoMeo6zxTHzc/piIngLLSxbzjlRKYMKzIDEPKKYcwH2mTY5A+5enktfFkyypKClIJpMNzgYN2GtQ==",
"path": "system.diagnostics.debug/4.3.0",
"hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
},
"System.Diagnostics.DiagnosticSource/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-adE/+lsBdwzclxJkcGdZhLIE5vuL2ZXBhpI2R6hQQzei3kKk9uijK5K3FjbsQkLrkUii8ni9L/o56s0xCm+FWw==",
"path": "system.diagnostics.diagnosticsource/4.3.0",
"hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
},
"System.Diagnostics.Tools/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ITwmEqxN19tB9N5ZuYvBbhfppO3lgIdfZ8iEIF4SuDwEC49kdC/FUgQjWaKsCtUnHxSmhL5QthRAmFOAJ0tKKQ==",
"path": "system.diagnostics.tools/4.3.0",
"hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
},
"System.Diagnostics.Tracing/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5INM+gnSEPfetM1RMV0sqV5Vni/rOjX5jd64z9Al6AmR1cnWsvmcxmi+909XdH+IZd702qmeYJGafgvG0aQrqw==",
"path": "system.diagnostics.tracing/4.3.0",
"hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
},
"System.Globalization/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Sod384YJtBAB5EUVSdExOXV1+g/motdoCFBb2we3Akd5bRc2WvwwguPTqKxNzaRxQ8ojZgb6/ZFc1rEIry767Q==",
"path": "system.globalization/4.3.0",
"hashPath": "system.globalization.4.3.0.nupkg.sha512"
},
"System.Globalization.Calendars/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Tn/PvYou1Yrpfm6r6j6zeekWjoe8SXSTi/QG9Ch4ke042jEAG4K3bYMCm6MSFBtNNmgsQ4zj/qQUyhomXlOf4w==",
"path": "system.globalization.calendars/4.3.0",
"hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
},
"System.Globalization.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bN/oCp8SIGfWRwyR+seosGbXO3oGQTut2njQnFo1uEClhZD4My+IinkkIlAEBJwt4sW9rdws4/gORmqQPKzIbg==",
"path": "system.globalization.extensions/4.3.0",
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
},
"System.IO/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NJjHEyxCanlpVKiE1Sl2k2EGD/D++eEdfyWiTwKSRi55rRegPslnEWqzWrZb9A70jjps4syxY8uIXcOa56hnjQ==",
"path": "system.io/4.3.0",
"hashPath": "system.io.4.3.0.nupkg.sha512"
},
"System.IO.Compression/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kTNnybrsT6mNmQEivHs3LXiK61lvlpNQjX3qknkby+yOpkEyzi+txw5bAGU/T4qevqZqQDu2Rc4D5hY1YO+Inw==",
"path": "system.io.compression/4.3.0",
"hashPath": "system.io.compression.4.3.0.nupkg.sha512"
},
"System.IO.Compression.ZipFile/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-P8L8qWhebnAqxBDpSZd2AeBiFia8ZqPTkVFzfDh6NKeElEaWt2T2iL3q3zsC2Zj/iZUCfO9zIN+9hKaj8K37FQ==",
"path": "system.io.compression.zipfile/4.3.0",
"hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
},
"System.IO.FileSystem/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-I39qqTm5gciuzeQU7i2M0cIsKbCYLMz+RVGfuMs+SfdFOJ7/ZTSEDibTXqLoA8GRr+I6Vv28PCxSps1JFHupvg==",
"path": "system.io.filesystem/4.3.0",
"hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
},
"System.IO.FileSystem.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fSGD+MLYAq9Vq3lk13WeHyoanoCRKbXHxImlngRJHk17qgsNBcFEzfkWwajE7xNWsF5HEHHQAMaHqpl+CeUnxA==",
"path": "system.io.filesystem.primitives/4.3.0",
"hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
},
"System.Linq/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-38dBS8mm4VasTVkJLIjZ7nvZ5qjWQbIHOaHvb/VGv0YVeA7OAWOONekZR/6JLmnlQZ32nksP+ox9CWsEAKHDIA==",
"path": "system.linq/4.3.0",
"hashPath": "system.linq.4.3.0.nupkg.sha512"
},
"System.Linq.Expressions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6axTdZ987/rCohYs6jWE/eOP71HG9eYNXMC1VgbE+MTLY8t+abxzArfz90d516NncigS63d1ilwS4hBuedz7Eg==",
"path": "system.linq.expressions/4.3.0",
"hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
},
"System.Memory/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"path": "system.memory/4.5.4",
"hashPath": "system.memory.4.5.4.nupkg.sha512"
},
"System.Net.Http/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-f7Z8IiYdOJKMBenS5XeDiUk5rIqNT37+dEqM13XhlCV1TCzs5CBwEoSLaYXlxp8ChbIEL3I/SwfylijUWG0WRQ==",
"path": "system.net.http/4.3.0",
"hashPath": "system.net.http.4.3.0.nupkg.sha512"
},
"System.Net.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vzQTkZKrDUH3E7Lk/71U7gRjaChvS05ysX32/Y0TNSsU64KKm1Ym4yL2TAZoBNYUZbIzEks4cjZTBx41uW4oyg==",
"path": "system.net.primitives/4.3.0",
"hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
},
"System.Net.Sockets/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TR2Zwpe4OBe6PVfUsz8gTSkO8zUjYc4fqJouK5/6oKnhe0SMphZhE3fu8xeopfyxkDjfVBv4woam+4omv6taLQ==",
"path": "system.net.sockets/4.3.0",
"hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
},
"System.ObjectModel/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Rdm7pp/Pb+eDIY7+fv4QaQOv9jJt7gWJf1Ys1wi4DSX+wBLhCTDiOTKjqIAne3XRQ9p8KtTibBBYBdN9cklt5Q==",
"path": "system.objectmodel/4.3.0",
"hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
},
"System.Reflection/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-krNDxJ6KyWMwOjbcT7p9y3BBAYrwbzVN+0/wRkaiiQyKHW9zt9WN9i4kgvs9fYtNQSnZWdKGmGY3OxrYg210QA==",
"path": "system.reflection/4.3.0",
"hashPath": "system.reflection.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GyqlHJ1YnxXQvxt+zdrSYTJlknrw2pTdQoimOSjLkEP/ucdQIAeBtHUSiGSww+ietW6JD5jBBd3O85KLynqPYQ==",
"path": "system.reflection.emit/4.3.0",
"hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit.ILGeneration/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1D0W6Aw+wOvFpnCocH9oGcMW6TTuAzi3tESX7VWR09IbpdqsWGx3lDNoSLH7xqK9+4GNnWk8GSfxF3ICVTqqpw==",
"path": "system.reflection.emit.ilgeneration/4.3.0",
"hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit.Lightweight/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iPEUwh8jxcWV+mIHioy3qCTR/14WmKu5j9YV7/qoAZQroXWm1yUeSCz5fMj1qW97MvEGBQQ2EeZoahd6nkvoQQ==",
"path": "system.reflection.emit.lightweight/4.3.0",
"hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
},
"System.Reflection.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Ly9a9XYfQdRb0MKnUNZuwqGuEfqzwc8rK9X3B/4BgG62MMrv26ML9ptVlXyuHGneQEhiIr+ICIs0dgvnj8szUA==",
"path": "system.reflection.extensions/4.3.0",
"hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
},
"System.Reflection.Metadata/1.8.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1wrPLtYQFUGTsl9OqPzdzmMRdQvo3PRK38y+4rCHG0f6iyvSYwNXVr0orMvsu2orOIiVbk6MMckINI1g54ZvfA==",
"path": "system.reflection.metadata/1.8.1",
"hashPath": "system.reflection.metadata.1.8.1.nupkg.sha512"
},
"System.Reflection.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-10eseF7m1vg4i7XVVcY7Nqpgr6Rzlqnnj62C6BpdZxpmxxEcwRd3RmpCXInfmfB4vP6geYS8VLr1EV1b9EIN2g==",
"path": "system.reflection.primitives/4.3.0",
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
},
"System.Reflection.TypeExtensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tDMJJQlTA/4fDusx1ztaoOYvaCHwu/xIzz4otAcUI/31L5r2Wg8tKu6CymTDS+N59W6pZMg3kJ1Ecd1dB/Y7vg==",
"path": "system.reflection.typeextensions/4.3.0",
"hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
},
"System.Resources.ResourceManager/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-woRvunFE/npvGCJTJLMEDaGWkEjtyWUkW5AI+xh/b4779YmZLZvzT8e+53uwmAjOb51qbtPFg1+9FlXejJSQRA==",
"path": "system.resources.resourcemanager/4.3.0",
"hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
},
"System.Runtime/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-XxfwZibbP1Km0C2M4wzYK9R0CQGAUp+hmRZLpvCDNSOWKCh1VAUaNnHdSsCkomVZ2lbznzQBUqzIEagkRAz7Cg==",
"path": "system.runtime/4.3.0",
"hashPath": "system.runtime.4.3.0.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/4.7.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==",
"path": "system.runtime.compilerservices.unsafe/4.7.1",
"hashPath": "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512"
},
"System.Runtime.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NR2Wh1lWuQKMrBDjK/VzMpQR60EwzCZshRwmpDbf67MahIBRyCyoGT/gn90OU6kne3pnnTZzfcR9Kx0h44bWxQ==",
"path": "system.runtime.extensions/4.3.0",
"hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
},
"System.Runtime.Handles/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-r49KgES6m7AfxAoMlsJLY3IdKgb9aCa+QbLIS8uWGv9Im0vzBeB+mdLvbEFGF6kVtKgDG27M58ZabPmIyTXbNQ==",
"path": "system.runtime.handles/4.3.0",
"hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
},
"System.Runtime.InteropServices/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KIRjdKY5BRnS42XpjS1xljz7g2lFEag7bvzFewe0S6dJDHLzcZ4aeF+IKeqvMrFZBmIJpDGeyEECv3AoSk9gOg==",
"path": "system.runtime.interopservices/4.3.0",
"hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
},
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-C9asxQoF2HKNM//7uEGsqBh94dGSGHTgjZEAhUYxbYD3bIe+SCYRokvSVwQBG+TbYYRehFXLnWz76POj+McWaw==",
"path": "system.runtime.interopservices.runtimeinformation/4.3.0",
"hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
},
"System.Runtime.Numerics/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bTQGCXo2YUuFIcR6ZGJgGe5F7cwMvgtSj6yIMTaUIKiqTb02jGuSY56BKPklf3s5qP+A/VNoOuGsNLVoOegRfA==",
"path": "system.runtime.numerics/4.3.0",
"hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-o45uwRrXC+UGjCIPqIKgwwg8BEIJu91yI6FGDi3Jj8iUPgO5xvXgvsySXPCkicYwbwQc2Xf0m1CGx9L6aHAHiA==",
"path": "system.security.cryptography.algorithms/4.3.0",
"hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.Cng/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-20qqVnD09gvPug9Wf/tRNt704JYJNL08IC9+q980n9ZNicRHG/Dzg+jlzCF7ae9bEVtCTdBKS7L6W6p2OehCJg==",
"path": "system.security.cryptography.cng/4.3.0",
"hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.Csp/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-F5qqR4dfsMavo6/f2k897LPL8Ksn8/z0QM4/89SyEKEzmU/uHLf5KEGQV6GPa6X8clVnDzbD4YvNtCXJNoQE0g==",
"path": "system.security.cryptography.csp/4.3.0",
"hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uU4fWIUEp7jVzipsuVFEXU4bhVgronIQ2FJqKddGnKYR0cn89mGJvomB/mFG4JF65YZ8nhL8mXLrnDnOtDDMqg==",
"path": "system.security.cryptography.encoding/4.3.0",
"hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8Q9biGUnEZ5MzTYWl1SKUU+eyztl4RUu0VUNzRE1rWbEiWz1DSR+h36t63AFZOrGninz/0En63YC+otV82Cg6A==",
"path": "system.security.cryptography.openssl/4.3.0",
"hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Aqblsgmw6wjfWtzDSaXte9C4Sobrxvfx8ATwjELXPe7oL3hAfBoXH+HNIiiGdBPTzhWm9R70z4BSPLpu9wQ7Ow==",
"path": "system.security.cryptography.primitives/4.3.0",
"hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.X509Certificates/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Y7pWEIhMgRmdsGr01kARFDkYf8tGEBY/JzfED5W5l198w3WAz3umCFxcfyewNqIYf3Rdb4iNr5gApXg5+ZEN7w==",
"path": "system.security.cryptography.x509certificates/4.3.0",
"hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TQGb41ZjCQwJCZDnD4hfJm8w9QfYa95Hrb5dd9AyfNuafsDbxJW6+c5b6hWS+YzNOlIi0p20C8uwNS40kaCS4g==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Text.Encoding.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kTYqoPUz+542iwnRN0rP/PbJGO39rtnD1QhbWRlQaYHY3h1O7H6t4SxHG1MwoYxDLatjltVZLO8ttgOQmg4oRQ==",
"path": "system.text.encoding.extensions/4.3.0",
"hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
},
"System.Text.RegularExpressions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7PgjwU4FL3ygLVnQcuAj4/9yYBq6NJlPjU+ymjVtLJl/S9zXvPP9kGqUuBhZHimBU4WAH5smCy8IQOuX2W1uQ==",
"path": "system.text.regularexpressions/4.3.0",
"hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
},
"System.Threading/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/GG4JEG48u46P198wjsXp2xuI3K2viaplrf/QRUY7Qz3LWyhISMTHVLLWuD9/JrVyh57TfmhR8h8AJvYlCpIKA==",
"path": "system.threading/4.3.0",
"hashPath": "system.threading.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kBkcFdyHOu9PUTtUL9PeIUwU3ULvVFpnoudsByOTz7ejrdJpKVExJAuwj58yKfWvtAKUC2/+l6Q4VqnXqulfnA==",
"path": "system.threading.tasks/4.3.0",
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WA0hGmFIEbaOOLzedXtMEgdS5r6telpSPgs0g7AFL+EuMP/ew7uOOgqdc0IJiAoN+yHFh93H60suUJUV9Y9zEg==",
"path": "system.threading.tasks.extensions/4.3.0",
"hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
},
"System.Threading.Timer/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-nd7mc9+726KyWLLudBiK/UHxX1zbx7b4sAcCGsvrqCLZCTdIP+d4iv6x6PKY3mEPyLNSSf4EMS8I+8YqAyh1og==",
"path": "system.threading.timer/4.3.0",
"hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
},
"System.Xml.ReaderWriter/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JHa//sLwrGGLpJMOXKhKl+sEbIOjFsoIM+c2RYd0b2uTc+80rDHHJytf/isQ5vzq+HVpHVRi6zl+rM98lmY/dQ==",
"path": "system.xml.readerwriter/4.3.0",
"hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
},
"System.Xml.XDocument/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ROLcHjpxIyTlbt3pRgJ5e/GhG8NMwbxRZaeg/0mj7og+BiDej4FD1MXu4NGO+IxUSmnhMsPDFierLRMujJzVUQ==",
"path": "system.xml.xdocument/4.3.0",
"hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
}
}
}
md5: 2537DAC441A81656BD884BB4A34360C6 | sha1: 3C7B998944F332E8028F99C76BAC5D0AAB9EA61B | sha256: 3070CD11DA772C152DCD1D5CD6109B85BC66423B54E753A4513ECADC9F15F1FE | sha512: A9E743F2289D40F4CD7318FF7ABE5B37BB8941B07EC46760B3690A2A9126AA95CC0186B8250E25B86F94BFE89AB0F07165E4D56CF619AAF06664EA2AA4ADB1F3
md5: 19A3DD2D2B42C1A156648249CF395E01 | sha1: BD23A1F84841247D79C73E9D0C16DD1666EA206A | sha256: 78FC837C9B8D5DA5CCE676B79E93E8E973AB607C59997C193A0051E815861F6F | sha512: 9E5F4D40BF2B3D0196087F84710CA5A9EE9F19D812A53ABB431F68386573EA9F7492B29557DBDA93518DC9538D217467C201F8E7DE621A746F0EB761B4507FFC
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
}
md5: 704ADB6DA8CBFC3722F3EF2D61311A51 | sha1: 8BCD4D64153A1D50D322BE3E9222E8FDEA841098 | sha256: B358E6223F09113874BDD77CF201D630D1B4CFB4E6CC8A50C6C21B11F7795CE2 | sha512: ED07050D6DA32FEC3665066EA32CB614429C456C10B2C52466ABAFC62CE7366406C098870857D4748042DC8B4C8F681B68F60896138D4B2B400182179193D2BC
md5: 9FB6DEA8FF1600497A9CE3A345459457 | sha1: BB489190FD821058DB86C2339DDFB183B3655B64 | sha256: FB00D92C7E3A85D5D0A8CCDFB33DE4830D1E7882D9DDB5FBE569DF1FA8538215 | sha512: 99DE1E884E6D6B0B708E633ABE4E724196E23BDF477D110EDCBFDB864308F95189468762DD9FCCC294DB040D33655CB18B47CBA386B03919F3B3D4F57B998AF1
md5: 25B204683761C5FCB9A37C24CD5BCF4C | sha1: A7D7FFB39255866EF21FE559CF3B28F76C489AF5 | sha256: 82CA1BB282FD550D0974DEEF4E7B08938B26D8AE1F76379CED5AA75D0049B684 | sha512: 69F596BE5E41018E88C6EF866C97B21E64D410F0C9D32BD8AF033A88959ED71CA7BD61E048BE59BE8526F8396103DBD7365267084C242BF992A2EC1D45033AC7
md5: DB03D37448AC270F37D390556B088000 | sha1: E2CA57CEAE6140226720AD19DFE89433F6B5A2C0 | sha256: 9F74E160F9A85C3580E8EAC49FACBF9AE2C58D2F1593BEE14B7F25DC932FFF78 | sha512: 144618654CA767041F63EFB392DE95FA688AD378003E5087C1A872C8213C5C36121151D80316A0C8AF2BA0F0470F5C1A859D69C6D8D1F89157A0552FBD71EF79
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the Sergey Odinokov itself. Any binaries will be
identical to other package types published by the project, in particular
the NUnit.ConsoleRunner and NUnit.Console NuGet packages.
Log in or click on link to see number of positives.
- Microsoft.Extensions.CommandLineUtils.dll (73d30a07da46) - ## / 68
- System.Runtime.CompilerServices.Unsafe.dll (fb00d92c7e3a) - ## / 71
- Microsoft.Diagnostics.NETCore.Client.dll (d84b813858b7) - ## / 72
- System.Collections.Immutable.dll (b358e6223f09) - ## / 70
- System.Reflection.Metadata.dll (bbef24b9f05d) - ## / 71
- Microsoft.Diagnostics.Runtime.dll (d8edda8796eb) - ## / 71
- Microsoft.Diagnostics.Runtime.dll (ed0943cf1412) - ## / 71
- stdump.0.0.9.nupkg (d861831960c9) - ## / 67
- stdump-x86.exe (82ca1bb282fd) - ## / 70
- stdump.exe (9f74e160f9a8) - ## / 71
- stdump.dll (b15449e370ec) - ## / 72
- stdump.dll (3070cd11da77) - ## / 72
- stdump.exe (78fc837c9b8d) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
stdump 0.0.9 | 362 | Thursday, November 12, 2020 | Approved | |
stdump 0.0.8 | 101 | Monday, November 9, 2020 | Approved | |
stdump 0.0.7 | 106 | Monday, November 9, 2020 | Approved | |
stdump 0.0.6 | 103 | Monday, November 9, 2020 | Approved | |
stdump 0.0.5 | 115 | Tuesday, November 3, 2020 | Approved | |
stdump 0.0.4 | 126 | Monday, October 12, 2020 | Approved | |
stdump 0.0.4-beta1 | 160 | Friday, May 15, 2020 | Exempted | |
stdump 0.0.1 | 823 | Wednesday, August 3, 2016 | Approved |
Copyright © 2016 Sergey Odinokov
This package has no dependencies.
Ground Rules:
- This discussion is only about stdump and the stdump package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or stdump, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.