Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,833

Downloads of v 1.1.0:

178

Last Update:

08 Dec 2018

Package Maintainer(s):

Software Author(s):

  • Navis Carrier + Vessel Solutions

Tags:

bluetracker cli

Bluetracker CLI

This is not the latest version of Bluetracker CLI available.

  • 1
  • 2
  • 3

1.1.0 | Updated: 08 Dec 2018

Downloads:

1,833

Downloads of v 1.1.0:

178

Maintainer(s):

Software Author(s):

  • Navis Carrier + Vessel Solutions

Bluetracker CLI 1.1.0

This is not the latest version of Bluetracker CLI available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan 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.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Bluetracker CLI, run the following command from the command line or from PowerShell:

>

To upgrade Bluetracker CLI, run the following command from the command line or from PowerShell:

>

To uninstall Bluetracker CLI, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade bluetracker-cli -y --source="'INTERNAL REPO URL'" --version="'1.1.0'" [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 bluetracker-cli -y --source="'INTERNAL REPO URL'" --version="'1.1.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install bluetracker-cli
  win_chocolatey:
    name: bluetracker-cli
    version: '1.1.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'bluetracker-cli' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.1.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller bluetracker-cli
{
    Name     = "bluetracker-cli"
    Version  = "1.1.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'bluetracker-cli':
  ensure   => '1.1.0',
  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.

Package Approved

This package was approved by moderator flcdrg on 09 Dec 2018.

Description

Command line interface (CLI) to interact with the Bluetracker One Public API.


tools\api-ms-win-core-console-l1-1-0.dll
md5: E5912B05988259DAD0D6D04C8A17D19B | sha1: 724F4F91041AD595E365B724A0348C83ACF12BBB | sha256: 9F3608C15C5DE2F577A2220CE124B530825717D778F1E3941E536A3AB691F733 | sha512: C270A622D7887F4C97232EA898F5380459C565817F0D201CDB081EE82E3002B6E6248753A68DA896D3B1327F93E8E8CB0CA0DCAEEF324F610E0A1C7B542C6492
tools\api-ms-win-core-datetime-l1-1-0.dll
md5: 16789CC09A417D7DEB590FFFE4ED02DC | sha1: 4940D5B92B6B80A40371F8DF073BF3EB406F5658 | sha256: 3B68D7AB0641DE6B3E81D209B7C0D3896E4FFA76617BBADD01EB54036CDD1B07 | sha512: 19E4F086CC2137EE60316B0736B3C6B3780578896DF9A826EDFE004BB74BEE8E051C511A84D8A7EA278A5F47C82B9C955394F629AB0BB0740ECB51293D9BE7B7
tools\api-ms-win-core-debug-l1-1-0.dll
md5: 9476AFFAAC53E6E34405C4001F141805 | sha1: E7C8A6C29C3158F8B332EEA5C33C3B1E044B5F73 | sha256: 55574F9E80D313048C245ACEFD21801D0D6C908A8A5049B4C46253EFAF420F89 | sha512: F8E3476A09D888CAEBD50DA0EA2DEBC4006004E72AF677919413655AB4595622CAC524F1BC6C13406EE341AE0052A19ED83826AD530F652E73B2C65D4FA65680
tools\api-ms-win-core-errorhandling-l1-1-0.dll
md5: A5883C68D432F593812AB3B755B808DB | sha1: 51CBB7BA47802DC630C2507750432C55F5979C27 | sha256: B3715112A7CA4C6CC0EFEE044BD82444D3267A379E33A3EC118D87E75604204D | sha512: 27153E29E99A905FA4C8B3EDE078644A3A3F29FDF7B98E387E39C5C60444E326C92AFD74DA8FEE225F7DDF39724A0DAEF68BA238F3CC64FB7860172B8F29D79A
tools\api-ms-win-core-file-l1-1-0.dll
md5: 241338AEF5E2C18C80FB1DB07AA8BCDF | sha1: 9ACBEEF0AC510C179B319CA69CD5378D0E70504D | sha256: 56DE091EFE467FE23CC989C1EE21F3249A1BDB2178B51511E3BD514DF12C5CCB | sha512: B9FD37F01A58594E48FA566C41827B2B9499605D9E55C2178E83EE41C8C5F50A4DF2C85EFEA94CA586EA0EA4A6D984EBB7CA2193E9306FCB853B147B2C76BC2D
tools\api-ms-win-core-file-l1-2-0.dll
md5: 49C3FFD47257DBCB67A6BE9EE112BA7F | sha1: 04669214375B25E2DC8A3635484E6EEB206BC4EB | sha256: 322D963D2A2AEFD784E99697C59D494853D69BED8EFD4B445F59292930A6B165 | sha512: BDA5E6C669B04AAED89538A982EF430CEF389237C6C1D670819A22B2A20BF3C22AEF5CB4E73EF7837CBBD89D870693899F97CB538122059C885F4B19B7860A98
tools\api-ms-win-core-file-l2-1-0.dll
md5: BFFFA7117FD9B1622C66D949BAC3F1D7 | sha1: 402B7B8F8DCFD321B1D12FC85A1EE5137A5569B2 | sha256: 1EA267A2E6284F17DD548C6F2285E19F7EDB15D6E737A55391140CE5CB95225E | sha512: B319CC7B436B1BE165CDF6FFCAB8A87FE29DE78F7E0B14C8F562BE160481FB5483289BD5956FDC1D8660DA7A3F86D8EEDE35C6CC2B7C3D4C852DECF4B2DCDB7F
tools\api-ms-win-core-handle-l1-1-0.dll
md5: CCE27FF9B1E78B61955682788452F785 | sha1: A2E2A40CEA25EA4FD64B8DEAF4FBE4A2DB94107A | sha256: 8EE2DE377A045C52BBB05087AE3C2F95576EDFB0C2767F40B13454F2D9F779DE | sha512: 1FCEC1CD70426E3895C48598DFC359839D2B3F2B1E3E94314872A866540353460EC932BF3841E5AFE89AA4D6C6FAC768E21AE368D68C2BB15F65960F6F5D7D5B
tools\api-ms-win-core-heap-l1-1-0.dll
md5: CDC266896E0DBE6C73542F6DEC19DE23 | sha1: B4310929CCB82DD3C3A779CAB68F1F9F368076F2 | sha256: 87A5C5475E9C26FABFEAD6802DAC8A62E2807E50E0D18C4BFADCB15EBF5BCBC0 | sha512: 79A29041699F41938174A6EC9797FAF8D6BF7764657D801CB3AF15C225F8EAB0135D59CFA627BD02DD7459F7B857D62299E4D082586CE690627EBDF1267EBB21
tools\api-ms-win-core-interlocked-l1-1-0.dll
md5: 39809CC5DABF769DA8871A91A8ED9E69 | sha1: F779CDEF9DED19402AA72958085213D6671CA572 | sha256: 5CD00FF4731691F81FF528C4B5A2E408548107EFC22CC6576048B0FDCE3DFBC9 | sha512: 83A8246839D28378C6F6951D7593DC98B6CAA6DBCA5FBD023B00B3B1A9EBA0597943838C508493533C2DE276C4D2F9107D890E1C9A493EE834351CFF5DFD2CAB
tools\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 5D5FAE1A17961D6EE37637F04FE99B8A | sha1: 47143A66B4A2E2BA019BF1FD07BCCA9CFB8BB117 | sha256: 8E01EB923FC453F927A7ECA1C8AA5643E43B360C76B648088F51B31488970AA0 | sha512: 9DB32EC8416320DCB28F874B4679D2D47A5AE56317FDC9D2D65EBB553F1D6345C3DD0024294A671A694337683DD4E77254595A9CDBFE115C80D0EF53516D46AA
tools\api-ms-win-core-localization-l1-2-0.dll
md5: 588BD2A8E0152E0918742C1A69038F1D | sha1: 9874398548891F6A08FC06437996F84EB7495783 | sha256: A07CC878AB5595AACD4AB229A6794513F897BD7AD14BCEC353793379146B2094 | sha512: 32FFE64C697F94C4DB641AB3E20B0F522CF3EBA9863164F1F6271D2F32529250292A16BE95F32D852480BD1B59B8B0554C1E7FD7C7A336F56C048F4F56E4D62F
tools\api-ms-win-core-memory-l1-1-0.dll
md5: 6DEF20ED13972F3C3F08DBA8ECF3D6CC | sha1: 9C03356CF48112563BB845479F40BF27B293E95E | sha256: C2E887A17875D39099D662A42F58C120B9CC8A799AFD87A9E49ADF3FADDD2B68 | sha512: 5B4D2B1152BED14108DC58D358B1082E27DEFD1001D36CD72EC6F030A34D6CAF9B01C3C1DD8A9AC66D1937FCF86A6FE3469AC93B1E76D933A8F4B51C1F782F65
tools\api-ms-win-core-namedpipe-l1-1-0.dll
md5: A056D4EEAAE37DEAB8333DCC4C910A93 | sha1: CB59F1FE73C17446EB196FC0DD7D944A0CD9D81F | sha256: 593FA2AA2474508AD942BBAA0FDC9A1BADD81C85B0DFF1C43B90A47C23AD5FB7 | sha512: C2F811994182EF51D0C011C19336179DA69357E5F284F787BCDB54F90C32768A959232A477534F7E62CD3D71A048A13E91B20042E2FE6AB108D606C7C8DF9255
tools\api-ms-win-core-processenvironment-l1-1-0.dll
md5: F3B4AB35A65A8D938C6B60AD59BA6E7F | sha1: 2745259F4DBBEFBF6B570EE36D224ABDB18719BC | sha256: EA2972FEC12305825162AE3E1AE2B6C140E840BE0E7EBB51A7A77B7FEEDA133A | sha512: A88AFB66311494D6C15613C94555BA436CD2F75E11A49A448C9C6776DFBA24CDA25A44792A1E8B3E680C1AD3AD0574B43AC2328C6E41FF0832139C94B066DBF5
tools\api-ms-win-core-processthreads-l1-1-0.dll
md5: 5FAF9A33BAB1D39DD9F820D34339B3D4 | sha1: 50699041060D14576ED7BACBD44BE9AF80EB902A | sha256: A1221836731C7E52C42D5809CC02B17C5EC964601631EC15A84201F423DA4AC4 | sha512: 73C25D1338DF9AEE5211FBB0E1B14E6BD853E31746C63BC46F44810622B09D52EE39B8E8A57C655DA63D3D3D4025C2CBA4D8673893D022417A2032BA3D935061
tools\api-ms-win-core-processthreads-l1-1-1.dll
md5: D699333637DB92D319661286DF7CC39E | sha1: 0BFFB9ED366853E7019452644D26E8E8F236241B | sha256: FE760614903E6D46A1BE508DCCB65CF6929D792A1DB2C365FC937F2A8A240504 | sha512: 6FA9FF0E45F803FAF3EB9908E810A492F6F971CB96D58C06F408980AB40CBA138B52D853AA0E3C68474053690DFAFA1817F4B4C8FB728D613696B6C516FA0F51
tools\api-ms-win-core-profile-l1-1-0.dll
md5: 7028CF6B6B609CB0E31ABD1F618E42D0 | sha1: E7E0B18A40A35BD8B0766AC72253DE827432E148 | sha256: 9E98B03A3CA1EBABDCEB7ED9C0CEB4912BB68EB68F3E0DF17F39C7A55FADA31D | sha512: D035CCFD0DE316E64187C18E6E5B36E14F615F872C08740EC22EF2C12D592E37D78AB154202926A56AB01D669EB5870DFF651280A882D6BF2A700C43DCD25AC2
tools\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 2166FB99DEBBB1B0649C4685CF630A4A | sha1: 24F37D46DFC0EF303EF04ABF9956241AF55D25C9 | sha256: CDC4CFEBF9CBA85B0D3979BEFDB258C1F2CFCB79EDD00DA2DFBF389D080E4379 | sha512: DE27D06B1F306110B42D0ED2642A555862D0ADE7E56E5F2908E399F140AA5F43904E08D690BCB0D2F4D11D799EC18FA682DB048DA57D99CD99891E45ADD86371
tools\api-ms-win-core-string-l1-1-0.dll
md5: B7CBC8D977A00A2574E110B01124ED40 | sha1: 637E4A9946691F76E6DEB69BDC21C210921D6F07 | sha256: 854DB7D2085CAACF83D6616761D8BDCBACB54A06C9A9B171B1C1A15E7DC10908 | sha512: B415EF4092FA62D39941BF529A2032BC8B591C54ED2050EA4730F198899F147539B2C0E97F3C4F14848C71066924C1848AE5F07779A1A47AB4C5E46F02BE7258
tools\api-ms-win-core-synch-l1-1-0.dll
md5: 6961BF5622FFCD14C16FBFC1296950A4 | sha1: 5584C189216A17228CCA6CD07037AAA9A8603241 | sha256: 50A1542D16B42ECB3EDC1EDD0881744171EA52F7155E5269AD39234F0EA691DE | sha512: A4D0C15ACBFF4E9140AE4264FA24BD4C65FB2D1052A0B37BF281498F3B641FEF563C18115511829A23340C9440F547028D36015BA38CBD51AD0744D44D5CCD87
tools\api-ms-win-core-synch-l1-2-0.dll
md5: 47388F3966E732706054FE3D530ED0DC | sha1: A9AEBBBB73B7B846B051325D7572F2398F5986EE | sha256: 59C14541107F5F2B94BBF8686EFEE862D20114BCC9828D279DE7BF664D721132 | sha512: CCE1FC5BCF0951B6A76D456249997B427735E874B650E5B50B3D278621BF99E39C4FC7FEE081330F20762F797BE1B1C048CB057967EC7699C9546657B3E248EE
tools\api-ms-win-core-sysinfo-l1-1-0.dll
md5: DF50047BBD2CF3A4B0CF0567514B464C | sha1: F20AE25484A1C1B43748A1F0C422F48F092AD2C1 | sha256: 8310D855398F83CB5B9CA3ADEB358DA1354557AEC5C82C8EF91A29F79A47F620 | sha512: 5C3BFC2CCB2EE864B99F6709677474327E85889F4C962EA0A1EF9E1E876DC88B1D8E8E0F6C1422F634FF1C84A861C34E52EE07DAC7FDDE505B508BEA80562B9F
tools\api-ms-win-core-timezone-l1-1-0.dll
md5: F62B66F451F2DAA8410AD62D453FA0A2 | sha1: 4BF13DB65943E708690D6256D7DDD421CC1CC72B | sha256: 48EB5B52227B6FB5BE70CB34009C8DA68356B62F3E707DB56AF957338BA82720 | sha512: D64C2A72ADF40BD451341552E7E6958779DE3054B0CF676B876C3BA7B86147AECBA051AC08ADC0C3BFB2779109F87DCA706C43DE3CE36E05AF0DDEE02BBBF419
tools\api-ms-win-core-util-l1-1-0.dll
md5: A1952875628359A0632BE61BA4727684 | sha1: 1E1A5AB47E4C2B3C32C81690B94954B7612BB493 | sha256: A41BEDE183FA1C70318332D6BC54EF13817AEEE6D52B3AB408F95FA532B809F1 | sha512: 3F86180CC085DC8C9F6D3C72F5CCC0F5A0C9048343EDAF62239EB4B038799845388898408ED7E8EAC5D015A9BC42FF428F74585F64F5D3467DDDB1303BAF4F03
tools\api-ms-win-crt-conio-l1-1-0.dll
md5: 6C88D0006CF852F2D8462DFA4E9CA8D1 | sha1: 49002B58CB0DF2EE8D868DEC335133CF225657DF | sha256: D5960C7356E8AB97D0AD77738E18C80433DA277671A6E89A943C7F7257FF3663 | sha512: D081843374A43D2E9B33904D4334D49383DF04EE7143A8B49600841ECE844EFF4E8E36B4B5966737AC931ED0350F202270E043F7003BF2748C5418D5E21C2A27
tools\api-ms-win-crt-convert-l1-1-0.dll
md5: D53637EAB49FE1FE1BD45D12F8E69C1F | sha1: C84E41FDCC4CA89A76AE683CB390A9B86500D3CA | sha256: 83678F181F46FE77F8AFE08BFC48AEBB0B4154AD45B2EFE9BFADC907313F6087 | sha512: 94D43DA0E2035220E38E4022C429A9C049D6A355A9CB4695AD4E0E01D6583530917F3B785EA6CD2592FDD7B280B9DF95946243E395A60DC58EC0C94627832AEB
tools\api-ms-win-crt-environment-l1-1-0.dll
md5: C712515D052A385991D30B9C6AFC767F | sha1: 9A4818897251CACB7FE1C6FE1BE3E854985186AD | sha256: F7C6C7EA22EDD2F8BD07AA5B33CBCE862EF1DCDC2226EB130E0018E02FF91DC1 | sha512: B7D1E22A169C3869AA7C7C749925A031E8BDD94C2531C6FFE9DAE3B3CD9A2EE1409CA26824C4E720BE859DE3D4B2AF637DD60308C023B4774D47AFE13284DCD2
tools\api-ms-win-crt-filesystem-l1-1-0.dll
md5: F0D507DE92851A8C0404AC78C383C5CD | sha1: 78FA03C89EA12FF93FA499C38673039CC2D55D40 | sha256: 610332203D29AB218359E291401BF091BB1DB1A6D7ED98AB9A7A9942384B8E27 | sha512: A65C9129EE07864F568C651800F6366BCA5313BA400814792B5CC9AA769C057F357B5055988C414E88A6CD87186B6746724A43848F96A389A13E347EF5064551
tools\api-ms-win-crt-heap-l1-1-0.dll
md5: F9E20DD3B07766307FCCF463AB26E3CA | sha1: 60B4CF246C5F414FC1CD12F506C41A1043D473EE | sha256: AF47AEBE065AF2F045A19F20EC7E54A6E73C0C3E9A5108A63095A7232B75381A | sha512: 13C43EEE9C93C9F252087CB397FF2D6B087B1DC92A47BA5493297F080E91B7C39EE5665D6BDC1A80E7320E2B085541FC798A3469B1F249B05DEE26BBBB6AB706
tools\api-ms-win-crt-locale-l1-1-0.dll
md5: AB206F2943977256CA3A59E5961E3A4F | sha1: 9C1DF49A8DBDC8496AC6057F886F5C17B2C39E3E | sha256: B3B6EE98ACA14CF5BC9F3BC7897BC23934BF85FC4BC25B7506FE4CD9A767047A | sha512: BACCC304B091A087B2300C10F6D18BE414ABB4C1575274C327104AABB5FDF975BA26A86E423FDA6BEFB5D7564EFFAC0C138EB1BAD2D2E226131E4963C7AAC5BD
tools\api-ms-win-crt-math-l1-1-0.dll
md5: 4DD7A61590D07500704E7E775255CB00 | sha1: 8B35EC4676BD96C2C4508DC5F98CA471B22DEED7 | sha256: A25D0654DEB0CEA1AEF189BA2174D0F13BDF52F098D3A9EC36D15E4BFB30C499 | sha512: 1086801260624CF395BF971C9FD671ABDDCD441CCC6A6EAC55F277CCFBAB752C82CB1709C8140DE7B4B977397A31DA6C9C8B693AE92264EB23960C8B1E0993BD
tools\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 4E033CFEE32EDF6BE7847E80A5114894 | sha1: 91EEF52C557AEFD0FDE27E8DF4E3C3B7F99862F2 | sha256: DFF24441DF89A02DDE1CD984E4D3820845BAFDFF105458ED10D510126117115B | sha512: E1F3D98959D68EF3D7E86AC4CB3DBDF92A34FCFD1BF0E0DB45DB66C65AF0162AB02926DC5D98C6FC4A759A6010026EE26A9021C67C0190DA941A04B783055318
tools\api-ms-win-crt-private-l1-1-0.dll
md5: 50740F0BC326F0637C4166698298D218 | sha1: 0C33CFE40EDD278A692C2E73E941184FD24286D9 | sha256: ADBB658DD1CBECACA7CC1322B51976F30B36CCF0A751F3BAD1F29D350B192C9C | sha512: F1331AB1D52FB681F51546168E9736E2F6163E0706955E85AC9E4544D575D50E6EACD90EA3E49CB8B69DA34FE0B621B04661F0B6F09F7CE8CECA50308C263D03
tools\api-ms-win-crt-process-l1-1-0.dll
md5: 595D79870970565BE93DB076AFBE73B5 | sha1: EC96F7BEEAEC14D3B6C437B97B4A18A365534B9B | sha256: FC50A37ACC35345C99344042D7212A4AE88AA52A894CDA3DCB9F6DB46D852558 | sha512: 152849840A584737858FC5E15F0D7802786E823A13EC5A9FC30EE032C7681DEAF11C93A8CFFEAD82DC5F73F0CD6F517F1E83B56D61D0E770CBB20E1CFFF22840
tools\api-ms-win-crt-runtime-l1-1-0.dll
md5: 8B9B0D1C8B0E9D4B576D42C66980977A | sha1: A19ACEFA3F95D1B565650FDBC40EF98C793358E9 | sha256: 371A44AB91614A8C26D159BEB872A7B43F569CB5FAC8ADA99ACE98F264A3B503 | sha512: 4B1C5730A17118B7065FADA3B36944FE4E0260F77676B84453EE5042F6F952A51FD99DEBCA835066A6D5A61BA1C5E17247551340DD02D777A44BC1CAE84E6B5F
tools\api-ms-win-crt-stdio-l1-1-0.dll
md5: 76E0A89C91A28CF7657779D998E679E5 | sha1: 982B5DA1C1F5B9D74AF6243885BCBA605D54DF8C | sha256: 0189CBD84DEA035763A7E52225E0F1A7DCEC402734885413ADD324BFFE688577 | sha512: D75D8798EA3C23B3998E8C3F19D0243A0C3A3262CFFD8BCEE0F0F0B75F0E990C9CE6644150D458E5702A8AA51B202734F7A9161E795F8121F061139AD2EA454F
tools\api-ms-win-crt-string-l1-1-0.dll
md5: 96DA689947C6E215A009B9C1ECA5AEC2 | sha1: 7F389E6F2D6E5BEB2A3BAF622A0C0EA24BC4DE60 | sha256: 885309EB86DCCD8E234BA05E13FE0BF59AB3DB388EBFBF6B4FD6162D8E287E82 | sha512: 8E86FA66A939FF3274C2147463899DF575030A575C8F01573C554B760A53B339127D0D967C8CF1D315428E16E470FA1CC9C2150BB40E9B980D4EBF32E226EE89
tools\api-ms-win-crt-time-l1-1-0.dll
md5: 6B33B34888CCECCA636971FBEA5E3DE0 | sha1: EE815A158BAACB357D9E074C0755B6F6C286B625 | sha256: 00AC02D39B7B16406850E02CA4A6101F45D6F7B4397CC9E069F2CE800B8500B9 | sha512: F52A2141F34F93B45B90EB3BBCDB64871741F2BD5FED22EAAF35E90661E8A59EBA7878524E30646206FC73920A188C070A38DA9245E888C52D25E36980B35165
tools\api-ms-win-crt-utility-l1-1-0.dll
md5: 54F27114EB0FDA1588362BB6B5567979 | sha1: EAA07829D012206AC55FB1AF5CC6A35F341D22BE | sha256: 984306A3547BE2F48483D68D0466B21DDA9DB4BE304BEDC9FFDB953C26CAC5A1 | sha512: 18D2BDCE558655F2088918241EFDF9297DFE4A14A5D8D9C5BE539334AE26A933B35543C9071CEDADA5A1BB7C2B20238E9D012E64EB5BBF24D0F6B0B726C0329D
tools\BlueTracker.SDK.Performance.dll
md5: 95595D99CBA1F4B408A5CA4373243D9A | sha1: 8473E165002BB44F2C71114491EECE9955B0A57D | sha256: 9FAFFFC991FE57E971A166A2145B2CAB6D5594CDB034951DAC98963079E1CC6F | sha512: 9C3679530B7586CBCEA27ECAD14EE6A2DA4FA7C19AE4F493B5A321FE140D7579BC84BBA9B22753809A3B19C65CB05443577BF53B30B1F53ED7938CF5DC5826BB
tools\BoneCLI.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.1/win-x64",
    "signature": "48e75c636fb2296a0082f7f0b7e32e43a5276b6c"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {},
    ".NETCoreApp,Version=v2.1/win-x64": {
      "BoneCLI/1.1.0": {
        "dependencies": {
          "BlueTracker.SDK.Performance": "5.3.0",
          "CommandLineParser": "2.3.0",
          "Microsoft.NETCore.App": "2.1.6",
          "Newtonsoft.Json": "11.0.2"
        },
        "runtime": {
          "BoneCLI.dll": {}
        }
      },
      "BlueTracker.SDK.Performance/5.3.0": {
        "dependencies": {
          "Newtonsoft.Json": "11.0.2"
        },
        "runtime": {
          "lib/netstandard2.0/BlueTracker.SDK.Performance.dll": {
            "assemblyVersion": "5.2.2.0",
            "fileVersion": "5.2.2.0"
          }
        }
      },
      "CommandLineParser/2.3.0": {
        "dependencies": {
          "System.Collections": "4.0.11-rc2-24027",
          "System.Console": "4.0.0-rc2-24027",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Globalization": "4.0.11-rc2-24027",
          "System.IO": "4.1.0-rc2-24027",
          "System.Linq": "4.1.0-rc2-24027",
          "System.Linq.Expressions": "4.0.11-rc2-24027",
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Extensions": "4.0.1-rc2-24027",
          "System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Runtime.Extensions": "4.1.0-rc2-24027"
        },
        "runtime": {
          "lib/netstandard1.5/CommandLine.dll": {
            "assemblyVersion": "2.0.275.0",
            "fileVersion": "2.0.275.0"
          }
        }
      },
      "Microsoft.NETCore.App/2.1.6": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.1.6",
          "Microsoft.NETCore.Platforms": "2.1.2",
          "Microsoft.NETCore.Targets": "2.0.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x64.Microsoft.NETCore.App": "2.1.6"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.1.6": {
        "dependencies": {
          "runtime.win-x64.Microsoft.NETCore.DotNetAppHost": "2.1.6"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.1.6": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.6",
          "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy": "2.1.6"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.1.6": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.6",
          "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver": "2.1.6"
        }
      },
      "Microsoft.NETCore.Platforms/2.1.2": {},
      "Microsoft.NETCore.Targets/2.0.0": {},
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.2"
        }
      },
      "Newtonsoft.Json/11.0.2": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.0.2.21924"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.App/2.1.6": {
        "runtime": {
          "runtimes/win-x64/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.27019.5"
          }
        },
        "native": {
          "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "runtimes/win-x64/native/System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/clrcompression.dll": {
            "fileVersion": "4.6.27019.5"
          },
          "runtimes/win-x64/native/clretwrc.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/clrjit.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/coreclr.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/dbgshim.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/mscordaccore.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/mscordaccore_amd64_amd64_4.6.27019.06.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/mscordbi.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/mscorrc.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/sos.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/sos_amd64_amd64_4.6.27019.06.dll": {
            "fileVersion": "4.6.27019.6"
          },
          "runtimes/win-x64/native/ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.DotNetAppHost/2.1.6": {
        "native": {
          "runtimes/win-x64/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/2.1.6": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.6"
        },
        "native": {
          "runtimes/win-x64/native/hostpolicy.dll": {
            "fileVersion": "2.1.27019.6"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/2.1.6": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.6"
        },
        "native": {
          "runtimes/win-x64/native/hostfxr.dll": {
            "fileVersion": "2.1.27019.6"
          }
        }
      },
      "System.Collections/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Console/4.0.0-rc2-24027": {
        "dependencies": {
          "System.IO": "4.1.0-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Text.Encoding": "4.0.11-rc2-24027"
        }
      },
      "System.Diagnostics.Debug/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Globalization/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.IO/4.1.0-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Text.Encoding": "4.0.11-rc2-24027",
          "System.Threading.Tasks": "4.0.11-rc2-24027"
        }
      },
      "System.Linq/4.1.0-rc2-24027": {
        "dependencies": {
          "System.Collections": "4.0.11-rc2-24027",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Runtime.Extensions": "4.1.0-rc2-24027"
        }
      },
      "System.Linq.Expressions/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Collections": "4.0.11-rc2-24027",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Globalization": "4.0.11-rc2-24027",
          "System.IO": "4.1.0-rc2-24027",
          "System.Linq": "4.1.0-rc2-24027",
          "System.ObjectModel": "4.0.12-rc2-24027",
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Emit": "4.0.1-rc2-24027",
          "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027",
          "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027",
          "System.Reflection.Extensions": "4.0.1-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Runtime.Extensions": "4.1.0-rc2-24027",
          "System.Threading": "4.0.11-rc2-24027"
        }
      },
      "System.ObjectModel/4.0.12-rc2-24027": {
        "dependencies": {
          "System.Collections": "4.0.11-rc2-24027",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Threading": "4.0.11-rc2-24027"
        }
      },
      "System.Reflection/4.1.0-rc2-24027": {
        "dependencies": {
          "System.IO": "4.1.0-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Emit/4.0.1-rc2-24027": {
        "dependencies": {
          "System.IO": "4.1.0-rc2-24027",
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Extensions/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Primitives/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.TypeExtensions/4.1.0-rc2-24027": {
        "dependencies": {
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Resources.ResourceManager/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Globalization": "4.0.11-rc2-24027",
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Runtime/4.1.0-rc2-24027": {},
      "System.Runtime.Extensions/4.1.0-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Text.Encoding/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Threading/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Threading.Tasks": "4.0.11-rc2-24027"
        }
      },
      "System.Threading.Tasks/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      }
    }
  },
  "libraries": {
    "BoneCLI/1.1.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "BlueTracker.SDK.Performance/5.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OmYt8jokbpHPCX3VZ16Em5eQw1XWn5mjkIbqo7A18a8SmgA84ZzdZsIJhLVCtYvtFDzXT/3huWui1fBh9SQ2+Q==",
      "path": "bluetracker.sdk.performance/5.3.0",
      "hashPath": "bluetracker.sdk.performance.5.3.0.nupkg.sha512"
    },
    "CommandLineParser/2.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-reRoh1qxIxsipV2FPBBkp5zFQZjJ0QKZCODLg6nSGBVJzKMBpLAjZP1QkD8f526RfN4+E1zJR/WHOckSRvllOg==",
      "path": "commandlineparser/2.3.0",
      "hashPath": "commandlineparser.2.3.0.nupkg.sha512"
    },
    "Microsoft.NETCore.App/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4KShBFobByVw92OH1mYbXqy10D2AMSYZCjhVjYxDooIpYZPTJJ5ArkLRaoGk1+7+55MiSb52Ys2mDdO2JW7ddA==",
      "path": "microsoft.netcore.app/2.1.6",
      "hashPath": "microsoft.netcore.app.2.1.6.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BbhLwFZNhT9mL6Wa8Me9VQN6kYSqb56G/epwh92x1ZJjcx+nFaf6X8tdpfmhVOGwztR62PEn9GvCJgkelIN6PQ==",
      "path": "microsoft.netcore.dotnetapphost/2.1.6",
      "hashPath": "microsoft.netcore.dotnetapphost.2.1.6.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kx3ZCtbdjnMYOO0nL9vhcgbW/oEPWOkefPm1vqE7ufwChhc/AiRHGY8iYNKQdCRKqE7nDrI6mXyOvIT4+aXrgw==",
      "path": "microsoft.netcore.dotnethostpolicy/2.1.6",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.6.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0pd2Ts5l4LtCwlDSQMeX9IFdYUdB7cAinGrkMMKzJlyEhoHVHBvlQlDQEugIb70Ls4olG0UJcDtOGOqf38Dzbw==",
      "path": "microsoft.netcore.dotnethostresolver/2.1.6",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.1.6.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.1.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7J7veIH7Mu6zc4llWnM7YRgTv9+Ew+JWkkDj0K7cEe8wuFA6HRt6STtwux2g+qjpDXeYeWsK0UQ3uIgRiTYHIg==",
      "path": "microsoft.netcore.platforms/2.1.2",
      "hashPath": "microsoft.netcore.platforms.2.1.2.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rJJD/NPatfDry7SuNM7YvjqbJD9u1fs8h0hGI0nft0lnCFfEtPuX5N29Akja0ATbjQxzWn4P0s5gUSeOxEqROQ==",
      "path": "microsoft.netcore.targets/2.0.0",
      "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/11.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-znZGbws7E4BA9jxNZ7FuiIRI3C9hrgatVQSTKhIYZYNOud4M5VfGlTYi6RdYO5sQrebFuF/g9UEV3hOxDMXF6Q==",
      "path": "newtonsoft.json/11.0.2",
      "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.App/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3e/EurS25c1cYXyfZgAat79Ua+zOtvolnWx4wjWjIcBMf4pfovfqzOt174CRU+hAVyZ/9cNNogUaXBLXUiWmHg==",
      "path": "runtime.win-x64.microsoft.netcore.app/2.1.6",
      "hashPath": "runtime.win-x64.microsoft.netcore.app.2.1.6.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetAppHost/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/emzHEBKcoH8XnrpsdmpRp4tYhiJsxj2XnKMtzaq/MmcNFFad70RkdDNra8jv0dW4Pdh/LUeMpIZW7p84QjXjA==",
      "path": "runtime.win-x64.microsoft.netcore.dotnetapphost/2.1.6",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnetapphost.2.1.6.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Hg9+g84cTUunHBmCUF/vmDGU9/y3JOrY0++P2S1oZtqm/lFjv0L2lF0e+WiOqJBdjP6p0+VZ5ssAJJm20FTgPw==",
      "path": "runtime.win-x64.microsoft.netcore.dotnethostpolicy/2.1.6",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnethostpolicy.2.1.6.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/2.1.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nkeMtVqC+PtxyNqKmeBOpO7T0mnees+5BmnyWa//i1q1uT6fY3mGlArVZz2xb0MTgQfVrkVYR09hTdYsGjf4TA==",
      "path": "runtime.win-x64.microsoft.netcore.dotnethostresolver/2.1.6",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnethostresolver.2.1.6.nupkg.sha512"
    },
    "System.Collections/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bM+K24V1jQWhuptieysGtp8luzd9vYrBHzwNcULKVHgZXo8rvuqwAvaiBrraeNcXopcV/DVkKnwcgZeTigkaDg==",
      "path": "system.collections/4.0.11-rc2-24027",
      "hashPath": "system.collections.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.Console/4.0.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IPvuqwbwa1TZLHVNkzrHLMyrhiY9He6+tSjbca5rwYe4B/l+xUJdydG/HleA1xyjKiGVwnyteGIrLBOeqCoT8w==",
      "path": "system.console/4.0.0-rc2-24027",
      "hashPath": "system.console.4.0.0-rc2-24027.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bM1ttErjM6lh2Oz06crO/hJK5PP3gQHqO+oOhLCqEFcAd+sjG25PxZ3ztqKlEDu7BBBiViBFBBm0S0dLITGRcg==",
      "path": "system.diagnostics.debug/4.0.11-rc2-24027",
      "hashPath": "system.diagnostics.debug.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.Globalization/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i5JYWnPoUuhOp4rA4uF3yjFmLLImCe66X6aLwTAEQie7KmDpUn3Nafa2ZsxX2nbX+EhTu604O77Vh8k0u12W0g==",
      "path": "system.globalization/4.0.11-rc2-24027",
      "hashPath": "system.globalization.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.IO/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xsueZ4tBcAi7CHg1vJ9LOlzDF1L4kpZm+SdqspLv52fddlVdhLITwyDh2CZUSXA1ELcrtn+AhvVL6DkoHnFpmQ==",
      "path": "system.io/4.1.0-rc2-24027",
      "hashPath": "system.io.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Linq/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EpUKcN2dKODMaqbSOeoWH9eBMCFtGrsDJO9GhfAnKk7AEzyEBWWYcLt4Mq8vRMqVexygidLIOMsk334LAQXzsw==",
      "path": "system.linq/4.1.0-rc2-24027",
      "hashPath": "system.linq.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Linq.Expressions/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-e5kow5RKGXmcSTYSzvODpYlftCRqSUoP//Q1u4ryUkTFkqU6v++qQw+NSsAh7h9xtTLerFgRZkuEichVCOZ7Yw==",
      "path": "system.linq.expressions/4.0.11-rc2-24027",
      "hashPath": "system.linq.expressions.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.ObjectModel/4.0.12-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VtWYXQKDrAfXL+DAPyVf6nabOUN/o3cI3rOZeWqfiOTa+gMi5PmsdzK3robMfRYOOugvxA8Yv7yl3b5aX3gGoQ==",
      "path": "system.objectmodel/4.0.12-rc2-24027",
      "hashPath": "system.objectmodel.4.0.12-rc2-24027.nupkg.sha512"
    },
    "System.Reflection/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6CYEQgAau2nKOCFRvkDKjalFowZrr8QuTLJhXKAnslWltdT+qBbKIN7bef3YpQTI9eApHa+YrCiyMtBjt5cmbQ==",
      "path": "system.reflection/4.1.0-rc2-24027",
      "hashPath": "system.reflection.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Emit/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IAZGocZV5gUnPMr+z9yVrZurI/XPWBSJMr6TGpV7wSLRZxzasvW2heoipCx5nEOTOhT9oW0HvExli/IrbVD1nw==",
      "path": "system.reflection.emit/4.0.1-rc2-24027",
      "hashPath": "system.reflection.emit.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zF7z+QrdFui+osVJwlYer0M7PbPhAD3v0UDeaM8ernSF8/CuioZFxuIxxu9VqDMzGN/sthZgYxBBZsxXsqauPg==",
      "path": "system.reflection.emit.ilgeneration/4.0.1-rc2-24027",
      "hashPath": "system.reflection.emit.ilgeneration.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4ZZg2t4dMJ+AXpDSSGqpxzJ8+PLaGgiNwqjVAAhZOIXHLdtGXn9vH9iavTwWUaZG4S42OkmHEph9KSKtH6+Dbg==",
      "path": "system.reflection.emit.lightweight/4.0.1-rc2-24027",
      "hashPath": "system.reflection.emit.lightweight.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-We8tw4pfZ6B5ERjE0zz2wB4XzYF5Ya+qMDCSYRewtMbtdOc9ilaamT7Lmnzf15CsZ7+0DhvQnUBDv6mN5ro/cw==",
      "path": "system.reflection.extensions/4.0.1-rc2-24027",
      "hashPath": "system.reflection.extensions.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TF2ROKv4wZGI2FOhPsPWmn5bq/1fiTb4e73XwIHUWkMv9jAsp7Mh+DFOB2KWOG10e3ml/3ZZhgpmGBi0d4lR7w==",
      "path": "system.reflection.primitives/4.0.1-rc2-24027",
      "hashPath": "system.reflection.primitives.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6qkwAdITiMsgbOX21C9Qt9bR8gsol7j4KinbqRUjeFAJH43MP3nIPnrdAoYWyF98UgSrjUk0KLbdWnM74VFeoA==",
      "path": "system.reflection.typeextensions/4.1.0-rc2-24027",
      "hashPath": "system.reflection.typeextensions.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QASoVtlgzkwmEyGzIS68ZlGXaRUDzcqph21mvyQbARPxYOBazIo7ZGT9FsDdlcBBlAnPH6DneMH3SR2viZJlPw==",
      "path": "system.resources.resourcemanager/4.0.1-rc2-24027",
      "hashPath": "system.resources.resourcemanager.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Runtime/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xJ+zJU+pb7oIfYod7jCIt4uKDhQEG+MsCcSojEHanfUDwfoKuCiq1/Cjy7gKBDdTdwJwUlbW1WLzkTY+3Rdq9w==",
      "path": "system.runtime/4.1.0-rc2-24027",
      "hashPath": "system.runtime.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-p27G9FBdPSQKDJ5fFI3HfFsmnZL9CDdeMy0wlfBe0z1UW643z7ZNW4O2Wz0Smio61xWuYjD+0qQ4sQX2L5x+Gw==",
      "path": "system.runtime.extensions/4.1.0-rc2-24027",
      "hashPath": "system.runtime.extensions.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Text.Encoding/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DTFJ3BtL3P6gbY4sakSpfwIydInnH6xn4I34c7i7tP4rr48HRPHRVU2tGB4xAt//eON6syFQfd2qyBcKp/BfYw==",
      "path": "system.text.encoding/4.0.11-rc2-24027",
      "hashPath": "system.text.encoding.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.Threading/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8pgXdTBCDtSV7wS33W0FBLZMUnG1tSH5+SUtPhp83XcKXlHypcm/0O5E5MBaKHa59nxsRtQdIszdBXSfx0sSTw==",
      "path": "system.threading/4.0.11-rc2-24027",
      "hashPath": "system.threading.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.Threading.Tasks/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ONACinLssvIreXjoRhtDxyhtV6YAnj843BLpg8ABMe0SZPAvtwKqA+hCG0YPF7fiHqVbuBqCQy4HeD19OFGV2g==",
      "path": "system.threading.tasks/4.0.11-rc2-24027",
      "hashPath": "system.threading.tasks.4.0.11-rc2-24027.nupkg.sha512"
    }
  }
}
tools\BoneCLI.dll
md5: 18F7841D1511148D73D93B7C67F6EB9B | sha1: 5DC76DB49C98B4039664772C910290F9FD2343B2 | sha256: BA83A4391090768740B864305B36F02FBF755DAA56CB51DA76AD3969085CC13B | sha512: F83A72D9ADFF077D3E232ADCE2BFD0980A40474703327D7CFCB89E27F47C09E7B3449012110148051210F76A863B6CB155296D1D608E816430290F9144EB5118
tools\BoneCLI.exe
md5: 36243F870615C4572AA26FF042334199 | sha1: F685FD765ABA2A57B8A7C67ABBED6842A7E7F4FE | sha256: 9282A20E6F1FCF56833C8C0E0CBED0B81A2146D5EFBA287DADD055F057EC37DF | sha512: 93C111962745F3FBF4E5836462114DB5DD361A8CD9FC1826DDE09D4280A710C92C87D255DE5C491E7A3C243C2A13DCD02E9BF12C69180609BBE2CE46428DA833
tools\BoneCLI.pdb
 
tools\BoneCLI.runtimeconfig.json
{
  "runtimeOptions": {}
}
tools\clrcompression.dll
md5: F2465030FDA744172151384FAEFF4845 | sha1: DD97FFFBEEA100036F9C89E39792CC73EF453104 | sha256: D6C4D53A95DBED36A62EED07CE5EFBC3B16F023430828E4937E7F224848CE91C | sha512: 8CCFD3007459C92629EACB847446058C9944D6847BF34C9E28BB972705C0ADBA7A6B5403412E27FB4007060A182557830320E069F5FB5017535B7F701FB93D41
tools\clretwrc.dll
md5: 16DA61FB5E0EB8D030AEA56E41E92380 | sha1: 59323F62B27B7471ED5A51C316DC12E178B164BD | sha256: 403311DD35CB1A272BCBF19B4A0679DCC98313070992F43F70910758F298D624 | sha512: B6783EE35198B101F67264E50861585164083CF3D746766CA392EB6466F118E5E0EA1A456451A356A55B4FB4A58194CA0DCC7811F06382A3EB1BC034D0EF194C
tools\clrjit.dll
md5: C361169FA7F32263C123B27D7F2A9AB9 | sha1: FCA8783C6363DD6844B02663F5526A2318AA7426 | sha256: 9D209334A1BF5FA32804E5929D63709F1CD59B4ABBCABB785228AB6156022324 | sha512: 20AE6E9A6F0C0D0ECA8A7D9595AB9272D30F89BCF46E01835C7D3DA163445D09FEBD6145D45C612FA6D626621ACABFF84DFE06804574CDCA7BD38A87F10A3DAE
tools\CommandLine.dll
md5: C8CFD2B93FB64A57F2F10F4B8D1F8A74 | sha1: F38F94950F5ADD78D74A7D16203459674662C781 | sha256: F45962FA20C8070FD1628BF0D6E486842863425CBAEEEF1450283312C690E836 | sha512: 23CE631B98DA15EFBF85602A9C747DC8A2B5151939DFF1E11CA7907A5A23F2B390710A2F296478996A8DD9C5857FA6DFCABCAB1F5A3348EEE029315A5EA3A5EE
tools\coreclr.dll
md5: 755EA82BD6737986F51C1B0CBEEF63E7 | sha1: 43D7DA4250B86726A5AD6E68D97B9C1CC8CD5150 | sha256: FEDD08293CCD63F4A26754D992B0C91F8FD3B6158849E0A11115F874405D65C8 | sha512: B591FB2B5625820A36385AA4DD35EC081F7758E0E9BBBA8193507D8202CF4D64B2F05ED955C5EBFEDEFC8C034D0E21B8A1706A5C09C840E913B56664CDBCFEB9
tools\dbgshim.dll
md5: 21E77A3953ED5A94C374B7C04354CAC4 | sha1: EB346300DA6DF6AC9435CD63A1DE2CD64855691A | sha256: C28CD9A80B1D01E4F81F74C608F9A6DC82B4CC0501BDA818493CD394B4A50575 | sha512: B5DEEF8EE2D25B2369026C5D56E0B0EAD3E3409CBE8B66B91C719484B544541B9E6E8E40C934EAC76F2F36FDC7BF66D3C84C603722492A35458C1C9611C34D52
tools\hostfxr.dll
md5: 904794CB739B107DCC1751D742CBD5E4 | sha1: FE64F2ABD7BC5BC67DD57A16C292B1FBF901BCB7 | sha256: 9D8408D4F0A3E46C16143D6708667349E8D5F26C48AA51CA3CDC6369E2943066 | sha512: 95985EB9376F7F5A78A1ED337D07C41B4FA355B545EB3446FE97FDFA8C711ECDCA8C72AC21EFC77105722139E1CB7BC52961C85D962CDE57B8BDD4CED9AFDFA5
tools\hostpolicy.dll
md5: A0E59559873C0486AF4E3CEA3859F4CF | sha1: AE4ADBB6C87142A8A0398C14B9ED6A52BF7DEB57 | sha256: F72539DC3F9F5E8392A6414FAC30D08C58096A3BB0AEE02628ECD1089759AB7D | sha512: A3547EAC1CE3239E8E5A50D64E998DC35D715AE08016AE6A8424798E8C80515D058459A88FD547B7384887E8CCC23C06E0728AFD0F14CABEEFBD634B566CC526
tools\LICENSE.txt
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
tools\Microsoft.CSharp.dll
md5: 04A51B541224E0CEAD1F290532E8CEE5 | sha1: 129A08A309CEC21FD55444663B9E617DB33028ED | sha256: C1784C2117FB2016244213ED6430347E195C8BC7FE3BF70DECC87755E0842124 | sha512: 52DD04E59A6A7B319C9FF157255FDA3BE83F9AEBFDEF5C1528D4EF4480ADB190B2BF167615F33060CCFB2845FA651BE2080D0AD4C4309B1CCAB789975BD96382
tools\Microsoft.DiaSymReader.Native.amd64.dll
md5: 7E31E92DD59449F41C900862A16F0879 | sha1: 36ED049328FE585F2053A7E20BE4B98A3C3A1F24 | sha256: 95F301012ED09C09C9EB61A23A2803A7043E6A33F9C8957746379B610A52978D | sha512: 77FECD5611967F7234FCE744E0E57525E8699ECB3EAE99B6E7BB3E326EF4E10258ECDCC80AB5B9B402C4DA32104B6A6566DC63BFB1B7C7192A75EBEB13E439C4
tools\Microsoft.VisualBasic.dll
md5: 40EE22BBAF64A1929C35FC7E81BA0A8F | sha1: 456A34B376946CD8D329F071B53705D8381499B1 | sha256: 089FF117408CC50D09E26D2396D98FF546A2E5C14C234D19ABD7170E38BEB300 | sha512: 403831B7116BA48EAA647952A7C40D1BFB2A3BFAE6493C2F1528587C8448EA8FFF0515EFA1468FD278BC0E8C2EAA48829B10E6527E06019709E7A88421280740
tools\Microsoft.Win32.Primitives.dll
md5: 3B3DFAC098AF9BCB0C9E1F71D3B8A4BB | sha1: 13BB474B0CA6EE02897D1F84D1A927D73B333490 | sha256: 27CAE5D3BB57AD39C894A9AFFE8CCF1A148679957A7A0C23B54E7AD5C053D086 | sha512: C6F09C8F35EF802310C0AA5BCD282508C9D1FFECE30540AC0740D7DC75E71BE252661FAEBA36DC993D8BDEB0A27751A3AF9240B38153930A0C19AE01EF22E4D3
tools\Microsoft.Win32.Registry.dll
md5: 6C06266C3EB24DFB856C773D857AC3FA | sha1: 6A613EDAFCEE1FC8E1582200D97FF3F1B8344385 | sha256: D4BA73CA8A94D66799065B75C98F84CDB40D78A740B1315746D0256FAE942D70 | sha512: 444937C3F2BB2A82C004E50277492C7F208B07205C8DBD409D6DD0E0CBFEEDC613C68D9A81754F19BE1FB84884FDBCCC03985FB676A567D646700C425F9EFF81
tools\mscordaccore.dll
md5: 7A76D3E3016B017EF5FDC503EB1E76F0 | sha1: 69C2D5FFE13A591A6B60354F7DE680B4461F502F | sha256: F7626562B15A6A78865CA850EEA0C793F3C4FE19D026E6A7666239793D4564E8 | sha512: 82B4D9F24B55942C77CB62BF6ACE32DD725EC8CBD1305253E064A6A236CA41B12F6255AD869AE3E3A3ADBD34F8E7422E8D2DA242C896F21E2F66045EF36FDCBE
tools\mscordaccore_amd64_amd64_4.6.26919.02.dll
md5: A8755CFB710666B9FADAE129EDC3384A | sha1: 0C66416973BA167F05FBAEB0BB38820AEEEB9E89 | sha256: 2E493D8CD22AB9BD64847EA1B75DBC27B488F45C7EF0EBAC40412F36DA73FCD8 | sha512: 744CB87A4B3E0B1E409BBA573957E82C610CD902000E57A3A031674E26830BE1B981D498D9CBD986357A66DC412BB9B6D8C20D574C3DB303E3CD443727C4675C
tools\mscordaccore_amd64_amd64_4.6.27019.06.dll
md5: 7A76D3E3016B017EF5FDC503EB1E76F0 | sha1: 69C2D5FFE13A591A6B60354F7DE680B4461F502F | sha256: F7626562B15A6A78865CA850EEA0C793F3C4FE19D026E6A7666239793D4564E8 | sha512: 82B4D9F24B55942C77CB62BF6ACE32DD725EC8CBD1305253E064A6A236CA41B12F6255AD869AE3E3A3ADBD34F8E7422E8D2DA242C896F21E2F66045EF36FDCBE
tools\mscordbi.dll
md5: EA4C95F4DEBB95B0EF23A99A737D0808 | sha1: 42DCB10BA97D4F495F4CF27BFDE555C11CC415AC | sha256: B615EB746C40C97967FCC418B47CBE6ABECE9EC5FD49F5D1CB0EBCC0702BC191 | sha512: 603B13D787B5C3C9B458C9C3168308208F73849FA5803309B87A43EA28858B7EBE19404D823C704517569D1C515D4A22FB033ABF3766686E4CBF3882399A3160
tools\mscorlib.dll
md5: 55BE1349991962994CAC533A0C28E113 | sha1: 4A7FF2ADB4697DB5D5C7ECE4FEF8AE4D943D998B | sha256: 4D92F73E53C0125C8E613A5C522741A8B955E54B10FCDF19A6753B9B8B1C9DFA | sha512: B03182ADBB4F79FBEC1450D3DD080F2C86041E7E8E05040351F33719EC3299D3325BAEFDF704CF177D1B1F6E9B9F41DCF136E22194D4D251B92856E38CBE1A97
tools\mscorrc.debug.dll
md5: 6700147240DFC657FC907F3226A946C5 | sha1: 85A8100861FF96C8CF1468BD5D15274173A4BC4A | sha256: 7A541ED2010CECD33774CCCE3F70E86244498F510902CEF7FAAE2CB26B2AD92E | sha512: 887D017F951A0263D1F4D3D0FC5CF3099A35906547CAEB7B2F7D281028D2C603CC7E08CA9EA8F3D8BD71548CDB3488D202BC5EB2FC89AF0C6735F39C50210F0E
tools\mscorrc.dll
md5: 1C9AA6AA28D364F417FD0CE73CF12FFF | sha1: 46E2183FD92CF2B76FE13FDF54FE03D43C4523FE | sha256: 6342CFCF482124DF14381F187EC0C83DF59D71AAC1C4DBAA5DB161EDAAF9B6D5 | sha512: EE7B274149867D74CE72C6E30A1F5DB3D302CA5FB31579F684DAD222C7A34DD8BFB7E864F6384BEA150843EC30776A5E30F24997185A6D09224EEB0952980C56
tools\netstandard.dll
md5: 57F5D97865DE1D277F2E5BE39BFA7CB8 | sha1: 12DF083DC27AF008D4BD771269E9D68D922053D0 | sha256: 374F9D888A50A31FA2A46B2A411C6AB7D0563D61AD2A38CE2AA9EA9384CBFCA2 | sha512: 5FE4BEECE72011F073D624E8AB775E313534A389433C7F95A0A27D0B7E5042B80B7550B4F0E60F9F0103C5BAC74DEB5256FFC29A52F6FC820496B9A0809CF06F
tools\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
tools\sos.dll
md5: 7FFB8AE937F24A1418B7743863D01139 | sha1: CBAA5E7998EC3E10D72EF45A3C0E9C39829B808E | sha256: C7AAB30F05099D0C3CD12D12C075D834314A081AE0072B134952BC8F63A50FCF | sha512: F83973D632F85F4B34A8230B7B312F1BD6A79765E9756F5C3C2336CEF8A2165D4EA2F7C434D759EE1F938D21E977B963B67EBCFD6C971FDED43933EA66713439
tools\SOS.NETCore.dll
md5: 6F97B719DB489BCB400EFD9028628967 | sha1: 3F074B1A89513D61A90368E818A4FF6A374ED513 | sha256: DC68DFC49055A78AC7BAAFCA51C40BA679E842B96FA673A82F2175CBF17F73A2 | sha512: C4186CD11B47B8F1FA23752DAC62B801AFD403142BF8EFDB618971A93C2967C70717A60A1E5A5C202D51B58814661E28C2FAB5F61186FB97E9EA8C57BA0E88F9
tools\sos_amd64_amd64_4.6.26919.02.dll
md5: 170EFEEE8E4002944CC7F089C6258451 | sha1: 744EA19FE771BAA41B8C4332389641E658FCA018 | sha256: F470E818EBAE5D6B026E1FBD2737B64DB1EB7394593E7EFC7F09BDB1C282F53D | sha512: 148227B01BCD9AEA7FFCB7A1A80F788A5C243BE89F58113228FF7FCF680DCB1B5B3E1AE1835C3EC799A6BF7F9D74FCADE57D7190F54AF9CDE95190895FC83FAE
tools\sos_amd64_amd64_4.6.27019.06.dll
md5: 7FFB8AE937F24A1418B7743863D01139 | sha1: CBAA5E7998EC3E10D72EF45A3C0E9C39829B808E | sha256: C7AAB30F05099D0C3CD12D12C075D834314A081AE0072B134952BC8F63A50FCF | sha512: F83973D632F85F4B34A8230B7B312F1BD6A79765E9756F5C3C2336CEF8A2165D4EA2F7C434D759EE1F938D21E977B963B67EBCFD6C971FDED43933EA66713439
tools\System.AppContext.dll
md5: 33CB0DAD8AB16EA76E7ECB0046F500D1 | sha1: FB75026C2FB1FBB3B3ABEE772E0414191C57D961 | sha256: E73876C2E32A6829D864A6648AA78B47970F1EE76ED7A7E6A921938E31361EB3 | sha512: EBE798C875DABAA8619CF87FD8E87F9F9D8C3F6525F3F8098C9827C19C119CBEA1CE04E8DA5AEA407838AAA40F8B00E979FE9CA09983DF484BC17868A0C32213
tools\System.Buffers.dll
md5: 3EF35A70281074EED16330F8E2B0A8AC | sha1: 79AEE43460DB38457A20D3498B4667D32044AD56 | sha256: A6C5104966809F6849A7276D18FA94870B185FFD1CF2DF665C01B134FFCE925C | sha512: C5024B4DD0BC98CAFCF34F7AE2BEC581DFE218768D1763CE0ACA621B814A2DD4D525AA93AFA1610430B5CB6FE222B15FC4AB190781CBD3B98016834FDFC54195
tools\System.Collections.Concurrent.dll
md5: 41800474537D48B1A7B48CD11D1A7451 | sha1: D755141D35303E216E74C56B087D5546C93BAC1B | sha256: F7E5125B1BF73D80989068B4F68244A2D9CD3CBA582229506E217C3B22DBA71E | sha512: A448F2C84A77C650366ECDCB19FF66E63A7388719DAC2D0157EF6301C03CD920BA1AFA4C0A75CA5CA03890192BEEBF608A6FECC4E2DF36480CC03CA0336B145F
tools\System.Collections.dll
md5: 0DDA64C76A1A93FABFF417F24B427796 | sha1: 87BFD4C008CB0D92B8E27731ACAB99AF20CDAC3E | sha256: D75C71171C96C4402008A70C14CF010A942D1F50D55A974BD7F4ADB6B61CD685 | sha512: 0CD39CDFE607217228C15E683EE0F92C00FD027FD8C1B3F07CE1CCDC9552EBC696EAA09F3AD285E7A8010C620305D696132AC9B8F035DDF86DB407F7F8E72683
tools\System.Collections.Immutable.dll
md5: CBBB4833B7D590D59404B6C2C51B7EDF | sha1: 7425A8FABA63AF0BCF65601CF2E742AF0C7A2B49 | sha256: 90AA88313D4B81CDE1B0E5427CE341A25874EA120EC9EF9F9BF500A8F698B445 | sha512: E03F049AC78662AD7876B18C9DB03671154CD26AC4CB05A3A9F2C9DD3BF81D4299C053A5505C821B3028E22E18699B4D65B4D3A44E72227C5EE3F203923A23F6
tools\System.Collections.NonGeneric.dll
md5: 51FCB93EA38967EE2890B8F25DEBE30A | sha1: C7B71E4A57A329144F3EE17E64EA7A0FCEF9A0C5 | sha256: 173F4DF67430C3F0710BFABF956296C7E9C6CB3EAD6C002A1C959A0963995E9A | sha512: 938D792EE7CCDBAAF982DB2FCF45C8C7B95AD1E55D369BB7BA38B33B676CDA26532F2E418C91C261F02A95DB6991403102048CBB244DC53628D705A6E203F246
tools\System.Collections.Specialized.dll
md5: 923E348B3A56D299D72D341C291C5B25 | sha1: 6D7BFC55C95088AAEED24D735A0539165A56B46F | sha256: 8AFF9DC1CD8701B6BBE5DD31B61C4E49FC79E5721624C70D5845D6B4CFFA9320 | sha512: FB27A739139F474D060A5EA2B40DBFE591947DC8B3A94C96132A5295625A8233A8A9CD6C79B6C62AD832AF837A3DBB2A2E16886882E111C1DD1738F524D87073
tools\System.ComponentModel.Annotations.dll
md5: CD83C0667286D8E27B8BDE611E6D2D96 | sha1: 668EE7F81C143253C168C64F3AEEF480D32DEF25 | sha256: 1E009A5AB329A56C51C1E1AAF722629FBAB912795EEC7079C5BC56A1AB65CC4D | sha512: AD614B838CD4C6502B4F1A54AC012AF5BCF1133558BC67542BF44E7D319EA5F45D5A1D1A8EEB416767B9A1D73511257CC9157B423E9A397A38352A837CEF17ED
tools\System.ComponentModel.DataAnnotations.dll
md5: 9E382F98DE1525BE939749FCFBD6ED8B | sha1: E3999D6C3B842A60C804BC57EE4410420298E370 | sha256: 8B6F4BE4B3C3A239C63F8C8205D913F5D0E040224FB12D26826278BB6E9BA3C9 | sha512: 606AF78ACCB5370CC6DAD46C8BA435112344FE46DE4CA953F395B1ABD5266A1832BE3B8BE5FF6853EF644C3D0F4A9BB2657BC1F3FBBB04EB27B9DD09062D0694
tools\System.ComponentModel.dll
md5: 2411B4DC2AA34F43CA41994797B7BE44 | sha1: DFD20DE7B639E039AF5A34865037B6B40CA60BB1 | sha256: 044159A2C15C88827BD62938D8B2D751E07E615B8C94BB0417995BB3F4BB8D97 | sha512: 4C5F1081DAC6C1ED8C8551CE4617399FE21BB765BD2EDD58F756731F294119CB0CDCA08E53D84D7EE149B14001E64EF5A447C0E21B52C621190543C569921CDB
tools\System.ComponentModel.EventBasedAsync.dll
md5: 7AFAE35C67BE120C6EBFE0435237F61E | sha1: 01F5AE09030CE077E20B0FF5EC75C29B0EE3F6F7 | sha256: C2601AA62AD60F44632231691D2EF60AACE7BE758BB228961B8D0785A035C822 | sha512: FCEDD5D8B672F54E18C6986B6E98E2005FF1F97159BE9DFC3083B48D0891C16C85F12340D4A2CA289B4BE5DF1AFC07F4180FC70A3F338EAD65C67B9CDA633EAB
tools\System.ComponentModel.Primitives.dll
md5: 32232FE018C805D7547B50A1AF1AA4AF | sha1: F25328F0D13C6EA1257C04EDBC152ED9CAE89282 | sha256: 991703EFBC37521420D05BFA7C8D86D05AF4529E9BFCA26CE48A787EEBCDE9C8 | sha512: 7E685E3F90219A019DC7B2DA1E07EEE73C222AC94874A2F45E67363A5CA97497B80043CF43145212866CB5CE0A1C779119198CB29CF825651AB8E342046D215D
tools\System.ComponentModel.TypeConverter.dll
md5: A4D2BA417E080F6C09E79857DA6E500E | sha1: A2F17836C20122F5B34913E75D8FD53F9E8EF5B1 | sha256: E3E6F10F3FA5EF57C654BB5323A17B7D6EF223A94E896186349D508628403C36 | sha512: 20482517B4495C7963AA144130721AF30CE0C13C60997922189E58BC0CC3FCFA5087E562B6C78DA49F512DA6720D4B3A0B87EC4891043DF5DD97D5B8A265C273
tools\System.Configuration.dll
md5: 10DFF6F0F145C3DD8D849047EE8C758A | sha1: 335C4F38F3E64E72BF251C58CFF04A33AAC4F9E4 | sha256: 9FD4ED6E2A459966EB33ACCD167FF5D3488CAFD5AC5D9AFE46107239D0245915 | sha512: 76D3DD9D6F3600D28326D3755CEFBA26D1BF60DB98C9BE738A1E28EAC6F6CB1CA2B86D16A0881D856A385992222E197F69A7C47353A61A0C6F522BD4101DAA1D
tools\System.Console.dll
md5: 89EE4A8C6B0FA6D90D93F3E78CAA96E2 | sha1: 7E4649D579FE70294B90A6AE828DB07DB0A3E374 | sha256: B166BD1A1200EA1E017C3D40653603AF2608E22F30D97D2F35B9572DD70BEA75 | sha512: B59B26F6C60AD3BB331681621938EC14C40C3F65E9AB56AD5EC1D3A0916066F9D1CA93215160787E1F8F8763C2EA5C4514D84E7FE0D2B85B473FC7DB19BEABF3
tools\System.Core.dll
md5: 63FFA395B7D61167B8CD839F7B5AF59E | sha1: 5FC566ADFCF82F0E86E80DF5DCBB3FB05F648B08 | sha256: 213ACA4FD111D964C6A5F169701495ABC32D56C3B59924577603EC946BFA7373 | sha512: 77B92B2AE3DD2EED7FE9D94122DA202BD7FE3E87CF1CF75D38A1F4C0422AB2DDBC417ED65B4BAC084DB3082AE40965741DC60F75C912AC60C48E3798D98BC7C4
tools\System.Data.Common.dll
md5: A5EE1ED6D7C315B2AC8EF436B7CA7A43 | sha1: 42AAFF367046D084C1EEA1D134D4C911F6B9D6A8 | sha256: 5F61FBDB647F287233195C204053833D41FE11BD58847EBB7D42D92365FD9807 | sha512: 83C01B773EA2F1592B2AEA1BD2232C0F58BA6918EC5DD41D57A8597BE99E60AF6D0DC189EC13E9E9B34A3240149D9D895090F87F50FC14336AFD5B5619F3C99D
tools\System.Data.dll
md5: 47560A050366CA13F55C7D4D34EE9522 | sha1: AAE417B8343247C509ABAA1A3DD55211B25E236E | sha256: 7D2A678F2479BFF2368EFD747BD359ADD8C23E4793B68C1AD225F70C7F85434C | sha512: DD8CDB2C786D5B63033C97A25E3C5988B5D82682E8AF9E76E8A4DD48A9359B603F820006C2EEBA3C99F9FB7FBBF93A3D1B62995AF3729040053F83E3708BFB7E
tools\System.Diagnostics.Contracts.dll
md5: 15331D1B0E5F8141E66D844FEF5B47D4 | sha1: 974E926A17EB2243155A146C1B3988840E83AA35 | sha256: CAA4F84B66C13002AD0C21C44B68F0723E48E62C25ADBAC90713B6AD23627488 | sha512: 595C369D0C8F4DF26902151F8BE37DBE7DA672860A61BCD9D52550399BC8E5A757D9D4CE00A38D3E5FD1B92704B691ACDCEE8451DB8436DCF3A697BC22016A12
tools\System.Diagnostics.Debug.dll
md5: 5BA59888F73AC291A952FAE1C961DCDF | sha1: C65809CCF062F775AE01AAF9CDAB2318A5A2BCD0 | sha256: 28F2471E73E5C7199371B2C2A5A5AD96E1B4D4F5B5B98229A691F2614A4E8DD1 | sha512: 46CBCA9C73182D3B24AD04BECAD16CFB891D4F8CCBE1CDC944DD3FEFEA82AF8696297A4251F4814B48126BAD989E0B078AC9EC1F6F2BB5D79105637AF062E240
tools\System.Diagnostics.DiagnosticSource.dll
md5: E23612EA03C3323AF36B436AE53F6FD6 | sha1: A81CA456B8312BD774B4D115C5EAF4F2B75FBA61 | sha256: 67AB8494E66026290F084421D8A513E1E24016488864157E4988FA753AFFE530 | sha512: 969B273ED90E941D03F40C193E2A7F63DAC40F8C6F154896BD45220E2B3F98A82B747BC3B246A81364B7D026207C2B4DAAC8DD06A2AA0BAD8AC27B4199C9A086
tools\System.Diagnostics.FileVersionInfo.dll
md5: 08A78756BD9493676E80750D0392FF6E | sha1: 60B25500F3830740075C5EE85D809AD4E43F6016 | sha256: 4F8D7BBB301D937A7553F4051DF2298FC42887F41C6B4233EC5A9EADEBF6722A | sha512: 18729E6144B60AE9D9CB4E4F6B5F09A16CF174424DA9707D3A76161E7CDBCA4341D116721FF6966D721D58951461163A8A48ABA3E6B31120C5530F678C3F83BB
tools\System.Diagnostics.Process.dll
md5: 92F3676B51DD467F486D60DE6ED5EAB2 | sha1: 8E2B8F30D7237B3277EE61A04D6EDFCE13606D9A | sha256: 2EE651AEBAE978865EA245F22A95700E85712DDF796D246DBEB354AF571C464E | sha512: 5ADB0149D8B5F73ED1251ADF1267518DC41EF1A5212D507BF13494B310BC1A3664C12B50E4644FBE1AD0482E5ECE9A0224A48BC0E1D4F45091C57ABAD17F3E84
tools\System.Diagnostics.StackTrace.dll
md5: EC320B9CCA8F605E60EECB4A98F152A0 | sha1: 6A760AE7FB80316AF7BF30307E3F62D8DC9784E1 | sha256: D338BE0B5CECFF9A8E50C4223C14F31E6DDDA00087F416C7C7D7B8E5B54A8FE2 | sha512: 424FBFB8DEC91F5B7B1614023411904556300BC1D3D1BC2F803BAD320197B90057AFE16667285655C3F2B76F8EBF4961B76C81680263A91D6D913A542C59DC9A
tools\System.Diagnostics.TextWriterTraceListener.dll
md5: 63353CED76778AFA8C2FC3906A7410B3 | sha1: 580823A899D541CC091C52640A68ED74AEB5AD08 | sha256: 048AC829434C130862A21ED1118A94134378956337A48493F34CDAC0BF681FD2 | sha512: 48417BB898AEB8150096A4C8E653B21BF4237BB25FA595D729EEA094E1E4A8F6265A613043697279637C128972A58C1FB2CF744AA599BCFCB05F307D8DC3E592
tools\System.Diagnostics.Tools.dll
md5: 7C58F6DA9C9AFC686F579FB29FF6136B | sha1: 3CF6D52620672127D989D085EE5DCEB9B014E562 | sha256: B9E5C45E97CD5E5555B74A9799800E848E4C8D473F871DB151D906A2C8598D6E | sha512: FB469A37071E58807C9ADDB3FC594C7099C07B12760098D590D84BD44111806B498A55A6AE8BE5948F3B87BB583ABA8567FE10C3A071760581F7927BA96EE3BC
tools\System.Diagnostics.TraceSource.dll
md5: C722C277599F4E81F8CF323F56F50241 | sha1: 0B719B9D8D0FD8F47FAA877C45A2931AF5361E37 | sha256: 9245BFC9BE6F4A9339C4EF80606D92815376E74DC6C43387D6DB9C9A45A6E7EE | sha512: 66103DDDB4CD755B61BB69E5C43DE11F2014813E549C3B04479CE41F366F910B9CF3C18F5703FAA0C1FD76CB5C34BC3CEA78B55235C666BCC7458F3B1916A8B3
tools\System.Diagnostics.Tracing.dll
md5: 47774AFD6EAA8B91F73D6CED026F6EC4 | sha1: 7586D0568B72297B987ED66CF2289D1771511CD5 | sha256: FB8D9D949DB13B36F215C13AEDEA72B9D31D0BBB1AB48E64EC3DA8176918D202 | sha512: 2C9CA590849FABD5CCC14DCC8E71D2EBC1E5CD5EBF7EA47329EA9130D725019131B64ADC73E9E902736F4D8884348E0F4CF5D2004283845A99CC1A7527AC0719
tools\System.dll
md5: 6CE29A9288166321476206AB41756B5E | sha1: E15541577B67E9A7066FF3F2B8D6DFFED40A2C09 | sha256: 9405794B45F4C806497B7726C4E1A77779B0FDE4A28B85E310ABD959FCCADF82 | sha512: FC9D52698982793708080BBD4DBE355EDC75768B26D7AF80F383FC495AE4BBE55FD62ADC033B5F6A63DEE336CCEF4D81E6177BBB04B51B75F2D5A3E99975BDF6
tools\System.Drawing.dll
md5: 19B8052CAB488CF89640C877E16754B9 | sha1: 6050F4EBA69EAE5792C0E153709FAB644CEC3963 | sha256: 59E6B78CE6011D202D14B49774AA5D1AF491F08573CA1A6EEFE29521206B309A | sha512: 551EC4AE7830948D51E2F19B9B2309F180BB42BE874F63E6EA8AF44DEDF467A4DCE211110C2965C264BB876F56119323DC99F36182EB320104DC07D9E82F9238
tools\System.Drawing.Primitives.dll
md5: 8A6129D2C9D40C0CA78A5A58620BF514 | sha1: 5C4F24A32ECEFA7F6DA3DAA918A6AC12E85EF616 | sha256: CD2FFCF44A85A8B3181FFEECC7E2E9AAC41F1711C7FDF582C0BE6B5231B04893 | sha512: 889ABADF55BD87F39AA978560161292DF28797E1941ED4BE2D829972D0EF804D614DB85C40DB2D9CB1B8FE9A4E2EF0DB2B3920727374BD6A61D7E8D710D6021E
tools\System.Dynamic.Runtime.dll
md5: 3C6AC89007221363FAE12FFA99D5E751 | sha1: D30007A95BB4847CB1CE38E95DE81439988EC746 | sha256: 4A65FE2B61EC8E4B287959A0931A6275FA20393197858744126EDFBD9D4752BA | sha512: 870438EB214D4FFF4633158DC70DC23F58F837F098C2C872EE601FF3FEB550BD7B6DB190D25E7E329BC873977138A1642FE00419D75C2B8A64AB750D19B59CA0
tools\System.Globalization.Calendars.dll
md5: 62F462F18CB27308C8BFAA7629869C2B | sha1: 46F6FEF27920EAA7B436128140AC2829CAF21774 | sha256: 3B9BE593908553C7CE3ADC0EC0DACB7FC177B15EA657CC88D20197EB77B38C11 | sha512: 00BF91178AAB259C03DF32D68A0CB09E6C9F8EF974253F436F60F613997F98DE581F1EE7492FFBE02BF78E5D683310F6321017498C649C53E7D172BA2E01916B
tools\System.Globalization.dll
md5: 6F92CD884CFE3231846B29FF21189EBC | sha1: F894E53E8E0D48E34C8BBD58DD3F8643713CEABD | sha256: 8690550752D1F4CBDE35DD371C8EF4D569BEF780E29BBEA4A21C25C92A22D37D | sha512: B5570C37AF9195409FB270539FCF0C2F91FD170005AF752D9E75053334AF0C96FF556A85412CDE6E84A90519F7388EE98B820AF9786D335B879B60B6F9B36A76
tools\System.Globalization.Extensions.dll
md5: 623003624DF5433CE7BB6A2C1649BB1B | sha1: 2B0B154EE971607F92ED902662999C4B277C20B2 | sha256: EB0209F968A21F1DCFE5F6CE750BA8ED3A04BBB94056492FF22EC71D39FC958A | sha512: 36FF50F2CFC9A5F73724682868F840D32068516C69256EC4BA18D801BFE12BF68D448114695160E16161EEF80091C1DEE0056311E276FFECD6856E72E3DF1B50
tools\System.IO.Compression.Brotli.dll
md5: F0E5732C7BF8241C17D16298A07382ED | sha1: 816F391DE68C0736370E9B92E6B9F0D2E6044110 | sha256: 108C7549525BC67CA912A66D3B2BF764E7ECAAABE4EB204E88C9B1EEB1129ED8 | sha512: DE0DC7F4CD5B1D2C29F9B0F517D4ACAB9D0E0B63763E0817218B87837C09199F3BAD1013A0B2E9CAE2B74EF4CB7361A7D0086907426006D6825082BC2AA104EC
tools\System.IO.Compression.dll
md5: 745AED0C033765C3ED44497857D9C908 | sha1: FD98D3A23A059DEBC3382436C7A39F49F9C64D9F | sha256: 6CDCD83C62E2220286A9ACFD13D9030443AE5D822FA370E6782CB4AE306F8444 | sha512: 9946366ED8B0994664A62F4BD57647DBD5DD937AA0C996E9573771835852FBD995222517AC891DADC042C4BD742EB148FD3B2CEAC4FB889BEE5F5EB167D1F6AE
tools\System.IO.Compression.FileSystem.dll
md5: 3958E1DF4F95B3C8492539DF3FFFC68D | sha1: C9782EBEF76899972AB5DC696F6B251C9352EBE4 | sha256: E32E4A755C31BA60C23FE1ED62F7EF2A5C3BBAD2CAA50E9428663C336A824315 | sha512: 9CB89F85FCB5C64B6E28FC8D1D3BF15599A89D30AE101AF89092CCB2311EAC373892703578C745442695AA34E0E96B6D98E3C0BCE650506775023FE3FE5D2E5D
tools\System.IO.Compression.ZipFile.dll
md5: 17420536F5DE309EB2431579D2B0EF89 | sha1: 65259843F11D19C3EBFBCF60E67EC56AAB0BF688 | sha256: 5E9A7D112AF437D659B12476DB35607DC5BC9832E144ADA73713EAD8CF18328B | sha512: E161CD325A53629BF62C92D3088FBB8BFDD2A37CFA7854A997618C38B1BBFD0D2E66426E431C808BE86CBFABF7E48EF04441C2DD411F9B8D998FFB02A0985A16
tools\System.IO.dll
md5: 921729E7434E9A93D97582E19C4A5E84 | sha1: 5F4CA299BA67C137EACC0F3FBC68F16439BE5729 | sha256: 15011EC5B2FDB5F3F0B7EE0E162217351DB07325E2EBA71C6ED649C521647BA7 | sha512: 48B840318BF3F704B9635392EF42CF52EEC2C5B66C8A8240B8836B021E64D9676BCEC7E47EB8C98A756D5BBA13F7865800AB2DAD71AADDFBED3388A4E94E05B0
tools\System.IO.FileSystem.AccessControl.dll
md5: AF94EB5861EC1A75D73DFD9C67A8B7A5 | sha1: DFBAB997895FF2DB4408BEC94D2697841D9AB49F | sha256: E1B2D15504579F9F7C135F8A86D037AA5722384A9DD0A4EFE7318AFF755B30A0 | sha512: 6BC2D92DF3FB90FDC56D32971F4C92610EF37EAD58A168ED5DC8955E6EF8954F01092D29E3B7A11B346396EC022D712B2DF99D3F4130B41606BBE6058AF7830B
tools\System.IO.FileSystem.dll
md5: 2B0D6CF57EF82B2036D10664CFB0B863 | sha1: C2213794776B20548BC396FE8A7678BF4945EB88 | sha256: 639A015263F1B3E95A0A066841C130CF32B15695EBCBB2344D1487A248680E0F | sha512: 57615C3D7C848FD53534DD93EAAD119F5300279C9DEBF647EE86D2694C9686BB3C2F061DAFFADFA2F961EE7012DDBD1A4490013C0109219557B747A91EF5DBCB
tools\System.IO.FileSystem.DriveInfo.dll
md5: 644D04103CE6BC3B89CABFC769CA279A | sha1: 9798466E42F1BD39A6E832073274B4623445F32A | sha256: C79F307CA7386FC7A87D8ACCF0D74C5F4F207CA877BAC1CE342A32DF44B29B0B | sha512: 4E897583245CE7C6051EC4A8130EF6E17D80B43E8FD043492C66135046C2ADD8CC5E0CEF58686E6C74BEDCABA653A74CE6BBF357286308468F95E4DE506D8BC6
tools\System.IO.FileSystem.Primitives.dll
md5: 1D8CF36DB5F3C926441BB0616C0D138E | sha1: 08DE050A2AFF20230053B12E1868F9E6C031F26E | sha256: F2A59CAF79C96163186171EB7606BC1E49A54315D73D5F4DFF592E5A313B02C4 | sha512: EB46DBB09A2267F6B96220994A9711610772739F22A449E2B5FDA61B2AF99DDDE85D1F305E4261CAFBB7C9C5145C4C0126CA859DFFA903F4E359301BF90A0350
tools\System.IO.FileSystem.Watcher.dll
md5: A812EB45F059C5326C286C383E3A71D0 | sha1: EF2FFA9E887BACA1A9A9488AE8EC4F74A89E64C1 | sha256: BA17717EB712F56B147A833B558627C26A7900992AF0BB41F1FAD76EBE930029 | sha512: 31F21FFB28BF6474546DD244CEE5A986B96BB989A834F6503176D164C69BAD9BEE28C9B310DC2460E1FADF5DF4F93CA9D98C33542B66815F80F526F95B01005A
tools\System.IO.IsolatedStorage.dll
md5: 94E1F8F6EA32DE5B3A03543741F87DE8 | sha1: DA0F4F34D0C1174705687C008A72048B2BA2F3E3 | sha256: 7C860CD2210E057B2126902BEF71A0BBE0D82090663AC48E2FD8B163123D4AFE | sha512: 363032EDF1B7C4555C138A7194DFAEB2941AAA2D56AA8574D655A18D7147EAEA356E81C87EB2F63C7002B2E6CD7510935988AC86BBAFBDFE85CE39FF50CE1FF3
tools\System.IO.MemoryMappedFiles.dll
md5: 5AEAF61177975FBE73EC91A9B77687A5 | sha1: 5FDA6700E01D065BA78AA0235A8DCF57FE469746 | sha256: E6BB69C1BE528FB800DB51D9DA67DF80FD3205AD2A0328284AC183B3FB119CC5 | sha512: 86B0CE2DC722AF1FD19FAE294432AABF050564C927714E1B5BB96C12176FB420F22E86226711C6C139606DCC35C87E7F5E93A10171E458F0D7237EFB3EA9B80D
tools\System.IO.Pipes.AccessControl.dll
md5: 4177F1621CCB9C4E31EBB822EF53B59D | sha1: 919979CE43FE56FD27A13F45950D92A0E924748A | sha256: 2411947018A830AE2F4CB16996EBCFAF576E447AFD176133B597C1087ADFC42A | sha512: EA13B130017227DBAF1F99CEE2FB9CB2DD65DBD885087DE75CE8A94A2E6929E13D9ABDCF14C74FFCCBA3E4006E0FF1C9CA76FA4DFA95CA488F77830B22AA5289
tools\System.IO.Pipes.dll
md5: 8046816EE1AC1BE255687D5A796AE0A7 | sha1: B6B10F69BED275E7F00F9DD7AB8AC28F99E7FDBE | sha256: 283718EA989DB1C3DF4BF816EE19DF06E21E263D5CADC31EFCF4E33FA22E9FA3 | sha512: 85D13D4DE12E7C3F7FF4A5A626CC81724E6D9983EA5BCECB92EA2D2A37120214830E56EED2DFAC9AE4A18646E5ED128AA3019681CD65A2DB96B0AF6E594713E0
tools\System.IO.UnmanagedMemoryStream.dll
md5: 73C3E3D4134B6E290086C58E995FD057 | sha1: 609750F34D1839CE0412E56FCB6D703FE29752E0 | sha256: 49197B466ED19E7EA13F37E773B2C4A0A769C98D35F31FAC65313879D82E52C3 | sha512: 013962AE740E001F96393FFD0ADEEFA071719752709039831DAF2C3943379A8CAEA6FECB59A6B83E4FA5C01D5F8D22396EE5C021946D07E6A0303A5D287C7A6B
tools\System.Linq.dll
md5: BAA98540CCC0321BA67EAB6EBEFFD47D | sha1: 1CAA09E9EA9AD80EFE38AF4C2FABF605704C7D39 | sha256: 5077DA34DD662BF2130772F417498F2AB4235A79219D9A25B95326899315654F | sha512: 94C57B707135B2A95062B2CD53499D58643E4C19DDE89C40DE5E8766C0E1934AF3405F0E909B4C8065583B7ED5246538C818256775E7E43937510F5B6BED8C90
tools\System.Linq.Expressions.dll
md5: A7EE2FA40A71CE229716F6177754D7E1 | sha1: BEBE5558434646D00C743CB27520F0C4482C709F | sha256: EC2F6D151F18920AB5B402FFC9214BD93C7F037A2E9C5D71E019A27270972415 | sha512: AE515E3419B5AD47FAE546B7A3E158917EE6A6BF888F0DDC291B1FEF33F242DD9D33DF2D50CAE51895ED667FDCFCC628F0B6A5451ADD1B1047654CCB24B25B59
tools\System.Linq.Parallel.dll
md5: D8700735575C8862119A357A91A935D4 | sha1: 885D43404C03F544078ECB4B879A0BA4AA3E454B | sha256: 2814CB6EEA8A6945A55CE867790AC877E934C592022AEDC3C5A4135000016B2A | sha512: 1FFD790ADADF8F405B1D6C36FD868EF27FF9BE05E1A305F327DA91741252E64F6B4081573DBC580E8E1CC4DFAFF0E75C9852E86613CA172A258416082799441B
tools\System.Linq.Queryable.dll
md5: 2A694466FD3313F769E58F31D5BB719E | sha1: C9F8B2AC7C0FFCA16897C4889F2454A65FE4144E | sha256: 94314492B825AE03B26767DC3B68720BBB58E427DA7A71F88C09C020FA9928C7 | sha512: 24DF5446DBDA44E232C47A9761CE2D764C333F0500E65CA0525F66A7385B67417F839EFC8A2FF35780548385DB2F636608354B602A3A6CFF2E4CAEE44410E1B8
tools\System.Memory.dll
md5: EFFD2FD9B81ABAA727CA0FB94F730662 | sha1: CA05A620FD149D647BAA0354BFDA4413875E4EAA | sha256: 223573E7736A3082209A975026612D16A777464BA77D6739891C141AFE254580 | sha512: 0CDAD3F5C16FEDCBB0313361FA6A2ED3A5FD8F7D01F9CD262A58F363E675FBF28B02B506306D93CFCEDAC2FD9EF6628DBB23F062F7321B699DF5E092C4161E24
tools\System.Net.dll
md5: 0D96C68CE17BB2E3F832433758A7ED5C | sha1: F7DCFD44B586CDD2D4683D92705FD74F4ACCB5B2 | sha256: B1AB2633B2297E96B33DA6921113C6A344C425C46393F2817563C676C9335459 | sha512: A1B99C64BC32FDE3E75EA457158BDE076DEACF0990616831020AF08ABD5B0F47835890F728E0E4B382160C77BF6BFFBC0F5F18D3AF766A0AD51AA84BB9359EFF
tools\System.Net.Http.dll
md5: BE17BC16C673D6E5E31A80337FB72969 | sha1: B83F4CD5040C75A58DD6FDCFCE761D5F1AAFDC73 | sha256: FA5A8AAC4602F370EA8AD9988D78B0A30BBDB63342376DB0B02D2F230D261E0D | sha512: 44EDFF6A0F29FFDC7C4DAE0181DD756E8994D86B8663C0C586F3AE01A4F19119CD4186C67E378E5ED727A1C940A253975AD4FCDA55B5502591634FFDFE35B9B9
tools\System.Net.HttpListener.dll
md5: 6C0D6C85E399A5D90277CAF286FB1B5E | sha1: 4788B9EEC0D5D5192E12FBB00E5D266BE0DFBB24 | sha256: 73285B705087E05F8E8404A1DC1D84D2A233B923534E7EE3174F5D52894FD58E | sha512: EAF90A150C1DD1E45FEB243DA03A185B15707A3817BD71A1A53D83B45B5FC9EAC5BE6C4F865B06AC7EC963E89B1D4D8BF69208370F67204D6C3EDD9F36DC366C
tools\System.Net.Mail.dll
md5: 78B00E2BFF355557F776E00C01A90A45 | sha1: DAD4C2917510CF291DEE4FF2B652D446C53CD758 | sha256: C6118CDCACD662F8CEE4158C1F747333298F35E7881233512A5DE8F367E96CAA | sha512: 91A96D94EA39A682F41531C05CD3F90DBAADF87819DFF81AA9708F4019AE3F5FB7A6E543BE179C07391C6E24E65542F97A340086DAA8481AB22D59AC8731835D
tools\System.Net.NameResolution.dll
md5: 7B1788BAA1DC946BF6991B71FEDD2696 | sha1: 985FD2895151E7420E7FE7B2E123B3546E98C801 | sha256: 5D50A2D68DEBED89CF4545FFE41018B7F3C7BF407143D0C5C73B4E9027BF7449 | sha512: E5F8600A48CEBF7EFD946CDF040332B0B6CC9BFA819D9C792022B6291AB64247F2C1D1969D8F053E7CF6BDB533D39AEB50DC3623449F36C641DEA03A6B52134E
tools\System.Net.NetworkInformation.dll
md5: 3C97314980BB5057A392CF7E03357DD1 | sha1: 0F87AADF42B9BDE842099F61425916C43FEAAF69 | sha256: 880C2F5C34BD8B609D32B264118DE580D03DF8626186D86159DB24EF78CDFE58 | sha512: 4E710C11BA405B6B031ADCACF40E58B269B24FD7F2C3F47DF479CD259BE51E505D8867D0716384DCE6306598ECFC3591D94F71A950A0A39F4BF1B343549A7D4E
tools\System.Net.Ping.dll
md5: 7A4A2078800C4412CA504FE017E90BB5 | sha1: 63C500622B4984A039DB45073866A3FB9333AADF | sha256: CFFB90CE3DCD6A82DEF4923038D890C34EC55EAE32ACAE970BC8AEAB7BF858E7 | sha512: ECC85B2D0424ED394ABC61E85E77B64AB913331783D2D244A88C1C76E45D2F2D69E1D24F9BD0E06D04513624292D62E262F7EC25F5F632779C02E5BB1BA6EBCE
tools\System.Net.Primitives.dll
md5: 51CDD0A247DCB4447C9D4406C5F081B2 | sha1: 82C65DBDADB1E8EC828405579A4E4EC147955730 | sha256: A12C1A73E7666A79D9F04BD3DBB0D0CA09D9DE31B7DE373DEF9667547DE3430A | sha512: 49D3284AE6346116575AEFB73E0203F3A09CE34B331BE326677FF115078E86D7511FA75040033607C4CFAEC83FCC23EB4C4658E4027709A11EB871BD07D20304
tools\System.Net.Requests.dll
md5: 007774D8032C769903B1FAC174F0B69A | sha1: B26CA5E542BB6B99D03A7468E282DA94F1A8F1E4 | sha256: 6DB92CD1D16ECCAAD70F2AFD64AA4764E82D446E1DFDC5A15C364AB3B66D5309 | sha512: 7B7C1203548144D1D51CA85A31736066857D7AFD3F03DADAE6E6FADBD84A8170DB7D06121F6AD54D7FE93E8B13D2085EBDAE4D5F201AE02F8A6CC59749306247
tools\System.Net.Security.dll
md5: 0C78C6C3831625EDE389879C1777F392 | sha1: DBC9E7842D6251308AEA8A8BC284CA8AB97A21B6 | sha256: EC3C59AA6F5CEDC610AF718804926C0E3934EA7553F40E2CA100478C8983A96F | sha512: A4B98FC1A287A67DDAED00466DD5CF88D2F6DC485BCE1E9F6F8AD602968828D0F736BC5D083C1BFE9CB6F4C26CE905099783653E7672EFC89911EE38E596BEC4
tools\System.Net.ServicePoint.dll
md5: 634861898110416325755B7BA9F91FC6 | sha1: 4F7C063511AEABC2BE026DCEB75184BEB614C015 | sha256: 771D0980A30C5871EBCB766BCC0BE045C37D91AB2077C380B4B3508D7279609F | sha512: E6CB6C5C7EFC6E019F445C06461EA8F3BEB4982B0F7A24D97513D6CBE776153FAFA27B796ED5A52736E7FB2A0B21B55D6BC5C42444157A8B132B82B1B5897832
tools\System.Net.Sockets.dll
md5: 5DF0FBFDA51F375E5B338C8BE37319E9 | sha1: 57C3D60CA5ABF3C26E180A24A5E49D9994990A10 | sha256: 6A88E04EBC3A6ECBA9016A46850FAB24BDA9244B57AC90F9D06FAA2840A3B431 | sha512: 23E2A2501B12FA76BCF9B46355D0A152A05124D30BEB370D168FEF6AF458CFF69320A44C1BD7CB8466042E8D988C4F18F6E932B1D59E65490991B7A1DA51BEE5
tools\System.Net.WebClient.dll
md5: DEE759AB02A944A733B08B8596DB4E5C | sha1: 993289D6151DE593D61DE724589628CD0C38860C | sha256: B39B8CD82A5F7B0800EF4BD680328AF598A35BFD285692ECA7DEF2EAD07E772D | sha512: 1E8289EF395EA4B3D4218BE98A4C21C49065BE8EB57FE68F7A4CAD2D81B063EA54912C8ED0E8D571E2F25CF939691089027276F2B2E56A18BB1EEFB560ABE644
tools\System.Net.WebHeaderCollection.dll
md5: 179584A9432393B2E6E87A2AD68FA08E | sha1: F47E963627A99C3FD9916C9B007B1E57C40B183B | sha256: 9833472D62E0D414727FD5D618F7E96F631F305D21492D72068FE66102B30FD7 | sha512: 7072FA15CAA2CAC69A9B81F8F1275619B633535FE61C7377C362DCE587E5B39E60304C525A2C585C05920C43520B1329EDC57CB6B8BE924841EF6952CF28DA78
tools\System.Net.WebProxy.dll
md5: 83DC36A72BB1C86B00F7142799C520C9 | sha1: AEA9BDBB4E8118942BEDDDB0D8D7D0F074758385 | sha256: D9D34FB42E0E96667723C7A88C69975E911782276D4AD9155910091252104483 | sha512: C6BE260AA645C174AB6B83A238949D217EDDC4DD7E70B89C372A2DA0B968BF4D31B05FC55D225DCB456498CA7E777C3A857A5F108C8160FC5EF124DBBFE954F6
tools\System.Net.WebSockets.Client.dll
md5: 4AB75BCA485693294AC9C6AFDF31AD72 | sha1: 17B1F50877316EDD8F47446E41DC52450A89B859 | sha256: 968583BE7D02887652DD02311D75E81F49BDB7D9CBE69BC1E8D928D2D757D32E | sha512: 12717976D410B96A479948315DF8234B0CA323D925CBC5620ABD0C958AD42476D0AD9B666894DDB5EC534967B8101F5D3D207220A6B8B9C2D0340975B8BCB746
tools\System.Net.WebSockets.dll
md5: 25C953740746DC9CC1EC72BD38771EA2 | sha1: 8A1EE945202E15BEB19E273BA2B8737A642C0A1D | sha256: B1C2077E4F38D330E2B2719E0F917E592ABEBE6B803D0DAA4D2EFEE10BFE990E | sha512: 3113F5BFE5B8E37D7E15DC332EAD9A218CD9A1B7CF6EDA80DC1C64190CC155E98E5CAA80622909FA0CD7609034EA64C5C93A654AC6AC9C7F189AF7F7511231B6
tools\System.Numerics.dll
md5: F16FE45FD8783418200F4FB7AD08988D | sha1: D6A882E634AAC3427C87D422304BF38C77420AF7 | sha256: 04208CAA5D3D1C112730282133308D2186B8BD8178B3F49124864B6CED51836D | sha512: ACA539555C011F9B56D67A9085AB4B5ED407A6FB6B849F6AC9785B2EFB8531B5BB02C45AE45B12C15034224EA74389B89E1095530A39A7353B21214343D880A3
tools\System.Numerics.Vectors.dll
md5: FE10729BC4AE6B1CDA0B91A2777C3086 | sha1: E28CA2C8D20540ED6FF13231BAFF89F7694EEAE7 | sha256: 35A2DFB44C66743F2F720D81DEC52A31D9F903AD6574503B1E1A7B7FB74AB7D0 | sha512: D0521EA0D3BA0D6C85DDC1E23B46E8E3BE123FE015D5B632702C7B969EAE38C76C6B98F9DCA55816409855884AE593624D7C4C5209B5E8000398A2A0654501D8
tools\System.ObjectModel.dll
md5: 8BD67CDAA67876C97A1CE615FEC56DB7 | sha1: 0D5C121C15243D4099425BC955667E84E2630AE9 | sha256: 4A140018A43B1F7051B868AABAFB8F45AE0A00089292291C4D49A64AB706652A | sha512: 8A2222534E96A92C50E8FBBA97AB78B23CC0B09E329FBE4193491E7884AC33883D97FC6D4FD25EFCD860EB88124B0F9079BCCBD8A6D73569907EB82A5EF0EA9B
tools\System.Private.CoreLib.dll
md5: C329672E71873F51A5A8176091466AF2 | sha1: F36E82BEBC4C5A253EE6437BE461415A4CFAEAE9 | sha256: A6E411DAD4BED335C248628F000F4A6824713F6E12C3DF46499270B9FE2C509F | sha512: 4FD576431D60CB9180648D8A296425A7CFA89653559A541A5B8D4822EEC9258E4E8F9D57EDA3DA0DAED687C07849180305AB695CA4B206E52AA3164FE10B28C6
tools\System.Private.DataContractSerialization.dll
md5: A2B3264D66F4F47A0A2193CA24889234 | sha1: E5AAEF4B2523C5A67D971938D2A2BD75008AEB4D | sha256: FB1078BED07047AAF5BE1265A0F735594C6A99F449446282413F198AE58CCAD8 | sha512: F3CC8831152AEA04D90716ECBC88979DFE9706105D4DF05CB550E5BE2CF55BDC0BCF527BAB2D138A1EFCF0A889F449D908F46B65B9FD33A7ABA24E0488A8992E
tools\System.Private.Uri.dll
md5: 3AB34358A8F2C4C6A880823FCB0DF39C | sha1: 982428752EF68160AD6AD64CC81D581A8BC6A462 | sha256: 80722C7B5AE289EC1008AFF12700F4F7253783A91226843B53D214ECED348270 | sha512: 07CE390FC238007900C57A5AB82E198F493C886753954BD0D557A5620CF2F55655C30E0E80FB3CD577E81DE2E432EA15E389C8118C2CEEB3CE917C33E507988A
tools\System.Private.Xml.dll
md5: 816737D66106A1E3DC003D1633E2C95F | sha1: EDF9733A769D1DE3E3BC661B9B3A97C0E6029D9D | sha256: ADCC2046E716EBAB3258A61DB8904646F3ED4834D439E0A86B50D2D89D073122 | sha512: 3AF1E8A2745D0F3BBC5D5913A11525365A9D9AEBBC3430D71923A29645BD07A2ACAAE75E930F6FF3D1689A69E3009BD754844D8F45DC4976CB710F89500DD155
tools\System.Private.Xml.Linq.dll
md5: 3CD9D02AD18BD2ED1C7578107DE448AB | sha1: 2BA70AC8CA0E5D0540774380C679D736D68E43D9 | sha256: 938CD60C77EE317C2274E3FA640FA7D40776BD95FA5EB64525CAB32EE279177B | sha512: D62D8AEF687E0729429E656E57884D1C7CBE2EC8A50E1F3CAF5C3124AF61814D1C4B887FC0296624A96B0811C30AF57D55F53CBC9A98969A15D9EBAC09A0E60C
tools\System.Reflection.DispatchProxy.dll
md5: 4FD1BE02BAE67FA1BE8A8787DD9F6779 | sha1: 270D308FACA286FD677B950FA1B50E2A30FD47CB | sha256: 848F9ED864D9A46812E37A78C66792B05FCEC87D8DFFFEE81FD4BC1117C7CEA9 | sha512: D7C5506AF2546098EEBF1D1638E4F551984E52BB581595140C7FC260F3B73398AD32CB98F700F2AF09CF29478F9C85ABC9878EE1392F5986A944C28CE99F0CF7
tools\System.Reflection.dll
md5: A9654D03D58C5BC2928A622494373FBF | sha1: C32B5D51B7D934AA8DA04A96B2254C631A613E35 | sha256: 8267F3D6C567FC2B9750EA644F78D7942E511B121F15661BD490C3C2188827FD | sha512: CEA5644A46A42BFCC89070CA684B5E357BDAF9FCD8E0DBD733E82F0BF5440FFBB476F94911CDEB33416035EC079A0362F5C95B9CA9652CB4ACC11FD4EE05E0B5
tools\System.Reflection.Emit.dll
md5: 68B9BBABF8E1FB9A9A0B8D1596A0CBC1 | sha1: 361BF184D389417EA9DAC0C073E2E5B6359495FC | sha256: 08ADB6F38AC7703667A7F7A9C2F225A93F1B5F5036472C7922E6016CA6775214 | sha512: B31ADE15F7FD0F6BF7F33AD21EA8FE06E88F12EF42D6165F722EF655AF87F8C5E3630C556CEDED0759EBE3D70DF4AFF8504788F446722D87A4F1B48F0594DE12
tools\System.Reflection.Emit.ILGeneration.dll
md5: 0AF60D48D329E7D9EF79D6DFB868FAA2 | sha1: FA47D1EBE01226A0E45F80F06B7F0F537CE3E8CD | sha256: 14A35F06092278747884CDF25817C5A7E0F600B3DF2D78CC25111FA3E364B40C | sha512: A1EBC59A88DB91360225C302381456FB6CC63183B3E1CFC2DD74C516639527D2E6C8B0EFFEA070B044A9EB6CBD0A744EA6D4B03FF34270D5BC175D2AB9363137
tools\System.Reflection.Emit.Lightweight.dll
md5: 8AE883FCDA542019ED33273D276E1303 | sha1: 00C22E9739AAF48616C147FDBE3310F58EA99419 | sha256: 65AB24279D865A9DD7A71ACAACD44546F705091F2F8C34B76C56389BF429BFD7 | sha512: 0F6EF72C97EE7877A679596A1694661156A7989FF1FF5650EB7529A6A5B16D9AAA81F60117724595E3E6CD71D8ED9229E0D60A0E405C3277C6788F91ACFDA7B7
tools\System.Reflection.Extensions.dll
md5: 72E991D477960DEEBD4E0C771FF1E1B3 | sha1: D3EEAAF643E304E66ECD1684CFCD1C9C658B0F56 | sha256: D26DDA8CF32379683FAC1C9C96D1729195B18B5FBB063588667FFEA7526A2DAB | sha512: C12C2E981F9F0ED0EA8E4CE35E43F63C61B263F848DBE0E85D44B9617384035650389C0EBBDCB1B43203755F3F5B613717B08E10421945A193434671EF1BF07A
tools\System.Reflection.Metadata.dll
tools\System.Reflection.Primitives.dll
md5: EAD9B0D19BDF8C04135C962CAC933FBF | sha1: B2F152C2C3245714E54A5AD154C7DF733B53CEED | sha256: AD519E66261DBEDB51C1CC17760887A2C9AA4EB1BF04F064B48C61847E41F7BC | sha512: F593EC4F842F8337D5AA639D5F49360CDB446EEDDF0F523143A47D0BC3584002D6E24528B5E6E4ED918FB697E9E5B19BCD15F119D229363C3AC7AD15D734DD87
tools\System.Reflection.TypeExtensions.dll
md5: D92B37F346C9958FAC605692D9D4018A | sha1: A41FD8197AEE88E44863A4A288F773055D679E14 | sha256: 9367680BC74FEA44DE71B4C59891C4947FEC0FCEBBDFDCCDA549658269ED4318 | sha512: 2EDFA7312475DDF45D6560666F89761091119CC6CF6B367B748EC4080B865B9B1E5503248D24ABCEC16836BE279B6BC56CCCBF77CBFF99A2AB2E3B628D2F46D5
tools\System.Resources.Reader.dll
md5: 6D417796493EF30B905CDBD5DD681E16 | sha1: FE4A0CBB84DB3DA6D8D3D987BC6E60682F41238A | sha256: B338256704A0D8A697E4AAAFADFC3E7567846FD287D1686E3BCC4E2827F68A5D | sha512: F234DF6D442C56F40BC877F07FA8F2D2C6C2007B7D1640575925F869785CCC9B7A3252731BCE9B15EBF932853F555FB28F9EDFBF00C674493F4CD600F845B23E
tools\System.Resources.ResourceManager.dll
md5: E4A8E5400F1928B5B96D9BF50D300E1D | sha1: 2DD280498EE831DAF0F5D665A0CE7A7198429DDA | sha256: 06084932EA250E6CC2C4E9A866A19E218F4EFD0C10A6F9CD742496395A534288 | sha512: 8ED08E8FC8378263FD133F9FE9C2D2C89CED7F791C5F18B2AFE4D2D12BE0928A7A471EBED951730F94DBB809B0B4A585DA522440C0F40C39744FE131C7C385F3
tools\System.Resources.Writer.dll
md5: 8FA46A0A297375FB629D28AFEBCF2E5B | sha1: B6C122F814E2004B8C4135D7E3FDF5F166267B7B | sha256: ABEA8FF0D3911D4CE620FCBF741410DCCD7B6248D5FF591264442125E6C26FCD | sha512: 9B7B2991EE9020B673865BDFDD684F455CC029CC31A42F47F2031700703882F4FFA6F5A31BC3BD304260964F9F1CD402DD521249DAD00804F04AECA3CCFD0E20
tools\System.Runtime.CompilerServices.VisualC.dll
md5: 0DFFCB1E6A4ED2FED7B52852F9190F68 | sha1: 755DCB6E4C20FF18E0DE5BDA33440A3226A8460C | sha256: C39AD6BE60981AD5C674A18F211D2034A13E66C3AF34000FDB2E4F8CABE1D022 | sha512: 983789B0FDD023DE1375110C279C3FD963869B8E64CDAB99832925EE5AEEB0EA9CC1B86D2A656FE2F405B5D6F2C2E3994ACD7762C056038365CF3E1E2721170C
tools\System.Runtime.dll
md5: 3FC4C26636460355DD6622B286FD7EDF | sha1: 807BE3DB4FDBE15B35A924C9458E80D0E94620DA | sha256: 8AEA09524FB46E4595ECB25E51EB88D1158079CA6A2C09DB2F8D158DDA231F86 | sha512: 53C15D45452523E37E6D25B96EFA75BB80E1ABBBF4F46A85B9DC1EF43302E4BBC7FCC87D5A81418B325B2189B6EBEA080FDC8E4654B53D8FCC9A836F6617A563
tools\System.Runtime.Extensions.dll
md5: E5B3516B1A0F801627686602B0E0EA8C | sha1: D5B549523F036046FA5822FE2CE43B86A32D1C54 | sha256: DE517B7433A6CBDAC575F923FE4CE393846B8D4DEF0248E3ECA5D7DB0624AD4F | sha512: 8429FE353F19A9EB9009817CF7AA99B1F3563C3743A088E2A992CAEF4BE933AAD29EAFA727BCB8766BC6F8F68547728CC527812BE288C155B688F4BBA089F5D0
tools\System.Runtime.Handles.dll
md5: F7B3CD7CEB061397491C160E129CCEE4 | sha1: 3BF49D12B16208AC9E4F10811CA8039C4BC34EEC | sha256: 82A86812ED709298A4FC3F331E7ED925CB0745EC75D1898BAB7D19060A2DEC70 | sha512: D1275F1D50D343AEC39B3C1CEB3BB3FEA9AB71950DA6A038BF2A2FF27C092AEFEED50CBEDE527BF219E8851822970C605A2A94E0B49E728F4284728BE3EDE06D
tools\System.Runtime.InteropServices.dll
md5: 29DCE08485908D9D7C1BA7E364513350 | sha1: E1A50A4B89CBEA0C158DC1088870556610C9C270 | sha256: 0B47630208F4D278A895125DCC66CAAC38E260B9E24C7C46133E452DE33E1785 | sha512: 744C1BBA6DF4E2A5EE2CF474CBB9D40091BDF6C5F8A8C95FE71215143832AE10B5103EF0A75866CE88DFD4B2605FA196968BBF706B6D4C0ABA2CF453CD014C9F
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 5251CCBC27595762F130028CB1459DE4 | sha1: 7AEB841A53F426407AFD2823C79CE3F3F905E5F1 | sha256: EF47D70D8AECEF4F9B1A4A613356984537EB06D2623DE559DD2007A9777D39E2 | sha512: 7D2E881E67283D571893668477B88FFA00B5C99F385B37EC82F1CEB2D586A0D629544A3F8471E203B60E48D07CCA2B208CF9EA2697EC1F9AB553CE9C86FE0999
tools\System.Runtime.InteropServices.WindowsRuntime.dll
md5: D721382F864E1CB7327E9C09CAAF8AF3 | sha1: D5B54EC65F585D38064BF4B7F4D4D47B9CFEB955 | sha256: B79FF0ED1331637BD96A8EC7437A605359AB97E13693B90B100B6B2BBC4DB5BF | sha512: 0DE6CD8F7BA0755941543290692271F5AD1A893D0219D3E99832FD8BB180ADC4AEDD8E988AF22EF674EEFE9761CDC468E861A89FDB7FD975774FAE402454E2D8
tools\System.Runtime.Loader.dll
md5: AE21680111E6CC6B7E1BA94AAB9683A3 | sha1: 8C3F86B115D1A61D583CCE6A9A31A5CF61441414 | sha256: 6631BE531BBE8F579AD29300D7D6D7390006A0FA01E7917882151BE897ED494B | sha512: 3957EE297734BAB2150D6F50C8E490933BE9490F55E2C28030BACE6246FD93C0EE66A643CC08918CFF95699E727C36E233FFD1D1BFCFBED0786805F293F5776C
tools\System.Runtime.Numerics.dll
md5: EBCDBD940649FF40D2CBAFB19BDA2CA7 | sha1: A5116A1069655BAF6F749218BD012F2BC9559743 | sha256: 17D238AB3FE0A79B86DB527FB4354DEE462E74388E766560198F397CE546942F | sha512: 2237AA118CAE0FCDA0FB469F1F1EEF8931792F022D9B3B12D14D5975AC93AD6A4E08F3ABA08F8897F64AB7FA29DA8FEAF249ECC9A43197D666A1ECCE692EE715
tools\System.Runtime.Serialization.dll
md5: AFC468E64CE1857148CC9202C7062AE3 | sha1: 5439EF663B6620B6CBC3532E1146D33D1DAFBEEA | sha256: 0CB64A8DFDD613FE8FFCBE1C93EB6D225B490B4AF4310A5F654A6F8FCCD44AB1 | sha512: A0B136AB9EF953B3E5DF8C08BBED96C691719172999F3CA44CAA3F16F91D2D2199603CC44CA919F03C218F9CF61361E79265AF2EB7DFB04E0738E36B3AEBAB74
tools\System.Runtime.Serialization.Formatters.dll
md5: E2BEFADC9B0BD56400AF9DFF24551C5F | sha1: D12BD09EFE9ED97835938E7847ECF4E96CD5C0C4 | sha256: 2176BF16F1B728EA0FD1CFD181660A4FCB68DCD8EF8400DE2CC18C97A67C1F8D | sha512: 2EEAC380387C6F62D7EA835A84BCC238ECD1C493E75FEFFBB830DE96FBECB225FA525A2E213BF740337F443E31E1CCBD137A7DD03E78B9EC68F16B392E415E97
tools\System.Runtime.Serialization.Json.dll
md5: D7AB47572D90B146D87C626A2B34C09C | sha1: A213F8E4ADF5699A6D03631EBA18A0CA003826BC | sha256: FB41994EABFE7EAF61B57026C0BCE51A5F29C3EE6DD21AFDCFE2BFB5DFB8E323 | sha512: EE1B95521D2B39B279496CA4BB09E577A88D1D81B111B005B74F672F05A50FE44B27DB9DF8B9DDEE2FDABCCE9EFB7AA406D0300CB5C85E477FDEE2D29C91F315
tools\System.Runtime.Serialization.Primitives.dll
md5: 25B2AAF3ED2CCEEFA462A76453E30E3D | sha1: 930E52E388DE2C529E2BDB802AEAB1FF4FB136BF | sha256: B0D65CF9BE5862FA8CC424BEA38B064656ADCA272B2DD3927DEBD0B77372B69B | sha512: 37F50246D9A833E53D3301C1B7209A080454D372C02605ACCC6D590404C7B00B2BB87CE1A962D21DE9A9324749BD9E60D83D24378C25DFA7071EBCED2F930A79
tools\System.Runtime.Serialization.Xml.dll
md5: 6E75E1B09249060F0FB1C0163FC04602 | sha1: A78D39F2F586F38D3FCC7C4F8C373E0BC5B39EB4 | sha256: E7A9C3ADEC5A4B737213F5B9FE9DFA15855940D0645BA76AB1A8EC01762E9652 | sha512: D4EF94E838B44915FAAE7D7490BD876276C369D6290050E7B095671B239A3CCD98F5F713BEBB8DBEE38CB3B2A39DCD2EEAACB2D9D1F7F19AF5B634156C75D12E
tools\System.Security.AccessControl.dll
md5: E440DCD3FB434DA33806B070483720FD | sha1: B137BA9DA734BBDDEA464ADFB0B9B0862A69EC1A | sha256: 12CBD8CDA299F04AA55FADAF8962D448AB98EDA0FB63703229121885E12A46A8 | sha512: 8ED9886E977630CA6CA395C873973F426D8A0C657CABED8C74EB0D7074D863C9E72072780FD8181289C1D41D097D4B3CAC8DBB014DD3116625C6963A9A2C643C
tools\System.Security.Claims.dll
md5: 0A2E512B7E426DC05D4907F9D0335016 | sha1: 2BB8A6935054F87FB6B34DC85FF9CAFC01291DCE | sha256: 5962F60645A6D8560B1AB1261D550B2FF2CD7AD70E07675043E4510D48EC00D9 | sha512: 7F88BD3F97B7AEFE48C0A5EFCEC5675413969EEB8AF2BBE05057B082FC3BC3F578A466F07504682E771ED2C981D31438ACB59E82BC964AB09998FCD41734B541
tools\System.Security.Cryptography.Algorithms.dll
md5: 7BE2C5D4966BC6B3B9DB774FA32C6892 | sha1: 30C9A491D0F6AFA2B810ECEE0C6458414092629E | sha256: 082786FAC881AB90AEF67A4B63AE20BBA7DDFB180B49CB8A8AFF844F47CED636 | sha512: D06DCA82FD08FACE839A8B695E1B1E76CF6EFE3A09644DA2C52DF4B373F48C01DFC4C56FE7372D040486CF04D65B9CFE73E74BEE14E4288E248924377FC28255
tools\System.Security.Cryptography.Cng.dll
md5: E324F62681D0D911981E36598D2A3452 | sha1: 849AE2F6D783CA5AFF615551DEDB6F2CCDF18DAC | sha256: DB7194D198F3B818B33879A47762892C7B31FA037B47F189F4E37D11E9D2CB52 | sha512: 640859924BC28DFA51AC675CD568E267F3184E2CB0FDA7BE27959099B2AA3DD892C1871D56E221AD134232A1BCCF210105729FCEA277394D40DE4777870AE72F
tools\System.Security.Cryptography.Csp.dll
md5: 59A4C06FE7EC31DBA0FD9A3A0491A705 | sha1: 46B87DE7206242D3E8163FD2CCB0D943395E70AC | sha256: 3D426C0A658F04F41474FC77D6251076F61F217528D7486B010CF1354FC810F7 | sha512: 1303EF67B5DCE711AC1E8702A58C58B7AD9733D4FB20C07161352EA163414F5B863789433C669B1930E34F478F19B2D407A32EB9B871C3A0BE455881C1C875D4
tools\System.Security.Cryptography.Encoding.dll
md5: 910C930D20DDB770349934DBF3C7AD11 | sha1: F199F95859B9102276922379451201CE4EC4D788 | sha256: 39A65305489EBCE5B470C714EBBF1B9A610E20EF8997B559F6B7DCDBDCE3C412 | sha512: E82137AC3C675E0F217CD5CD8E6CF3CCC7DC59443E1528D3B4A7D1318849AE8FFAF884BBC45AD0FE614D7E010D87EC9AC11860E6F45294509B11DD0DA8DBD7B8
tools\System.Security.Cryptography.OpenSsl.dll
md5: A35272DBEDC7E03DC48084E1216D7580 | sha1: 602531EEB9E94FA7E3BFEC942CD2642CC04EAFA2 | sha256: 50FB686FC0D31469AC750F6FB8A457044DF2E4F94E4F8DBEDD44F74A808EFB30 | sha512: 619623C98DFA1033ADFB6B111487529EA9839DEDA010561D2271C72B705A2ABF748BDEEC832C02DCE799AC5F802E49DD553925B6CA02FEE22B6EE503BAEDAEA8
tools\System.Security.Cryptography.Primitives.dll
md5: 786696BA0FFEB7460A34C145AD0F859D | sha1: 2D24D440AEBCE8EC89601843849AB1DE608AC09A | sha256: 6A72685CEBEB55B373AA8D80F651DA9572FAA7D2AF68A9D9F662DA1293FC9A1A | sha512: 525757A94D730B3AB4CD2DA056957A5A05B72634CF8E76BB54E31AA1EC0D8E6B1F0F4D023496F4EBE1775F45074EE0DE3FBD9C0F295445D6315D08D943C24255
tools\System.Security.Cryptography.X509Certificates.dll
md5: E53E48959FE2D3D39C92CCEBA0ADB686 | sha1: E72277916172580F2A470C56CA954AB4FD8D074E | sha256: BFF42FB8DCF2E2605B908B646A7A8093253B42E275F5E340274B3FDBA8BFBB77 | sha512: F3DCCB23491AF9D0AEA347EB21701870D888FCAF4816408878B47C17467D632541B67E9A643D37ED88965E8B77B4841DE3E8A615AE46D5A1372BF95E2AF41B9B
tools\System.Security.dll
md5: 9C1743E720A055B1BA5353ADA7135ACE | sha1: 3C22B797781F65460C6C1F266887CAEBACDC1F91 | sha256: 21EC02BBA7FF858024A672D2D3ABC39A8601C3CC177FB909B58E67E8259C04D6 | sha512: B3BE132679266E8B62C41D46544CB5132880D605FAD83B64925835DF2D1FF6BB9B4833A16B3FC41031BA7AAE9D95E681247AFEC94710D95D950E78569372490A
tools\System.Security.Principal.dll
md5: 88C5BE963195C2C17FA2242F809EF0A0 | sha1: 407109DE1DFACBEB52324119A258C5B3B4500C5C | sha256: 0E49E30C22A74D49890CEF637240E4DE6687C078251FCED90DFA95A4488CA677 | sha512: DE4212370E1F648E5526D23FD03CDDD045653C89AFBEC57E696324AAFB8F1145199E0B8FF63DA67859BA4FF04E68F2A80B40CD3FD0ED8CD70E1FE1C0683CE0B1
tools\System.Security.Principal.Windows.dll
md5: 38CD91D749087385227DB435E86A0597 | sha1: 93FB0C93C8FF3C0B0354BFEC9E0453875A945A0A | sha256: D50FF6F6254C2C4345C75EF3CF1226674FA5976E68AFBC6B523CC6F723C2D12A | sha512: 2ADCA2D239790A9A087F3DDB920CADCC53AC752015346AE81D59841D656426401332BB44E38718315EFFB05162BFC9469557FD3A1C0F3E539196634668E97128
tools\System.Security.SecureString.dll
md5: E170C36D7E99695AEE7CDF6D09956A21 | sha1: 7E4618AF4CA590FEAAF1E68F004747C446C3078B | sha256: C4BABB0CDF742207F3E132C453C9A952AA4B68830854F61F4EFA664380D77685 | sha512: 09917B818A5E62D8AFF3523217851FEBE81482CDC6938CE68A6C9767BF9AEB48C3457E2B0F685F871E0FDAD4C9C1F491EEF5C8FD99C4E420FEA5F6C84F20017F
tools\System.ServiceModel.Web.dll
md5: 26665374CA57AEE6B24A6B1A82504D7C | sha1: 1B18F85B6C07C97A96F47765EA950B48F6ECFCDD | sha256: 48AA298DE9C3C33F1F0C2ABBF5030C7C0AE877AECBBFAF696A7FB4FC2D5C7281 | sha512: 8C21F45627150DF6DDAAEE8844885C6A8093A155D6F7F8552B94351B4CF55A37A8D5413BAD737689C7E64CCC20C012BD761DBCED5D289B7FD5DAFC255C78922D
tools\System.ServiceProcess.dll
md5: 99904423D969B13E73032364E47AC311 | sha1: 960AD4DD3765CDA2193C790D3396726F8E3F1888 | sha256: E003C2080BDF0EDD95EFC2C9D485D1AC94D87C3423DE0360DDB2D3F33758CFCD | sha512: AC614AEE63F45808672015002A78261A3B8FD3DB962AB3ADBDB0E5392352523E315C57BCEBA4D9B17B31DFF380C8ACE31ED20F746A96DF244C1E2E50E7FB84A3
tools\System.Text.Encoding.dll
md5: 40E5B51204E7C0385A53864B6BB9ECA0 | sha1: 7AABBA43CD9DAC3736A7B796E0A8DF842338A75F | sha256: D58CA61801465437510AE400A998521EFB3B83B86167C4A3B5D096D41C4EF492 | sha512: 00663456AA87BE2BA236B53DC2B756B960E2D715FB2389616CFED2C4714369ECD99492CBC135FD7659A16DB675560DEF2417BB0A41CE572B6A3CE15CA2CA4A40
tools\System.Text.Encoding.Extensions.dll
md5: 1DC05B01555E68ABEF204F0B84B1BD61 | sha1: 93B0E0F4B92D3BDB003B7134B8689B4725024AB1 | sha256: 3618496E91AE617AFD0DE66D579823A5B7492B054FC2C500BF3B0DDFF2A77FA8 | sha512: 700E2F3005E14E0ACEED76234A9E31E5DAB743612267B690B284F39693013226ED6A46EF752BBCD89A3A97FFDD27C0FC8A62CB831CE4AA7B62579EFA9A3570DB
tools\System.Text.RegularExpressions.dll
md5: 95CF7383285EB292A69713B2F998A55E | sha1: BF85DDD69E6CF21220378FCB29A4A75EB351EE97 | sha256: D08F2A4D7F3CCB37411F3E88BB8ECD2363A9BF83EE8F11A1D100FAB36B4EA32F | sha512: 93DCE6DB2095A44BD02C28E52386389B1C446C639D039CA4908FB10DB72BF61008192FE190F675C94F46D0C4A158C1EF9C943943E327E5D36B00E4DA12AD68A1
tools\System.Threading.dll
md5: FE3EE40BBC65C0A631E4BCA68CAE43F2 | sha1: 36841783352CC24175442BCE2D5E0A6D25BBF598 | sha256: 86276656CA1FB74979B10B951F960C5650B7F6DEB32091FF8AE7ABE2526FA61F | sha512: 0653AF5C98D0EF8F9085B60F73086F9E4664F27EB3D4DEF4B8386103F1DFEA20487404F37D9388CB7FCA6438759476829950CFAD8FA8FBE5C98A71906A529CBC
tools\System.Threading.Overlapped.dll
md5: B5AEEEF6BB1B8051E72279FEDD380043 | sha1: A13AC79640996B5220D80BD26198ECF732BDB0C3 | sha256: CFB73E03E0B69CDD7A69DEA2A5FC2785E5483C8396486CA20DC292911C102F2A | sha512: FAC8F7740D8F23888E2DDC9BFFC067C3BF05BD5A1119A7C7CBE08EE005A199FFD929E4C745AEC80011FFBBD4FCB19F72817EAE23309BBEF05620FBA5279CFC3C
tools\System.Threading.Tasks.Dataflow.dll
md5: B25D8DD08F8676741C6E7D3BFF8C137F | sha1: 5AD656FA21B8F7AD21CB1E6824E96A34F54DB166 | sha256: E9C8E504C24DAF6409639590904553E83E4E9444BFB0F11087813F8EA7CD47D9 | sha512: EB88205DBC41C857B8C072A4D13B77E37113159D543B08667CF36C97C6EF922F121F0388B9FD86E9239639CC110BFA44AD8BAE7955F22DD92F0F0F23220984C9
tools\System.Threading.Tasks.dll
md5: DD8D8CC715EADB2F7FD7DE3C0A76161A | sha1: 8DEB747D5EA4F45622DE5FBB6D9E487DD785086C | sha256: D016555EF4E5A2B50239048CF55CD68E81A4E9DAC90F473DE618B350404FE41D | sha512: F9B63D7DC2115A4C378C705BBC91F3E5097E881F4520C3651413F11057889C474BFA9AE11EC8B0010DB5DAB08132613F5BD2F51F5A4EBCAD670B78627014D8EC
tools\System.Threading.Tasks.Extensions.dll
md5: 464F85F4DB8D4E721778761AD07B38F6 | sha1: 8B00186BC4B876A909460CCF984AA9C96C26A175 | sha256: 77985179A9BBCD8D312D63CC05988A3C851E064B6C705A5C5D990964BBF2C7E7 | sha512: 91F8CE0E0AB6108335475132C40893857588EEE2A7CC096591A5E46C5221ABA83E23261F95F338A7B2D8A40202CD983FA6DFF1C22FE5C3FC06CC7318EDDB1928
tools\System.Threading.Tasks.Parallel.dll
md5: 74EFCE25609906818522C6935DEBFF6E | sha1: 5EE90158846782A1F790EE5477861FEC988A1351 | sha256: 923ADE53C5FEE9CA92A4E3B11D2C2125EAC41ED9D4C245AFE3295BA15E587C8C | sha512: C3D762B20E8459DA966FDF2293FD2732A760937C87C8754DD3D9BEC8A44143942B13FED7B94A877A32DE8DA915F99CCBBF6F63F1B6163A377E3707D8D28E1F3E
tools\System.Threading.Thread.dll
md5: E4D38BA102A763CC1F1AC26BDB916670 | sha1: 3DC664CB6AA31122DA67185A6E19D0444B6263B6 | sha256: CE0668A9C52C8C413389BCF2BFB1529A57B97CE690506436C13BF17307C0B7FF | sha512: 888070E5E9F8DBCE59F4B99D96E85030DA927CB7014105FC59D1FC06FF3A70D2BE68CDA36A30423C824F7F0CBF3614FF166C3D1CEC1902CB628136F01E750617
tools\System.Threading.ThreadPool.dll
md5: 807D1AD1E5F90F4E709FBA87956B35DD | sha1: 4F5D05810CC0D84752C564943F71F3561FDB19E9 | sha256: BCCFE522B31ADFBA440389F8E5698064344B8124851B3C026FFB5F9567BAB4EF | sha512: 1C3E0F78EED9FCF74B6B93A831A3EFD904E8733EDBA1A3A2BF125D624049CDF9AD00E27268C75745F65A18C8AA6B71CFB09877CB0BA0B57AB9046CBE0B78FE29
tools\System.Threading.Timer.dll
md5: DCA420CCFB15AD7206C3B704EBE26957 | sha1: 7518485F1F97A396A04A9D94E796294C8A5D4C9F | sha256: 23C466CA8FD98E0EE60240F4C316F03C3B78C2CE982081C49BE573B5C1BE64C6 | sha512: 3C3355407ECE379ED28329DF4676CBB93F66BA4795AFC1344E541339898AE15068FA952E4221A886904CA1DC5DC3484D2E02C56ED3983C69F5666AAA33A3C023
tools\System.Transactions.dll
md5: E4FB20B843FEC90EF1CC51CF356F9056 | sha1: 4E877E2C8ACE4856C403220874E7C3277CE214AB | sha256: 9753B704647FD8AA81E8CD0A8FF40E9A512055984E5490DE242DE2B8B351DEBE | sha512: 089F84B6A3BF8E8FC4A13815305D7FA359F23AA1867D5664F9CA83922785ADD15FCD5EC1809B634A11FD0A07F219228084E8986F0FC64FAA34DA8003C14CB1E5
tools\System.Transactions.Local.dll
md5: E60AC97257068F34366ABD6EF1B612A8 | sha1: 267D8F774F4C62563AEF660AECFBE555C5E0B851 | sha256: D1A849314849247DCD08518B4EEBF465515BDBBF7B2174397ABF0924F8D5FE33 | sha512: E92EB4A589CA51FAC5A56449441FC23F01D67C86590FF410B6A83E79E9055410768729D0FDC547BD32DC06E5482B514E7CD825F962FE18E2A3CB154BBDA65156
tools\System.ValueTuple.dll
md5: E0432AC9511C05444C0A0035CA3ADE5F | sha1: 5D0301441167FE8DFF7758C08087BFB042ABED12 | sha256: EDEAD11C65C5B633D1AB71528862505550CFBE2A2EF6EE71DE695C09087B6FAF | sha512: E10442C7A4E372DA7589F68877E7738BD2B5A8A18897A23F40D10AF4E6622EB2748FBB5F24C3A5A9C0D850040D258125521FA249510B8422604569ABC539AFC7
tools\System.Web.dll
md5: 2CEA6AB76837CCDF45835404E386903F | sha1: 942034B92219E016672561439E30BEEC5ADBDF3D | sha256: 52542D880EA93DF8FBB7F3AA00AB8E8F4FF69F4247EC047A6B0344F13F11CD73 | sha512: 5631B43E6096105A22618C3EFB823F9084477F79DA7652AFB643A36390639D60B3D669413E796EB6BBBE971B08DC84382FE1364B4F5491386DE2EEF5E70DF541
tools\System.Web.HttpUtility.dll
md5: 76AFCED8A1201DF89304C283DB471182 | sha1: 42400D2E09F92889593CE68E974CB2581C30DFCB | sha256: 949F6F4FB54707616AF39FD8942AE7E11348D97C2E5B883AC8DDEDEDCA1FF63F | sha512: 5ED8B18A5AE41FE7FAFFE4087685575AC8B0998D81417C50F732724B098884FC629BDCC188DCD88A6BBFDE819962D170151954A14CBEFF0653BB61CC4C83DCFD
tools\System.Windows.dll
md5: 894F3E266DB456DDE12FE749BB751D04 | sha1: CD380449BF9C09FC7585C7024EC9E4EC5939A7DF | sha256: 7F6442DB8DC3AF69BF37C257F939E6977FC87BC9FE5E3A4664C97BD59303AC1E | sha512: 4322219DD441D3F7D7C50123520114004A632B19A445E7FA52C51AD169081ADA1ECAACEF1F421FE119A69301F8D03CB46EB7AB3A55AFFE6CADEABCEC3908EF64
tools\System.Xml.dll
md5: 9E000C910A599C6F4F6DCFE6ACFACC68 | sha1: 782C55186370D5FC6F58EAEDBA8B603D919132FB | sha256: AD69B87F627D8242B489B939270C5FB5385665F79806D0573EF94D0B488ACA05 | sha512: D797A38B4893D2788C0F59CC3ABF35A3688634D954932A6AA1BEB082008C20357810EC82606DAE761ED7DF31BD8FC9BB5643540BF59BD53B9F0A9035E30CE6AF
tools\System.Xml.Linq.dll
md5: 579550A5EB7700A748308563D4245B7C | sha1: 8BD1EB37E4E46C5103A4E67517F82FD7F5786B11 | sha256: 9C089D84067E8E8F65433DCA383A00F203A03EF3B6FC00726158B819E986529F | sha512: 67F322BE4BB16AA3ECBDD908F6AF488B0D2BECB6ED5322B48F22C71E5309EC048D26E12D3E03A8E97F933DC7CCBDF19C6C213CE59E6E0FBC705DE4BE6B40A6EF
tools\System.Xml.ReaderWriter.dll
md5: 6E04D3F1E0DA3621DFB123BE4B5ABC4D | sha1: 0AF1F070BAEC0B233BD3CB271E22FADE8DFD79A3 | sha256: 3C7235298AEE4772A1E414A722BE9F752047A4FEBBF671BB20845650B4EC1652 | sha512: B731EE70A2139BC5CC4390DA413DB465622AFB5384B71F28BA59BD9C2CCA3D450558B16E5A18AF116256CA93FE4D1EE675D71D11CC99B5FDB521E443F7D4D1CC
tools\System.Xml.Serialization.dll
md5: A90BB277A32AA9365A007E3B3F765489 | sha1: E3E138028BE8499506084101D6D1AE75C61E28E1 | sha256: 750630EFDF4C7655B23C3E02E91F51E70CC0A2CF9C369B26D060C35F7E91D699 | sha512: 9C208869D6C92EC6F96FA01605B60D414BC03062EA035FE341597D20CAA429BBC9F0791895D688A503EA96F7C04D4C67740BED93836B3B3499440EF88E4D44F7
tools\System.Xml.XDocument.dll
md5: 68399D5BA29EACCCE13CEE5F59875CD7 | sha1: F9F71FFA663D9154A4F005C468CC4256624B71B1 | sha256: A66F5736F3385A0844F3670368DD48CAB3C27E55BBCF2801FAA634158EBE4F65 | sha512: 73F57C6AFF17E9A6506CDA2F048C13DB7E323627AEF10ECF26AE7F3728325F2BA77E13527B0DD501E8D2FC12690D8F75FD96AC71DC66B0DB010F00C55F186D4C
tools\System.Xml.XmlDocument.dll
md5: 00CB972CF2911F5ACE66EBAF2381061B | sha1: BA85E3A2D8073B1C3C1ECD7918700436F17BAE27 | sha256: D4BEEE794302EA6D10BE1E3434028FDEACF3EC8BDE05DAD9ED54BB7B30448095 | sha512: 5C384B832BFE5223F6C2A089A70EB1177E51FBCDB2EC57ADCE1FEF1943E22C6EDB6959A77140C898314614BEDF8D16648C9E80C2204718CD3EF7145BF45EDFA7
tools\System.Xml.XmlSerializer.dll
md5: DCB97FB2C042BB18FD3D0D03BC0C0E6D | sha1: 623BB81822DCCA6A4D134B1DAF11BE5335F2EAB5 | sha256: 43F5A21E28A17E25FD16DE7648ED3A82C99D1E5F12F74D8AFF2474E7ED3A711E | sha512: 8CBCA96C08E9B6C2377D15E2CDA6EB91EF44D46694A5D8DBE21CFF4825A09E07088CCA3EA0A0BD796D5CD35D99C054A93EB1B49512A2A3F7882DECA4C83EDCA8
tools\System.Xml.XPath.dll
md5: 1766E5B7DD23D25A89DFD8956AB73B2E | sha1: 42FEB66D49FA50B558D15D2804725B61536BF022 | sha256: 8240E719BB5B2298155566D3E1FEBE2E02676B5FCA0DE0D3423C1A030DFAD89C | sha512: 0E3F5EC79062C31059D2AD04378A912296C47EAE3D37104D865CE86D05E4A7DEC6D306CF9BD1FA5515D9C751F76609195BD69E869B2158FC825C051DDB1C4740
tools\System.Xml.XPath.XDocument.dll
md5: EB014F12FE0D4B5B2A13A268251A526B | sha1: 3F6D2FCD000C1F94A0DA389A6FF9778ABBC230F8 | sha256: 0585BA5FDF7F80DB86D08068DE3AE17C8D01FF2F82C51E31253428B9EAF408A1 | sha512: 4A3D24451CF33A48152646315C08A7164E6EDA8AF113F7A84FFF1020FE1C5AA0DCA159D38EF8974B4F15412F9EB09F00696E521C4D4DD5A8DB98DB379B1C64A4
tools\ucrtbase.dll
md5: 0E0BAC3D1DCC1833EAE4E3E4CF83C4EF | sha1: 4189F4459C54E69C6D3155A82524BDA7549A75A6 | sha256: 8A91052EF261B5FBF3223AE9CE789AF73DFE1E9B0BA5BDBC4D564870A24F2BAE | sha512: A45946E3971816F66DD7EA3788AACC384A9E95011500B458212DC104741315B85659E0D56A41570731D338BDF182141C093D3CED222C007038583CEB808E26FD
tools\VERIFICATION.txt
Navis (https://www.navis.com/) is a US registered company, which belongs to the parent company Kalmar (https://www.cargotec.com/en/kalmar/). "Navis Carrier and Vessel Solutions" is a brand and a sub-office to Navis, which is located in Germany. The German office (Navis Carrier and Vessel Solutions) is part of the German Kalmar subsidiary named "Kalmar Germany Gmbh".
tools\WindowsBase.dll
md5: 073C7C57A4B2F49D73A8650CC08DADF6 | sha1: 2C16FDF807A1BB69D1B767BDE4B656159D846C29 | sha256: 87DEDCD63A0238737904780EA624057AE35DEDA058BCDEC3B9805302007A7157 | sha512: 91278AD99F8E33FF0D2ED64D7ABC4FF6689B85E1DDE58E28C43E55ECA6CD8202A3D77B28084C783508522127512C964470A8EFE5D84F5135E13FDB0B363CD4B7

Log in or click on link to see number of positives.

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
Bluetracker CLI 2.1.0 92 Thursday, January 7, 2021 Approved
Bluetracker CLI 2.0.0 173 Tuesday, May 12, 2020 Approved
Bluetracker CLI 1.3.2 334 Friday, March 22, 2019 Approved
Bluetracker CLI 1.3.1 148 Thursday, March 21, 2019 Approved
Bluetracker CLI 1.3.0 171 Monday, December 10, 2018 Approved
Bluetracker CLI 1.2.0 177 Sunday, December 9, 2018 Approved
Bluetracker CLI 1.1.0 178 Saturday, December 8, 2018 Approved
Bluetracker CLI 1.0.0 201 Tuesday, November 13, 2018 Approved

Release notes are published on the project side


This package has no dependencies.

Discussion for the Bluetracker CLI Package

Ground Rules:

  • This discussion is only about Bluetracker CLI and the Bluetracker CLI 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 Bluetracker CLI, 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.
comments powered by Disqus