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:

193,922

Downloads of v 5.0.70:

342

Last Update:

30 Nov 2018

Package Maintainer(s):

Software Author(s):

  • Luan Nguyen

Tags:

nuget admin nupkg nuspec

NuGet Package Explorer

This is not the latest version of NuGet Package Explorer available.

  • 1
  • 2
  • 3

5.0.70 | Updated: 30 Nov 2018

Downloads:

193,922

Downloads of v 5.0.70:

342

Software Author(s):

  • Luan Nguyen

NuGet Package Explorer 5.0.70

This is not the latest version of NuGet Package Explorer available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependency on .NET 4.6.1

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install NuGet Package Explorer, run the following command from the command line or from PowerShell:

>

To upgrade NuGet Package Explorer, run the following command from the command line or from PowerShell:

>

To uninstall NuGet Package Explorer, 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 nugetpackageexplorer -y --source="'INTERNAL REPO URL'" --version="'5.0.70'" [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 nugetpackageexplorer -y --source="'INTERNAL REPO URL'" --version="'5.0.70'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install nugetpackageexplorer
  win_chocolatey:
    name: nugetpackageexplorer
    version: '5.0.70'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'nugetpackageexplorer' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.0.70'
end

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


cChocoPackageInstaller nugetpackageexplorer
{
    Name     = "nugetpackageexplorer"
    Version  = "5.0.70"
    Source   = "INTERNAL REPO URL"
}

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


package { 'nugetpackageexplorer':
  ensure   => '5.0.70',
  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 as a trusted package on 30 Nov 2018.

Description

NuGet Package Explorer is an application which allows creating and exploring NuGet packages easily.
After installing it, you can double click on a .nupkg or .snupkg file to view the package content.
You can also load packages directly from the official NuGet feed.


Accessibility.dll
md5: B94F2935C3F8668058D7378675ADF119 | sha1: 4079688D292B6D782D298B9FE4E5C446BBE2ADCA | sha256: FA2A56FC2D72C666098A50CC22474792255F997FFFE83163A9DF0EA41AB654EE | sha512: DF0455DEC3C4D296C11F301F98BB2093822A12D1BB99AB22F228FFB2C06AA50D3E8877AF442438DFE35B3D0385D40FC9BE2F8F4A5A2B3B63CA682198E2AC3609
af\Humanizer.resources.dll
md5: E5EC51A7A78000A16ED102472B0736D0 | sha1: 2AB8B250E1B025C1BBBD7966C953871E236EF3B8 | sha256: 025E4C923636731F802F2C2CB54F74C7DE99E1CE3FC41F325C120E6393E59F92 | sha512: 69080C5EE0E6005E7743A0A74CB2C7E344A0FDB1B4CE367A7EDBFE7C1A63E506BD4C4FF0DE7A4320C52954519A7C089345AC1DFFD2FBB589CB8F70FF376E95D1
api-ms-win-core-console-l1-1-0.dll
md5: AABBB38C4110CC0BF7203A567734A7E7 | sha1: 5DF8D0CDD3E1977FFACCA08FAF8B1C92C13C6D48 | sha256: 24B07028C1E38B9CA2F197750654A0DFB7D33C2E52C9DD67100609499E8028DB | sha512: C66C98D2669D7A180510C57BAB707D1E224C12AB7E2B08994EB5FD5BE2F3DEE3DBDB934BCB9DB168845E4D726114BCE317045027215419D3F13DCFA0F143D713
api-ms-win-core-datetime-l1-1-0.dll
md5: 8894176AF3EA65A09AE5CF4C0E6FF50F | sha1: 46858EA9029D7FC57318D27CA14E011327502910 | sha256: C64B7C6400E9BACC1A4F1BAED6374BFBCE9A3F8CF20C2D03F81EF18262F89C60 | sha512: 64B31F9B180C2E4E692643D0CCD08C3499CAE87211DA6B2B737F67B5719F018EBCACC2476D487A0AEB91FEA1666E6DBBF4CA7B08BB4AB5A031655BF9E02CEA9A
api-ms-win-core-debug-l1-1-0.dll
md5: 879920C7FA905036856BCB10875121D9 | sha1: A82787EA553EEFA0E7C3BB3AEDB2F2C60E39459A | sha256: 7E4CBA620B87189278B5631536CDAD9BFDA6E12ABD8E4EB647CB85369A204FE8 | sha512: 06650248DDBC68529EF51C8B3BC3185A22CF1685C5FA9904AEE766A24E12D8A2A359B1EFD7F49CC2F91471015E7C1516C71BA9D6961850553D424FA400B7EA91
api-ms-win-core-errorhandling-l1-1-0.dll
md5: D91BF81CF5178D47D1A588B0DF98EB24 | sha1: 75F9F2DA06AA2735906B1C572DD556A3C30E7717 | sha256: F8E3B45FD3E22866006F16A9E73E28B5E357F31F3C275B517692A5F16918B492 | sha512: 93D1B0D226E94235F1B32D42F6C1B95FADFAF103B8C1782423D2C5A4836102084FB53F871E3C434B85F0288E47F44345138DE54EA5F982CA3E8BBF2D2BEA0706
api-ms-win-core-file-l1-1-0.dll
md5: EEFE86B5A3AB256BEED8621A05210DF2 | sha1: 90C1623A85C519ADBC5EF67B63354F881507B8A7 | sha256: 1D1C11FC1AD1FEBF9308225C4CCF0431606A4AB08680BA04494D276CB310BF15 | sha512: C326A2CA190DB24E8E96C43D1DF58A4859A32EB64B0363F9778A8902F1AC0307DCA585BE04F831A66BC32DF54499681AD952CE654D607F5FDB93E9B4504D653F
api-ms-win-core-file-l1-2-0.dll
md5: 79EE4A2FCBE24E9A65106DE834CCDA4A | sha1: FD1BA674371AF7116EA06AD42886185F98BA137B | sha256: 9F7BDA59FAAFC8A455F98397A63A7F7D114EFC4E8A41808C791256EBF33C7613 | sha512: 6EF7857D856A1D23333669184A231AD402DC62C8F457A6305FE53ED5E792176CA6F9E561375A707DA0D7DD27E6EA95F8C4355C5DC217E847E807000B310AA05C
api-ms-win-core-file-l2-1-0.dll
md5: 3F224766FE9B090333FDB43D5A22F9EA | sha1: 548D1BB707AE7A3DFCCC0C2D99908561A305F57B | sha256: AE5E73416EB64BC18249ACE99F6847024ECEEA7CE9C343696C84196460F3A357 | sha512: C12EA6758071B332368D7EF0857479D2B43A4B27CEEAB86CBB542BD6F1515F605EA526DFA3480717F8F452989C25D0EE92BF3335550B15ECEC79E9B25E66A2CA
api-ms-win-core-handle-l1-1-0.dll
md5: 18FD51821D0A6F3E94E3FA71DB6DE3AF | sha1: 7D9700E98EF2D93FDBF8F27592678194B740F4E0 | sha256: DBA84E704FFE5FCD42548856258109DC77C6A46FD0B784119A3548EC47E5644B | sha512: 4009B4D50E3CB17197009AC7E41A2351DE980B2C5B79C0B440C7FE4C1C3C4E18F1089C6F43216EAA262062C395423F3AD92CA494F664636FF7592C540C5EF89D
api-ms-win-core-heap-l1-1-0.dll
md5: FF8026DAB5D3DABCA8F72B6FA7D258FA | sha1: 075C8719E226A34D7B883FD62B2D7F8823D70F1A | sha256: 535E9D20F00A2F1A62F843A4A26CFB763138D5DFE358B0126D33996FBA9CA4D1 | sha512: 9C56FF11D5843BA09CD29E3BC6C6B9396926C6A588194193BA220CFA784B770AB6756076F16F18CFEA75B51A8184A1063EF47F63804839530382F8D39D5CF006
api-ms-win-core-interlocked-l1-1-0.dll
md5: CFE87D58F973DAEDA4EE7D2CF4AE521D | sha1: FD0AA97B7CB6E50C6D5D2BF2D21D757040B5204A | sha256: 4997FDA5D0E90B8A0AB7DA314CB56F25D1450B366701C45C294D8DD3254DE483 | sha512: 40EB68DEB940BBE1B835954183EEA711994C434DE0ABBDEA0B1A51DB6233A12E07827AD4A8639AE0BAF46DD26C168A775FFE606C82CBE47BAE655C7F28AB730B
api-ms-win-core-libraryloader-l1-1-0.dll
md5: 0C48220A4485F36FEED84EF5DD0A5E9C | sha1: 1E7D4038C2765CFFA6D4255737A2A8AA86B5551C | sha256: 2DD4EBAA12CBBA142B5D61A0EBF84A14D0D1BB8826BA42B63E303FE6721408DF | sha512: E09951785B09F535340E1E6C256DF1919485B4DAD302B30D90126411CC49A13807B580FA2FCD0D6F7B64AAC4F5B5EA3E250B66035A0E2F664D865408C9B43D48
api-ms-win-core-localization-l1-2-0.dll
md5: 23BD405A6CFD1E38C74C5150EEC28D0A | sha1: 1D3BE98E7DFE565E297E837A7085731ECD368C7B | sha256: A7FA48DE6C06666B80184AFEE7E544C258E0FB11399AB3FE47D4E74667779F41 | sha512: C52D487727A34FBB601B01031300A80ECA7C4A08AF87567DA32CB5B60F7A41EB2CAE06697CD11095322F2FC8307219111EE02B60045904B5C9B1F37E48A06A21
api-ms-win-core-memory-l1-1-0.dll
md5: 3940167FFB4383992E73F9A10E4B8B1E | sha1: 53541C824003B0F90B236EDA83B06BEC5E1ACBF5 | sha256: EC573431338371504B7B9E57B2D91382B856AABF25D2B4AD96486EFB794C198E | sha512: 9732ACAA4DB773F4F99F423D9FEAEBB35C197BBD468922348E0AD086F7131D83F6D9714DC7D375183E7CB8920CFE37F3DA19B0041A9063CC60ABE183375B1929
api-ms-win-core-namedpipe-l1-1-0.dll
md5: 990AC84AE2D83EEB532A28FE29602827 | sha1: 0916F85CC6CC1F01DC08BDF71517A1DC1B8EAF78 | sha256: DBD788B1C5694D65FA6F6E2202BFABB30ADF77EB1973CEB9A737EFB16E9EDAE2 | sha512: F0E4705A6890B4F81B7D46F66CA6B8EE82F647E163BCE9ECAD11D0BBD69CAF4FF3C4F15E0D3F829C048B6849B99A7641861E6CAF319904D4D61A6084F10DA353
api-ms-win-core-processenvironment-l1-1-0.dll
md5: 0C700B07C3497DF4863C3F2FE37CD526 | sha1: F835118244D02304DE9EB3A355420BA9D0BD9C13 | sha256: 9F1F26794FD664E0A8B6FBD53BFCA33DCF7B0DC37FAF3EB7782BC38DFF62CD8C | sha512: 8042DBD9E80E33E41993887B0289E143E967544389500ADA9296B89BDA37BB26918E4F370F8A1BDAB8FAACC4E0A6980794D6A3B5320E170AD4EF751384C9F0A8
api-ms-win-core-processthreads-l1-1-0.dll
md5: 1DDA9CB13449CE2C6BB670598FC09DC8 | sha1: 0A91FE11B9A8321CA369F665A623270E5AC23176 | sha256: 4F187F1B4B14763360C325DF6B04D3EC3CC6D2CECC9B796BC52A6C7196B0B2CC | sha512: 4E106C8A52033352C91B65CF65EC459DE764C125136333A2F4BA026EFDDE65F3F71B1F6F11E4C580150AC8A9779825BA5E2AF0E14DF999A198CFE244E522C28D
api-ms-win-core-processthreads-l1-1-1.dll
md5: 95C5B49AF7F2C7D3CD0BC14B1E9EFACB | sha1: C400205C81140E60DFFA8811C1906CE87C58971E | sha256: FF9B51AFF7FBEC8D7FE5CC478B12492A59B38B068DC2B518324173BB3179A0E1 | sha512: F320937B90068877C46D30A15440DC9ACE652C3319F5D75E0C8BB83F37E78BE0EFB7767B2BD713BE6D38943C8DB3D3D4C3DA44849271605324E599E1242309C3
api-ms-win-core-profile-l1-1-0.dll
md5: CEDEFD460BC1E36AE111668F3B658052 | sha1: 9BD529FE189E0B214B9E0E51717BDF62F1DA44EA | sha256: F941C232964D01E4680E54AB04955EC6264058011B03889FE29DB86509511EBA | sha512: 2C845642B054BC12C2911BFE2B850F06FECAFEF022180C22F6FFD670F821E84FCAD041C4D81DDADB781DDB36CB3E98DFE4EB75EC02B88306EF1D410CBB021454
api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 65FC0B6C2CEFF31336983E33B84A9313 | sha1: 980DE034CC3A36021FD8BAFFF3846B0731B7068E | sha256: 966A38ED7034F8D355E1E8772DFC92F23FB3C8A669780ED4AC3B075625D09744 | sha512: F4EBC7A6D12AE6AFA5B96C06413A3438E1678B276B1517DA07D33912818FC863B4D35CB46280F12CF90E37BC93E3AB5E44EA6F75767A314C59222B7D397E5B6A
api-ms-win-core-string-l1-1-0.dll
md5: E7A266DD3A2A1E03D8716F92BEDE582D | sha1: D4B97CE87C96DE1F39FEA97CCA3992D292B2C14E | sha256: 339966AE75675A03F628C4DDD5D3218ABB36CBCF6DDCE83B88C07336D732B8AE | sha512: 31168663FD71B901B1B9152FF288D4E1567003E5FCD1F1C9DFE36D26D2EB16B0932EC8CD34833DAB25531F768A01DE45C2483F92D4E79F92A89389C02BC05156
api-ms-win-core-synch-l1-1-0.dll
md5: C1DCDB0FABC8AE671A7C7A94F42FB79A | sha1: 99355912D7A7D622753B2A855CAE4F5A4E50146F | sha256: CC76A4E82E0E0CD08DF3BB8F5AD57142305E0F666CC32599D76E363D0B43EFCB | sha512: 6D92E7520AEEBFE60AAB43D6616B76A2DD385EDCAA217DB60003A0C0CBCB0E367063D240E38A19D0B8BEE2F2E7D4B982C4F08C8E9CCF34C7F670CB49F6561FFF
api-ms-win-core-synch-l1-2-0.dll
md5: 6E704280D632C2F8F2CADEFCAE25AD85 | sha1: 699C5A1C553D64D7FF3CF4FE57DA72BB151CAEDE | sha256: 758A2F9EF6908B51745DB50D89610FE1DE921D93B2DBEA919BFDBA813D5D8893 | sha512: ADE85A6CD05128536996705FD60C73F04BAB808DAFB5D8A93C45B2EE6237B6B4DDB087F1A009A9D289C868C98E61BE49259157F5161FECCF9F572FD306B460E6
api-ms-win-core-sysinfo-l1-1-0.dll
md5: 887995A73BC7DDE7B764AFABCE57EFE7 | sha1: 363FD4E7AD4A57224E8410154697DF5E8629F526 | sha256: F94210B39CDC812BEB7342A47E68673EA2116D0AD9266FCF8D7CEDAA9561FC38 | sha512: D088EB1C6958774E20F0E2884136B4E2B978EFD16F557DBC55E64011ABBCE0768054F7E6D881C110182824143A39101FDAE273ED614738AA7BA5C727B27F6677
api-ms-win-core-timezone-l1-1-0.dll
md5: C9A55DE62E53D747C5A7FDDEDEF874F9 | sha1: C5C5A7A873A4D686BFE8E3DA6DC70F724CE41BAD | sha256: B5C725BBB475B5C06CC6CB2A2C3C70008F229659F88FBA25CCD5D5C698D06A4B | sha512: ADCA0360A1297E80A8D3C2E07F5FBC06D2848F572F551342AD4C9884E4AB4BD1D3B3D9919B4F2B929E2848C1A88A4E844DD38C86067CACE9685F9640DB100EFB
api-ms-win-core-util-l1-1-0.dll
md5: 29E1922B32E5312A948E6D8B1B34E2D9 | sha1: 912F54BE8438F45E1562A47294091D522CD89356 | sha256: 34C5DEE6D566252C0CEB7D9A21E24D5F297AF2B26C32E0C7808BBD088AA9A6A9 | sha512: 837CD03EE0195DC94BAB0662FF3B8CD1BE2DEDD8A3254318D25DFEA6E88D07211186FA367F41AB864560E10A22220DEB3ED05CCF82D60AC80C71DFED08AFBEA3
API-MS-Win-core-xstate-l2-1-0.dll
md5: 6A724FF293FC80D9FC0E61806DA2BD9B | sha1: 92BDF70C3F4C56B51532E24E9966034834C27CB5 | sha256: 8ED0663AF2965876FD930BA02B086DEC369832C1D7143B34BCE49BA53BA4A08C | sha512: 9819956F483D55C2EEEBB2AEF0BA05770910241632C13927038CFAD10B3A022EEABB1EBA9F1EE6D77D340C7546D63025FDB1E165050BF4F9958132118E4EB3A3
api-ms-win-crt-conio-l1-1-0.dll
md5: A668C5EE307457729203AE00EDEBB6B3 | sha1: 2114D84CF3EC576785EBBE6B2184B0D634B86D71 | sha256: A95B1AF74623D6D5D892760166B9BFAC8926929571301921F1E62458E6D1A503 | sha512: 73DC1A1C2CEB98CA6D9DDC7611FC44753184BE00CFBA07C4947D675F0B154A09E6013E1EF54AC7576E661FC51B4BC54FDD96A0C046AB4EE58282E711B1854730
api-ms-win-crt-convert-l1-1-0.dll
md5: 9DDEA3CC96E0FDD3443CC60D649931B3 | sha1: AF3CB7036318A8427F20B8561079E279119DCA0E | sha256: B7C3EBC36C84630A52D23D1C0E79D61012DFA44CDEBDF039AF31EC9E322845A5 | sha512: 1427193B31B64715F5712DB9C431593BDC56EF512FE353147DDB7544C1C39DED4371CD72055D82818E965AFF0441B7CBE0B811D828EFB0ECE28471716659E162
api-ms-win-crt-environment-l1-1-0.dll
md5: 39325E5F023EB564C87D30F7E06DFF23 | sha1: 03DD79A7FBE3DE1A29359B94BA2D554776BDD3FE | sha256: 56D8B7EE7619579A3C648EB130C9354BA1BA5B33A07A4F350370EE7B3653749A | sha512: 087B9DCB744AD7D330BACB9BDA9C1A1DF28EBB9327DE0C5DC618E79929FD33D1B1FF0E1EF4C08F8B3EA8118B968A89F44FE651C66CBA4ECBB3216CD4BCCE3085
api-ms-win-crt-filesystem-l1-1-0.dll
md5: 228C6BBE1BCE84315E4927392A3BAEE5 | sha1: BA274AA567AD1EC663A2F9284AF2E3CB232698FB | sha256: AC0CEC8644340125507DD0BC9A90B1853A2D194EB60A049237FB5E752D349065 | sha512: 37A60CCE69E81F68EF62C58BBA8F2843E99E8BA1B87DF9A5B561D358309E672AE5E3434A10A3DDE01AE624D1638DA226D42C64316F72F3D63B08015B43C56CAB
api-ms-win-crt-heap-l1-1-0.dll
md5: 1776A2B85378B27825CF5E5A3A132D9A | sha1: 626F0E7F2F18F31EC304FE7A7AF1A87CBBEBB1DF | sha256: 675B1B82DD485CC8C8A099272DB9241D0D2A7F45424901F35231B79186EC47EE | sha512: 541A5DD997FC5FEC31C17B4F95F03C3A52E106D6FB590CB46BDF5ADAD23ED4A895853768229F3FBB9049F614D9BAE031E6C43CEC43FB38C89F13163721BB8348
api-ms-win-crt-locale-l1-1-0.dll
md5: 034379BCEA45EB99DB8CDFEACBC5E281 | sha1: BBF93D82E7E306E827EFEB9612E8EAB2B760E2B7 | sha256: 8B543B1BB241F5B773EB76F652DAD7B12E3E4A09230F2E804CD6B0622E8BAF65 | sha512: 7EA6EFB75B0C59D3120D5B13DA139042726A06D105C924095ED252F39AC19E11E8A5C6BB1C45FA7519C0163716745D03FB9DAAACA50139A115235AB2815CC256
api-ms-win-crt-math-l1-1-0.dll
md5: 8DA414C3524A869E5679C0678D1640C1 | sha1: 60CF28792C68E9894878C31B323E68FEB4676865 | sha256: 39723E61C98703034B264B97EE0FE12E696C6560483D799020F9847D8A952672 | sha512: 6EF3F81206E7D4DCA5B3C1FAFC9AA2328B717E61EE0ACCE30DFB15AD0FE3CB59B2BD61F92BF6046C0AAE01445896DCB1485AD8BE86629D22C3301A1B5F4F2CFA
api-ms-win-crt-multibyte-l1-1-0.dll
md5: 19D7F2D6424C98C45702489A375D9E17 | sha1: 310BC4ED49492383E7C669AC9145BDA2956C7564 | sha256: A6B83B764555D517216E0E34C4945F7A7501C1B7A25308D8F85551FE353F9C15 | sha512: 01C09EDEF90C60C9E6CDABFF918F15AFC9B728D6671947898CE8848E3D102F300F3FB4246AF0AC9C6F57B3B85B24832D7B40452358636125B61EB89567D3B17E
api-ms-win-crt-private-l1-1-0.dll
md5: 3D139F57ED79D2C788E422CA26950446 | sha1: 788E4FB5D1F46B0F1802761D0AE3ADDB8611C238 | sha256: DC25A882AC454A0071E4815B0E939DC161BA73B5C207B84AFD96203C343B99C7 | sha512: 12ED9216F44AA5F245C707FE39AED08DC18EA675F5A707098F1A1DA42B348A649846BC919FD318DE7954EA9097C01F22BE76A5D85D664EF030381E7759840765
api-ms-win-crt-process-l1-1-0.dll
md5: 9D3D6F938C8672A12AEA03F85D5330DE | sha1: 6A7D6E84527EAF54D6F78DD1A5F20503E766A66C | sha256: 707C9A384440D0B2D067FC0335273F8851B02C3114842E17DF9C54127910D7FB | sha512: 0E1681B16CD9AF116BCC5C6B4284C1203B33FEBB197D1D4AB8A649962C0E807AF9258BDE91C86727910624196948E976741411843DD841616337EA93A27DE7CB
api-ms-win-crt-runtime-l1-1-0.dll
md5: FB0CA6CBFFF46BE87AD729A1C4FDE138 | sha1: 2C302D1C535D5C40F31C3A75393118B40E1B2AF9 | sha256: 1EE8E99190CC31B104FB75E66928B8C73138902FEFEDBCFB54C409DF50A364DF | sha512: 99144C67C33E89B8283C5B39B8BF68D55638DAA6ACC2715A2AC8C5DBA4170DD12299D3A2DFFB39AE38EF0872C2C68A64D7CDC6CEBA5E660A53942761CB9ECA83
api-ms-win-crt-stdio-l1-1-0.dll
md5: D5166AB3034F0E1AA679BFA1907E5844 | sha1: 851DD640CB34177C43B5F47B218A686C09FA6B4C | sha256: 7BCAB4CA00FB1F85FEA29DD3375F709317B984A6F3B9BA12B8CF1952F97BEEE5 | sha512: 8F2D7442191DE22457C1B8402FAAD594AF2FE0C38280AAAFC876C797CA79F7F4B6860E557E37C3DBE084FE7262A85C358E3EEAF91E16855A91B7535CB0AC832E
api-ms-win-crt-string-l1-1-0.dll
md5: AD99C2362F64CDE7756B16F9A016A60F | sha1: 07C9A78EE658BFA81DB61DAB039CFFC9145CC6CB | sha256: 73AB2161A7700835B2A15B7487045A695706CC18BCEE283B114042570BB9C0AA | sha512: 9C72F239ADDA1DE11B4AD7028F3C897C93859EF277658AEAA141F09B7DDFE788D657B9CB1E2648971ECD5D27B99166283110CCBA437D461003DBB9F6885451F7
api-ms-win-crt-time-l1-1-0.dll
md5: 9B79FDA359A269C63DCAC69B2C81CAA4 | sha1: A38C81B7A2EC158DFCFEB72CB7C04B3EB3CCC0FB | sha256: 4D0F0EA6E8478132892F9E674E27E2BC346622FC8989C704E5B2299A18C1D138 | sha512: E69D275C5EC5EAE5C95B0596F0CC681B7D287B3E2F9C78A9B5E658949E6244F754F96AD7D40214D22ED28D64E4E8BD507363CDF99999FEA93CFE319078C1F541
api-ms-win-crt-utility-l1-1-0.dll
md5: 70E9104E743069B573CA12A3CD87EC33 | sha1: 4290755B6A49212B2E969200E7A088D1713B84A2 | sha256: 7E6B33A4C0C84F18F2BE294EC63212245AF4FD8354636804FFE5EE9A0D526D95 | sha512: E979F28451D271F405B780FC2025707C8A29DCB4C28980CA42E33D4033666DE0E4A4644DEFEC6C1D5D4BDD3C73D405FAFCFFE3320C60134681F62805C965BFD9
ar\Humanizer.resources.dll
md5: EAFDC58DBDE2F6E1B57ED31A8F3B4271 | sha1: 083D953B617865FAC2CA4EF8C2F4043EFF7ACB5B | sha256: 92E29A532167D9E3EB4DC5EF78646C81A942E93B7B3CB3617BFE1A2348D9185A | sha512: 39A17816ED7C4A1E8EA6CA328F306D2035B6D1F5BBCC26EEBD4581687AA0866B368EDA5B0D6BF39CD85007294601D71C292A481C2A8A5D34376A613C6FF8CF87
AuthenticodeExaminer.dll
md5: 30CFBA24CC41AD3FDD4683F184A0EFFB | sha1: 78C6CD1AEA27992DBF3E2B7806D2E0A1DCDC22BC | sha256: F137C90C38F2FB1B278E0EF4D66361F9BC55A48431C53906BD39D36209B2E5A2 | sha512: 397420D921F52DA4920703BB0FA40736FC37A4FBF51836343624FAA41058FE10610466539C6DC99B21594AC656E49A0F8641A79D1D9F266C9933191AE5220816
bg\Humanizer.resources.dll
md5: 8EF7BFC1DA0DD86CD373D2A3194173AA | sha1: 738A6130460CC34F4211497C928B7DD35A22E73D | sha256: 96D6B00FFE685617D4FB8E788ECE00A5AA081477E3AD6B54740037A6B38A1E8A | sha512: 22E44C08E4BF4C52AAA67B331C59C6783E97EEACFAB1524A18294938DED4D8C25DC586FC0AF2E4F5019B8F6DB8F91C7C8BC6022766C78DFA5C9A2FB6A2CE8B65
bn-BD\Humanizer.resources.dll
md5: 500271E04706473CA0E3BCA7F76CE60F | sha1: D35C13434024DBB84C0971119DE61A14F171FC4C | sha256: 0915DC08216D732CF643B1F775AACBFB6522525E5AAE5DBD0B695792E006791C | sha512: 121D1CFD254B01BE648418C66B465D9F41FBC5D35A136A5909F79F477F074808D64189DE00FE56343159D83A56D23EAAEFD87545D8FBAE35CABF13A95F92692C
Bugsnag.dll
md5: A408439B8E7B0BD1132C78F87F495EC7 | sha1: FFCED4288143F712451979BF2962B84BB6311A2A | sha256: 2B9F89032574503B10EA37FA4BCF62755C5DB6A8BD8BC6B3ACD660F4F29E46FD | sha512: ADE302A8D7397D428909DC338DE79566914BEFC6655529CE3C96A554A64FE8181A9EB2E6A8ECE496DE6504B3288EECDF9EFE289868630229AA371FD5C363088D
ChocolateyInstall.ps1

    $drop = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
    $exe = "$drop\NugetPackageExplorer.exe"
    Install-ChocolateyDesktopLink $exe
    $allTypes = (cmd /c assoc)
    $testType1 = $allTypes | ? { $_.StartsWith('.nupkg') }
    if($testType1 -ne $null) {
        $fileType1=$testType1.Split("=")[1]
    } 
    else {
        $fileType1="Nuget.Package"
        Start-ChocolateyProcessAsAdmin "cmd /c assoc .nupkg=$fileType1"
    }
    Start-ChocolateyProcessAsAdmin "cmd /c ftype $fileType1=`"$exe`" %1"

    $testType2 = $allTypes | ? { $_.StartsWith('.snupkg') }
    if($testType2 -ne $null) {
        $fileType2=$testType2.Split("=")[1]
    } 
    else {
        $fileType2="Nuget.SymbolPackage"
        Start-ChocolateyProcessAsAdmin "cmd /c assoc .snupkg=$fileType2"
    }
    Start-ChocolateyProcessAsAdmin "cmd /c ftype $fileType2=`"$exe`" %1"

# SIG # Begin signature block
# MIIgFgYJKoZIhvcNAQcCoIIgBzCCIAMCAQExDzANBglghkgBZQMEAgEFADB5Bgor
# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG
# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCDfFb3Drsjb68tr
# vR+35HSzueZAVB7Ipr/Lim8ZIOzndKCCDhcwggPFMIICraADAgECAhACrFwmagtA
# m48LefKuRiV3MA0GCSqGSIb3DQEBBQUAMGwxCzAJBgNVBAYTAlVTMRUwEwYDVQQK
# EwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20xKzApBgNV
# BAMTIkRpZ2lDZXJ0IEhpZ2ggQXNzdXJhbmNlIEVWIFJvb3QgQ0EwHhcNMDYxMTEw
# MDAwMDAwWhcNMzExMTEwMDAwMDAwWjBsMQswCQYDVQQGEwJVUzEVMBMGA1UEChMM
# RGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSswKQYDVQQD
# EyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5jZSBFViBSb290IENBMIIBIjANBgkqhkiG
# 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxszlc+b71LvlLS0ypt/lgT/JzSVJtnEqw9WU
# NGeiChywX2mmQLHEt7KP0JikqUFZOtPclNY823Q4pErMTSWC90qlUxI47vNJbXGR
# fmO2q6Zfw6SE+E9iUb74xezbOJLjBuUIkQzEKEFV+8taiRV+ceg1v01yCT2+OjhQ
# W3cxG42zxyRFmqesbQAUWgS3uhPrUQqYQUEiTmVhh4FBUKZ5XIneGUpX1S7mXRxT
# LH6YzRoGFqRoc9A0BBNcoXHTWnxV215k4TeHMFYE5RG0KYAS8Xk5iKICEXwnZreI
# t3jyygqoOKsKZMK/Zl2VhMGhJR6HXRpQCyASzEG7bgtROLhLywIDAQABo2MwYTAO
# BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUsT7DaQP4
# v0cB1JgmGggC72NkK8MwHwYDVR0jBBgwFoAUsT7DaQP4v0cB1JgmGggC72NkK8Mw
# DQYJKoZIhvcNAQEFBQADggEBABwaBpfc15yfPIhmBghXIdshR/gqZ6q/GDJ2QBBX
# wYrzetkRZY41+p78RbWe2UwxS7iR6EMsjrN4ztvjU3lx1uUhlAHaVYeaJGT2imbM
# 3pw3zag0sWmbI8ieeCIrcEPjVUcxYRnvWMWFL04w9qAxFiPI5+JlFjPLvxoboD34
# yl6LMYtgCIktDAZcUrfE+QqY0RVfnxK+fDZjOL1EpH/kJisKxJdpDemM4sAQV7jI
# dhKRVfJIadi8KgJbD0TUIDHb9LpwJl2QYJ68SxcJL7TLHkNoyQcnwdJc9+ohuWgS
# nDycv578gFybY83sR6olJ2egN/MAgn1U16n46S4To3foH0owggSRMIIDeaADAgEC
# AhAHsEGNpR4UjDMbvN63E4MjMA0GCSqGSIb3DQEBCwUAMGwxCzAJBgNVBAYTAlVT
# MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
# b20xKzApBgNVBAMTIkRpZ2lDZXJ0IEhpZ2ggQXNzdXJhbmNlIEVWIFJvb3QgQ0Ew
# HhcNMTgwNDI3MTI0MTU5WhcNMjgwNDI3MTI0MTU5WjBaMQswCQYDVQQGEwJVUzEY
# MBYGA1UEChMPLk5FVCBGb3VuZGF0aW9uMTEwLwYDVQQDEyguTkVUIEZvdW5kYXRp
# b24gUHJvamVjdHMgQ29kZSBTaWduaW5nIENBMIIBIjANBgkqhkiG9w0BAQEFAAOC
# AQ8AMIIBCgKCAQEAwQqv4aI0CI20XeYqTTZmyoxsSQgcCBGQnXnufbuDLhAB6GoT
# NB7HuEhNSS8ftV+6yq8GztBzYAJ0lALdBjWypMfL451/84AO5ZiZB3V7MB2uxgWo
# cV1ekDduU9bm1Q48jmR4SVkLItC+oQO/FIA2SBudVZUvYKeCJS5Ri9ibV7La4oo7
# BJChFiP8uR+v3OU33dgm5BBhWmth4oTyq22zCfP3NO6gBWEIPFR5S+KcefUTYmn2
# o7IvhvxzJsMCrNH1bxhwOyMl+DQcdWiVPuJBKDOO/hAKIxBG4i6ryQYBaKdhDgaA
# NSCik0UgZasz8Qgl8n0A73+dISPumD8L/4mdywIDAQABo4IBPzCCATswHQYDVR0O
# BBYEFMtck66Im/5Db1ZQUgJtePys4bFaMB8GA1UdIwQYMBaAFLE+w2kD+L9HAdSY
# JhoIAu9jZCvDMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzAS
# BgNVHRMBAf8ECDAGAQH/AgEAMDQGCCsGAQUFBwEBBCgwJjAkBggrBgEFBQcwAYYY
# aHR0cDovL29jc3AuZGlnaWNlcnQuY29tMEsGA1UdHwREMEIwQKA+oDyGOmh0dHA6
# Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEhpZ2hBc3N1cmFuY2VFVlJvb3RD
# QS5jcmwwPQYDVR0gBDYwNDAyBgRVHSAAMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8v
# d3d3LmRpZ2ljZXJ0LmNvbS9DUFMwDQYJKoZIhvcNAQELBQADggEBALNGxKTz6gq6
# clMF01GjC3RmJ/ZAoK1V7rwkqOkY3JDl++v1F4KrFWEzS8MbZsI/p4W31Eketazo
# Nxy23RT0zDsvJrwEC3R+/MRdkB7aTecsYmMeMHgtUrl3xEO3FubnQ0kKEU/HBCTd
# hR14GsQEccQQE6grFVlglrew+FzehWUu3SUQEp9t+iWpX/KfviDWx0H1azilMX15
# lzJUxK7kCzmflrk5jCOCjKqhOdGJoQqstmwP+07qXO18bcCzEC908P+TYkh0z9gV
# rlj7tyW9K9zPVPJZsLRaBp/QjMcH65o9Y1hD1uWtFQYmbEYkT1K9tuXHtQYx1Rpf
# /dC8Nbl4iukwggW1MIIEnaADAgECAhANGsVlLINO74MwI5ACfEDZMA0GCSqGSIb3
# DQEBCwUAMFoxCzAJBgNVBAYTAlVTMRgwFgYDVQQKEw8uTkVUIEZvdW5kYXRpb24x
# MTAvBgNVBAMTKC5ORVQgRm91bmRhdGlvbiBQcm9qZWN0cyBDb2RlIFNpZ25pbmcg
# Q0EwHhcNMTgwNjE5MDAwMDAwWhcNMjEwNjIzMTIwMDAwWjCBsDEUMBIGA1UEBRML
# NjAzIDM4OSAwNjgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAw
# DgYDVQQHEwdSZWRtb25kMTEwLwYDVQQKEyhOdUdldCBQYWNrYWdlIEV4cGxvcmVy
# ICguTkVUIEZvdW5kYXRpb24pMTEwLwYDVQQDEyhOdUdldCBQYWNrYWdlIEV4cGxv
# cmVyICguTkVUIEZvdW5kYXRpb24pMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
# CgKCAQEA53ZFueY0dmtPXdRmEQLd+Gm8FK2o2f/j7jRFiNd6LmRuCEsJ1W38mRi9
# gDnZ2gJMAYsVjNIYaztpJFXGbUljFmIDPcLjuabstwC1GOhBBAT9DoHiFfR6bZAk
# 0JyscNwlGSKbRqQlc7AaNcTP8ivdSILBHOyg3x86UOXEalBJF/Zez1f6nkjm5bsi
# ebEiL6AFa2FCBNRStt6LU+EJn4rshQ629DjAEnKASwgGth4TMcrfJy2Nd6U+sQgI
# UuH1QlnJPy6It/rfrTErsmXPrx9ySbnThtbUaEHqJ70NILACwIptlIl+60hy3xFc
# xwhFHQHtk3N166t0H0Fwo1c0JM7jowIDAQABo4ICHjCCAhowHwYDVR0jBBgwFoAU
# y1yTroib/kNvVlBSAm14/KzhsVowHQYDVR0OBBYEFALq+npXjdZhPZuZOqgE87fC
# OgQKMDQGA1UdEQQtMCugKQYIKwYBBQUHCAOgHTAbDBlVUy1XQVNISU5HVE9OLTYw
# MyAzODkgMDY4MA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzCB
# mQYDVR0fBIGRMIGOMEWgQ6BBhj9odHRwOi8vY3JsMy5kaWdpY2VydC5jb20vTkVU
# Rm91bmRhdGlvblByb2plY3RzQ29kZVNpZ25pbmdDQS5jcmwwRaBDoEGGP2h0dHA6
# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9ORVRGb3VuZGF0aW9uUHJvamVjdHNDb2RlU2ln
# bmluZ0NBLmNybDBMBgNVHSAERTBDMDcGCWCGSAGG/WwDATAqMCgGCCsGAQUFBwIB
# FhxodHRwczovL3d3dy5kaWdpY2VydC5jb20vQ1BTMAgGBmeBDAEEATCBhAYIKwYB
# BQUHAQEEeDB2MCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20w
# TgYIKwYBBQUHMAKGQmh0dHA6Ly9jYWNlcnRzLmRpZ2ljZXJ0LmNvbS9ORVRGb3Vu
# ZGF0aW9uUHJvamVjdHNDb2RlU2lnbmluZ0NBLmNydDAMBgNVHRMBAf8EAjAAMA0G
# CSqGSIb3DQEBCwUAA4IBAQBJixIlv+G2J/5x5IuNAoWVSuEEwHHKV76/tbKIvO0o
# nRsUIkABXhBVVd3OaBqCpO/4QxnnxTizuu9iCOLCFbmKpmDoHF19UgXPay7fPBmn
# 8JUq15kBccjA4fnpG/jgo/k3sR5u9Ghc/QfxJuVXmwMHwuF4aWWf1VUj6Av2AJVO
# UcpxhjCfAGbHoZJnCZxiVaZGRMCCADTpUrm+CzLxYqTwNnXrddUb0qTKhb4Ts4sI
# eYLE9mHeJh2S6UCw4yrTczFxkkZ9OGAgOC0UU8eHEt99SPlR9xyZ7r96YffH2f7R
# cP6TzkaXoNhUmI0twux02BiiHmXgu29cUzAyVfEzsgtFMYIRVTCCEVECAQEwbjBa
# MQswCQYDVQQGEwJVUzEYMBYGA1UEChMPLk5FVCBGb3VuZGF0aW9uMTEwLwYDVQQD
# EyguTkVUIEZvdW5kYXRpb24gUHJvamVjdHMgQ29kZSBTaWduaW5nIENBAhANGsVl
# LINO74MwI5ACfEDZMA0GCWCGSAFlAwQCAQUAoIHtMBkGCSqGSIb3DQEJAzEMBgor
# BgEEAYI3AgEEMBwGCisGAQQBgjcCAQsxDjAMBgorBgEEAYI3AgEVMC8GCSqGSIb3
# DQEJBDEiBCAmAluYXYWcZQ5DCH3zj17/2PTY58mMxhPZpssVhwmFmTCBgAYKKwYB
# BAGCNwIBDDFyMHCgLoAsAE4AdQBHAGUAdAAgAFAAYQBjAGsAYQBnAGUAIABFAHgA
# cABsAG8AcgBlAHKhPoA8aHR0cHM6Ly9naXRodWIuY29tL051R2V0UGFja2FnZUV4
# cGxvcmVyL051R2V0UGFja2FnZUV4cGxvcmVyMA0GCSqGSIb3DQEBAQUABIIBAEOp
# f32EZdkP/WLho544TQPbWQs2bxyoeAtaPYcKdOePF1pHs5gzIWPkX+6PRkFH0SnF
# Tl+D7uB6GRLc9qpsUXZEJQueupzGQpudClchhtD1Xkwd886ykukBXhGTT5/oBrCo
# 3/LDqtpTdeDPRQrUVl0Hq6JXsrxPiyKxFJl/7DhAqUALSKfXlXg78evDqNkle+NC
# 6vYpZFaEteaZRy4DIPsELfm18We2nwTI/anpXXPgXxEQH7KDjVVApoIg/sHyEFfG
# pN4JzH5pFxoInyCgg+NZAw6tHpr/i7gTAC0cUlZ6bgZut8usMUVhIGy0hAZx3yJx
# FdvVQIGslHTFY70idxShgg7IMIIOxAYKKwYBBAGCNwMDATGCDrQwgg6wBgkqhkiG
# 9w0BBwKggg6hMIIOnQIBAzEPMA0GCWCGSAFlAwQCAQUAMHcGCyqGSIb3DQEJEAEE
# oGgEZjBkAgEBBglghkgBhv1sBwEwMTANBglghkgBZQMEAgEFAAQgRZ4wT3cMVjWV
# 5wCPI7EcD7M1bI1EMyRlps+843yJqaUCEFZwJD7SMxnzyQ9RIPcsVWoYDzIwMTgx
# MTMwMTgxMjQwWqCCC7swggaCMIIFaqADAgECAhAJwPxGyARCE7VZi68oT05BMA0G
# CSqGSIb3DQEBCwUAMHIxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJ
# bmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0
# IFNIQTIgQXNzdXJlZCBJRCBUaW1lc3RhbXBpbmcgQ0EwHhcNMTcwMTA0MDAwMDAw
# WhcNMjgwMTE4MDAwMDAwWjBMMQswCQYDVQQGEwJVUzERMA8GA1UEChMIRGlnaUNl
# cnQxKjAoBgNVBAMTIURpZ2lDZXJ0IFNIQTIgVGltZXN0YW1wIFJlc3BvbmRlcjCC
# ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ6VmGo0O3MbqH78x74paYnH
# aCZGXz2NYnOHgaOhnPC3WyQ3WpLU9FnXdonk3NUn8NVmvArutCsxZ6xYxUqRWStF
# HgkB1mSzWe6NZk37I17MEA0LimfvUq6gCJDCUvf1qLVumyx7nee1Pvt4zTJQGL9A
# tUyMu1f0oE8RRWxCQrnlr9bf9Kd8CmiWD9JfKVfO+x0y//QRoRMi+xLL79dT0uuX
# y6KsGx2dWCFRgsLC3uorPywihNBD7Ds7P0fE9lbcRTeYtGt0tVmveFdpyA8JAnjd
# 2FPBmdtgxJ3qrq/gfoZKXKlYYahedIoBKGhyTqeGnbUCUodwZkjTju+BJMzc2GUC
# AwEAAaOCAzgwggM0MA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMBYGA1Ud
# JQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGhBglghkgBhv1s
# BwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2VydC5jb20vQ1BT
# MIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAAbwBmACAAdABo
# AGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMAdABpAHQAdQB0
# AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgAZQAgAEQAaQBn
# AGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgAZQAgAFIAZQBs
# AHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4AdAAgAHcAaABp
# AGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAAYQBuAGQAIABh
# AHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIAZQBpAG4AIABi
# AHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAfBgNVHSMEGDAW
# gBT0tuEgHf4prtLkYaWyoiWyyBc1bjAdBgNVHQ4EFgQU4acySu4BISh9VNXyB5Ju
# tAcPPYcwcQYDVR0fBGowaDAyoDCgLoYsaHR0cDovL2NybDMuZGlnaWNlcnQuY29t
# L3NoYTItYXNzdXJlZC10cy5jcmwwMqAwoC6GLGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0
# LmNvbS9zaGEyLWFzc3VyZWQtdHMuY3JsMIGFBggrBgEFBQcBAQR5MHcwJAYIKwYB
# BQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBPBggrBgEFBQcwAoZDaHR0
# cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRFRp
# bWVzdGFtcGluZ0NBLmNydDANBgkqhkiG9w0BAQsFAAOCAQEAHvBBgjKu7fG0NRPc
# UMLVl64iIp0ODq8z00z9fL9vARGnlGUiXMYiociJUmuajHNc2V4/Mt4WYEyLNv0x
# mQq9wYS3jR3viSYTBVbzR81HW62EsjivaiO1ReMeiDJGgNK3ppki/cF4z/WL2AyM
# BQnuROaA1W1wzJ9THifdKkje2pNlrW5lo5mnwkAOc8xYT49FKOW8nIjmKM5gXS0l
# XYtzLqUNW1Hamk7/UAWJKNryeLvSWHiNRKesOgCReGmJZATTXZbfKr/5pUwsk//m
# it2CrPHSs6KGmsFViVZqRz/61jOVQzWJBXhaOmnaIrgEQ9NvaDU2ehQ+RemYZIYP
# EwwmSjCCBTEwggQZoAMCAQICEAqhJdbWMht+QeQF2jaXwhUwDQYJKoZIhvcNAQEL
# BQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UE
# CxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNzdXJlZCBJ
# RCBSb290IENBMB4XDTE2MDEwNzEyMDAwMFoXDTMxMDEwNzEyMDAwMFowcjELMAkG
# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp
# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIFRp
# bWVzdGFtcGluZyBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3Q
# Mu5LzY9/3am6gpnFOVQoV7YjSsQOB0UzURB90Pl9TWh+57ag9I2ziOSXv2MhkJi/
# E7xX08PhfgjWahQAOPcuHjvuzKb2Mln+X2U/4Jvr40ZHBhpVfgsnfsCi9aDg3iI/
# Dv9+lfvzo7oiPhisEeTwmQNtO4V8CdPuXciaC1TjqAlxa+DPIhAPdc9xck4Krd9A
# Oly3UeGheRTGTSQjMF287DxgaqwvB8z98OpH2YhQXv1mblZhJymJhFHmgudGUP2U
# Kiyn5HU+upgPhH+fMRTWrdXyZMt7HgXQhBlyF/EXBu89zdZN7wZC/aJTKk+FHcQd
# PK/P2qwQ9d2srOlW/5MCAwEAAaOCAc4wggHKMB0GA1UdDgQWBBT0tuEgHf4prtLk
# YaWyoiWyyBc1bjAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYunpyGd823IDzASBgNV
# HRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEF
# BQcDCDB5BggrBgEFBQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRp
# Z2ljZXJ0LmNvbTBDBggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQu
# Y29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDig
# NoY0aHR0cDovL2NybDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v
# dENBLmNybDA6oDigNoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0
# QXNzdXJlZElEUm9vdENBLmNybDBQBgNVHSAESTBHMDgGCmCGSAGG/WwAAgQwKjAo
# BggrBgEFBQcCARYcaHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzALBglghkgB
# hv1sBwEwDQYJKoZIhvcNAQELBQADggEBAHGVEulRh1Zpze/d2nyqY3qzeM8GN0CE
# 70uEv8rPAwL9xafDDiBCLK938ysfDCFaKrcFNB1qrpn4J6JmvwmqYN92pDqTD/iy
# 0dh8GWLoXoIlHsS6HHssIeLWWywUNUMEaLLbdQLgcseY1jxk5R9IEBhfiThhTWJG
# JIdjjJFSLK8pieV4H9YLFKWA1xJHcLN11ZOFk362kmf7U2GJqPVrlsD0WGkNfMgB
# sbkodbeZY4UijGHKeZR+WfyMD+NvtQEmtmyl7odRIeRYYJu6DC0rbaLEfrvEJStH
# Agh8Sa4TtuF8QkIoxhhWz0E0tmZdtnR79VYzIi8iNrJLokqV2PWmjlIxggJNMIIC
# SQIBATCBhjByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkw
# FwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEy
# IEFzc3VyZWQgSUQgVGltZXN0YW1waW5nIENBAhAJwPxGyARCE7VZi68oT05BMA0G
# CWCGSAFlAwQCAQUAoIGYMBoGCSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAcBgkq
# hkiG9w0BCQUxDxcNMTgxMTMwMTgxMjQwWjAvBgkqhkiG9w0BCQQxIgQgZHWqRdtB
# vXyu3xFvVQCJYp8xORXTcyY5hqSQSm3lFvQwKwYLKoZIhvcNAQkQAgwxHDAaMBgw
# FgQUQAGRR1yYiR3roQSvRwkbXrbUy8swDQYJKoZIhvcNAQEBBQAEggEAMCn7pxvx
# UfR3l4mdjYyLd5tJ9A/453Av9PAKwa/pBYdY1XzXNDTVGMiKHoOWlaPu/r09iy0K
# XJvEZkeUwafLaPk69XWXlB6ySGIhfVJeGSH2m+JvMzZQ67y2lJJfewdWLV/FHUGm
# AAXgpZVqTrbS+K/zenuDJ78Ldmah/cmD2feIElJtawD2Haofb+NkpeV50K6zO5+f
# lwg0HjQ79Jx/HFwMHLflvOcR5cCfykcRgDhN1McENnR1lxoV1/9Ti2GhuGYMpMVL
# OyW2FxNer78Hi8Iq3FqqZ0ySSZerJWyj/gjkSRmXRhDSaPCIjI/nbhz1NVOtCiv4
# SK5o/uNNlh1bYw==
# SIG # End signature block
clrcompression.dll
md5: 36951C830A73D846532E516CBAE1649F | sha1: B930BDFEC12E15717FDFC8E4A0E7BAA6FD745216 | sha256: D5B86A82ADD7702B3CE7F5C3635A8A5D323A8F073EED7C9AC28843FFD546095F | sha512: 4C17716446EB7E251583C45FC743F309C3DB022443286BE6AC1D75352E1C1D40048AE3365E886F39C002897C2C1DDC755D052C378A4E562B6AA2BCC06735743B
clretwrc.dll
md5: E1CED3779EA39A6A9CA632D3937E9FC0 | sha1: 0202C4FB233041FA70F2A305DC68CA69FD4ECCA8 | sha256: AB5F0937AB16EEB08440079B3B990147BC841F5C3B003BAB249CEED6303791E2 | sha512: B265847E805B7FEA4D635E2368316E1F8624EAB003F93385E0F53E7D48A9F80436B28D9F000DBA5D0EA5183E7A4B767A831F0791C489A5ADE3C82BFA549630C3
clrjit.dll
md5: A99723203AF5F5E8138601DF430D12EE | sha1: D3D4297490AAD93234B6A5BCA12169E05B57F3C8 | sha256: 71C545280555AB915E8F13B0B5EDF5AEBC66A7FFA67B0330E432D8305C0AC6B0 | sha512: 26099B91A5B40E84B1EF30FAD41B658317276B7758D3A06356C60462853DD7CEE2E38A8376302D376A0C29D89D08A7649FE2B5838953979FDEFDF29C577C882A
Core.dll
md5: 4D5E8DA13C9EF7493BBEA4A1102F6017 | sha1: 6A1FF15CCB1F398DB01BF9C204C5BE4355CE908A | sha256: 9A0A3CCB78D7AAE7CAF87411A0EEBC139E3C02027AE26BB82C8F340EB0CCE5DA | sha512: A20972EB6716FC66D82C48CC3D2593A9E882DF80A7CBE9A4EFEBEB48453AA742F2AA581479EBF5604D3A92E919DBFE656DA3F04B65FAD6E0E16D6C407DBFA6ED
Core.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Core</name>
    </assembly>
    <members>
        <member name="T:NuGetPe.AssemblyMetadata.AssemblyMetaData">
            <summary>
            Meta data of the assembly, 
            </summary>
        </member>
        <member name="M:NuGetPe.AssemblyMetadata.AssemblyMetaData.SetFullName(System.Reflection.AssemblyName)">
            <summary>
            Set Fullname of the assembly and determine strong name.
            </summary>
            <remarks>Helper</remarks>
        </member>
        <member name="M:NuGetPe.AssemblyMetadata.AssemblyMetaData.SetReferencedAssemblyNames(System.Collections.Generic.IEnumerable{System.Reflection.AssemblyName})">
            <summary>
            Set list of referenced assembly names.
            </summary>
        </member>
        <member name="M:NuGetPe.AssemblyMetadata.AssemblyMetaData.AddMetadata(System.String,System.String)">
            <summary>
            Add arbitrary metadata information.
            </summary>
        </member>
        <member name="M:NuGetPe.AssemblyMetadata.AssemblyMetaData.GetMetadataEntriesOrderedByImportance">
            <summary>
            Gets all the metadata entries sorted by importance
            </summary>
        </member>
        <member name="T:NuGetPe.Resources.NuGetResources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.CannotCreateEmptyPackage">
            <summary>
              Looks up a localized string similar to Cannot create a package that has no dependencies nor content..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.DependencyHasInvalidVersion">
            <summary>
              Looks up a localized string similar to Dependency &apos;{0}&apos; has an invalid version..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.DuplicateDependenciesDefined">
            <summary>
              Looks up a localized string similar to &apos;{0}&apos; already has a dependency defined for &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.ErrorReadingFile">
            <summary>
              Looks up a localized string similar to Error reading &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.IncompatibleSchema">
            <summary>
              Looks up a localized string similar to The schema version of &apos;{0}&apos; is incompatible with version {1} of NuGet Package Explorer. Please upgrade NuGet Package Explorer to the latest version..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.InvalidFeed">
            <summary>
              Looks up a localized string similar to There was an error while processing the request. Please verify that &apos;{0}&apos; is a valid feed..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.InvalidFrameworkNameFormat">
            <summary>
              Looks up a localized string similar to Invalid framework name format. Expected {framework}{version}-{profile}..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.InvalidPackageId">
            <summary>
              Looks up a localized string similar to The package ID &apos;{0}&apos; contains invalid characters. Examples of valid package IDs include &apos;MyPackage&apos; and &apos;MyPackage.Sample&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.InvalidVersionString">
            <summary>
              Looks up a localized string similar to &apos;{0}&apos; is not a valid version string..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_DependenciesHasMixedElements">
            <summary>
              Looks up a localized string similar to &lt;dependencies&gt; element must not contain both &lt;group&gt; and &lt;dependency&gt; child elements..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_DependencyIdRequired">
            <summary>
              Looks up a localized string similar to Dependency Id is required..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_ExcludeContainsInvalidCharacters">
            <summary>
              Looks up a localized string similar to Exclude path &apos;{0}&apos; contains invalid characters..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_IdMaxLengthExceeded">
            <summary>
              Looks up a localized string similar to Package Id cannot exceed 100 characters..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidMinClientVersion">
            <summary>
              Looks up a localized string similar to The &apos;minClientVersion&apos; attribute in the package manifest has invalid value. It must be a valid version string..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidPrereleaseDependency">
            <summary>
              Looks up a localized string similar to A stable release of a package should not have dependency on a prerelease package. Either modify the version spec of dependency &quot;{0}&quot; or update the version field..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidReference">
            <summary>
              Looks up a localized string similar to Invalid assembly reference &apos;{0}&apos;. Ensure that a file named &apos;{0}&apos; exists in the lib directory..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidSchemaNamespace">
            <summary>
              Looks up a localized string similar to Invalid schema namespace &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidVersion">
            <summary>
              Looks up a localized string similar to No namespace was found corresponding to the schema version &apos;{0}&apos;. Add an entry to the VersionToSchemaMappings dictionary in &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_ReferencesHasMixedElements">
            <summary>
              Looks up a localized string similar to &lt;references&gt; element must not contain both &lt;group&gt; and &lt;reference&gt; child elements..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_ReferencesIsEmpty">
            <summary>
              Looks up a localized string similar to The element package\metadata\references\group must contain at least one &lt;reference&gt; child element..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_RequiredMetadataMissing">
            <summary>
              Looks up a localized string similar to {0} is required..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_RequireLicenseAcceptanceRequiresLicenseUrl">
            <summary>
              Looks up a localized string similar to Enabling license acceptance requires a license url..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_SourceContainsInvalidCharacters">
            <summary>
              Looks up a localized string similar to Source path &apos;{0}&apos; contains invalid characters..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_TargetContainsInvalidCharacters">
            <summary>
              Looks up a localized string similar to Target path &apos;{0}&apos; contains invalid characters..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_UriCannotBeEmpty">
            <summary>
              Looks up a localized string similar to {0} cannot be empty..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.MissingFrameworkName">
            <summary>
              Looks up a localized string similar to Framework name is missing..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.PackageAuthoring_FileNotFound">
            <summary>
              Looks up a localized string similar to File not found: &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.PackageContentsVerifyError">
            <summary>
              Looks up a localized string similar to Failed to download package correctly. The contents of the package could not be verified..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.PackageDoesNotContainManifest">
            <summary>
              Looks up a localized string similar to Package does not contain a manifest..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UnableToLocateWIF">
            <summary>
              Looks up a localized string similar to Connection to feed &apos;{0}&apos; requires the Windows Identity Foundation runtime to be installed..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UnableToResolveUri">
            <summary>
              Looks up a localized string similar to Unable to resolve &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UnknownSchemaVersion">
            <summary>
              Looks up a localized string similar to Unknown schema version &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UserSettings_KeyDoesNotExist">
            <summary>
              Looks up a localized string similar to Key &apos;{0}&apos; does not exist..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UserSettings_SectionDoesNotExist">
            <summary>
              Looks up a localized string similar to Section&apos;{0}&apos; does not exist..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UserSettings_UnableToParseConfigFile">
            <summary>
              Looks up a localized string similar to Unable to parse config file..
            </summary>
        </member>
        <member name="M:NuGetPe.ZipPackage.MyPackageArchiveReader.#ctor(System.IO.Stream,System.Boolean)">
            <summary>Nupkg package reader</summary>
            <param name="stream">Nupkg data stream.</param>
            <param name="leaveStreamOpen">If true the nupkg stream will not be closed by the zip reader.</param>
        </member>
        <member name="T:NuGetPe.MachineCache">
            <summary>
            The machine cache represents a location on the machine where packages are cached. It is a specific implementation of a local repository and can be used as such.
            </summary>
        </member>
        <member name="M:NuGetPe.MachineCache.GetCachePath">
            <summary>
            Determines the cache path to use for NuGet.exe. By default, NuGet caches files under %LocalAppData%\NuGet\Cache.
            This path can be overridden by specifying a value in the NuGetCachePath environment variable.
            </summary>
        </member>
        <member name="M:NuGetPe.ManifestUtility.ReplaceTokenWithMetadata(System.String)">
            <summary>
            Goes from $token$ to a marker value with 0.0.0+TOKENSTART.token.TOKENEND
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:NuGetPe.ManifestUtility.ReplaceMetadataWithToken(System.String)">
            <summary>
            Goes from marker 0.0.0+TOKENSTART.token.TOKENEND to the token $token$
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:NuGetPe.UriUtility.GetPath(System.Uri)">
            <summary>
            Converts a uri to a path. Only used for local paths.
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Null">
            <summary>FACILITY_NULL</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Rpc">
            <summary>FACILITY_RPC</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Dispatch">
            <summary>FACILITY_DISPATCH</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Storage">
            <summary>FACILITY_STORAGE</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Itf">
            <summary>FACILITY_ITF</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Win32">
            <summary>FACILITY_WIN32</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Windows">
            <summary>FACILITY_WINDOWS</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Control">
            <summary>FACILITY_CONTROL</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.Ese">
            <summary>MSDN doced facility code for ESE errors.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Facility.WinCodec">
            <summary>FACILITY_WINCODEC (WIC)</summary>
        </member>
        <member name="T:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT">
            <summary>Wrapper for HRESULT status codes.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.S_OK">
            <summary>S_OK</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.S_FALSE">
            <summary>S_FALSE</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_PENDING">
            <summary>E_PENDING</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_NOTIMPL">
            <summary>E_NOTIMPL</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_NOINTERFACE">
            <summary>E_NOINTERFACE</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_POINTER">
            <summary>E_POINTER</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_ABORT">
            <summary>E_ABORT</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_FAIL">
            <summary>E_FAIL</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_UNEXPECTED">
            <summary>E_UNEXPECTED</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.STG_E_INVALIDFUNCTION">
            <summary>STG_E_INVALIDFUNCTION</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.REGDB_E_CLASSNOTREG">
            <summary>REGDB_E_CLASSNOTREG</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.DESTS_E_NO_MATCHING_ASSOC_HANDLER">
            <summary>DESTS_E_NO_MATCHING_ASSOC_HANDLER.  Win7 internal error code for Jump Lists.</summary>
            <remarks>There is no Assoc Handler for the given item registered by the specified application.</remarks>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.DESTS_E_NORECDOCS">
            <summary>DESTS_E_NORECDOCS.  Win7 internal error code for Jump Lists.</summary>
            <remarks>The given item is excluded from the recent docs folder by the NoRecDocs bit on its registration.</remarks>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.DESTS_E_NOTALLCLEARED">
            <summary>DESTS_E_NOTALLCLEARED.  Win7 internal error code for Jump Lists.</summary>
            <remarks>Not all of the items were successfully cleared</remarks>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_ACCESSDENIED">
            <summary>E_ACCESSDENIED</summary>
            <remarks>Win32Error ERROR_ACCESS_DENIED.</remarks>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_OUTOFMEMORY">
            <summary>E_OUTOFMEMORY</summary>
            <remarks>Win32Error ERROR_OUTOFMEMORY.</remarks>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.E_INVALIDARG">
            <summary>E_INVALIDARG</summary>
            <remarks>Win32Error ERROR_INVALID_PARAMETER.</remarks>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.INTSAFE_E_ARITHMETIC_OVERFLOW">
            <summary>INTSAFE_E_ARITHMETIC_OVERFLOW</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.COR_E_OBJECTDISPOSED">
            <summary>COR_E_OBJECTDISPOSED</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.WC_E_GREATERTHAN">
            <summary>WC_E_GREATERTHAN</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.WC_E_SYNTAX">
            <summary>WC_E_SYNTAX</summary>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.#ctor(System.UInt32)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT"/> struct.
            </summary>
            <param name="i"><see cref="T:System.UInt32" /> containing HRESULT.</param>
        </member>
        <member name="P:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.Facility">
            <summary>
            Gets HRESULT_FACILITY
            </summary>
        </member>
        <member name="P:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.Code">
            <summary>
            Gets HRESULT_CODE
            </summary>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.ToString">
            <summary>
            Get a string representation of this HRESULT.
            </summary>
            <returns>Name of HRESULT</returns>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT.ThrowLastError">
            <summary>
            Convert the result of Win32 GetLastError() into a raised exception.
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.ProductType.VER_NT_WORKSTATION">
            <summary>
            The operating system is Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows XP Home Edition, or Windows 2000 Professional
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.ProductType.VER_NT_DOMAIN_CONTROLLER">
            <summary>
            The system is a domain controller and the operating system is Windows Server 2016, Windows Server 2012, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, or Windows 2000 Server
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.ProductType.VER_NT_SERVER">
            <summary>
            The operating system is Windows Server 2016, Windows Server 2012, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, or Windows 2000 Server.
            </summary>
            <remarks>
            Note that a server that is also a domain controller is reported as <see cref="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.ProductType.VER_NT_DOMAIN_CONTROLLER"/>, not <see cref="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.ProductType.VER_NT_SERVER"/>
            </remarks>
        </member>
        <member name="T:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error">
            <summary>
            Wrapper for common Win32 status codes.
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_SUCCESS">
            <summary>The operation completed successfully.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_INVALID_FUNCTION">
            <summary>Incorrect function.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_FILE_NOT_FOUND">
            <summary>The system cannot find the file specified.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_PATH_NOT_FOUND">
            <summary>The system cannot find the path specified.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_TOO_MANY_OPEN_FILES">
            <summary>The system cannot open the file.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_ACCESS_DENIED">
            <summary>Access is denied.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_INVALID_HANDLE">
            <summary>The handle is invalid.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_OUTOFMEMORY">
            <summary>Not enough storage is available to complete this operation.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_NO_MORE_FILES">
            <summary>There are no more files.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_SHARING_VIOLATION">
            <summary>The process cannot access the file because it is being used by another process.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_INVALID_PARAMETER">
            <summary>The parameter is incorrect.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_INSUFFICIENT_BUFFER">
            <summary>The data area passed to a system call is too small.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_NESTING_NOT_ALLOWED">
            <summary>Cannot nest calls to LoadModule.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_KEY_DELETED">
            <summary>Illegal operation attempted on a registry key that has been marked for deletion.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_NOT_FOUND">
            <summary>Element not found.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_NO_MATCH">
            <summary>There was no match for the specified key in the index.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_BAD_DEVICE">
            <summary>An invalid device was specified.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_CANCELLED">
            <summary>The operation was canceled by the user.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_NOT_ALL_ASSIGNED">
            <summary>Not all privileges or groups references are assigned to the caller </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_CLASS_ALREADY_EXISTS">
            <summary>The window class was already registered.</summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ERROR_INVALID_DATATYPE">
            <summary>The specified datatype is invalid.</summary>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error"/> struct.
            </summary>
            <param name="i">The integer value of the error.</param>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.op_Explicit(Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error)~Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.HRESULT">
            <summary>Performs HRESULT_FROM_WIN32 conversion.</summary>
            <param name="error">The Win32 error being converted to an HRESULT.</param>
            <returns>The equivalent HRESULT value.</returns>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.GetLastError">
            <summary>Performs the equivalent of Win32's GetLastError()</summary>
            <returns>A Win32Error instance with the result of the native GetLastError</returns>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.ToHRESULT">
            <summary>Performs HRESULT_FROM_WIN32 conversion.</summary>
            <returns>The equivalent HRESULT value.</returns>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.op_Equality(Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error,Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error)">
            <summary>
            Compare two Win32 error codes for equality.
            </summary>
            <param name="errLeft">The first error code to compare.</param>
            <param name="errRight">The second error code to compare.</param>
            <returns>Whether the two error codes are the same.</returns>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error.op_Inequality(Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error,Microsoft.Toolkit.Win32.UI.Controls.Interop.Win32.Win32Error)">
            <summary>
            Compare two Win32 error codes for inequality.
            </summary>
            <param name="errLeft">The first error code to compare.</param>
            <param name="errRight">The second error code to compare.</param>
            <returns>Whether the two error codes are not the same.</returns>
        </member>
        <member name="P:Microsoft.Toolkit.Win32.UI.Controls.Interop.OSVersionHelper.IsWindows10April2018OrGreater">
            <summary>
            Gets a value indicating whether the current OS is Windows 10 April 2018 Update (Redstone 4) or greater
            </summary>
        </member>
        <member name="P:Microsoft.Toolkit.Win32.UI.Controls.Interop.OSVersionHelper.IsWindows10FallCreatorsOrGreater">
            <summary>
            Gets a value indicating whether the current OS is Windows 10 Fall Creators Update (Redstone 3) or greater
            </summary>
        </member>
        <member name="P:Microsoft.Toolkit.Win32.UI.Controls.Interop.OSVersionHelper.IsWindows10CreatorsOrGreater">
            <summary>
            Gets a value indicating whether the current OS is Windows 10 Creators Update (Redstone 2) or greater
            </summary>
        </member>
        <member name="P:Microsoft.Toolkit.Win32.UI.Controls.Interop.OSVersionHelper.IsWindows10AnniversaryOrGreater">
            <summary>
            Gets a value indicating whether the current OS is Windows 10 Anniversary Update (Redstone 1) or greater
            </summary>
        </member>
        <member name="P:Microsoft.Toolkit.Win32.UI.Controls.Interop.OSVersionHelper.IsWindows10Threshold2OrGreater">
            <summary>
            Gets a value indicating whether the current OS is Windows 10 Threshold 2 or greater
            </summary>
        </member>
        <member name="P:Microsoft.Toolkit.Win32.UI.Controls.Interop.OSVersionHelper.IsWindows10Threshold1OrGreater">
            <summary>
            Gets a value indicating whether the current OS is Windows 10 Threshold 1 or greater
            </summary>
        </member>
        <member name="T:Microsoft.Toolkit.Win32.UI.Controls.Interop.Windows10Release">
            <summary>
            Identifies Windows 10 release IDs
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Windows10Release.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Windows10Release.Threshold1">
            <summary>
            10.0.10240.0
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Windows10Release.Threshold2">
            <summary>
            10.0.10586
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Windows10Release.Anniversary">
            <summary>
            10.0.14393.0 (Redstone 1)
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Windows10Release.Creators">
            <summary>
            10.0.15063.0 (Redstone 2)
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Windows10Release.FallCreators">
            <summary>
            10.0.16299.0 (Redstone 3)
            </summary>
        </member>
        <member name="F:Microsoft.Toolkit.Win32.UI.Controls.Interop.Windows10Release.April2018">
            <summary>
            10.0.17134.0 (Redstone 4)
            </summary>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.AreEqual``1(``0,``0)">
            <summary>
            Verifies that two generic type data are equal.  The assertion fails if they are not.
            </summary>
            <typeparam name="T">The generic type to compare for equality.</typeparam>
            <param name="expected">The first generic type data to compare.  This is is the expected value.</param>
            <param name="actual">The second generic type data to compare.  This is the actual value.</param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.Fail">
            <summary>
            This line should never be executed.  The assertion always fails.
            </summary>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.Fail(System.String)">
            <summary>
            This line should never be executed.  The assertion always fails.
            </summary>
            <param name="message">The message to display if this function is executed.</param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.Implies(System.Boolean,System.Boolean)">
            <summary>
            Verifies that if the specified condition is true, then so is the result.
            The assertion fails if the condition is true but the result is false.
            </summary>
            <param name="condition">if set to <c>true</c> [condition].</param>
            <param name="result">
            A second Boolean statement.  If the first was true then so must this be.
            If the first statement was false then the value of this is ignored.
            </param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsApartmentState(System.Threading.ApartmentState)">
            <summary>
            Verify the current thread's apartment state is what's expected.  The assertion fails if it isn't
            </summary>
            <param name="expectedState">
            The expected apartment state for the current thread.
            </param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsFalse(System.Boolean)">
            <summary>
            Verifies that the specified condition is false.  The assertion fails if it is true.
            </summary>
            <param name="condition">The expression that should be <c>false</c>.</param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsFalse(System.Boolean,System.String)">
            <summary>
            Verifies that the specified condition is false.  The assertion fails if it is true.
            </summary>
            <param name="condition">The expression that should be <c>false</c>.</param>
            <param name="message">The message to display if the condition is <c>true</c>.</param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsNeitherNullNorEmpty(System.String)">
            <summary>
            Verifies that a string has content.  I.e. it is not null and it is not empty.
            </summary>
            <param name="value">The string to verify.</param>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsNeitherNullNorWhitespace(System.String)">
            <summary>
            Verifies that a string has content.  I.e. it is not null and it is not purely whitespace.
            </summary>
            <param name="value">The string to verify.</param>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsNotNull``1(``0)">
            <summary>
            Verifies the specified value is not null.  The assertion fails if it is.
            </summary>
            <typeparam name="T">The generic reference type.</typeparam>
            <param name="value">The value to check for nullness.</param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsNull``1(``0)">
            <summary>
            Verifies that the specified object is null.  The assertion fails if it is not.
            </summary>
            <typeparam name="T">The type of item to verify.</typeparam>
            <param name="item">The item to verify is null.</param>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsTrue(System.Boolean)">
            <summary>
            Verifies that the specified condition is true.  The assertion fails if it is not.
            </summary>
            <param name="condition">A condition that is expected to be <c>true</c>.</param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
        <member name="M:Microsoft.Toolkit.Win32.UI.Controls.Verify.IsTrue(System.Boolean,System.String)">
            <summary>
            Verifies that the specified condition is true.  The assertion fails if it is not.
            </summary>
            <param name="condition">A condition that is expected to be <c>true</c>.</param>
            <param name="message">The message to write in case the condition is <c>false</c>.</param>
            <remarks>This breaks into the debugger in the case of a failed assertion.</remarks>
        </member>
    </members>
</doc>
coreclr.dll
md5: 86E7E1E88FDCB735E62EA3328251F427 | sha1: 65BF9C1BD29160DE48FB854BB5038A09A47CDAE4 | sha256: 37C5261AED55F97D65FD0DD50E09E92C831D204DF48ADC64076250D6A0753730 | sha512: A2A7A427BC4B3C8A73FA00278A9267CE8434E661E319303EA615724A62F2F35DA1A41E5C5D074B07A685D7830275C0587FCE2DAA82E15D42EA55A58D2AA347FD
cs\Humanizer.resources.dll
md5: E148DEA07BAEB9E41D090BEE90461C43 | sha1: 7CB89D3875BEF059EE52661DB787389F942558CE | sha256: 3BCF3DE40BE35ED66E7EB04B45B1F0C484C337C32DE45894E37530604BF29E4B | sha512: 11CCD22B346C2CD1AAA68EA2091CC1D34DCA0A2017F55C10D9E853833368511316B927660F20FD40C5F0BE3D40CDCAC62E7FE9E4F988CED2928150C450E01ECA
da\Humanizer.resources.dll
md5: 3BA9ABEE268B4550A49096DC320D19AD | sha1: A273A05554D8D80CF4BE01391921935D48C60E9E | sha256: 9B338144E169379AE20A2016E606F47EEE9BFAD58D84AFFC5DE654C417041B70 | sha512: CC4889E34BAB1DE03CF15C0424F30225291F4D19F80B7A957037B58180855EB8AC214EA0C0EBF557A5AEB20A1B61F3F8097D2B880F14FD47FA502E08A145CB7D
dbgshim.dll
md5: 168CEFB774A7E14051ACAC3A894E8E1A | sha1: 4CCF265644813E73A002797BB0A0035171D6A37C | sha256: BCDA0DE05E64F3339EE395E24C85A5033DFDB3A433C5693D689A0BEE4D2E44CD | sha512: 6CC91EDB1808A199AEBBD0CA4ED4434DFC2F2BBA754302F1C45DA91B90802FC1566EDFB09620D0EA7DD1C44C51774294FB93F37CB8D5E1F07E41DDBCE6934DF8
de\Humanizer.resources.dll
md5: EAD6F70F976B5B19F98C9175F72E1189 | sha1: 6BCF2F27A7DFE784BADCB306E75C9819712DB284 | sha256: 5ACC0AD4474F93A25E51549FC4F71A0768676BE2B2D77F02D7BE32C56400BACB | sha512: 3B4FFAB843186B1AD386466197D252DD55C07BC5ECD1CE4524CC56E0CBD9132AA2346EA4EAA92CEA75D6F70251613DC089982BFD10BDC01EB186A396CE833C5D
el\Humanizer.resources.dll
md5: 84CC4F0314E57C516666D8ED0AAA26FB | sha1: 4CEA277007FE398DECE2772F325D46BDB484B4FB | sha256: 7ABD6D4499C484C7CDB36AFA658EE2CF325513921E69B91A5F7DCA623BA4AFBD | sha512: 61A02D6616694B5E275D71882208C0E1C9F4171FACB9ADE6B5F42791A276346BDFD5A32A5EC992D607B875A52B3585D21EBF07FE47DD3F8EC256AE128A30AFF8
es\Humanizer.resources.dll
md5: 740E75F20216BC29755B6CB757E7EE47 | sha1: FB34EA13944E42A3FB9D0E15CC750455DE3FA264 | sha256: 1D8B31F8EE4F253026D173BA6484C3410599A3B3F5547EBC4FD0DC9BD58D211F | sha512: 27C3DEE5949FEEB4E4559437FB4DCC4AC384D6EF7FD5D33B4333DC66675C724CEF88C6998B7EACC7591CF754AAA3F7EFD12CFBFA3C67BE7D35F4E70C65D28257
fa\Humanizer.resources.dll
md5: 7A4088091F6B894D1568455CAF6A5A07 | sha1: BD7529F085C0B4EE8B914828734E9181886B76DB | sha256: 1F332605803FAFF6253D2A5941CA09223D2C3881797049945B56B6B76D4F23B4 | sha512: 92A505EF34F7F1785C9711622736365BE5CE8656DDB07708EA4D1911B8C98C745E67A119F89CA6E912ED62ADA32D2101E8D8FD21A9DF0BC6FACCEC4F7321EFFA
fi-FI\Humanizer.resources.dll
md5: C617685A020C6EB429D72DB2F8830B38 | sha1: 540E6BAAE610C16BD910B9E6D233263505F8727F | sha256: ACEC83ED283ADC5096E4119505EF7B2FB0FB114BF66219A2F3AF22A8655CB387 | sha512: C7390F5C375299B26E806978E2ECAED603F2210C09F17DFABA5AD01AE37A91E091B15AF5B2188E032E1CC2BF2166437EEB21B9BDBBC23039E84C46330D6B1B14
fr-BE\Humanizer.resources.dll
md5: ACED0C61CF46F40F4D41BE76A3BBC15F | sha1: 22BE3088433CE6B536487BBC76BBAD656C13843D | sha256: C6B9A670ED62EB92D95DD89A5FB2B9BE64A5316348EECDF0B990B2F17E95D018 | sha512: AB8158F8D9F8FE5508691B325C4E2128D6FD0EDF101E84DF4E3CF61C2EB14276562DB2D2B77DDE2794AEC6BFAD20EC8858F8F0A34149981225AFBAEDE9FFA003
fr\Humanizer.resources.dll
md5: 666DB8FDC12FF3EF94E839DF4481E0FE | sha1: D47A45BF0FE6B5D30A7D59F96B41F03D4A6572E2 | sha256: BE5473D09213B969A9754D580FEADC7FBFFD747AB68FEC5E39467FFB641C357E | sha512: 5CB21268AEEE37DAAF2C57BAA791F6C72DCA9437A96DEE1BA0E4193A506A670C2386CF39B7737719B6F97905B707D5130BDA44687FB3172614C481335FE2AA7E
GrayscaleEffect.dll
md5: 6A13DDE2C2C39BEE8E830E3914F48C08 | sha1: 997F0328A146EC47C63702C26C73DA258D009AF5 | sha256: F229A27B7F95F1C8933B578BF13A57E62F2CC0EE331685531D5C24BB7631447A | sha512: 9E425DBE3E79A97857811B01830090CC5419E1CED7A65FD333FB201C3BDB9A2A763B539AC9F62160244BAB412120BC7A530C4628D2C68C21C88E7CCF12E88A30
he\Humanizer.resources.dll
md5: F53F1268481C38670427C0DB093034FC | sha1: D29F2EB69092CB26DD8894980506093ABF91C154 | sha256: 8912B1AA79B4521DAA922858D480A4D7FDB094891414BB820A4664DBB8944922 | sha512: B69365D7D0E37DC802768578F5956EF62A820582B483846030B5C7C6C6DC09B9510B273D3A370955C71135C58FA9D7121AA676523787EB84AB35A6C34F73B475
hostfxr.dll
md5: 8097F91D9B81BF074F8BE1CF813D694B | sha1: EA3742DFD785EB07C873703DB5300E889EA52F61 | sha256: 8447FDE28BB42C5B0205D519270ADE1C31D90DD52B34CF36F0DE41B22E316DAE | sha512: AB7B28612236D0C5932A64BCF9D6CAF04A50EB86D97CCE54367BCEDEA72F9E040A8E3BE78A2417EB51EE900E408D64EDBD8C15D19511A75BEC9CF168FEF20BA5
hostpolicy.dll
md5: A71511107961258A8F36DD21A8C88FDC | sha1: BB7C72086C4697A814B163C287664C69E43B2840 | sha256: 82366552F7FACD3837B5CBC5F195A16711DC406567936A7F4257B6605AF5BDBD | sha512: FF76DCD765B1A705D01346D39788A68617DFFB34131D8CD6DABF5E7FA827CEE5B5CAD5EF91EEA3FD846E6FD20464BF867970FDD374DCDEF289BC0E59E4E95D36
hr\Humanizer.resources.dll
md5: 942FB2AF60E8E4CC050468280EC1120C | sha1: 8E812533D47360F141E631C82E8734B697D024B4 | sha256: 971BE9D380DCCC6EC8C2390CB8D1B89B601E2D6442549E7046D3020B297B8FE0 | sha512: 505E3F67B914EDF65AF0CA12F8E9BD75F3E65AE8AB1F9E8254088A59C1415629F86F4C843A938B1F23B77C24A12BBA4045D5CD430237CB98290C8CCD07C16E89
hu\Humanizer.resources.dll
md5: 0AC63035FFA612733890CDF1956F200D | sha1: 80142CE5F2EC2CD7B3376278AF53B0C2CF9E2C42 | sha256: C93B1724186E30282796723247522BEF0B108F89A711707E0E00840FBB47E37E | sha512: A4A0C8EB3FA367AD9405EAC81B1DB2B3346DB32CF7349A7DF07681760B1DF1155A4414E495AE393F97BDA60488ACE20A5C80D58A67E46D202C5352424D6B6666
Humanizer.dll
md5: DC6E209D6DF9FC7FCB5AD450E1B23AB4 | sha1: 24984501773B79A6D2CAA75E9B111B3E784475A0 | sha256: 1D805724440C61BBB423E7D9B97BDE62B8A198CEB430991C87FB55C897CFA68C | sha512: 6977C1D3FED29F0D5ECBD8C30EC5DA867CB3023C2DF4F93CC3639663A31B5585809CF58E4C3EF9B20D9BB356D91DDC9D9466DD532A69C3C60BD9AEAEA9B57D31
ICSharpCode.AvalonEdit.dll
md5: B4D5D46E50006E87B30E7D514E95173C | sha1: BD3BA298EB7E4CDBFDF29E3992BE7D32A4E792EB | sha256: 058F38F33F3F99F904AB9588447A234346C859718404B4E8A523673ED19CDBE7 | sha512: 38FF7CADA6CFA56AF812A1D859AAC4FB8B94DF50454A9FECC55E4FDB159339F6BA885D0B57FE8C522227DD9280CDA0CA21C6A073B6552923FA33F6E77D8F3BC5
id\Humanizer.resources.dll
md5: A77BA7F1A5B355ABA6F2F844817B98EE | sha1: A6AEC6B1269C673750F9CF3BB9686C605580D4D7 | sha256: 53A6AEC83FADDB8632B8AA712D5E6FE381FA570B8795A09867FE3D8188962E44 | sha512: CA6A235D431E8F9CA968B7BCB1A11F95E5A517BAFAAA9B33442BE8E0313FCD7252314E343B43C822EC9895C79C5DE70D9A5FAB9608EC80A3F016943920ED3539
it\Humanizer.resources.dll
md5: 0F3A45F621122ECC271F0C7111F478D5 | sha1: 395D57458CC6A9372BA70516F4B9B7061DB03235 | sha256: 9793CBA7BEB09E55FA53EB190EB2FEF209DF44F23CFE4396A39581B9FDB133B8 | sha512: 2F1275754A4C6ED850EE135B7ED84F264B84E763E064DE30BDA6A23923C2F8C698FE8AC5ABE1E5226586FB95A921E45884F0C63B0FA733196E909D61C9BE84F2
ja\Humanizer.resources.dll
md5: D1351E0F24939D13D78F5A78FC446244 | sha1: 9343DAB528A52EB6FC651D4838A754292FFDE9A2 | sha256: 018683964FB2EFEE95505365AC885BE989C02AFD4DEDB4A0A80A2A9BD875C1E3 | sha512: F26CF46925FB6ACD98BEC7D11A0A7F28E8E488AC7AC6BA6AC2FE32C4759543FF8D9FADE4AE919805F9535B8623515AAB3E2F3EDFA3B25D4E746D9B055EFFCA2A
legal\LICENSE.txt
The MIT License (MIT)

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
legal\Verification.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
The package has been generated by our CI system and binaries/scripts signed with Authenticode.

Check the ChocolateyInstall.ps1 and NuGetPackageExplorer.exe for an Authenticode signature:

Subject: NuGet Package Explorer (.NET Foundation)
Issuer: .NET Foundation Projects Code Signing CA
Thumbprint: A68FC44C3ABF4444600CF3D4893558510559F23C
lv\Humanizer.resources.dll
md5: 72D6D6B504A3C9102EFCE75BDE98447F | sha1: 91D61A7A77ACA1117D5014045645562EC9277A57 | sha256: B18BB7156492300AA008DDAB9D046D1F1D0671B0E2BE2C3785C8C05BF0BCAE35 | sha512: F9EC46F3746025C935D9B19DC7C2ACCADDDE656D4D405DF9BDAFE3CEA46A3F30F23F5D972D641378739297FF1316F0945805ACD8F5FD20F8DAC0517FEADB7966
Microsoft.CSharp.dll
md5: 8385007CCBC90D7774073C123893335B | sha1: 978C06C3A445EAEE5C840C0D7D94258A738FABEB | sha256: A68ADB9AE8A2BAEA7BE82AA3F9185B05D1F7A5B7895412126EBAC0E67BE227F1 | sha512: 246186F849241343DF76EDD16D7E666C3D59CB01230E62C949A639F0ABB6BF177B51D7270D04499FCCE2A7465531D762184FD74E5C67BD49139A9F2CDB27AC92
Microsoft.DiaSymReader.Native.x86.dll
md5: 4FF7094E3EDFDA47CED912012044296B | sha1: C6F3C9D81713687DC3820D8CABF14C2A32208D27 | sha256: F21DA9FB831AC943736135B6EE109A4B352511B8D6C07CB03C66B61996D1DDC9 | sha512: 372867BBAE96C51EE11B413F552A67A53992B16DBFA44105381DB3813E3C2F9A3DC9D16FC6BD6366514D4E1B4BF1EECCCE5261BC3DF837BF3E3EB5A04446C551
Microsoft.VisualBasic.dll
md5: 3AD9CB9D5A1E5556F4360676BFEAD12A | sha1: C6B6EC971724C632737A626F3C8872601D844C5C | sha256: 67AE9CC67B93451A17C54CD23E3A037201CD464B361FC052BDA273363C253991 | sha512: 179FFBB076FA0FC56919D11C701A1CE715A091AA4D5CAD5D6B49A980E70955F480B8FA60E2BC5485AD3078BB418CB5C8A1F3765D066B36E2819AF30E65FA045A
Microsoft.Web.XmlTransform.dll
md5: 4F010C4202E8F52BC468548FA8231345 | sha1: 1EF08CE100BB11658F9DCC745855F6B86481BC4C | sha256: 8E16314F653E5F9EEFD18EA5F900C47FC4236283BBBCFD7A40B431DD0D9C65BC | sha512: C1E3304C62D4280F1595ADDBBA27A5FBE04B9EECF7563819376CE0D83BF6944801E7BB3F860836D0F58E239A39B413EB5F4B65ADD06A7B4C8CB291B5761ACC1D
Microsoft.Win32.Primitives.dll
md5: FE2B854874A50D0DE613500584B746AB | sha1: 24077C3B7E3534A89E014FCBDC455EE3F8410CE2 | sha256: F3306132834A1CC15A4C1988B7919824D390517B5BF0E7631B0522B65BAF8F82 | sha512: C6513A4BBD6E68D29C1A6AE87702C2F6C1C2C416047D0F005AD3458F0045F0E481D7642E2B32D5582ECB6260F29515CC6C2FD83144546D855BC6BD766389A898
Microsoft.Win32.Registry.dll
md5: FB4C107F7249846F970CBFD60ACDE2CA | sha1: 6547BC949FACED1DC2BA07316A480D98A5AADFFE | sha256: 89BBF84B3A9930012BED7012015F092E235AB1F4836564EBBE821E38D6540C96 | sha512: 6F81B1049DFC674A2320854F19FDAFF3A1EF3EFB58425F53FB12353DFE591949D6FAB8F3E53A97352496F3AB34F0427FDEDC4C9A0687870EA1BFCDB15048DEE4
Microsoft.Win32.SystemEvents.dll
md5: 6AD7BFDA52197E3F53CD17D076F1C92A | sha1: 2CA388FCFD028CB513D92D09F32833EF08EDAAA8 | sha256: 4464C26BF42505A04C43E4D62F3A0F8B930F5C2547045FC66C6A6A456B814F10 | sha512: 7DFCA4D583730C6D913925981A2482721A95924E8FA44200E76CB7B285670AEA95A1027B5666FB758F3ED172C232C1404D46F8BC92D791A9793E4ADBBC62B56A
Microsoft.WindowsAPICodePack.Shell.dll
md5: F6A0BDF17DBFDC16CEC93537731571D4 | sha1: 22EF1D17448C01F9D06EDDC0A4ACE8827699A877 | sha256: 6EA25BE49A4E96C43C20BC29EB1CED078F4E0BCEC4673CE722271C77BC2FA121 | sha512: C665512AC8CD86B93B2F60061CC6101222709112A6F10B18BED76E94AAF6730AAEF100C10BD28B71EE96C704F3576FF0641B13AF618E1F3D4C2515109771789A
Microsoft.WindowsAPICodePack.ShellExtensions.dll
md5: 7F616473BC928975D2D8E9897E41D1E3 | sha1: 6B665BF91C0DE499B3C94EA94BE1E9C44AAB0ABC | sha256: C21BC4847AC3C75DB64B5F7AFEB0FCB0E22BA436B7DB80692523B4810B046D22 | sha512: D7EBD31E30FC266FC2CA8D4E9F6D3FF2C595CD4F8D2CF60CFD662DB2902E8F262F805DA0236110979A563A09C08F7908CF66E327761C2E075580C0FD47466D02
ms-MY\Humanizer.resources.dll
md5: B2AD20CAA8B7C9CB9195482022DF121D | sha1: 513C4257BA2788BFC4A99497E52EBDB1903C5E63 | sha256: DA24CBB2523237DC146AAB61B11816E9FC784A67986BD1F279DD42CFA8D98EF3 | sha512: E43F962D3864145F2263174FB96EADF9879E884E7978EB816F761D9E074E88919B6617ECBD90A91DF69B6B8499D52D05C6840352E151B511021208A326B29884
mscordaccore.dll
md5: A0873A386BED94C4B37DED73E51CF988 | sha1: 96769844105076F7579449FC4C598E2BA339B197 | sha256: AEF916B9ED24485CB88C42B2920CDF7D9067677450D5E02FE8E262E37E56A8D8 | sha512: 0EE018CD20B743DD7DB993311BD8828848C112E6C5E078598E23EE2F0268EC02C8E35A72048FDABA7F3082D13F6813F01197D315CA793583AC10389827407FA6
mscordaccore_x86_x86_4.6.27121.03.dll
md5: A0873A386BED94C4B37DED73E51CF988 | sha1: 96769844105076F7579449FC4C598E2BA339B197 | sha256: AEF916B9ED24485CB88C42B2920CDF7D9067677450D5E02FE8E262E37E56A8D8 | sha512: 0EE018CD20B743DD7DB993311BD8828848C112E6C5E078598E23EE2F0268EC02C8E35A72048FDABA7F3082D13F6813F01197D315CA793583AC10389827407FA6
mscordbi.dll
md5: DDA9AF67529554082A1A3F4CA1DA8C83 | sha1: 72C3E93CB53B00EB381AC811F00E96377A5900EE | sha256: 1BD88F1D4BA48ED9DCCF24AEFCB8EDFE802DFFEB3FC99F84812E761415DEED17 | sha512: 930BB4F253910C981DD5754D888C23725F97352EB5DD267A4BF17CB42E561414D4FD745B46DB2232046FB5F60A2B43D740C49A5ADBA4DBA38C9D47E3D2790C15
mscorlib.dll
md5: E90AA63B1714DE5E691CB0A76E466A8F | sha1: 363075E6A031FB2FEC73D95D5486846EF4A7D8DE | sha256: 3D2B0801D8F4785131BBDC073E1C33C557DABA381794859B3456147AE4C31BCE | sha512: C462A9D4DA8721C6484DA1183030938E10F85EBFEB8107A685059A0FD1E2339A49083F2D3482EF2F74C7257D4CC2317EC39FF442C76BD1B7E16B96585DC47821
mscorrc.debug.dll
md5: 702861D7F324AA85D10B2E9F4699B40F | sha1: 710F6BB8D6B8FACB3AB427D247188EDF95ECA420 | sha256: C41BE689B6F46E4C9EC8E3C2CC19D1C7B89C65CD7C77250E0DB81D7D2A23BF68 | sha512: 305A201714FCC3B78E10DFC074B71EABB61A7A4657820100DE292344AB84F668F8D6C30A21BBD69868B80BE886CB0CDDC58DF1F0B063DC7747D0D120E2E655BF
mscorrc.dll
md5: F07C595343906B1A56AA1C47C20393FA | sha1: 848DBD0F527A6F32701AD2654D28E381BAC1CB00 | sha256: 3C006F9F4B2732618457B61A3CC9D5B44E1908A0AD109479EFBFF198836C217E | sha512: 2758D7F7F130F03267B023ABCD2C727BEE56CD80C2F221D1107D0637284F3FCA5E72D966EEC810CCE590EEFA5FC332F6F560B5E2622E24DEB9128C8FBA9FA474
mt\Humanizer.resources.dll
md5: 1AFD8EBCFE6E7AA96C7D1BEA53150377 | sha1: AE0844258FE004032DB3FE3B95BE876900C4B9E8 | sha256: A2441D9FD3F446CCEF962EE0B846F0E5908F05ABE826734B9AAE05821DD60E01 | sha512: 98E629AE266C038FB61331AB2806C716E432E0CCDA76A54A5A75D14537782EA1FFE6987DB8B871FAA043D08FB0D81F7383013694FCBFBD822E1FBF7E7E76A49B
nb-NO\Humanizer.resources.dll
md5: C9AD5F0E060E3A8C383174FB32815521 | sha1: 6A4D74DBD0684C62876D13788B178111B07BD806 | sha256: 33E20E9CF0BC6830AA87621B718C5EB15BAF251BCD0AAA6098D777133026BEC6 | sha512: 609498FB2318E8CE1F92E960D52DF08A1CD624C81B8512BD0488BA3C76793047243472BE7EE5AB546A9BC128778B8C62860BDB016DCF34A701388531CFD3BF36
nb\Humanizer.resources.dll
md5: 1DFD6AE730FEA2D60E2DC8DACABE6C40 | sha1: FACFD9CBAABD57734084B34BFA2906428CA9F42E | sha256: E3212E4A85D3ED293949EA8A466810F30A218129A461C39511D4D68FF3FB8BA4 | sha512: 9AEB13ECBA09888D093566AF587FDD1AC42D58A7965EEF29A2139B8C9B47845E9459420823EC3376151FD636E6B8BFB2656A6A3225E78D7AF45D272E63E679CB
netstandard.dll
md5: 3ED0C22D6ADE57E497D1698D333305E6 | sha1: DB272C153A89A85BA20240DCAB4BA7600DA7C93F | sha256: 4BB8AA3A5D5EBC9B16D8882C3688C1906F5A915D51E37CCC0CC4141B042F0503 | sha512: 4172A422DFDEC9D13146BBD2E736C0BCAC80F3746C2E99CB4C9E0A75584CED7C32571A9E7AEFC321D0CE24553DFEF736FC3862328024073BAF5569291D7E8548
Newtonsoft.Json.dll
md5: 04D49720DF76D62BCE434F19A0DA62D2 | sha1: 53D0A3B91036092132F4D0887500B5DC77891D78 | sha256: 5D96EE51B2AFF592039EEBC2ED203D9F55FDDF9C0882FB34D3F0E078374954A5 | sha512: 7727D077C518D4931B80286EDB981AF0E46D792CB9976DE286CD2DBB4270157C5FAE14766B2A39D49B44B41E5EC113DE104DD2264EDD1DC6799C9919B2F76D04
nl\Humanizer.resources.dll
md5: 9DBCC08CF53C1C564633A6E99B086071 | sha1: 61A561CACFDC9AECA24F787EF1BC7F5727BF665E | sha256: A3E507F25AB34223814E796DA429388397A886AB8294476CE46276C4D1210EEE | sha512: 186E120F1ADF96E229B92AA6B90361A4D070BA316AAF4808AAF2DA5D289606A0D162D617A6A69378BE4B2B981AF71935514BD3994C3F690C2D08DD85E88EB6F4
NuGet.Common.dll
md5: F7C26B27940F6DA5EDE1D9663A38810F | sha1: 6957496CF5207BBB07620139EE820199782F91EE | sha256: 8CFCF1503745D1019CF6AD51A57DF97576D8F46B0C903DDE629E4F252DFFB894 | sha512: F0C8D12666AD41D9B5A48682708E3D2942096B5B6314DBC19BF7E6244604D19AF53877633E355E6D18E7DDE20A908D811E576DB281277C077B86B33B4F0F5BB9
NuGet.Configuration.dll
md5: F67962F52823F8B4124241302D12BAEF | sha1: B017D9415CCBE12C29EA8399A3B921BB538EAD7B | sha256: 5FD593644F3F2ED989159493B37D50F2ED4B3AADA0FDBD4A9998639F968C7C28 | sha512: 25FAB66341D801DC29A1D4195AF5BB168ADE221261E29E12058FB828A4ED148A5CB5305BDD644995DA982E0FFC1FA2194539F2659CA1A21CC851ED3FD88A3CCB
NuGet.Credentials.dll
md5: AAB992402AD8EAD23D715A34F8795319 | sha1: 55C5061EBE5E4C0F065C46919F409DA07C35C3D5 | sha256: F157BBFCB281E35F91B7B0914D239C59214366A13DE00AFA4CE5E807BBF39E64 | sha512: 1E9BA9BB1B368C46D8FE1DC9E18868CD27BE28C1B4C2083CDBE3E3AC1744A9E3DB6903D34DB2D6CA17EC1ABD2BDCF45ABCC25482E2E209C1B62DC5AEF7137C35
NuGet.Frameworks.dll
md5: 1D47D84611913A5685A7A952C1D0DBE4 | sha1: 341689B64C388D3069D77E47B195709CE557E844 | sha256: 09835A8767673E6DB0CFF7831DE934AF22F701689F060609E3EAB8551D861C54 | sha512: 594A3A1EC29CC186335416BD778B7CF6AC16DF62FE14BF60FA5634A6BBEC28107ADA5BE634716B0093E94B898A9BC68375DA7579B29E55CBAEDF59104B94937D
NuGet.PackageManagement.dll
md5: AD0B48BC3887F9CE1C14D8ECDFC6B827 | sha1: 79C90DA47B8308780AA673D16D5EBDB24F2A2D4C | sha256: A0206D53C2DAF25484FE164DA98DA0769E98D95BC899A570D91C6E42EFFA4C10 | sha512: DC4C2F84A1FE36BEEC3445834CD11B12450D7B67446EED2E408A85FF478E58FC682CE2465F37A50F40649E296DE2CC8BC24A234E5184A921B5AF4B68A52728D3
NuGet.Packaging.Core.dll
md5: 23EEB0E5440B1CA96D8F80851CDC5DC2 | sha1: 4F81E6DB7DDDC6C22195D6DAE6CAB485DC047ADD | sha256: A148797A63C4C85FEC465030694562FC9ADDE8B475AC1333153E8983F4294288 | sha512: ACE4752528459E880914659ECD53706AC07DC8F69090097A2454F9D3A27E2035D9EAC83E0B1BA3AF5A36D13D381A57BB468835A3F95905B45B3BA4206ABF632A
NuGet.Packaging.dll
md5: 0F4D6CC58E83AB7EF8D384EE4AB0C77B | sha1: C406639F8987A1C2DA006E66244B54E2EF5040DE | sha256: 3683D3C5915420FB15C9CD439F26E04D606B182A9418D89BADFD5E4BF0279079 | sha512: 4095D409AD01A1513D3150742B65661C633D1C77F80E79DF7682C60D41C5EA0F471525BC0AD2CDD85F6A9A2CC1C52D8840D47BBEB1A9934FB4C4B2445D2C0A56
NuGet.Protocol.dll
md5: 17354084187E66B7F4998F637088385C | sha1: 50033C0638755F7B674A06375CB8324EA4192610 | sha256: C3684FED9E8CF32752FB81F4325403547A39618C2A9438DD9755AA90695C3761 | sha512: A93AE9BFF8624E5527BB0B2D695C1BD4EEEE6076E7FF7E8E1FD3DCC7D3B6A548EC17F8885C56A4B55773D32B117C96EDDEFE2C944D04413602306EE982404779
NuGet.Versioning.dll
md5: 3FE359F0BC6BA97249E28C6EA0ABA63F | sha1: 4DAF97FB943913E30A4DBBBD0AB0EDA6E0003E86 | sha256: C2A1E5634B5FB665D8F66D4404A62F98AC68B8CC8F1DC2CFEF81EFE0000F26E1 | sha512: 68EA1AF3DBB397C73F15A7096CF6879D9A00DCAC1326DE438D15FADEA0D4AC4051973155496ECBD8A74D2C9A946C75EAEF0CE5C166967A627309871B67FD4DBF
NuGetPackageExplorer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.0/win-x86",
    "signature": "9bb367c9d0473ef6ca1b08c3b8fc917794eaf86f"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.0": {},
    ".NETCoreApp,Version=v3.0/win-x86": {
      "NuGetPackageExplorer/5.0.70": {
        "dependencies": {
          "AvalonEdit": "5.0.4",
          "GrayscaleEffect": "1.0.1",
          "Humanizer": "2.5.16",
          "Microsoft.NETCore.App": "3.0.0-preview-27122-01",
          "Microsoft.WindowsAPICodePack-Shell": "1.1.0",
          "Microsoft.WindowsDesktop.App": "3.0.0-alpha-27128-4",
          "Ookii.Dialogs.Wpf": "1.0.0",
          "PackageViewModel": "1.0.0",
          "System.Memory": "4.5.1",
          "System.Runtime.Caching": "4.5.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2"
        },
        "runtime": {
          "NuGetPackageExplorer.dll": {}
        }
      },
      "AuthenticodeExaminer/0.3.0": {
        "dependencies": {
          "System.Security.Cryptography.Pkcs": "4.5.1",
          "System.Security.Cryptography.Xml": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/AuthenticodeExaminer.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "AvalonEdit/5.0.4": {
        "runtime": {
          "lib/Net40/ICSharpCode.AvalonEdit.dll": {
            "assemblyVersion": "5.0.3.0",
            "fileVersion": "5.0.3.0"
          }
        }
      },
      "Bugsnag/2.2.0": {
        "dependencies": {
          "System.Collections.Specialized": "4.3.0",
          "System.Diagnostics.StackTrace": "4.3.0",
          "System.Diagnostics.TraceSource": "4.3.0",
          "System.Net.Requests": "4.3.0",
          "System.Runtime.Serialization.Primitives": "4.3.0",
          "System.Threading.Thread": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/Bugsnag.dll": {
            "assemblyVersion": "2.2.0.0",
            "fileVersion": "2.2.0.0"
          }
        }
      },
      "GrayscaleEffect/1.0.1": {
        "runtime": {
          "lib/GrayscaleEffect.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "Humanizer/2.5.16": {
        "dependencies": {
          "Humanizer.Core.af": "2.5.16",
          "Humanizer.Core.ar": "2.5.16",
          "Humanizer.Core.bg": "2.5.16",
          "Humanizer.Core.bn-BD": "2.5.16",
          "Humanizer.Core.cs": "2.5.16",
          "Humanizer.Core.da": "2.5.16",
          "Humanizer.Core.de": "2.5.16",
          "Humanizer.Core.el": "2.5.16",
          "Humanizer.Core.es": "2.5.16",
          "Humanizer.Core.fa": "2.5.16",
          "Humanizer.Core.fi-FI": "2.5.16",
          "Humanizer.Core.fr": "2.5.16",
          "Humanizer.Core.fr-BE": "2.5.16",
          "Humanizer.Core.he": "2.5.16",
          "Humanizer.Core.hr": "2.5.16",
          "Humanizer.Core.hu": "2.5.16",
          "Humanizer.Core.id": "2.5.16",
          "Humanizer.Core.it": "2.5.16",
          "Humanizer.Core.ja": "2.5.16",
          "Humanizer.Core.lv": "2.5.16",
          "Humanizer.Core.ms-MY": "2.5.16",
          "Humanizer.Core.mt": "2.5.16",
          "Humanizer.Core.nb": "2.5.16",
          "Humanizer.Core.nb-NO": "2.5.16",
          "Humanizer.Core.nl": "2.5.16",
          "Humanizer.Core.pl": "2.5.16",
          "Humanizer.Core.pt": "2.5.16",
          "Humanizer.Core.ro": "2.5.16",
          "Humanizer.Core.ru": "2.5.16",
          "Humanizer.Core.sk": "2.5.16",
          "Humanizer.Core.sl": "2.5.16",
          "Humanizer.Core.sr": "2.5.16",
          "Humanizer.Core.sr-Latn": "2.5.16",
          "Humanizer.Core.sv": "2.5.16",
          "Humanizer.Core.tr": "2.5.16",
          "Humanizer.Core.uk": "2.5.16",
          "Humanizer.Core.uz-Cyrl-UZ": "2.5.16",
          "Humanizer.Core.uz-Latn-UZ": "2.5.16",
          "Humanizer.Core.vi": "2.5.16",
          "Humanizer.Core.zh-CN": "2.5.16",
          "Humanizer.Core.zh-Hans": "2.5.16",
          "Humanizer.Core.zh-Hant": "2.5.16"
        }
      },
      "Humanizer.Core/2.5.16": {
        "runtime": {
          "lib/netstandard2.0/Humanizer.dll": {
            "assemblyVersion": "2.5.0.0",
            "fileVersion": "2.5.16.1900"
          }
        }
      },
      "Humanizer.Core.af/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/af/Humanizer.resources.dll": {
            "locale": "af"
          }
        }
      },
      "Humanizer.Core.ar/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/ar/Humanizer.resources.dll": {
            "locale": "ar"
          }
        }
      },
      "Humanizer.Core.bg/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/bg/Humanizer.resources.dll": {
            "locale": "bg"
          }
        }
      },
      "Humanizer.Core.bn-BD/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/bn-BD/Humanizer.resources.dll": {
            "locale": "bn-BD"
          }
        }
      },
      "Humanizer.Core.cs/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/cs/Humanizer.resources.dll": {
            "locale": "cs"
          }
        }
      },
      "Humanizer.Core.da/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/da/Humanizer.resources.dll": {
            "locale": "da"
          }
        }
      },
      "Humanizer.Core.de/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/de/Humanizer.resources.dll": {
            "locale": "de"
          }
        }
      },
      "Humanizer.Core.el/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/el/Humanizer.resources.dll": {
            "locale": "el"
          }
        }
      },
      "Humanizer.Core.es/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/es/Humanizer.resources.dll": {
            "locale": "es"
          }
        }
      },
      "Humanizer.Core.fa/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/fa/Humanizer.resources.dll": {
            "locale": "fa"
          }
        }
      },
      "Humanizer.Core.fi-FI/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/fi-FI/Humanizer.resources.dll": {
            "locale": "fi-FI"
          }
        }
      },
      "Humanizer.Core.fr/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/fr/Humanizer.resources.dll": {
            "locale": "fr"
          }
        }
      },
      "Humanizer.Core.fr-BE/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/fr-BE/Humanizer.resources.dll": {
            "locale": "fr-BE"
          }
        }
      },
      "Humanizer.Core.he/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/he/Humanizer.resources.dll": {
            "locale": "he"
          }
        }
      },
      "Humanizer.Core.hr/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/hr/Humanizer.resources.dll": {
            "locale": "hr"
          }
        }
      },
      "Humanizer.Core.hu/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/hu/Humanizer.resources.dll": {
            "locale": "hu"
          }
        }
      },
      "Humanizer.Core.id/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/id/Humanizer.resources.dll": {
            "locale": "id"
          }
        }
      },
      "Humanizer.Core.it/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/it/Humanizer.resources.dll": {
            "locale": "it"
          }
        }
      },
      "Humanizer.Core.ja/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/ja/Humanizer.resources.dll": {
            "locale": "ja"
          }
        }
      },
      "Humanizer.Core.lv/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/lv/Humanizer.resources.dll": {
            "locale": "lv"
          }
        }
      },
      "Humanizer.Core.ms-MY/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/ms-MY/Humanizer.resources.dll": {
            "locale": "ms-MY"
          }
        }
      },
      "Humanizer.Core.mt/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/mt/Humanizer.resources.dll": {
            "locale": "mt"
          }
        }
      },
      "Humanizer.Core.nb/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/nb/Humanizer.resources.dll": {
            "locale": "nb"
          }
        }
      },
      "Humanizer.Core.nb-NO/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/nb-NO/Humanizer.resources.dll": {
            "locale": "nb-NO"
          }
        }
      },
      "Humanizer.Core.nl/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/nl/Humanizer.resources.dll": {
            "locale": "nl"
          }
        }
      },
      "Humanizer.Core.pl/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/pl/Humanizer.resources.dll": {
            "locale": "pl"
          }
        }
      },
      "Humanizer.Core.pt/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/pt/Humanizer.resources.dll": {
            "locale": "pt"
          }
        }
      },
      "Humanizer.Core.ro/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/ro/Humanizer.resources.dll": {
            "locale": "ro"
          }
        }
      },
      "Humanizer.Core.ru/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/ru/Humanizer.resources.dll": {
            "locale": "ru"
          }
        }
      },
      "Humanizer.Core.sk/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/sk/Humanizer.resources.dll": {
            "locale": "sk"
          }
        }
      },
      "Humanizer.Core.sl/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/sl/Humanizer.resources.dll": {
            "locale": "sl"
          }
        }
      },
      "Humanizer.Core.sr/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/sr/Humanizer.resources.dll": {
            "locale": "sr"
          }
        }
      },
      "Humanizer.Core.sr-Latn/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/sr-Latn/Humanizer.resources.dll": {
            "locale": "sr-Latn"
          }
        }
      },
      "Humanizer.Core.sv/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/sv/Humanizer.resources.dll": {
            "locale": "sv"
          }
        }
      },
      "Humanizer.Core.tr/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/tr/Humanizer.resources.dll": {
            "locale": "tr"
          }
        }
      },
      "Humanizer.Core.uk/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/uk/Humanizer.resources.dll": {
            "locale": "uk"
          }
        }
      },
      "Humanizer.Core.uz-Cyrl-UZ/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/uz-Cyrl-UZ/Humanizer.resources.dll": {
            "locale": "uz-Cyrl-UZ"
          }
        }
      },
      "Humanizer.Core.uz-Latn-UZ/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/uz-Latn-UZ/Humanizer.resources.dll": {
            "locale": "uz-Latn-UZ"
          }
        }
      },
      "Humanizer.Core.vi/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/vi/Humanizer.resources.dll": {
            "locale": "vi"
          }
        }
      },
      "Humanizer.Core.zh-CN/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/zh-CN/Humanizer.resources.dll": {
            "locale": "zh-CN"
          }
        }
      },
      "Humanizer.Core.zh-Hans/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/zh-Hans/Humanizer.resources.dll": {
            "locale": "zh-Hans"
          }
        }
      },
      "Humanizer.Core.zh-Hant/2.5.16": {
        "dependencies": {
          "Humanizer.Core": "2.5.16"
        },
        "resources": {
          "lib/netstandard2.0/zh-Hant/Humanizer.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.CSharp/4.0.1": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "Microsoft.NETCore.App/3.0.0-preview-27122-01": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "3.0.0-preview-27122-01",
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x86.Microsoft.NETCore.App": "3.0.0-preview-27122-01"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/3.0.0-preview-27122-01": {
        "dependencies": {
          "runtime.win-x86.Microsoft.NETCore.DotNetAppHost": "3.0.0-preview-27122-01"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview-27122-01": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "3.0.0-preview-27122-01",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "3.0.0-preview-27122-01"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/3.0.0-preview-27122-01": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "3.0.0-preview-27122-01",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "3.0.0-preview-27122-01"
        }
      },
      "Microsoft.NETCore.Platforms/3.0.0-preview.18571.3": {},
      "Microsoft.NETCore.Targets/2.0.0": {},
      "Microsoft.Web.Xdt/2.1.2": {
        "runtime": {
          "lib/net40/Microsoft.Web.XmlTransform.dll": {
            "assemblyVersion": "15.0.0.0",
            "fileVersion": "15.0.30223.0"
          }
        }
      },
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "Microsoft.Win32.Registry/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "Microsoft.Win32.SystemEvents/4.6.0-preview.18571.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          }
        }
      },
      "Microsoft.WindowsAPICodePack-Shell/1.1.0": {
        "runtime": {
          "lib/Microsoft.WindowsAPICodePack.Shell.dll": {
            "assemblyVersion": "1.1.0.0",
            "fileVersion": "1.1.0.0"
          },
          "lib/Microsoft.WindowsAPICodePack.ShellExtensions.dll": {
            "assemblyVersion": "1.1.0.0",
            "fileVersion": "1.1.0.0"
          }
        }
      },
      "Microsoft.WindowsDesktop.App/3.0.0-alpha-27128-4": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "runtime.win-x86.Microsoft.WindowsDesktop.App": "3.0.0-alpha-27128-4"
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3"
        }
      },
      "Newtonsoft.Json/9.0.1": {
        "dependencies": {
          "Microsoft.CSharp": "4.0.1",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Serialization.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Xml.ReaderWriter": "4.0.11",
          "System.Xml.XDocument": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.1.19813"
          }
        }
      },
      "NuGet.Common/5.0.0-xprivate.52646": {
        "dependencies": {
          "NETStandard.Library": "2.0.3",
          "NuGet.Frameworks": "5.0.0-xprivate.52646",
          "System.Diagnostics.Process": "4.3.0",
          "System.Threading.Thread": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Common.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "NuGet.Configuration/5.0.0-xprivate.52646": {
        "dependencies": {
          "NETStandard.Library": "2.0.3",
          "NuGet.Common": "5.0.0-xprivate.52646",
          "System.Security.Cryptography.ProtectedData": "4.5.0"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Configuration.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "NuGet.Credentials/5.0.0-xprivate.52646": {
        "dependencies": {
          "NETStandard.Library": "2.0.3",
          "NuGet.Protocol": "5.0.0-xprivate.52646",
          "System.Runtime.Serialization.Formatters": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Credentials.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "NuGet.Frameworks/5.0.0-xprivate.52646": {
        "dependencies": {
          "NETStandard.Library": "2.0.3"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Frameworks.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "NuGet.PackageManagement/5.0.0-xprivate.52646": {
        "runtime": {
          "lib/net46/NuGet.PackageManagement.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "NuGet.Packaging/5.0.0-xprivate.52646": {
        "dependencies": {
          "Newtonsoft.Json": "9.0.1",
          "NuGet.Configuration": "5.0.0-xprivate.52646",
          "NuGet.Packaging.Core": "5.0.0-xprivate.52646",
          "System.Security.Cryptography.Pkcs": "4.5.1"
        },
        "runtime": {
          "lib/netcoreapp2.1/NuGet.Packaging.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "NuGet.Packaging.Core/5.0.0-xprivate.52646": {
        "dependencies": {
          "NETStandard.Library": "2.0.3",
          "NuGet.Common": "5.0.0-xprivate.52646",
          "NuGet.Versioning": "5.0.0-xprivate.52646"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Packaging.Core.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "NuGet.Protocol/5.0.0-xprivate.52646": {
        "dependencies": {
          "NETStandard.Library": "2.0.3",
          "NuGet.Configuration": "5.0.0-xprivate.52646",
          "NuGet.Packaging": "5.0.0-xprivate.52646",
          "System.Dynamic.Runtime": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Protocol.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "NuGet.Versioning/5.0.0-xprivate.52646": {
        "dependencies": {
          "NETStandard.Library": "2.0.3"
        },
        "runtime": {
          "lib/netstandard1.6/NuGet.Versioning.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.0.52646"
          }
        }
      },
      "Ookii.Dialogs.Wpf/1.0.0": {
        "runtime": {
          "lib/net45/Ookii.Dialogs.Wpf.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.native.System/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.win-x86.Microsoft.NETCore.App/3.0.0-preview-27122-01": {
        "runtime": {
          "runtimes/win-x86/lib/netcoreapp3.0/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Buffers.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Memory.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.WindowsRuntime.UI.Xaml.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Text.Json.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "1.0.26419.2"
          }
        },
        "native": {
          "runtimes/win-x86/native/API-MS-Win-core-xstate-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "runtimes/win-x86/native/System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/clrcompression.dll": {
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/native/clretwrc.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/clrjit.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/coreclr.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/dbgshim.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/mscordaccore.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/mscordaccore_x86_x86_4.6.27121.03.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/mscordbi.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/mscorrc.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/sos.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/sos_x86_x86_4.6.27121.03.dll": {
            "fileVersion": "4.6.27121.3"
          },
          "runtimes/win-x86/native/ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/3.0.0-preview-27122-01": {
        "native": {
          "runtimes/win-x86/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview-27122-01": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "3.0.0-preview-27122-01"
        },
        "native": {
          "runtimes/win-x86/native/hostpolicy.dll": {
            "fileVersion": "3.0.27122.1"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/3.0.0-preview-27122-01": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "3.0.0-preview-27122-01"
        },
        "native": {
          "runtimes/win-x86/native/hostfxr.dll": {
            "fileVersion": "3.0.27122.1"
          }
        }
      },
      "runtime.win-x86.Microsoft.WindowsDesktop.App/3.0.0-alpha-27128-4": {
        "runtime": {
          "runtimes/win-x86/lib/netcoreapp3.0/Accessibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationCore-CommonResources.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework-SystemCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework-SystemData.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework-SystemDrawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework-SystemXml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework-SystemXmlLinq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework.Aero.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework.Aero2.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework.AeroLite.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework.Classic.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework.Luna.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework.Royale.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/PresentationUI.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/ReachFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.CodeDom.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.25519.3"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Diagnostics.EventLog.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.DirectoryServices.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Drawing.Common.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Drawing.Design.Primitives.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.56305"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Drawing.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Media.SoundPlayer.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Printing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Cryptography.Xml.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Security.Permissions.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Threading.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Windows.Controls.Ribbon.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.57103"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Windows.Forms.Design.Editors.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Windows.Forms.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Windows.Forms.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "1.0.18.56604"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Windows.Input.Manipulations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Windows.Presentation.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/System.Xaml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.18.56202"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/UIAutomationClient.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/UIAutomationClientSideProviders.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/UIAutomationProvider.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/UIAutomationTypes.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/lib/netcoreapp3.0/WindowsFormsIntegration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27128.4"
          }
        },
        "native": {
          "runtimes/win-x86/native/PenImc_cor3.dll": {
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/native/PresentationNative_cor3.dll": {
            "fileVersion": "4.8.27128.4"
          },
          "runtimes/win-x86/native/wpfgfx_cor3.dll": {
            "fileVersion": "4.8.27128.4"
          }
        }
      },
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.NonGeneric/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Collections.Specialized/4.3.0": {
        "dependencies": {
          "System.Collections.NonGeneric": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.ComponentModel.Composition/4.5.0": {
        "dependencies": {
          "System.Security.Permissions": "4.5.0"
        },
        "runtime": {
          "lib/netcoreapp2.0/System.ComponentModel.Composition.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Configuration.ConfigurationManager/4.5.0": {
        "dependencies": {
          "System.Security.Cryptography.ProtectedData": "4.5.0",
          "System.Security.Permissions": "4.5.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Diagnostics.StackTrace/4.3.0": {
        "dependencies": {
          "System.IO.FileSystem": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.Tools/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.TraceSource/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Drawing.Common/4.6.0-preview.18571.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.Win32.SystemEvents": "4.6.0-preview.18571.3"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.18.57103"
          }
        }
      },
      "System.Dynamic.Runtime/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Emit.Lightweight": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Memory/4.5.1": {},
      "System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Net.Requests/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Net.Http": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Net.WebHeaderCollection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Net.WebHeaderCollection/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.ObjectModel/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.Lightweight/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Metadata/1.6.0": {},
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0"
        }
      },
      "System.Runtime.Caching/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Configuration.ConfigurationManager": "4.5.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Runtime.CompilerServices.Unsafe/4.5.2": {
        "runtime": {
          "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.4.1",
            "fileVersion": "4.6.26919.2"
          }
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Serialization.Formatters/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Serialization.Primitives": "4.3.0"
        }
      },
      "System.Runtime.Serialization.Primitives/4.3.0": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Security.AccessControl/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Security.Principal.Windows": "4.5.0"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.Cng/4.5.0": {},
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.Pkcs/4.5.1": {
        "dependencies": {
          "System.Security.Cryptography.Cng": "4.5.0"
        }
      },
      "System.Security.Cryptography.Primitives/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.ProtectedData/4.5.0": {},
      "System.Security.Cryptography.X509Certificates/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Cng": "4.5.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.Xml/4.5.0": {
        "dependencies": {
          "System.Security.Cryptography.Pkcs": "4.5.1",
          "System.Security.Permissions": "4.5.0"
        }
      },
      "System.Security.Permissions/4.5.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.5.0"
        }
      },
      "System.Security.Principal.Windows/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.1.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview.18571.3",
          "Microsoft.NETCore.Targets": "2.0.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.0.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Thread/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.ThreadPool/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Windows.Extensions/4.6.0-preview.18571.3": {
        "dependencies": {
          "System.Drawing.Common": "4.6.0-preview.18571.3"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.18.57103"
          }
        }
      },
      "System.Xml.ReaderWriter/4.0.11": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.0.0"
        }
      },
      "System.Xml.XDocument/4.0.11": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.0.1",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.0.11"
        }
      },
      "Core/1.0.0": {
        "dependencies": {
          "Bugsnag": "2.2.0",
          "NuGetPackageExplorer.Types": "1.0.0",
          "System.Reflection.Metadata": "1.6.0"
        },
        "runtime": {
          "Core.dll": {}
        }
      },
      "NuGetPackageExplorer.Types/1.0.0": {
        "dependencies": {
          "Microsoft.Web.Xdt": "2.1.2",
          "NuGet.Packaging": "5.0.0-xprivate.52646",
          "System.ComponentModel.Composition": "4.5.0"
        },
        "runtime": {
          "NuGetPackageExplorer.Types.dll": {}
        }
      },
      "PackageViewModel/1.0.0": {
        "dependencies": {
          "AuthenticodeExaminer": "0.3.0",
          "Core": "1.0.0",
          "NuGet.Credentials": "5.0.0-xprivate.52646",
          "NuGet.PackageManagement": "5.0.0-xprivate.52646",
          "System.Windows.Extensions": "4.6.0-preview.18571.3"
        },
        "runtime": {
          "PackageViewModel.dll": {}
        }
      }
    }
  },
  "libraries": {
    "NuGetPackageExplorer/5.0.70": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "AuthenticodeExaminer/0.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MO3exP1hbHWxDlLw8+pjbK3+Mx7+Ipgs8CAi94OG6w3F9AxVlmQ478UP4RZfyzn6qdIAyjPU1rd/O0Ju/ouVvw==",
      "path": "authenticodeexaminer/0.3.0",
      "hashPath": "authenticodeexaminer.0.3.0.nupkg.sha512"
    },
    "AvalonEdit/5.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eVRpkwEbLDEumeKGv5bktMavxLUW+jtEMuNzg9W5jsKLco+MEvqEBJTGOf3eQSEIHplTZhxHSPfBt5rVTrEVFQ==",
      "path": "avalonedit/5.0.4",
      "hashPath": "avalonedit.5.0.4.nupkg.sha512"
    },
    "Bugsnag/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+U3jYj5gKnaJKM+9hfgIQ38q29AIxEbuqvEEbjP9kmnf+wXn0kLTeoLfFQ+w1upJcgx08JuKTPvo05THWkustw==",
      "path": "bugsnag/2.2.0",
      "hashPath": "bugsnag.2.2.0.nupkg.sha512"
    },
    "GrayscaleEffect/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h95jGu4SEKrxe8/3IPR068bKRKY6EE+P6kZISKwenH6spvCByd+yab3OC+91y9ShgeTgz/FODb3oK3q2p93GQg==",
      "path": "grayscaleeffect/1.0.1",
      "hashPath": "grayscaleeffect.1.0.1.nupkg.sha512"
    },
    "Humanizer/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qAy9BUj5UZNiAx1LiZMvAO3CfiPkfz6b0WHFvQjhvCxwE3N1A/oH/WgwH7gWsXQd4+DSPmPZJ6VYrY/sinPSig==",
      "path": "humanizer/2.5.16",
      "hashPath": "humanizer.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XXaAGjnaq4TEMP+eZYMglyhkQBhMqddruf7+kDET6r1Y9TsHeMI93hjtWHHSF6AzyYQJSdX33nFFvERRIxLCWg==",
      "path": "humanizer.core/2.5.16",
      "hashPath": "humanizer.core.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.af/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cPVj9aaeX06yM0W0ku8zcM+ovVsUfeu+EY013Pyjd2Iv5OfF/CRGPZybm14Uy6fSvjgn8q79r1lwVHbJyWumOQ==",
      "path": "humanizer.core.af/2.5.16",
      "hashPath": "humanizer.core.af.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.ar/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eImdtlruaek0XOC9t1eAaBJzzFT4zdt84kKSxoqJ8IlV/8QJQh6ym1aFpgqZXuyIlaXvjsmzu8IiLT3y4au3GQ==",
      "path": "humanizer.core.ar/2.5.16",
      "hashPath": "humanizer.core.ar.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.bg/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/JhOKk/2eIskB5naGvPILiMacKzUFIl8xsQU9Z3BSHoBHm+LssftAXGNP5tp2eDTAUrbmgb3mw36L6s8s+rdPw==",
      "path": "humanizer.core.bg/2.5.16",
      "hashPath": "humanizer.core.bg.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.bn-BD/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hw5NI7IvRER1D2pfBpVIXhzMIfS3Xzl5OqAmhtzrXNXVXnfEMabaSMoE80Uab7788dByhf4fdSZbFCyyZnbHmw==",
      "path": "humanizer.core.bn-bd/2.5.16",
      "hashPath": "humanizer.core.bn-bd.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.cs/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GcJANMyaWPtAG7bGlevm02ZsuYl3VrGGDO8+jkQ2YZiXKXjy87dbxU1sP5jZe/tW9siXNi4urA7591U1wUq6pA==",
      "path": "humanizer.core.cs/2.5.16",
      "hashPath": "humanizer.core.cs.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.da/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DEnPaljz4j48eBeJxbhIm80xJHhl4L7KOArtObVHoZfj++VZEgDT4dTn462iEmWWRWl/WxbuI9OQx3KePvA/Kg==",
      "path": "humanizer.core.da/2.5.16",
      "hashPath": "humanizer.core.da.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.de/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Oz9KtoQXZDEKQ209sDb6fTQtOdYm2Sj01xXyCfVqo8KrTeBcqM1hqZD2zG9WVH4Hi9OnKjPm9QC6i+/TGaHg/w==",
      "path": "humanizer.core.de/2.5.16",
      "hashPath": "humanizer.core.de.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.el/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WiKbBMIIwmBcJRpLFDBpeZp/CSOMEEVy283y9awmIR6hNVk6sFrSP1qy0JgunPVW4Dplz6gaN03mUcmHW51huA==",
      "path": "humanizer.core.el/2.5.16",
      "hashPath": "humanizer.core.el.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.es/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sK3oLYJHG8EYqXHCK+pc4N2qQ08ZuhFjDmV4sawRiWHd5CtO1/3wozZCGjdrPdK0Bv6lPghsA2hZOBzlFvlJ5w==",
      "path": "humanizer.core.es/2.5.16",
      "hashPath": "humanizer.core.es.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.fa/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1NMebB/SI8I6o4eW1UEhHYIXonUBL866Ju4+WR/JiVO07D2fhWhM0ylW2/25loIGzQs8Nr9ffisGstEpDkzAig==",
      "path": "humanizer.core.fa/2.5.16",
      "hashPath": "humanizer.core.fa.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.fi-FI/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cLgBjT4TAs5p0q6gvyf73eOPgriKtfDlv3lVb3T9wfxS3A8E4WKxj4uWYx7pdwUPIPaRV79wlnx1f8VswORqOg==",
      "path": "humanizer.core.fi-fi/2.5.16",
      "hashPath": "humanizer.core.fi-fi.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.fr/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NdeFgFosdCuT3ht/r0B0S9CJAn96tqqeD+N+DKhKnTybKRuO29ieySo6evA4z2GS60RRZWjTW9zx7mAjn/ppMg==",
      "path": "humanizer.core.fr/2.5.16",
      "hashPath": "humanizer.core.fr.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.fr-BE/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A67s+bcfcx4PIZTE3LvnrJdJDbF6cTkdTlbfBov51S/fwbjhUrCS1TCH7KVC8KnwImmk0o3wj+fQg5mtxDU3WA==",
      "path": "humanizer.core.fr-be/2.5.16",
      "hashPath": "humanizer.core.fr-be.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.he/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m/uqGTogpAXqe1N0bttP73DBWywndhv3Lh8g8oi7DwVi2zKr134ZzC5/vUz8DoKBUC8WTFCnh6ENilYTuELw7A==",
      "path": "humanizer.core.he/2.5.16",
      "hashPath": "humanizer.core.he.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.hr/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JCyQbLCCR5e9zfE2YMnH0SiEJ8zrwJ9gf91jGJCIZwewogMEKMTUc9aJ9q/CKe2nvVi8zMsS+Ntda1fJQGHI3Q==",
      "path": "humanizer.core.hr/2.5.16",
      "hashPath": "humanizer.core.hr.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.hu/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7oRL28et2Gw3NJynefJb4HLR9owaqYqNnZq37BcXR44O2HwN+xLGsIDu4UKK7vhWJrM+FPVrL/HuJn8twYhivw==",
      "path": "humanizer.core.hu/2.5.16",
      "hashPath": "humanizer.core.hu.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.id/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Y4xqdCcxXW9uvtSVt/viIvBoEU72jTXMnmsv3BLOeXrDbUl24ycgxZrMQj7/KfmzCLWdR3C4siWCNLwCZQsoeg==",
      "path": "humanizer.core.id/2.5.16",
      "hashPath": "humanizer.core.id.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.it/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5E4u4tkxnLcY7ANjVcMlJcP/6WwQ7qaf8Sv6F9bSzE+xNJr2BiHCJVautt7qVjpf2ItianQ5uS2LkRSyqvmbTg==",
      "path": "humanizer.core.it/2.5.16",
      "hashPath": "humanizer.core.it.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.ja/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1J9bbGwdnCUqpphNgZ/t0uks/xxNh1jhn0Ur45ZZoh/Dnu/Dw36jWF+50Wg10E9K7Wrq/JGhCzlV+2NMUlFdzA==",
      "path": "humanizer.core.ja/2.5.16",
      "hashPath": "humanizer.core.ja.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.lv/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OSMEjDL2sMsT8I0dFTul+8nQui+ZuMizxdXXiKizmJPJ6ohGXj0zD4y8rLJiulWHF0jAqzUC1BO4I4mfUfQODw==",
      "path": "humanizer.core.lv/2.5.16",
      "hashPath": "humanizer.core.lv.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.ms-MY/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NqR3856Xei7/xYK3zY9XKIZ4MKo5JDcQIJQ3FfWXICWm6IeihsZXvDxO4K/lmRWUeO2sp2ckS3Osar+SZhVHTQ==",
      "path": "humanizer.core.ms-my/2.5.16",
      "hashPath": "humanizer.core.ms-my.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.mt/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4AT3BML8j9G3d3x0rhGJuNF8CJsL9c0F+RZiXRRCzAzcZu1XZjaxJAdpZ/NYj6i/neWfu8ZmSv70lJ1//HkVig==",
      "path": "humanizer.core.mt/2.5.16",
      "hashPath": "humanizer.core.mt.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.nb/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iSD4NeXQj8M5+ZO/de5ornmecYpJKqSIFlXYbpi73uZEHRSu1oXQc4/ik4EmJcz2H90WQ8HHpAtnQBNoQVz9hA==",
      "path": "humanizer.core.nb/2.5.16",
      "hashPath": "humanizer.core.nb.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.nb-NO/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ggHFRaCOEVZ1xxe9UIWSB/9VsTTkmAt22LBL0rw6TGuQuxywqQS3ghgT3sX2mDFdvJpEXoPhTQJuJORfGxebSQ==",
      "path": "humanizer.core.nb-no/2.5.16",
      "hashPath": "humanizer.core.nb-no.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.nl/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YJuNY0jMhrwE7xCFFvjJydYMqWXkHGW2qcKBqzs84H08y3VsjL0o3GnltYC3QJYdXgDCf+COPrIunuuBwi2Llg==",
      "path": "humanizer.core.nl/2.5.16",
      "hashPath": "humanizer.core.nl.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.pl/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ar4GV1wryVSLdjNwxlmh3UKja7e/c7c30bG0t7fnoR/ViYwiuMvJlR8FnoZOIcvRC29YPCJWi7ios11TzyB2Mg==",
      "path": "humanizer.core.pl/2.5.16",
      "hashPath": "humanizer.core.pl.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.pt/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KDwT+6LPl0jrCdb3xhTvkxPQHwQgg+Mg0xNj3M2qz5cruFFTBNXsPLQz1YUjumzS/i/b+/gcXIWgAghizJl6PQ==",
      "path": "humanizer.core.pt/2.5.16",
      "hashPath": "humanizer.core.pt.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.ro/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wu6vp9wFOgNBsv14ozLKQEo9n106DaMHPgTBd1a7Oy/ZYBlpffhNjI/KnEwiSxNRWovCELmOnNROzAs1ov2VAQ==",
      "path": "humanizer.core.ro/2.5.16",
      "hashPath": "humanizer.core.ro.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.ru/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1K5A/XeYD+0vwUJ6ARUMGcPrGYUJScmHCcansTYcDnXuL5jhAYnX1GavRNTxuH5Yh1N4HoWByssnt1NwBGeZKw==",
      "path": "humanizer.core.ru/2.5.16",
      "hashPath": "humanizer.core.ru.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.sk/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Q0bfPUjp38DUsx072mlJiK1DWnigpEILMMzwkYuXmoQ1Sa9wV39jvUaFe8+iZM++WHSH3aeYH3Svw3OcIIUcwg==",
      "path": "humanizer.core.sk/2.5.16",
      "hashPath": "humanizer.core.sk.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.sl/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yvWyqJ6A64D2ke85+qhbBOhY2mFnv/qn/dTKlsMrU2SWjCDq+TnaQNgezRbqsBfdlrtbEDGoyIu+eJL+fagd6g==",
      "path": "humanizer.core.sl/2.5.16",
      "hashPath": "humanizer.core.sl.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.sr/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nLH0sispWBrCiCrDBHJYkMVdKD64nvycvC4q0WmxCWFIQRAOk61eRWqIAEvmXge0AYhF8SztKv4LMLULTWsMXQ==",
      "path": "humanizer.core.sr/2.5.16",
      "hashPath": "humanizer.core.sr.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.sr-Latn/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vPzhdjoGBg/gR90fe0eZhcEQLXPDiRY5PuIRhgweSX9c3Tqj2byFzHLzgU5h5ym6AfULSQgLOyYAvGO58EMFag==",
      "path": "humanizer.core.sr-latn/2.5.16",
      "hashPath": "humanizer.core.sr-latn.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.sv/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-00WqI2fdWaNUtSeH6oRAsLrOy201XlryYClDuKBMBUA9ykFQ7ieRyv4FKSz1lJQxO11ZIlf2z4Nem4DJCJcYWw==",
      "path": "humanizer.core.sv/2.5.16",
      "hashPath": "humanizer.core.sv.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.tr/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-07NdtmuhZfTeSkhb6Gc0FxplIp1Cw6gFt6DkG4vMThWEyD9ZOyAm1ldb2qBmTLHy8Gk88YNbI341quE/9xKx5A==",
      "path": "humanizer.core.tr/2.5.16",
      "hashPath": "humanizer.core.tr.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.uk/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DOnSyg26X86rqIUk/iCmxKeurdEGpq4z9bN5FsAmCwM6LfHXs94rqfNpwDvDXx3aXbisV97s4GC6i/rzMZelDg==",
      "path": "humanizer.core.uk/2.5.16",
      "hashPath": "humanizer.core.uk.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.uz-Cyrl-UZ/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+skpYJei+vy1KmI4LGkoED9Jggmksyh35jn74Jlzmoil919CncSRALykVTMYwXUR7rmudw1hgEtlDcUX01HnPA==",
      "path": "humanizer.core.uz-cyrl-uz/2.5.16",
      "hashPath": "humanizer.core.uz-cyrl-uz.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.uz-Latn-UZ/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rAt4StQ13ss1wiQsHp2pPiDBWCs3TbUnwNqcZFB6B3/Y0zRJewbzAsWCKObUlQStXY9NM4uh0uzQ0eUX40x29A==",
      "path": "humanizer.core.uz-latn-uz/2.5.16",
      "hashPath": "humanizer.core.uz-latn-uz.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.vi/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7c9zr2pvBA07j+Aquk0QizDxm9cPKO19B2LL817/k6ahtsEsYAxKI4HW7yYVbxheCLzG+Hs9BA7pKM30joz0aQ==",
      "path": "humanizer.core.vi/2.5.16",
      "hashPath": "humanizer.core.vi.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.zh-CN/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NFV9vuTxCyB4ytY1kLE6d+AyNDtU4SA6UBZhcXQnXdg63pro69bN/G7RRqv3eFGyPVqgx4iIgE+QzGcL+/OQhw==",
      "path": "humanizer.core.zh-cn/2.5.16",
      "hashPath": "humanizer.core.zh-cn.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.zh-Hans/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TFdELB8pAyK3/cgt3LOZEEfqZe3vH30CmpbL/awb2ZCi58KrEQIPmrD9zwww4aTubtlLko8sKlJ+hhMJYQzyig==",
      "path": "humanizer.core.zh-hans/2.5.16",
      "hashPath": "humanizer.core.zh-hans.2.5.16.nupkg.sha512"
    },
    "Humanizer.Core.zh-Hant/2.5.16": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BoW9UWxFoyWql7BewTuO6wc1p5J85O4+YPGSc2NVNDrUFdCIK/OvmR0LQJAL6zcc7Klxb5sP95BaqHWZ07lfDQ==",
      "path": "humanizer.core.zh-hant/2.5.16",
      "hashPath": "humanizer.core.zh-hant.2.5.16.nupkg.sha512"
    },
    "Microsoft.CSharp/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
      "path": "microsoft.csharp/4.0.1",
      "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512"
    },
    "Microsoft.NETCore.App/3.0.0-preview-27122-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eF0Jh4+9RU26WSZ6cAKrFHZxLdKvl4MQy3AKHO7Vw668Bz3KhX9LC5mlDNt3TAtXTaaojjNuCRPNZwtc63Ds3Q==",
      "path": "microsoft.netcore.app/3.0.0-preview-27122-01",
      "hashPath": "microsoft.netcore.app.3.0.0-preview-27122-01.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/3.0.0-preview-27122-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kWeTxxiUu1R2ZehAfb2gd/vUAhgxlmXHEluH3/CkYdOwV5bvxLcZchlNU0xAAk3Pb6uLUl1E6bf6th+yp1qrCw==",
      "path": "microsoft.netcore.dotnetapphost/3.0.0-preview-27122-01",
      "hashPath": "microsoft.netcore.dotnetapphost.3.0.0-preview-27122-01.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview-27122-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+SNPRHwjvHswN0ADHSqCpBCT3LNVv7ILxfbXYsDqYEwa1etX2YwYDpO2j+4U/7pY/bE/H8LdmlMMBorpPIZMIQ==",
      "path": "microsoft.netcore.dotnethostpolicy/3.0.0-preview-27122-01",
      "hashPath": "microsoft.netcore.dotnethostpolicy.3.0.0-preview-27122-01.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/3.0.0-preview-27122-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LJGENrcxKnWtVWRw/HzsrSGO3Rur7xsWDQwB+WFF3MW6ov5D/DIlfZYY2cjgQP9IXOCD544AUqwvOQOH9r5Jxg==",
      "path": "microsoft.netcore.dotnethostresolver/3.0.0-preview-27122-01",
      "hashPath": "microsoft.netcore.dotnethostresolver.3.0.0-preview-27122-01.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.0.0-preview.18571.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KIs9ELVPZlMdd9TOzrY0owspckJUscyPap7LQVqR6GrLNcNnJVg0pF+ulbyxzuBtN3mRHKp16ei2linhMCnIEg==",
      "path": "microsoft.netcore.platforms/3.0.0-preview.18571.3",
      "hashPath": "microsoft.netcore.platforms.3.0.0-preview.18571.3.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"
    },
    "Microsoft.Web.Xdt/2.1.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ykJYj8JWMh22yVPivnrzapayDLFzGXwmPhynJEEY/zIGRgvwk1/Ft5KhBssORcJeW1ADjCsntV69bP6ynhotDQ==",
      "path": "microsoft.web.xdt/2.1.2",
      "hashPath": "microsoft.web.xdt.2.1.2.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
      "path": "microsoft.win32.primitives/4.3.0",
      "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==",
      "path": "microsoft.win32.registry/4.3.0",
      "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/4.6.0-preview.18571.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nbHG8a2xFrJ6Xlf/+Tt5Dn4guKagyPZK6Ts+NS1cQO+C0j1P5TCfhiqZlx3ns8kfPymAM6SdIcdCugRdYJsx/Q==",
      "path": "microsoft.win32.systemevents/4.6.0-preview.18571.3",
      "hashPath": "microsoft.win32.systemevents.4.6.0-preview.18571.3.nupkg.sha512"
    },
    "Microsoft.WindowsAPICodePack-Shell/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1hE+ePsvJPNKIgRun1dVPL/2fLWGWwjHigTwpARvwqeY/yuO8Uhtg4yvVWGrX+9+0OxIteaox83pBDgYH8mbog==",
      "path": "microsoft.windowsapicodepack-shell/1.1.0",
      "hashPath": "microsoft.windowsapicodepack-shell.1.1.0.nupkg.sha512"
    },
    "Microsoft.WindowsDesktop.App/3.0.0-alpha-27128-4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ClRs2r86rQ0hNy02pbroWxu9xZc5zgFhPjARSrGOO/uebrHKnENkFKc288f+6MkeQ8RpMU9ZDtRqQtMTTFRajw==",
      "path": "microsoft.windowsdesktop.app/3.0.0-alpha-27128-4",
      "hashPath": "microsoft.windowsdesktop.app.3.0.0-alpha-27128-4.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-R73gEjqCkI2Nw/IlN8QvcgPNklqQiPowp47JwvW0Bnp/RZnjN4UrJwEvWVJWRK1MsQ+HIfGe9i4aQlfK+ei9jA==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/9.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==",
      "path": "newtonsoft.json/9.0.1",
      "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512"
    },
    "NuGet.Common/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-22ZTYiLHB1KvgQpYOAcnNTS8smy1ztOiP4aUEfI1SsjbgHxpcIYgcCHrRfynxrh4KwXS6dlAHfzQVKH+ZLj3/A==",
      "path": "nuget.common/5.0.0-xprivate.52646",
      "hashPath": "nuget.common.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "NuGet.Configuration/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-naKEnw4kMSOZJwNHz2ECve0Fyao2tcb6341UX3yekRT+ZDlC1QNE6bAYs2Oq96O9dCdkrW4Vfeu1Q+IcEUpFWQ==",
      "path": "nuget.configuration/5.0.0-xprivate.52646",
      "hashPath": "nuget.configuration.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "NuGet.Credentials/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NsHamMeQ12be4G7gYEgYcC/N+LltRZSplCsB6l+ehGOsPq2wf1WjQxEi9jeDN3inpuc8SE9SPNxkIGhk5zVXUw==",
      "path": "nuget.credentials/5.0.0-xprivate.52646",
      "hashPath": "nuget.credentials.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "NuGet.Frameworks/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2afieFwBsqns5UAyBCMNu0MOvmICtMdn5FkJUUFFIEBXk3fBPT3H3kgJxv14/ZsEKQEJ5B8C3+PKMUCUKby4qw==",
      "path": "nuget.frameworks/5.0.0-xprivate.52646",
      "hashPath": "nuget.frameworks.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "NuGet.PackageManagement/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YjDLORlpn/25jcxY5vInvvj6irM6Q7dvRrnhFXU1ZPv6uDnB0kK1nhrUujRfYNsOvJH0HFT7zbaEoIuWEdOGgw==",
      "path": "nuget.packagemanagement/5.0.0-xprivate.52646",
      "hashPath": "nuget.packagemanagement.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "NuGet.Packaging/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bLHRjsDHbDWTMZMWMjgFwmRP05qj5JFLeCgzmuTqdueIPWnn6R7hbQzAoJZiLwmO0sTdKdcA4Du0MsQTwEhxCQ==",
      "path": "nuget.packaging/5.0.0-xprivate.52646",
      "hashPath": "nuget.packaging.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "NuGet.Packaging.Core/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-j2zWN8nxHAUe/Ov9RHNwY6XBtCqoyhcTEo6sKhmjImiLVy26oOLeFsCL/MjjHGuuR3P8OBtK/Mp6Hgwra9vcmw==",
      "path": "nuget.packaging.core/5.0.0-xprivate.52646",
      "hashPath": "nuget.packaging.core.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "NuGet.Protocol/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Pg68o5l8xUOkQ5JcPXh3obxKN5501ttTR8Hj01IwIrt9/K72akDGKZIpNrkKAHAZFfj2PGUhs7idpLkzcqD/Lw==",
      "path": "nuget.protocol/5.0.0-xprivate.52646",
      "hashPath": "nuget.protocol.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "NuGet.Versioning/5.0.0-xprivate.52646": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pJiGI+qBVr9SGyl5iNbJvwXWtb326e4Aew/A2vOHJFFeP06Woh2fQXaP3FGnqBwmxHkndyWD3z+gpJiS477k+A==",
      "path": "nuget.versioning/5.0.0-xprivate.52646",
      "hashPath": "nuget.versioning.5.0.0-xprivate.52646.nupkg.sha512"
    },
    "Ookii.Dialogs.Wpf/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3MdJvUxoEiU8ddJeJyAXCO28Wn5NSSW8XKkPkK1vZGc/pU0MudWLbn48weVs8OWxHIp+3gRpHa5GOEPxLafR3Q==",
      "path": "ookii.dialogs.wpf/1.0.0",
      "hashPath": "ookii.dialogs.wpf.1.0.0.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.native.System/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
      "path": "runtime.native.system/4.3.0",
      "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
      "path": "runtime.native.system.net.http/4.3.0",
      "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.App/3.0.0-preview-27122-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lWxdXhee86q5hHNBWVMvEBBlfemjaTK1E/Du/8fqh91V2rvzBSsXwtBnFwvpSqCvgixR4H5sKB70xmuIeCdqUg==",
      "path": "runtime.win-x86.microsoft.netcore.app/3.0.0-preview-27122-01",
      "hashPath": "runtime.win-x86.microsoft.netcore.app.3.0.0-preview-27122-01.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/3.0.0-preview-27122-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Pbqo220QgZjkBp/bnDS0g+4ZgdgxRGk48uFT7Hq67rAEAMyHN0HONqpWdwc0ys4T6cYz6yhCyHmqjKtfnVZZ/w==",
      "path": "runtime.win-x86.microsoft.netcore.dotnetapphost/3.0.0-preview-27122-01",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnetapphost.3.0.0-preview-27122-01.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview-27122-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-u6jVOYXJrA+k7TBb4ZMRBxVOwefFhNIv2E68GVMrBtSkeuK84tRydiyDRI3IkVtJcTbZFc4IqjEyerK2FGoimw==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostpolicy/3.0.0-preview-27122-01",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostpolicy.3.0.0-preview-27122-01.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/3.0.0-preview-27122-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mZ0++fgC9nwRGGA+EWDjAY8H6KdSUwO/TQE5NKFL5/5fKyi01drcqFp6nDo0G7kIeG8ZG0NwFh8gkJg1tt8HDQ==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostresolver/3.0.0-preview-27122-01",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostresolver.3.0.0-preview-27122-01.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.WindowsDesktop.App/3.0.0-alpha-27128-4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m0DhCXvnzZs04sVq6mAanP9Ou6V+leCq8XMexq0mDbtLWy1FQdqAsDkLRv6G+hNQ8Tm/WkoQ1SdLYnsPKcYHdQ==",
      "path": "runtime.win-x86.microsoft.windowsdesktop.app/3.0.0-alpha-27128-4",
      "hashPath": "runtime.win-x86.microsoft.windowsdesktop.app.3.0.0-alpha-27128-4.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
      "path": "system.collections/4.3.0",
      "hashPath": "system.collections.4.3.0.nupkg.sha512"
    },
    "System.Collections.Concurrent/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.NonGeneric/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
      "path": "system.collections.nongeneric/4.3.0",
      "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512"
    },
    "System.Collections.Specialized/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
      "path": "system.collections.specialized/4.3.0",
      "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512"
    },
    "System.ComponentModel.Composition/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pOLRbg5l0P53ZWs8fAqiLPHb1fJum2H1XoWeO5XV6b/oCzRSSzz5LPtzDUZay2KCNWCn7w38zx1+swei210iJg==",
      "path": "system.componentmodel.composition/4.5.0",
      "hashPath": "system.componentmodel.composition.4.5.0.nupkg.sha512"
    },
    "System.Configuration.ConfigurationManager/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+2SYYKwbN0n+9SrBanflZdaVleFkytEfTNzOu+f3SK0vROMMrorpw1UJyHJQ1ZooughRxPmLj8Fh5N2tSe7sdA==",
      "path": "system.configuration.configurationmanager/4.5.0",
      "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
      "path": "system.diagnostics.diagnosticsource/4.3.0",
      "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Process/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
      "path": "system.diagnostics.process/4.3.0",
      "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.StackTrace/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==",
      "path": "system.diagnostics.stacktrace/4.3.0",
      "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tools/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
      "path": "system.diagnostics.tools/4.0.1",
      "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
    },
    "System.Diagnostics.TraceSource/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==",
      "path": "system.diagnostics.tracesource/4.3.0",
      "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
      "path": "system.diagnostics.tracing/4.3.0",
      "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "System.Drawing.Common/4.6.0-preview.18571.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-j1Mgvfe+1bx5jnTnowfn2JXYL7d5FXxxxlTcbgxyoy0gdCpErr75xWttHx5cBK2QJOTn22469PcwmYc9LOzhtQ==",
      "path": "system.drawing.common/4.6.0-preview.18571.3",
      "hashPath": "system.drawing.common.4.6.0-preview.18571.3.nupkg.sha512"
    },
    "System.Dynamic.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
      "path": "system.dynamic.runtime/4.3.0",
      "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
      "path": "system.globalization.calendars/4.3.0",
      "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
      "path": "system.globalization.extensions/4.3.0",
      "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
      "path": "system.io.filesystem/4.3.0",
      "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
      "path": "system.io.filesystem.primitives/4.3.0",
      "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
    },
    "System.Linq/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
      "path": "system.linq.expressions/4.3.0",
      "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
    },
    "System.Memory/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oonnLQPZAGD21qtNMG4EtVmbYOInk2jV7M+g108B6OHOb67ZOaWnA/K8P5oQ6uK9wxKzB1iEXSChQOi2scKOqA==",
      "path": "system.memory/4.5.1",
      "hashPath": "system.memory.4.5.1.nupkg.sha512"
    },
    "System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
      "path": "system.net.http/4.3.0",
      "hashPath": "system.net.http.4.3.0.nupkg.sha512"
    },
    "System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
      "path": "system.net.primitives/4.3.0",
      "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
    },
    "System.Net.Requests/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OZNUuAs0kDXUzm7U5NZ1ojVta5YFZmgT2yxBqsQ7Eseq5Ahz88LInGRuNLJ/NP2F8W1q7tse1pKDthj3reF5QA==",
      "path": "system.net.requests/4.3.0",
      "hashPath": "system.net.requests.4.3.0.nupkg.sha512"
    },
    "System.Net.WebHeaderCollection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==",
      "path": "system.net.webheadercollection/4.3.0",
      "hashPath": "system.net.webheadercollection.4.3.0.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
      "path": "system.reflection.emit/4.3.0",
      "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
      "path": "system.reflection.emit.ilgeneration/4.3.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
      "path": "system.reflection.emit.lightweight/4.3.0",
      "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Metadata/1.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sARURAx/ZV3f3lL/40TG9y2Wqk60DXUlvzowM5oYeHlcpuEMIxoKnDBhNwBzwRs3i+vWUwIbU7Kk/+mG+hzckA==",
      "path": "system.reflection.metadata/1.6.0",
      "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
      "path": "system.reflection.typeextensions/4.3.0",
      "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Caching/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qKt7Kt7hY0FcAN2bFyH8Sj9RxQSIw7chgyN/lB4aXHoAdooEagLbDf522y1wdlyvT/vN/iwxpQUBxzhw+/9z7A==",
      "path": "system.runtime.caching/4.5.0",
      "hashPath": "system.runtime.caching.4.5.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-k3rsGIl3aG0AJVIxs8z2mTvF4BSFJtkHSYbnhgcdZX9L80Hr5U8/VYHlci26mJz3gZSFX1JjRyEQZhbDnBb4tw==",
      "path": "system.runtime.compilerservices.unsafe/4.5.2",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
      "path": "system.runtime.extensions/4.3.0",
      "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
      "path": "system.runtime.handles/4.3.0",
      "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
      "path": "system.runtime.interopservices/4.3.0",
      "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Formatters/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==",
      "path": "system.runtime.serialization.formatters/4.3.0",
      "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
      "path": "system.runtime.serialization.primitives/4.3.0",
      "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6RQtcT+TyDgLUFsAnmmdfRRGdLYKxSZGkSPOd052tvYFxOTMaQb6ANlwhGqZtNO52PosaCoXu7uatFneujAxmA==",
      "path": "system.security.accesscontrol/4.5.0",
      "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
      "path": "system.security.cryptography.algorithms/4.3.0",
      "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Cng/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mGJlrpfwmR+KIfBw3+8emfh6VCutuQDIyRJNzuZoKs+PjTZ2tzBD72Ru6BoQt9O+HgECfxwAganrTlAuup7mXw==",
      "path": "system.security.cryptography.cng/4.5.0",
      "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
      "path": "system.security.cryptography.csp/4.3.0",
      "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
      "path": "system.security.cryptography.openssl/4.3.0",
      "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Pkcs/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mwBLO4Dh/bHOVd+ErYxJglwO0q3ulyszqL+hSRMNJ6WPJNoHUWYnRMbp+6iBbj+5u6ooAkXbDqJZ8juVkeDLiQ==",
      "path": "system.security.cryptography.pkcs/4.5.1",
      "hashPath": "system.security.cryptography.pkcs.4.5.1.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-s/MFK8BvgtejZj5a8qAPDXEGBtWkpFX98qwQP/wqVa9CgIC7LrKHxDFdlN5x6afGAb0ZVBVGIZlCdBLnO2QjZw==",
      "path": "system.security.cryptography.protecteddata/4.5.0",
      "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
      "path": "system.security.cryptography.x509certificates/4.3.0",
      "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Xml/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X+/taLXTKYziKvWE4ZEyhpY0QQ17fm9eW70cvMCE6LAsWYqdv708i0HJeSVy7/5R5547GR/CEGOjUkYq6bJfPg==",
      "path": "system.security.cryptography.xml/4.5.0",
      "hashPath": "system.security.cryptography.xml.4.5.0.nupkg.sha512"
    },
    "System.Security.Permissions/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O+e9qamSTJ4YOJCpnLgsf9FTGfsxJv2On1OdYkhmd/XA5AYRvUatkz7Rp3dS9XR7rhVuklnjST1dRoMK7N4cGw==",
      "path": "system.security.permissions/4.5.0",
      "hashPath": "system.security.permissions.4.5.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aEFuhlWINOa6KnKeFqQNzmtOeyCCyIJY4CS5DI9keDNXgVzqVsK46axp8Rpkx46S+QlNTqGgdx/O/mzrC1GA5A==",
      "path": "system.security.principal.windows/4.5.0",
      "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
      "path": "system.text.encoding.extensions/4.3.0",
      "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
      "path": "system.text.regularexpressions/4.1.0",
      "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==",
      "path": "system.threading.tasks.extensions/4.0.0",
      "hashPath": "system.threading.tasks.extensions.4.0.0.nupkg.sha512"
    },
    "System.Threading.Thread/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
      "path": "system.threading.thread/4.3.0",
      "hashPath": "system.threading.thread.4.3.0.nupkg.sha512"
    },
    "System.Threading.ThreadPool/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
      "path": "system.threading.threadpool/4.3.0",
      "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
    },
    "System.Windows.Extensions/4.6.0-preview.18571.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nxiKeQUycyWhTM/Lemjk0tOwGooMaszhvJA+m6m9lX7WlfWJIdlZVz/ig7GV/UTCiJneXfLnFsljZA6sOOPIjw==",
      "path": "system.windows.extensions/4.6.0-preview.18571.3",
      "hashPath": "system.windows.extensions.4.6.0-preview.18571.3.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
      "path": "system.xml.readerwriter/4.0.11",
      "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
    },
    "System.Xml.XDocument/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
      "path": "system.xml.xdocument/4.0.11",
      "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
    },
    "Core/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "NuGetPackageExplorer.Types/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "PackageViewModel/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
NuGetPackageExplorer.dll
md5: 60EFA77FE28D39D293C95D9ADD4671F6 | sha1: 5796BFC73B4D0BA5441009F76A3E26760BF0B0C6 | sha256: 18B7CE478CB88380F91A3D9EE86B56791F1BF2C13314AACC0C0C130A34A0EFBF | sha512: D62F98AC9253B66D4E7C67399CFD3534FC6531A04FE61922FC085FE5C4D8A3FB58E1B328F760E67A08551D5CF5B8EF933C6C21AD068656DAB2D95079CC3E47AC
NuGetPackageExplorer.dll.config
<?xml version="1.0"?>
<configuration>
  <configSections>
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
      <section name="PackageExplorer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    </sectionGroup>
  </configSections>
  <appSettings>
    <add key="bugsnag:apiKey" value="6611a47ca5317d984b45387c8382b955" />
    <add key="bugsnag:sourceRoots" value="D:\a\1\s" />
  </appSettings>
  <userSettings>
    <PackageExplorer.Properties.Settings>
      <setting name="FontSize" serializeAs="String">
        <value>12</value>
      </setting>
      <setting name="ContentViewerHeight" serializeAs="String">
        <value>400</value>
      </setting>
      <setting name="PackageSource" serializeAs="String">
        <value>https://api.nuget.org/v3/index.json</value>
      </setting>
      <setting name="WindowPlacement" serializeAs="String">
        <value />
      </setting>
      <setting name="PublishPrivateKey" serializeAs="String">
        <value />
      </setting>
      <setting name="PublishPackageLocation" serializeAs="String">
        <value>https://nuget.org</value>
      </setting>
      <setting name="PackageChooserDialogWidth" serializeAs="String">
        <value>630</value>
      </setting>
      <setting name="PackageChooserDialogHeight" serializeAs="String">
        <value>450</value>
      </setting>
      <setting name="IsFirstTime" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="PackageContentHeight" serializeAs="String">
        <value>400</value>
      </setting>
      <setting name="ShowTaskShortcuts" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="WordWrap" serializeAs="String">
        <value>False</value>
      </setting>
      <setting name="ShowLineNumbers" serializeAs="String">
        <value>False</value>
      </setting>
      <setting name="PublishAsUnlisted" serializeAs="String">
        <value>False</value>
      </setting>
      <setting name="ShowPrereleasePackages" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="IsFirstTimeAfterMigrate" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="SigningCertificate" serializeAs="String">
        <value />
      </setting>
      <setting name="TimestampServer" serializeAs="String">
        <value />
      </setting>
      <setting name="SigningHashAlgorithmName" serializeAs="String">
        <value />
      </setting>
      <setting name="AutoLoadPackages" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="UseApiKey" serializeAs="String">
        <value>True</value>
      </setting>
    </PackageExplorer.Properties.Settings>
  </userSettings>
  <runtime>
    <loadFromRemoteSources enabled="true"/>
    <AppContextSwitchOverrides value="Switch.System.Diagnostics.IgnorePortablePDBsInStackTraces=false" />
  </runtime>
</configuration>
NuGetPackageExplorer.exe
md5: 0C982D190EEC2ECB7556D280148CB4C3 | sha1: 935FACE917D2BD9983F58151B92828F841B4EA5D | sha256: 2A558DE2E1718101EBAA113052614BB2522A95F60749392EF1EF8BB0DE809BF1 | sha512: 0D75E22981C67DECD1E5E7671E4DF53D8729FDC02FAD097F2A1F541B33118EB4F347AB20856BB1AE950AE4D34A14BF28ABB7C13DD3A55E244F7C43A5015AB404
NuGetPackageExplorer.exe.gui
 
NuGetPackageExplorer.runtimeconfig.json
{
  "runtimeOptions": {}
}
NuGetPackageExplorer.Types.dll
md5: 95F5FAF8D50BD10C9D2E5DC68827C18F | sha1: 96DEF3DA2EF92C0E62392DD1CF2F553FA1565B6D | sha256: E8B5B3521B15A1353EA96C45C16A765C2036A6B1637CF1A5C467B5D086524750 | sha512: 5EA056E75679425DAF437401DF235B7DBD509C544946C5409CD393B412E26608ECC22F6A7EE3715A244A4F7FC94F940FF53D1F5452F718508A18600BB2D6DEE3
NuGetPackageExplorer.Types.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>NuGetPackageExplorer.Types</name>
    </assembly>
    <members>
    </members>
</doc>
NuGetPackageExplorer.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>NuGetPackageExplorer</name>
    </assembly>
    <members>
        <member name="T:PackageExplorer.AboutWindow">
            <summary>
            Interaction logic for AboutWindow.xaml
            </summary>
            <summary>
            AboutWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.AboutWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.App">
            <summary>
            App
            </summary>
        </member>
        <member name="M:PackageExplorer.App.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="M:PackageExplorer.App.Main">
            <summary>
            Application Entry Point.
            </summary>
        </member>
        <member name="T:PackageExplorer.ContentViewerPane">
            <summary>
            Interaction logic for ContentViewerPane.xaml
            </summary>
            <summary>
            ContentViewerPane
            </summary>
        </member>
        <member name="M:PackageExplorer.ContentViewerPane.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.Controls.PdbFileViewer">
            <summary>
            Interaction logic for PdbFileViewer.xaml
            </summary>
            <summary>
            PdbFileViewer
            </summary>
        </member>
        <member name="M:PackageExplorer.Controls.PdbFileViewer.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.BooleanToVisibilityConverter">
            <summary>
            This BooleanToVisibility converter allows us to override the converted value when
            the bound value is false.
            
            The built-in converter in WPF restricts us to always use Collapsed when the bound 
            value is false.
            </summary>
        </member>
        <member name="T:PackageExplorer.FileEditor">
            <summary>
            FileEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.FileEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.MainWindow">
            <summary>
            Interaction logic for MainWindow.xaml
            </summary>
            <summary>
            MainWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.MainWindow.AskToSaveCurrentFile">
            <summary>
            Asks user to save the current file before doing something (e.g. exit, open a new file)
            </summary>
            <returns>true if user cancels the impending action</returns>
        </member>
        <member name="M:PackageExplorer.MainWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageAnalyzerPane">
            <summary>
            Interaction logic for PackageAnalyzerPane.xaml
            </summary>
            <summary>
            PackageAnalyzerPane
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageAnalyzerPane.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageChooserDialog">
            <summary>
            Interaction logic for PackageChooserDialog.xaml
            </summary>
            <summary>
            PackageChooserDialog
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageChooserDialog.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageDetailActionsControl">
            <summary>
            Interaction logic for PackageDetailActionsControl.xaml
            </summary>
            <summary>
            PackageDetailActionsControl
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageDetailActionsControl.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageDetailControl">
            <summary>
            Interaction logic for PackageDetailControl.xaml
            </summary>
            <summary>
            PackageDetailControl
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageDetailControl.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageListItem">
            <summary>
            Interaction logic for PackageListItem.xaml
            </summary>
            <summary>
            PackageListItem
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageListItem.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageDependencyEditor">
            <summary>
            Interaction logic for PackageDependencyEditor.xaml
            </summary>
            <summary>
            PackageDependencyEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageDependencyEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageMetadataEditor">
            <summary>
            PackageMetadataEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageMetadataEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageReferencesEditor">
            <summary>
            PackageReferencesEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageReferencesEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageViewer">
            <summary>
            Interaction logic for PackageViewer.xaml
            </summary>
            <summary>
            PackageViewer
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageViewer.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PluginManagerDialog">
            <summary>
            PluginManagerDialog
            </summary>
        </member>
        <member name="M:PackageExplorer.PluginManagerDialog.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PortableLibraryDialog">
            <summary>
            PortableLibraryDialog
            </summary>
        </member>
        <member name="M:PackageExplorer.PortableLibraryDialog.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PublishPackageWindow">
            <summary>
            PublishPackageWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.PublishPackageWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.RenameWindow">
            <summary>
            Interaction logic for RenameWindow.xaml
            </summary>
            <summary>
            RenameWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.RenameWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_CreatedByLabel">
            <summary>
              Looks up a localized string similar to Authors:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_DependenciesLabel">
            <summary>
              Looks up a localized string similar to Dependencies:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_DevelopmentDependencyLabel">
            <summary>
              Looks up a localized string similar to Development Dependency:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_DownloadingPackage">
            <summary>
              Looks up a localized string similar to Downloading package {0} {1}.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_Errors">
            <summary>
              Looks up a localized string similar to Errors.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_FrameworkAssembliesLabel">
            <summary>
              Looks up a localized string similar to Framework Assembly References:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_HelpAbout">
            <summary>
              Looks up a localized string similar to Author: Luan Nguyen (@dotnetjunky). For more information, visit http://nuget.codeplex.com..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_IdLabel">
            <summary>
              Looks up a localized string similar to Id:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_Information">
            <summary>
              Looks up a localized string similar to Information.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_InvalidPackageUrl">
            <summary>
              Looks up a localized string similar to The package URL {0} is invalid and can not be opened..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_LanguageLabel">
            <summary>
              Looks up a localized string similar to Language:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_LicenceMeta">
            <summary>
              Looks up a localized string similar to License Meta:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_LicenseExpression">
            <summary>
              Looks up a localized string similar to Expression:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_LicenseExpressionVersion">
            <summary>
              Looks up a localized string similar to Expression Version:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_MinVersionLabel">
            <summary>
              Looks up a localized string similar to Min client version:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_MoreInfo">
            <summary>
              Looks up a localized string similar to Package Information.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_NoDependencyLabel">
            <summary>
              Looks up a localized string similar to No Dependencies.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_OpenFileFilter">
            <summary>
              Looks up a localized string similar to All supported files|*.nupkg;*.snupkg;*.nuspec|NuGet package file (*.nupkg)|*.nupkg|NuGet Symbols package file (*.snupkg)|*.snupkg|NuSpec file (*.nuspec)|*.nuspec.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_OwnersLabel">
            <summary>
              Looks up a localized string similar to Owners:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_PublisherLabel">
            <summary>
              Looks up a localized string similar to Publisher:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ReportAbuse">
            <summary>
              Looks up a localized string similar to Report Abuse.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryBranch">
            <summary>
              Looks up a localized string similar to Branch:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryCommit">
            <summary>
              Looks up a localized string similar to Commit:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryLabel">
            <summary>
              Looks up a localized string similar to Repository:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryType">
            <summary>
              Looks up a localized string similar to Type:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryUrl">
            <summary>
              Looks up a localized string similar to Url:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RequireLicenseLabel">
            <summary>
              Looks up a localized string similar to Requires License Acceptance:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_SaveQuestion">
            <summary>
              Looks up a localized string similar to Do you want to save your changes?.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ServiceableLabel">
            <summary>
              Looks up a localized string similar to Serviceable:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_SetActivePackagePublishSource">
             <summary>
               Looks up a localized string similar to The external url wants to add a publish source to NuGet Package Explorer.
            
            Do you want to add &apos;{0}&apos; to the list of package publish sources?.
             </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ShowDetails">
            <summary>
              Looks up a localized string similar to Show details....
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_SignatureValidation">
            <summary>
              Looks up a localized string similar to Signature Validation:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_TagLabel">
            <summary>
              Looks up a localized string similar to Tags:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_Title">
            <summary>
              Looks up a localized string similar to NuGet Package Explorer.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_TitleLabel">
            <summary>
              Looks up a localized string similar to Title:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ValidationResult">
            <summary>
              Looks up a localized string similar to Validation Results:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ValidationResultTitle">
            <summary>
              Looks up a localized string similar to Package Validation Results.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_VersionLabel">
            <summary>
              Looks up a localized string similar to Version:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ViewLicense">
            <summary>
              Looks up a localized string similar to View License Terms.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_Warnings">
            <summary>
              Looks up a localized string similar to Warnings.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.MoveContentFileToFolder">
            <summary>
              Looks up a localized string similar to Do you want to add the file &apos;{0}&apos; to &apos;{1}&apos; folder instead?.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.MoveContentFileToFolderExplanation">
            <summary>
              Looks up a localized string similar to NuGet does not do anything special with files at the package root. The extension of this file indicates that it is intended to be placed in the &apos;{0}&apos; folder. .
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.NoFxDependencyGroup">
            <summary>
              Looks up a localized string similar to (not framework specific).
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.NoNetworkConnection">
            <summary>
              Looks up a localized string similar to Network connection is not detected..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ActionDownload">
            <summary>
              Looks up a localized string similar to download.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ActionHideAllVersions">
            <summary>
              Looks up a localized string similar to hide all versions.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ActionOpen">
            <summary>
              Looks up a localized string similar to open.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ActionShowAllVersions">
            <summary>
              Looks up a localized string similar to show all versions.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ClearSearchButtonTooltip">
            <summary>
              Looks up a localized string similar to Clear search.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ColumnHeaderDownloads">
            <summary>
              Looks up a localized string similar to Downloads.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ColumnHeaderPublished">
            <summary>
              Looks up a localized string similar to Published.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ColumnHeaderVersion">
            <summary>
              Looks up a localized string similar to Version.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailAuthors">
            <summary>
              Looks up a localized string similar to Author(s):.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailDatePublished">
            <summary>
              Looks up a localized string similar to Date published:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailDescription">
            <summary>
              Looks up a localized string similar to Description.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailLicense">
            <summary>
              Looks up a localized string similar to License:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailProjectUrl">
            <summary>
              Looks up a localized string similar to Project URL:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailReportAbuse">
            <summary>
              Looks up a localized string similar to Report Abuse:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailTags">
            <summary>
              Looks up a localized string similar to Tags:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailVersion">
            <summary>
              Looks up a localized string similar to Version:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_PackageSource">
            <summary>
              Looks up a localized string similar to _Package source:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_SearchBoxTooltip">
            <summary>
              Looks up a localized string similar to Search for package.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_SearchBoxWatermark">
            <summary>
              Looks up a localized string similar to Search (Ctrl+E).
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_SearchButtonTooltip">
            <summary>
              Looks up a localized string similar to Search.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ShowPreReleasePackages">
            <summary>
              Looks up a localized string similar to Show pre-release packages.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_WindowTitle">
            <summary>
              Looks up a localized string similar to Select Package.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageContentsVerifyError">
            <summary>
              Looks up a localized string similar to Failed to download package correctly. The contents of the package could not be verified..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageHasNoFile">
            <summary>
              Looks up a localized string similar to There are no contents or dependencies in the package..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.ProxyConnectToMessage">
            <summary>
              Looks up a localized string similar to Connect to {0}.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Disallowed">
            <summary>
              Looks up a localized string similar to Disallowed.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Pending">
            <summary>
              Looks up a localized string similar to Pending.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Suspect">
            <summary>
              Looks up a localized string similar to Suspect.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Unknown">
            <summary>
              Looks up a localized string similar to Unknown.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Valid">
            <summary>
              Looks up a localized string similar to Valid.
            </summary>
        </member>
        <member name="T:PackageExplorer.SignPackageDialog">
            <summary>
            SignPackageDialog
            </summary>
        </member>
        <member name="M:PackageExplorer.SignPackageDialog.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.TaskShortcut">
            <summary>
            Interaction logic for TaskShortcut.xaml
            </summary>
            <summary>
            TaskShortcut
            </summary>
        </member>
        <member name="M:PackageExplorer.TaskShortcut.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.ValidationResultWindow">
            <summary>
            Interaction logic for AboutWindow.xaml
            </summary>
            <summary>
            ValidationResultWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.ValidationResultWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:xamlSpinnersWPF.ucSpinnerDotCircle">
            <summary>
            Interaction logic for ucSpinnerDotCircle.xaml
            </summary>
            <summary>
            ucSpinnerDotCircle
            </summary>
        </member>
        <member name="M:xamlSpinnersWPF.ucSpinnerDotCircle.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
    </members>
</doc>
Ookii.Dialogs.Wpf.dll
md5: B91F6906B85B32971DDA80139F9078FE | sha1: 6EB70FA02BE06A9B96DD45F94A626026F20F143E | sha256: 160EC23F8BFB0705FF2844A263C49DA0B7C8606FA83AA6ACFFE15F7296F06368 | sha512: 43691DE810ED85030B9CABD36EEFD0D88393C894B2F7FC938885725631D49766EFEFE4456C2FA196F4B7741BF3C6D8EF1A69F032D723881F45FD0AD195C65116
PackageViewModel.dll
md5: BFF7040F0913FC0723AEEA3C063ACEE8 | sha1: 02AA8744B70A0800AF52C49DBF77FE33256F000D | sha256: 125C118FC47A16A3259F1CBB0A904C0CEFBA194274706F38972F48E469671C49 | sha512: F15F84C50FCEE191792311BFA38D0B8DD1868BE23E32745340B514566A5CD951B5A8910394F7198AED3B67802747A292066C852CBE861D40AAF114872AFA327F
PackageViewModel.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>PackageViewModel</name>
    </assembly>
    <members>
        <member name="T:PackageExplorerViewModel.RelayCommand`1">
            <summary>
            A command whose sole purpose is to 
            relay its functionality to other
            objects by invoking delegates. The
            default return value for the CanExecute
            method is 'true'.
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.RelayCommand`1.#ctor(System.Action{`0},System.Predicate{`0})">
            <summary>
            Creates a new command.
            </summary>
            <param name="execute">The execution logic.</param>
            <param name="canExecute">The execution status logic.</param>
        </member>
        <member name="T:PackageExplorerViewModel.RelayCommand">
            <summary>
            A command whose sole purpose is to 
            relay its functionality to other
            objects by invoking delegates. The
            default return value for the CanExecute
            method is 'true'.
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.RelayCommand.#ctor(System.Action)">
            <summary>
            Creates a new command that can always execute.
            </summary>
            <param name="execute">The execution logic.</param>
        </member>
        <member name="M:PackageExplorerViewModel.RelayCommand.#ctor(System.Action,System.Func{System.Boolean})">
            <summary>
            Creates a new command.
            </summary>
            <param name="execute">The execution logic.</param>
            <param name="canExecute">The execution status logic.</param>
        </member>
        <member name="P:PackageExplorerViewModel.EditablePackageMetadata.FileName">
            <summary>
            file name for V2 local feeds {id}.{version}
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.PackageFile.OriginalPath">
            <summary>
            Returns the path on disk if this file is a PhysicalPackageFile. Otherwise, returns null;
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.PackageFile.OnFileDeleted(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            this is invoked on a background thread.
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.PackageFolder.Detach(PackageExplorerViewModel.PackagePart)">
            <summary>
            Detach() is different from Remove() in that it doesn't dispose the child.
            </summary>
            <param name="child"></param>
        </member>
        <member name="T:PackageExplorerViewModel.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Browse">
            <summary>
              Looks up a localized string similar to Browse.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Certificate">
            <summary>
              Looks up a localized string similar to Certificate.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.CertificateInfo">
            <summary>
              Looks up a localized string similar to Certificate Info.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.CertificateStore">
            <summary>
              Looks up a localized string similar to Certificate Store.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ChooseCertificate_Description">
            <summary>
              Looks up a localized string similar to Provide the code signing certificate for signing the package..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ChooseCertificate_Title">
            <summary>
              Looks up a localized string similar to Choose a Certificate for Package Signing.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Close">
            <summary>
              Looks up a localized string similar to Close.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToDeleteContent">
            <summary>
              Looks up a localized string similar to Are you sure you want to delete &apos;{0}&apos;?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToDeleteContent_Title">
            <summary>
              Looks up a localized string similar to Deleted file or folder is not recoverable..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToDeletePlugin">
            <summary>
              Looks up a localized string similar to Are you sure you want to delete this plugin?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToReplaceExsitingFile">
            <summary>
              Looks up a localized string similar to Do you want to replace the existing file &apos;{0}&apos;?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToReplaceExsitingFile_Title">
            <summary>
              Looks up a localized string similar to There is already a file with the same name in this folder..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToReplaceFile">
            <summary>
              Looks up a localized string similar to Do you want to replace existing file &apos;{0}&apos; on disk?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToReplaceFile_Title">
            <summary>
              Looks up a localized string similar to There is already a file with the same name in this location..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConnectingMessage">
            <summary>
              Looks up a localized string similar to Connecting to package source....
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Dialog_SaveQuestion">
            <summary>
              Looks up a localized string similar to Do you want to save your changes?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Dialog_Title">
            <summary>
              Looks up a localized string similar to NuGet Package Explorer.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.EditFormHasInvalidInput">
            <summary>
              Looks up a localized string similar to The operation cannot be completed because the edit form has some invalid input..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ExportPackageSuccess">
            <summary>
              Looks up a localized string similar to This package has been exported successfully..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.FileNameConflictWithExistingDirectory">
            <summary>
              Looks up a localized string similar to The new file has the same name as another folder..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.HashAlgorithName">
            <summary>
              Looks up a localized string similar to Hash Algorithm Name.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.LoadingMessage">
            <summary>
              Looks up a localized string similar to Loading....
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.NoNetworkConnection">
            <summary>
              Looks up a localized string similar to No network connection is detected..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.OpenExecutableScriptWarning">
            <summary>
              Looks up a localized string similar to Opening this file can potentially harm your computer. Do you want to continue?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.OpenExecutableScriptWarning_Title">
            <summary>
              Looks up a localized string similar to The file &apos;{0}&apos; is executable..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PackageCreationFailed">
            <summary>
              Looks up a localized string similar to Failed to generate package due to this error:.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Password">
            <summary>
              Looks up a localized string similar to Password.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PasswordIncorrect">
            <summary>
              Looks up a localized string similar to Password incorrect.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PasswordRequired">
            <summary>
              Looks up a localized string similar to Password required.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PhysicalFileMissing">
            <summary>
              Looks up a localized string similar to The file &apos;{0}&apos; was either renamed or deleted from its physical location. It will now be removed from the package..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PluginFailToReadContent">
            <summary>
              Looks up a localized string similar to *** The plugin that registers to read this file type fails to read the content of this file. ***.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.RenameCausesNameCollison">
            <summary>
              Looks up a localized string similar to There is another file or folder with the same name as &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.SelectCertificate">
            <summary>
              Looks up a localized string similar to Select Certificate.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Sign">
            <summary>
              Looks up a localized string similar to Sign.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.SigningPackage">
            <summary>
              Looks up a localized string similar to Signing package....
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.SigningPackageAndRemoveSignature">
            <summary>
              Looks up a localized string similar to Remove signature and signing package....
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.SignPackage">
            <summary>
              Looks up a localized string similar to Sign Package.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.TimestampServer">
            <summary>
              Looks up a localized string similar to Timestamp Server.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.UnsupportedFormatMessage">
            <summary>
              Looks up a localized string similar to *** The format of this file is not supported. ***.
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.PackageHelper.ParseTags(System.String)">
            <summary>
            Tags come in this format. tag1 tag2 tag3 etc..
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.PathUtility.RelativePathTo(System.String,System.String)">
            <summary>
            Creates a relative path from one file
            or folder to another.
            </summary>
            <param name="fromDirectory">
            Contains the directory that defines the
            start of the relative path.
            </param>
            <param name="toPath">
            Contains the path that defines the
            endpoint of the relative path.
            </param>
            <returns>
            The relative path from the start
            directory to the end path.
            </returns>
            <exception cref="T:System.ArgumentNullException"></exception>
        </member>
    </members>
</doc>
PenImc_cor3.dll
md5: 32526897DAC5D3EB360DB01F4F053183 | sha1: B2012564F8531B270F7CEB026D78A6C1C913BC07 | sha256: C865E8A268041EEFEA9B72F1EB8A43446F21D41CE44B5E853E09B2730F834CA0 | sha512: 1F2EFE782EE500F5726000A51B33B5699AA0A892A2322A03ECB5AB00C2B306FFAE063A66240BBA462DE408E3588AD6AD6655BBF869263175EF66C44EAADD22B2
pl\Humanizer.resources.dll
md5: CF17696AEE46218BADEC3370F8403746 | sha1: 569D38E0FAEF4BCEFDC5F632FF4DBD72D503B70B | sha256: 76AA265EBC9D12EF08AAB5862F3D2EA03B08F6A3640DA215708295A9230982D3 | sha512: 1A71D01AD5727BB306275A8C32A03AB6C07766AFBCD82D71123B26E04BC303EE1AD281993D1A129AEF770192E6B6395F07677EB7BF799D97FE26B6392B701AA8
PresentationCore-CommonResources.dll
md5: 98FAC68688D4CA3084A913A937F77839 | sha1: 573A1475F560E30953E5E6D8CF9AECDBB9031907 | sha256: 82423CA1E6A4FEC00E4334187B9938BB6DA55EDF64D8FBF4BC63511DE6F93088 | sha512: A1818FDF91ED4E99513781D069FD96FBF30ADD2CE1514FDFC1875319CABAF81543247A4F20A4E1879BD21968EA97BE79D944B13FC70B5FCBA564022308F13D3D
PresentationCore.dll
md5: 8C866D16DF7A9AB242803DBEBC3D945E | sha1: 1FE4602B75D5E3DAAD94D24B59FD3A6DF5D99CFD | sha256: 40E43915CD2DB42B4D4F621F3D91C6FC2445E91AEC48DA228E135B4EB8972B18 | sha512: A132800B42F5314CDA7E96E702EDB57D6EE71430D236B7DC0F9686F620B372698358ADA99072D2B95C6E177BCFB709401A275D27EE3A359473FD3CDF3377239E
PresentationFramework-SystemCore.dll
md5: 332E835BB69D4AB6AAFC49B779289E7E | sha1: BCEEFBA0285658D5582D79E243A7F77BA5FD3821 | sha256: 841FCA0E08D49F90E25BF7277883FDB3FDBBCB9A4062F2E10F04E2B733FDD7CE | sha512: 7B340CED44B20456A4E422833E9020BC66AAAD3A2487A32DE50F8088E91219F851139A012551EFD868AFD76955629AFF2EA4B61AC47E3EBD400C4A019D52FDC4
PresentationFramework-SystemData.dll
md5: 1C11D0E849FEB191CAC87D2D46D5E316 | sha1: A70D569B70B0B8F6776362D1F30E141177F110C8 | sha256: AEF98E47CC2EAD0C85FB0E9E1E676ACAA52097757ADED99C11BA230F8F7D51CD | sha512: 77F790E5DB24B2A59892FE1DB6CF9350888F161B4C39C06C6A9F02AAB1B17351D809F6A051ED5E9AD9E330B464AABE3D4FF4E4C47736E1F13D0F5510E996BE4E
PresentationFramework-SystemDrawing.dll
md5: F5B33AEA2DED304519D5D3B5CB9212E7 | sha1: A3BDEE2ED29879587FDE4AEB81533EE8D8ADFAB1 | sha256: FFE7550D4C5BC377083D14D68078C1E166E027BC1CED1C2958922D6443CF5FA2 | sha512: 3DB9AF98E3741871BE348EE4C4DAC35F4A14B21F201AF8911D44B8AA4B7C220A5FE795D3F94B249D810A9B85801382C4CB3A4A0CAAB2B609ADB1748CE42B0A9F
PresentationFramework-SystemXml.dll
md5: DB703E14F0A286B204CE75282D3CAE3B | sha1: DA71055D47D7F40A95B4963BE58AD05873D668FD | sha256: C9AC93BF96F34FFB9B60D17997BDE5D595E313B7DA72211C0377FF6B44E0E6AB | sha512: 7960236B0C3882A9CC0976D42AFF0B417FEDCB00189FA3268385A096C248EB18530DAA64370EBE6A5FC4355300CC6380792C881FF0BF2FCE0C5FFC44893474AD
PresentationFramework-SystemXmlLinq.dll
md5: F290841751F70A4E0042148668C2BD11 | sha1: E11458548E4826FF4132E727DB082DE102D7C79B | sha256: 2E48ED47448E0766AE4A15210800D32AD753917A2B0DA6765D8E702960887AC8 | sha512: F1B5259E1361B2B4B3DB66AD955F7DD5A4D3C52B0DAF0F137A8BD48671177C38CAF678EB795CA55E6741C05DF0560C51177BD5657277499E8C6B30898A0562C0
PresentationFramework.Aero.dll
md5: 5092EBD5A54F21A2C54F68977F27C8D8 | sha1: 295367E7A2D6931317A80E1609A95580180250A4 | sha256: 33AF0B3E10F487FA3325B2D90148108A6817617FA1C75D618C56EBCFFF7F8311 | sha512: F8FF244B596C5963E8891F0FA133D6F0B956E218B952CDC72F101960DF111F066D95AEAE8D86D29861A075CA3955330DA29BC4F25797301FE7A0F4CF45A05669
PresentationFramework.Aero2.dll
md5: 1CAC71835BBCA4917A3BC43A276D884D | sha1: BABC82683B477CA0177CC2F93042A972871E8CBD | sha256: C00BE2770439DD314E0426B54310D8E825B04DBBBDC790506A8C9A09C2E1F6ED | sha512: E61B77E3E09406B6222FEFFB29F17C425836FDF214C52B96834924439C756242DDFA327F4F4CD6887934808F6905959C8514E16C9A71F36CE9EBE0724B637347
PresentationFramework.AeroLite.dll
md5: 9E4212DCEF86DAFEA94339699CE4771C | sha1: 7C8F28135F492C48D223F7443EF5F1F986E65149 | sha256: F3B546D4B6D1CF4FC864A5FBEBEDF1567FC2D63FD83904FE6C5BBD8824A9D9FA | sha512: 87899FC1B1C693F488E71363228851D6977167A7BA0FFDDD2ABA68C23AC8A7FFE6C7F401A67FAA333DE23B7EBA2808392BA537DA8C8AC6DC1D17E37AF5EA0BEB
PresentationFramework.Classic.dll
md5: FBFC1095A96C9F0B79F9FAE86307C3B7 | sha1: 80AE2E6AD118157945F634A6E1E1500ECF1D85AE | sha256: 996D95F6968C4D711F0F0B05421FD53B958FBB8A6DAD26FFDCD885D7336584A7 | sha512: 7EE4F8C1345437B1CC79CA4BE5F3F25B92053A31D4FE02B82FAF9A33B64C30DA95402D1B9511DF19680549395F41D8E721EA34FB8401315F2B36B654FB13F10B
PresentationFramework.dll
md5: C9A4F861555423EAAE17FDF1AD113373 | sha1: 4DE7D7729FBD68526F366E0AABDFAA8FF1C95FEC | sha256: 23A941DB1F3144AC25B3646D2AA81FC07AD22E33DD37F6012A5D36B5BD9794A9 | sha512: EF6F4E30F1EBE3F5DF9990D8AA2E64B3F91F1011B0BB60F4567DB25A90CE246809C9C77980110452B9022BAAAB8DE7E8B00CD2AD6D3436C2628AB24AE258AF99
PresentationFramework.Luna.dll
md5: AC8D644376288AED3C2B493508279D9F | sha1: F4CDD12F1A2E3DEF782F2D07482075E3409D4271 | sha256: D50AAFD6C0CED870341CBDDE0E72D53150FB9FABF3BF2A51CD8F27F837A88B58 | sha512: CC89924F90BAFC7EEAB4356A5444969CAC39955B22709A654FBEC247663496FC26F0EC17AF7300D3A029FF503D90A4E1F48677D1D2D7F7C2C57C2B022B68DF01
PresentationFramework.Royale.dll
md5: 3892468B8395F32322A9C9F3A6682E75 | sha1: 9B2DA084E131AF2A9D667BF59F1F9E9EB2E56B7B | sha256: B0504D1AEA6DD528C0E6B97D0CD9C91BDFC1E9D2225C646F4CF0176D8E7D0F8E | sha512: 7011161FCF7510E5DE09069241C8BA06AC428550F8CA29270F89FB2FC92367754CE913402D5CFF38D83EAD94BDE3AE674CF74A258569CCAC231A0F380F6DD8DC
PresentationNative_cor3.dll
md5: 43733DA8DC72467D8BC9C57CA7AF7E4E | sha1: B0383FF1F45404AD5AE62F1BB1F5CA5AF18810FC | sha256: 48515ACF0495DBBF5F9FF4A43FE40BC0C6A2773D49B199C3D836064946581706 | sha512: 998F9D642909444F19367F08BB828D3F347BFA336E033AE7096D75478CFCBA473647A05A75ED6D7F0DFAC5D6981D6C93F7BF11083E95A63B96BE50D7B88E806E
PresentationUI.dll
md5: 006707055109579FD085DDF87BBF9167 | sha1: 08BFF3D8069BC6E4D8693E2B5A6AE77E641B2409 | sha256: FFF05B60B565C805781EC95EACE9BC29783EDF9D8B95B3561BAEB9A1374CC83C | sha512: 2F7652229DA7E35A9CC2E343003C5D17733EF9A4B6865721060F74A5FA0A6503AD32304C33A97F3627EDAC5A98B7778B7376B0653ECF6775AF537B947004BCC2
pt\Humanizer.resources.dll
md5: 766527E39AFAF77926E70420221CEFEE | sha1: 71814F01092E33D2810FCD134E75E4F898162B04 | sha256: 062973DCA7BCE9CD707E21A5BE4BAD444A4510961D1DA8C80EFB43286ACED3F0 | sha512: 3F0A2A7A0A132521D8F9DB4E7033ABA34D102CAF3DE168B35728074BBF9D80C572FEFB903CD0B6E7309211BE16741FBB22F684370CFBE979DA842B8DE1D3123F
ReachFramework.dll
md5: E65FF43879107BC1982337FE015F4F2B | sha1: 4FB3818D9F37788AD04D37B24492AC2B9B4D2F5E | sha256: F9AB1779428E74CEB6D6DF71A57C30708EED2E65607A0FF296F340193CF5C158 | sha512: 8008A05511B028824976FCAFCFEE8007E551199F16419EFABE1008A2674AEEC77D1E5C5C407B89240D8386471434F4E35D2313406BAF659915A6F9500B5D2D0B
Resources\fxAssemblies.txt
Accessibility
Microsoft.CSharp
Microsoft.JScript
Microsoft.Web.Infrastructure
Microsoft.VisualBasic
Microsoft.VisualBasic.Compatibility
Microsoft.VisualBasic.Compatibility.Data
Microsoft.VisualC
PresentationCore
PresentationFramework.Aero
PresentationFramework.Classic
PresentationFramework
PresentationFramework.Luna
PresentationFramework.Royale
System
System.Activities
System.Activities.Core.Presentation
System.Activities.DurableInstancing
System.Activities.Presentation
System.AddIn.Contract
System.AddIn
System.ComponentModel.Composition
System.ComponentModel.DataAnnotations
System.Configuration
System.Configuration.Install
System.Core
System.Data.DataSetExtensions
System.Data
System.Data.Entity.Design
System.Data.Entity
System.Data.Linq
System.Data.OracleClient
System.Data.Services.Client
System.Data.Services.Design
System.Data.Services
System.Data.SqlXml
System.Deployment
System.Design
System.Device
System.DirectoryServices.AccountManagement
System.DirectoryServices
System.DirectoryServices.Protocols
System.Drawing.Design
System.Drawing
System.Dynamic
System.EnterpriseServices
System.IdentityModel
System.IdentityModel.Selectors
System.IO.Log
System.Management
System.Management.Instrumentation
System.Messaging
System.Net
System.Numerics
System.Printing
System.Runtime.DurableInstancing
System.Runtime.Caching
System.Runtime.Remoting
System.Runtime.Serialization
System.Runtime.Serialization.Formatters.Soap
System.Security
System.ServiceModel.Activation
System.ServiceModel.Activities
System.ServiceModel.Channels
System.ServiceModel.Discovery
System.ServiceModel
System.ServiceModel.Routing
System.ServiceModel.Web
System.ServiceProcess
System.Speech
System.Transactions
System.Web.Abstractions
System.Web.ApplicationServices
System.Web
System.Web.DataVisualization.Design
System.Web.DataVisualization
System.Web.DynamicData.Design
System.Web.DynamicData
System.Web.Entity.Design
System.Web.Entity
System.Web.Extensions.Design
System.Web.Extensions
System.Web.Mobile
System.Web.RegularExpressions
System.Web.Routing
System.Web.Services
System.Windows.Forms.DataVisualization.Design
System.Windows.Forms.DataVisualization
System.Windows.Forms
System.Windows.Input.Manipulations
System.Windows.Presentation
System.Workflow.Activities
System.Workflow.ComponentModel
System.Workflow.Runtime
System.WorkflowServices
System.Xaml
System.Xml
System.Xml.Linq
UIAutomationClient
UIAutomationClientsideProviders
UIAutomationProvider
UIAutomationTypes
WindowsBase
WindowsFormsIntegration
ro\Humanizer.resources.dll
md5: 0BBE02FE7E1340B0C8958A51ECA75CBD | sha1: A0C3E3271CB7A5737EC3066768D1507C7DEDBF7D | sha256: A78451C71625CC9894E85712D6BB23601EEAA504B95A4DC2974824B2D4C8D706 | sha512: 8764A390C90F8FF25B499C2B3FC6442C1D727433CF4CA50C7AD4FC23EEF591BD8558ACA911C29B4FF3E46065CE3236C14485A543D878E28DDE677025454B6D31
ru\Humanizer.resources.dll
md5: 2786B03DD11243F2D2EC7C503A285355 | sha1: 5C5FD8C74C8173148416B72A45F664FD401A0BC5 | sha256: 3889BDCE61D05237E170A4B161D912BCB5BD4C44B2BCA2DEBE0360F89FDBEB82 | sha512: B70E7CC9ACC2FEF43E3EFB72C7F9ED8B410732F73D628E18F850DD7542CC6038AFEE402A523E27C589B1015E8EEBC37505F44F210D32D953CB6AFF0C27071738
sk\Humanizer.resources.dll
md5: 0605D0666616E1CFB2A76BC159945BDE | sha1: DA5BF68FB874EF13F4279E824847965FB5612967 | sha256: E51BD7DE9BEF863E497002AEDDC6F84B365BAE08F1E68E7FF16642C4BFDDC83C | sha512: 88FA78A009268DDBFFA01BC458D2A58C846EDF8CD14A887C73A27BE46A98C64A8F5C9B35CB4477381D93911493D95FB9F6EEE2B877A5E010DC1AB8C5BCC84F87
sl\Humanizer.resources.dll
md5: E89FADEA794E0661428743DF68294B73 | sha1: 73290FCBEC81308668835F718581664C88B65BA7 | sha256: 9E843676884A90CB178FC68F73EF139C4F3ACC28C8637C7708659A1812B9E13B | sha512: F4F3FF3819279A05CA72B742827C6760869CD5CB7266A22B3A11A56558BBF5340B0B4DC8A3BFFC55D2F2CC3EAD4CEEC218E59B1089F3B9AF3ACFB5F388F2540A
sos.dll
md5: 302FCD9276144CBD3EA51FEFDDC328FF | sha1: 0FC122C486F4EF1BAFEBFC518D900362D9BE0236 | sha256: D63E8725EA6584BB8042E955D4B940DF66262C799B12F9821E7A8F9C952850D7 | sha512: 4A19724DE04D0D78A68F60F6CC0B90A7E8F9F739D6867C710767A27538AE31E2023ACB5B7E5D90E73EAD7CA26A371AC53592752B983A59224B19E72E0EE68B7D
SOS.NETCore.dll
md5: E6822438F6CD134B6A1A4243B7FB19BE | sha1: 81825954265E25971D28B735124D790308954369 | sha256: 427511F62B19ECC9CE40FCDD4241D1D6AC9D1C7B66CA85DB3D3EA1136640B55B | sha512: 2CE6D0C61F96F37E507F273911C6E000A8627041EC3F11BD3879909EF408A8EC175A0FED2B8E112E728E0BAF5D51383F0D81FB501579D3E3D87B1795E9338D71
sos_x86_x86_4.6.27121.03.dll
md5: 302FCD9276144CBD3EA51FEFDDC328FF | sha1: 0FC122C486F4EF1BAFEBFC518D900362D9BE0236 | sha256: D63E8725EA6584BB8042E955D4B940DF66262C799B12F9821E7A8F9C952850D7 | sha512: 4A19724DE04D0D78A68F60F6CC0B90A7E8F9F739D6867C710767A27538AE31E2023ACB5B7E5D90E73EAD7CA26A371AC53592752B983A59224B19E72E0EE68B7D
sr-Latn\Humanizer.resources.dll
md5: 05D9B3B216163E71E37121856210C385 | sha1: E0D808E51DA28EA678AB2DC36763F6E563D9BF06 | sha256: D4E1D928A9256476A8365DE83B1FB84CB7E5CA26CD2995AFB5C8F9B9BAB5647A | sha512: D62F70133FC13E20170ACE853CBF1E569EAB6637AEA680889EC93E6A18CBCB471716347DAA23075418170DD08E9389E76FB8017BB3361CA38D0E8C8E63F1DA46
sr\Humanizer.resources.dll
md5: 563C5028631CFCDC4CD279521CF0E334 | sha1: DF80DE8A919E16CA82D6206DF0A66C198A71A144 | sha256: 21B449C0D802420BFA8216CB1C52DC53B418797B31C5F3F4F695C5183CB84EEA | sha512: 70371F64FF38B72CA6BD899B63AA77CD7083A8002437559F327EBA8EFA7555CC5191522AABF38909335D6BA47EE1C6DEA6E88AF3CD4BB166A881D45A034DFF04
sv\Humanizer.resources.dll
md5: E3CA510C57EBD08A55293B5F00EF40F1 | sha1: 4F1C16ECED9F3CAF04E73761096BC7BB9405EF8E | sha256: FB49B3A4C696B89449E130B7F99068851AFDA6B8110CC6E254E221B77360FEAD | sha512: 34B16A7EB0FCE322728E341DC5E8FC6145745324DA467AD6AE773FA15EAF1A71EC8AD1B318C7A8B9C5A798D9503593D90FCFCB709AF195C95707307BEBB3B2E4
System.AppContext.dll
md5: 81611C5880527EDDDDEF569C58C4407E | sha1: 113313CBF46D87C7845DB3396B53BC2193EB7E15 | sha256: 167F590ACE51E58E60E3DE76A3AC58C5EFC1F2FB837EBD2F7C2B9EC698D5ED9E | sha512: A730EA27CE63ADF0BC6E4CB77B0105F32C8A9344B8FEDD993643632517A0D19868952D59DD00504F1004DFC7F3895F718C64CB564D6411189AD1BB0E5E836322
System.Buffers.dll
md5: ECCE298DDAA07A9CE0AF2321F99BF84C | sha1: 45B3CEFB1B661FDDF7E1E85364147ADE573E8F91 | sha256: 99609C7D7DD9B0EC695924F5FE0A23CF32EA5A0FDA9ECFCCDA2876ACDAE78964 | sha512: C007736835E302C3880A7883E6D55FBFC02D179508055DACEC38A2B079EE3443C7A2C93F3E1161B8021B479F8F08D1EDEFBA13584F114168F233E6D73F43D40A
System.CodeDom.dll
md5: 4326AB5C525DCEEB527C4ABB5D7490FB | sha1: 79956CFA973B2E943CD0FAE186D4241586BD01D1 | sha256: 5AEC78C69334FC1CD1C926F4A9C857260DD2E03FF1739E96DEF1D68296B86B8B | sha512: 541210C8E0E91D1C5584192D071515E51CC8E537CD34F1430D24DE29743A4792FBA5ACFB10D6339EAFC197F57391B8582F327B7F670D4F7FC3EC8A1A018C5BA8
System.Collections.Concurrent.dll
md5: DA84A768D3D41690B4FDED13157925E6 | sha1: EF768679CA28F9631CD08874A9767F41407B5EFB | sha256: 9F6D58F0A051D5EA1F04B3D19C7F454708BB61EC73552BECBFB26776C50789F3 | sha512: 02FA56BB667A9C11A46A14DA46C62BE855152AD5D9054704D26F058560351166B7083E5B85B2E193619826D710E26A434702AFD2F5D72BB28B7AB33214E46CBB
System.Collections.dll
md5: D725C753470308D286E0DACBB5215749 | sha1: 12377EB17463D0EE845CC16A87D6D4B01E993DE7 | sha256: 87248EE3F147E500D76A966198DC9073970F7088EC4792E6A7B62793BFF3DB4F | sha512: A504736814A5D022D989BFF1BF1D49978C0132CCCD00E56A8CF571DD64CE205CD852D2F641832CF4B096C8F17B2C35BA8DBD0A53C4ECE2B5B18AAEF444188F02
System.Collections.Immutable.dll
md5: 8102D3DA3DDAD6086DD34CEA5EA62E1C | sha1: 7FA220BFA5A24635F6CEFCBA587DC99A6AE91237 | sha256: 554D086E4E4FF3E9A6B0A4CDDF307766718A0CC902CEEDBAA2ADC4AE5A3225E8 | sha512: 055EB1CCA5517A26969086A4B692A0DDDBDC34C472B1B6EB1DD78BE905F6BEB12984BAE3BD0EF386462963B7B656F3C20840D710569706D8E88F5B549CB7FEA7
System.Collections.NonGeneric.dll
md5: D4FB2B14985216E49B563C5CAA58365A | sha1: A138A5C767C0C2C08D630E11282821C29226BD03 | sha256: 744C287CE2AE94CF6C6A2A760ECF8C7B2D662FE17B8FC118F2311E45AE50CB23 | sha512: 7AF9CF601A8890C679AD91E0400FA873FD662037F63DC50C940E984B5C5CDEC1E0A69806866ED1E375717B7D963991EE2A4FB3B97A1672D6AE46789EFCFF44D8
System.Collections.Specialized.dll
md5: 21DAC36D0F0E9436C6C14CF235EC5065 | sha1: DCE07257F54C0DCD118FBC0FD1F4E279FD4F8D5B | sha256: 8748C72152AB39AB32F71DC5F8F915102DE9467D7B3B48419E5CBA0C68FFE2B0 | sha512: 832016A81C74B459E0B6E30FEDF2F6347030D6CF5550F19D984EE877EDAAA9F56EBA689FADAC38BF4E51B3572BE47F3D30DC7C0D42A93F6FC09F8ED75A47C17B
System.ComponentModel.Annotations.dll
md5: 10043C505AD1AE48CBE426318F0EE898 | sha1: 4B0820D0960B863EA4D44239E07081A3A1655DBA | sha256: CC039B79C4D2DF6AEAD8BD741105FC82B44FE28C80CA2623887E50A20B0CD3CE | sha512: CA76E0C459EB2C52A881216F7D144F59FA22A4FBD4FF0329339489BAADE2FC3FFA9164F1EA8C02FE379466A6DFEFE5BFA6FF96B0FF2B6C4CD3C7F240C78A591A
System.ComponentModel.Composition.dll
md5: 868AD071108F7B0ADCEEC2E9FFCD0FE0 | sha1: 79AE0C2B26937D94DFFAE39ACFAB724D79F88630 | sha256: AB23A9EE4AD84643847865D6E975C6746BD913270DD63E7CA9125E4DC255645F | sha512: 4E6BBD0B4C1FD177120CF92B510C07A19034C0487B48A63F824AD7FA53156236B2E3169523C240908446043D2014FF0CF16012CB73A0F5B04BF38EDC002A5A4B
System.ComponentModel.DataAnnotations.dll
md5: CCE8BD06076C8FC6B8E8CCF43F1D979B | sha1: 4B16AEC08C512C3CCD3A9C5515F75EF5F3574005 | sha256: 0521B2685704056BB0A89320AADD27E98AE8914509A362829C5078D02CA4FA9D | sha512: 10B8F64706A93485F123DF4380CC5DC6BA5F2EC60A2551D493371EDA6A748BC667055CB7E596E57908664790D751DD028839214265948060C909A41A2EB5F5CD
System.ComponentModel.dll
md5: 527FD4FE1D29D5CA0D3B45A78BCCA837 | sha1: B51B3A96CD38FA4C87E03E25B67686DFB1E7D14E | sha256: 99FB2E501CE0B28663E3D4EB5AEF062889CCE729CC637ED6683D463F4900AC96 | sha512: E91A1A4844D79EB532D2E57464989428787B85BF2B83662978C4B6AC2D6D7C95031141B1F4E11AEF7B11E85DDD1AD5AA5D9D3AB42BB95E8AA68A3A30EAF6C7A2
System.ComponentModel.EventBasedAsync.dll
md5: 7752AF9B454F134FDF8F6EA29BF7B8FC | sha1: 5600110F6C15B31BD7E2F658D0AD48E733A6BA90 | sha256: 7996E2257E171A544596BAB93376C2B90388079F5C877A449B14BD33DAAF201B | sha512: 6051450BB188BDEA872F53675E019E64E0955E49662DABB14024BB245FBE3AD60AECA2B4E898C4F50876FA5B99AF5C80F38FA6CFBA450C678273A48845A368DA
System.ComponentModel.Primitives.dll
md5: 951E0F59025EE3A6A57430154770C9AA | sha1: 22A3891AC55FBF7B5C390B9067CDA9AB93BD1B75 | sha256: D63035CD43CA710C1B65FB82EDCA6785F04643DC136975674DF67412F24F5EDE | sha512: 813890C4B608EC24CAA053C0C18D372B5FB4FE2A2B2AF93FB41B86C1166BA8DAACD17DE6FDFB0DDF8FBCFB65A32EE94BEAD04F19786E5C7B8EEEC4838CF3490D
System.ComponentModel.TypeConverter.dll
md5: F282EB396F4407E78DCF30F86B6FB6A9 | sha1: 8AE1F79A7DEEAB2E538CDEF848AADD4079F52678 | sha256: 56022DEC695AC208B147FBD4449BA7D8DA1D256C0066759FD018A337DD6C2ED4 | sha512: 4009A7111796A8EF45542EC93B5A9490C5A287F4735BD58323B8999CD0FCD1DF644258EAAFA3344CE9386F3BE3A6864326EA1068BDBE47B14C04C5941A465DF6
System.Configuration.ConfigurationManager.dll
md5: 9BCD5EB858EBD623A3131DC04013EE2C | sha1: 9A298DC40D64C8A934505BED1FF3D9D6C164560E | sha256: BA529D2C6DAF6B2642A9D194CEB6FDF1908EAB40D0F8212FEE57CCAC79FC3CFE | sha512: DA07DD78B669DAE39AEA4E339BDE42B24213068C5DD6D933FDF3B750EAC01AEA5FED742341B4A39426BC74BC6AB28277B0FD357E7BF79C25612B93032E194CB4
System.Configuration.dll
md5: A6552BF6AA1A2126BEC77F630BA7431B | sha1: 5DD7775608522ECDADA5266B203F1627EA210D0D | sha256: DDDD0018FF5B55C2917E9E3ED1223E5CF6C395DBC5536BB874C29CA330833658 | sha512: ECCA728CA820D8E18FF748C7B8D4BF22721498D7393E8F11A73F241072C7171E81CD7E9E74AD021719A9DBC5551483D6A0BB4E2456FD657B5A0D940A8824D72B
System.Console.dll
md5: 721F1DED6A92AE3612515D2115FBBE4F | sha1: D4753269CD80F014906D5B29634082F7758CE5DF | sha256: 5114B7281374D0B9C2466495F793855BD5D6870A813B8C4042AA24F49B6CB46A | sha512: EC0DE762CB0030672FF0407EA2652ABC1C7F0A913A1847F6A8CEA11F57091A2FBDFA1A9AF10DA0851029258FA02FEB96D2CB2DA2236514CD3541183BEF5D7203
System.Core.dll
md5: B52D7CDF3CB2D095EADAC0E4D5B5D9C9 | sha1: FB93D2DFCF3D20C3ADE43345530D203822B6AC1C | sha256: 32C0C1E1D760F54EE1F271024CC739DD1CDC1CADC0FD2F9532774191A26A52D1 | sha512: C1CF0FC48546F710BAC9F85C36812A56137D9B912F3F6C2F5C637343EB31B2FEE102472FFA17C17F6094900324E73974EB62F11E8ACC0157261A8478A38CEA63
System.Data.Common.dll
md5: 3B3B39FE581183E5CF7881B3D3D91D34 | sha1: 32468B7BA3808C9851AF25435E66E75CBA4A903B | sha256: 28D267F72C5E900C8AB610F7CA904AA2161D1E6061F7FCDC3A5596FD67758760 | sha512: 00D7EEE5C499A91002F7CA485564308ABF02C65F2DFEFD1FFF1CD7BAEDCC15347BC18F49752C4130882F48CEAFFDC6C1C98A32820E068A64C25C011684D3AA8C
System.Data.dll
md5: 847400BC22482DC013188DFFC310229B | sha1: 1270CCF688228EB0678E3E1CF3EBECA07BEA1C1F | sha256: FE5AEA3815A0A53AA18BEFF9D3D189C7453C6BFE656F72DB07E33FE7136AB43D | sha512: 971C46597393FE88C5E94A84C9DA39F22921B39812B004118895E6E8E964C1377CAD6B67F07139A9CD3F8BD546DD2AB8925F33DFA36C23E70493927E543ED924
System.Design.dll
md5: 92DB291B6DDB899422D280A0E1E5A5EF | sha1: FD4D56CE669C6A6EEFCCC7B8FBF7A6C8853C78DE | sha256: DBECE2F2BBF71CDEC4FBBE0EA07F00AFD1FAF8A640FD9574BCBE3F8F133A0E0C | sha512: 7F90D69B6D0D671A6FB8DD5113A0E2C0D4CBE077EA03D9DB8A2B977D9C702E0807AB7A257A7BE0F975C8C6FDA5F70AB699CF15FF16689721AA0E50E4A6579F44
System.Diagnostics.Contracts.dll
md5: 7AC6D9BE75D6F4D3133FCE4A099D7F94 | sha1: 0BE05B29E44F98AF098BF2E7AC1C75B49AB7582D | sha256: 319151B6FAECA6B757F2EFC178B373E79652AE77182E02056A6989EA7D650C50 | sha512: FD85E76CA37F8DFE1FBADC3449EE14E9874733860F67D5557EDD234293CBB6C54C125BF277204B9E2254D37F253B0112A54FCE3A7C846D06CF25EF7CAE6D31D3
System.Diagnostics.Debug.dll
md5: 9B73C182ECA04E23A9EFB6BF83D8A73F | sha1: C95B49C61DDACB56ECB8CB08EAFB875354BBD854 | sha256: 416772D75DDA140E34C7CF407AEB073F9254743C85D88378FB8512FB93EB4F86 | sha512: 421CA0C0C5757BD7FB3151229A587E65313E275F2053B104D2E0BD4DF87BC386F386213BF2DEA761000607E305303C0BD2868F64BE00AA3D4F9A00E5D3B80EB4
System.Diagnostics.DiagnosticSource.dll
md5: 930E88ED0F179F7E0AB5FA549BC4FE10 | sha1: 70D3393A2440AEBBCF9ABE180D720A06B7BD3908 | sha256: 56B8F61357560646143372EB9B9ADC089ADBE772E8AC0E72EE2185677578208B | sha512: 42AE9DB49ED080F4FA78B85D7948BD42542F7B40DCC69FBEBA04EC3003C80AE1C81149E57C33963BA622B11818E10B14CB8C3D74D3E937BB967E53658DC7ABE3
System.Diagnostics.EventLog.dll
md5: DBDE32DAD57339697AA5EFF104C8392D | sha1: F74CAB483761CAE79D45E5E903BE19966C44DA49 | sha256: A3A002C55315E7BA9BF1D1452E0EC34FEBE2BF395CF0A573F8BBEC96FC4ADFB3 | sha512: 8E0061904CE0C9065A109B9EF1F975046E5A004453EF2D5E086A0093530A0F533B0F4B6FAF13D76732D2CF01277A627E4BA93DF35577F0D290B5F554254F45B1
System.Diagnostics.FileVersionInfo.dll
md5: BA044F3ADFBB7C9BCBA54D04B71F1C92 | sha1: 7AA51FBEC3D29216889E74A5BBA78506D10007F2 | sha256: 069DC7E1016836C33B5C78EA246168D043C153C1FF42EAB4032B61DE6C8C41F0 | sha512: 322A9AEEBE632348055509E8619D7F22B62D43D5587DED70242CED734C10E305E07784F94CCF189C6D35E8197D82517B42AC5966005ABB0180C50B173876FCDB
System.Diagnostics.Process.dll
md5: BCE4610054051EA7B6C675A5523243DF | sha1: 9BDC517D413EDD810ACF798EAF074922FC11DF67 | sha256: 0844C280A1CB2E05027BF594182004F71599B22431699DFA8E1858B823197138 | sha512: F76FE896D7C579072AC475473D0E0C6EBF3696DB3C78883DDE02DDAB8B13A0C64F90A2F3511AE3065AF05C171EBE91E54392E16B9E776EA6CA3272D0B6CBC79E
System.Diagnostics.StackTrace.dll
md5: F180A9BB2738EF61C83347B38C2BCAB0 | sha1: 08284DD52C8542F535AFEAA8426F75FBA2621950 | sha256: 42C7ACAFD758854E4E14E0F17890692DBFE1A3BAF8C9BB951491A27EF84BBAA4 | sha512: 5B13AF570A8D4481046DBEB9E24DC8F62AEB9F5F2EEA19AE1EBC8F9B9726E00FE175A18C88A3F313A56ABC25C058778959A1985A16A8709638B3DE41C5DB3F1E
System.Diagnostics.TextWriterTraceListener.dll
md5: 42EEAB4FE4609A5D7E17303CD89C27AA | sha1: 35A01624E5B3BF0103FE14F4B52F28157786E1EE | sha256: 86A2DF2AEF680FA7B0287273B1081B4A9774F9DE91150AE5236202225FE97C41 | sha512: 7E6305AF4C42C1D0A3D99C425520B50938C668655D685CA690CC3D007DAA053E64CB820B7409107477776501173DAB751F0AB5BA49D79603B0746DE20D2599EE
System.Diagnostics.Tools.dll
md5: CB36B0733CDC3B570109A827899BAD9E | sha1: D39B341D277B2FEFA3E2C86B2D9F00FE4BCEE641 | sha256: 7B9D1458602DC9848EB0E562FA65297DE95CF8EF31971A0C1CC56E70D476014A | sha512: 732AB10462009E5110902B63D189BD6454D1BD9F9963620F3CCC52EA5E0A112B47F13D4ED116687494C6109D82F62AF0ED98EE25D869E0A969C1F017CED0D8A5
System.Diagnostics.TraceSource.dll
md5: C14609B5D7ACAF0EF2A72D3AFF3B79F1 | sha1: 15A213925E4B9E5327EBB9B794AF81867CD9D81C | sha256: 2606FE0BD85926AD3EBB91662E7197C43EF37C0043E7E02EEF6057ABBE6F8F95 | sha512: 6B1DAF26266DB49092B19E8C8B058BD53987BF7783A60D5819DB9191B410ACC02FCCC2E222A95847A5591CE276002752D95B6FAA6E8D3D101AE6D37FF7673E48
System.Diagnostics.Tracing.dll
md5: D44C9DA884C354648640264CE5BE52DB | sha1: 159F8FE75F20273DEDA15462773D549520465CE2 | sha256: EE2FDFAB6E4872416174E0E8D3105A4E620C6BAAF0EF61F2EC878578634CA5F4 | sha512: ACB45C6BC87DD6F30FCAE230E12AFB3D06EABA593A2878EC54067A5CBCDE5026AB66DADA590661BA7B153B239325D980B950A32227ACE6C1D165A46688C174EA
System.DirectoryServices.dll
md5: E7DAD2EA946AE95476779D350E65AA28 | sha1: 77D884904FE26DDB1455E589597CECB96BAF0E13 | sha256: B6437B86A19B6B652428B5B5A7AFC57A18297CC0763B71E137CFF7F669A6ABA6 | sha512: 07118BD69B30A6C18759614D3691DE9EF29F9CFC7F5170454F16842B6168FE3F3BBE92A950E7EC3AFC945EF84EDF4866B5FE0340465BE1365B1732A8E44CDBAD
System.dll
md5: CFF9222E8D11950C16C6847784087E06 | sha1: FCB0EB75B58F9C4E2DFA46FE26C9B043E92A90C6 | sha256: C6C7FB966538086543D28C20C825AAFE3BA860C81F48BEFE4A27FC8C2B4995B8 | sha512: 16D0D04C0D581951B152B9662A2E44617B0794F54023904181280A54F8082730575FD5EB1471F9C6B2938E3132F01D9A1801A5CA3ECCAC1EC47B54D46247087C
System.Drawing.Common.dll
md5: 1662AA0F2C208C34A74F297F73077A2A | sha1: 7FFE9521C7F08D853D0BAE16BDDC6FF6A1465768 | sha256: C3450EEA66EBD95B9599AEC7FFC4DFFD62627A476E12F35AF6C15EC54BC630BD | sha512: 6B15FC8D00C51D44F1D678C93C985357518D516EB85F4E2975CE6A2581D76FF14A4B41BB0BEDA34A3C76E8B8D2DE4923F9F5B62F945CDDE8E11A130D545E9CC4
System.Drawing.Design.dll
md5: 69784712EBD15EBC516C345A2F5C4228 | sha1: 7CBC559123DBF5556B25894E1B14C451AD2F9DA8 | sha256: A4372DBE2D961D9F4E3D444B37311D1E898DA7F65717AE63E730CB5AC57B6B2B | sha512: 0339B2A3731148FEC26B1C176F859D425CA5A9FEE19DB71F6CAC26B4771451486A9DE58677F109B6D64F6DBF9103C0416AD123F6F6B8D5150A60740B371E8EE4
System.Drawing.Design.Primitives.dll
md5: 2AFBE6E727777F64B2E5F6AF2143391A | sha1: FF7BEEF410EDA9EC433A4F231F40D41FA6549947 | sha256: 95AEBE4C363BE344D461D9EDFDE63517B81448147A2A5DB60F7E9B5C810A89C7 | sha512: B0BBB6B64535A1B355DAC3B34D887A7513AAD04E8727BBDF9BCC201BC41398DE5E530AF79C43F76DC478CF921A17639E44546704FD44D070F94CE9BF57923D2A
System.Drawing.dll
md5: 90FB9218DA2FC4F04CE7C28B0D3C0429 | sha1: EA6A638E03225524ACFD300BD3F69F4C6D1FE2A9 | sha256: 774435E3792D5C5D4B527B2388D8D4F1AFBC7012A888198C1EBB7FADE9B881CA | sha512: 2D1CCE3B42C1F54D937246B17DEC22786F21CBE13C0D3F6DD501910180AF2C9F9169681B7ECC6088127DAFD39F09A85F8DC4FF4F3033065DE9FB675C8626F4B5
System.Drawing.Primitives.dll
md5: 3987419FC467E3AF78BCAE474CC189EF | sha1: CF0B5D420925010DD8BA81F4881D4EE7D174D16D | sha256: 6DE8D1AEC8DE27D275DF59173D597A28948EB9E6378D4369B6C2F839B6A12746 | sha512: DE560DBF3EBA5B2E7F002C3C7D206B93C038D3CCD380399FAF2D70C018B5BDD8EFB7583F91681632675E498605FEB78EF211439D9E933B681171195ABAC082A3
System.Dynamic.Runtime.dll
md5: 5F7DC0801C7707CB01C72B5ADAC5BB88 | sha1: 2BAEA8038D871613B51BF781EBEBB33105B6BEDA | sha256: 116BBE3D98FB23E3CC93099E33B0E17070146D57C3FA4AE4323CEEBE9E0A0F66 | sha512: DBB6A46BF4C4FFC0C25913A0B11F571374A821AB604BA686372A1CD5C8FA11E4D71CC952A8B1D3A24E7D2356831586BD1E348CDBD5EFFF62ADCFEE61673C5AF0
System.Globalization.Calendars.dll
md5: C48F1C8CC394556F6554197DA896FD30 | sha1: 6A96DF48A408FA365BF1C3CEBD72615C3801514C | sha256: 49E45F1B4379C8F84CFE164EEF2FB8C2BCF30A7A3A1A4C7FE5CA608F30541FFF | sha512: B8CECD11714B5983F0C138735AE59B57A5171957DE92CB6BF764758DB671B464DEBFDAE025960FC87321F6567C70D8D82CC877D77C7A277FA8CA3FEDEF74CA8C
System.Globalization.dll
md5: 233138D61193E400F5BE804E93279573 | sha1: FAECEBEDFD71F13CEB635C1DAC2A708934CA989E | sha256: 129926769B452286FCC1F76444AD15F1D69C887C4EF64108D243B4E1244C8C42 | sha512: F46CFF2D8697961929DC525E62B45F702DDA31C1BB16DFD311D14D5ACF95CBBAAF6B0CF8302F7368E2502A65990B6472D7613C80783318C07333C6CB3F25CD6C
System.Globalization.Extensions.dll
md5: 27C859279C24DDC0BDD203DDEBD9C19E | sha1: 7945F557BB855C07F0DCB859845D07154FD8EC4D | sha256: 899DA433EC760A6B889F527A5F82E5B7959EF5E7AAC0D8695338F6DEE8766DFF | sha512: A264480F082F0768CC34805E06A7932B9C94FDFEFBCA06C3EE99C02B2D84F991ABE6FD5184D4D6CCD436E8574B800ECE2C5DCAD992F0A81838D3A8FFABE4B5E5
System.IO.Compression.Brotli.dll
md5: F3D0EC0F1142D19BFE60D39E17E736AA | sha1: 328C35B6101743AAF6969828FFF9B98E7BB7E54D | sha256: 35CCB511AA3AEDDF4EA0E7FC0B5BE649737BD12D3D47E6D7765516FFF875AFA1 | sha512: 55A1558DB7B0C2381E30698AA752B1B65188C3581CD42DACF8F0CF0F84F568AB6DE2F699FDDB0DA6745CEDABAEDE9DB2705A5C102D0841EE7E99574D633CF9BE
System.IO.Compression.dll
md5: AA53E3712AB9FFFA712DA448859AF43C | sha1: 204302B8098BD1D8FDFD6A8F83BB7A44AA111CC4 | sha256: FDB1D5A0D4E26A7CA82BF1034420249EE209DA26620FECAD37B7179E8D8F5143 | sha512: 0B3443B7FDFD0E1E1783976803B8AF41516812BB99322737037A7B44F84C129EBEF66DE163F41C5583E08BC45FB5FE4BA5DDC42FA6901D77F213AC3209A08C56
System.IO.Compression.FileSystem.dll
md5: C2D8F80B9907AF3E1CE9ECDE63E98F79 | sha1: B01B97B3DA990F216D88B9F6FE32CD4046C1D538 | sha256: DF54AA7AD004D6560378F47CCA5DD42BCCD928A9004603AE7980AF01F2CE6D22 | sha512: E1D35C2553556F755D6C4223C708901ADCA8BEDE436B2ABE9091BFFD1A808AC8EF1ADBDE90E1AF2677B5CF162CB38F6C266F5CB457F6BB3C78A6B3C1D4D864BC
System.IO.Compression.ZipFile.dll
md5: 6ADA67AEC08286CC37510ECFEBA4A38E | sha1: 927EC6CB6BCC5CCCF5ED2F6B63E982BE5BBEDB3C | sha256: E58A12E8D9DE33CD79B90F192261A5A82363583BA8EC531A773FF4A9FE6E62CE | sha512: F02316DAC51088F1E29AB1790C05444EB26E33BCF9A8E50A001D7BBB8B8243778B309FEC4A1D688A018723A57CC03D4100A1F4C09F422765310630CDC5E243FD
System.IO.dll
md5: D02DBB809D2D40107E8A390E57B715CE | sha1: E9A13002E8EC223EB41D14342A8DC34A76394E6C | sha256: 0078AC6F9B695F4E870B96A5ABF8887649A23614226BFFE893ED49D86DDE30ED | sha512: 159858EF25C00C35BEB7B3B9039D6B0288746A690D0EE2988DA8CB29EE9180472E143F67038CC4EAAD9176B6E074CF653EA870E2D5062EC653421CE2927F6714
System.IO.FileSystem.AccessControl.dll
md5: C6560DD5395C22B448F0A6DAF2C744AD | sha1: 0DBF024A0443C2B85889C1142EC2CE2835C1E756 | sha256: 7C2787E27D075A40799641703BBB2DCE395645F52172F3EF572986D108E7D43E | sha512: A50B6D9983EF29DF9CA984F936254ABC0B0B8BBE591EC5DA8090EBCA7436038843A6A93015A8EF06BBB40D3AD1118F0BF712A35366A492C08637023B96A48630
System.IO.FileSystem.dll
md5: 77E54B3B7F534BF04582F30F52930958 | sha1: 4B77100EDD357A8010A022426837C6C163B46641 | sha256: 8D5EDC8455E5D82681D3D8FE350FA3D4A61A43C28B3FF63E59188123A367F310 | sha512: 146BE8B8BE18F5238F979B5525B49CBFFD060C92876EA0B4F6BDEDC26A149B414E8E624FD7C9A329AB9D1B8B3B132E005FAFAF4085AD978625E5CADCB3E0E96B
System.IO.FileSystem.DriveInfo.dll
md5: 02B1AB9BF7C585BDBAB3F42794A0A84C | sha1: EDF927C9D0C549DE60C07C8A5A969CBD4D909774 | sha256: DCB309B5D136E193BD908EF9FBB7125F49565037F4246D84525372E21F4198FA | sha512: 0BFD8734CD59F4275FE992F19CFB353E2EBE33F85C4D0D2AF63C0B6B52E6CC406F5C5E47738E05421594D7B00817CAB7D7A4BDE3ACC9743EF7723967642C9F7E
System.IO.FileSystem.Primitives.dll
md5: 1F5E8CD27553ED4C75DB7CDCD205347B | sha1: 38E15BD2C8841185CF3F886574BD22269F913E60 | sha256: 0A1A9C4257B64BF98CEE6DBFBC30A9F3ECA75115540B49D94F05AB475B54155E | sha512: 9BCAB88202AC018E15D6F83CFD489AECF39EFB369F385A01822B6DF3B8F3D0A33F1D0F201E3362D0F48D08FC06F46BB76B5DE9B389F70A37D29182809C70CA38
System.IO.FileSystem.Watcher.dll
md5: 3AA5D593E83E2BFD9CFC6FDE83649FC2 | sha1: 01773A1D797FB1E36472B4CB0414D9C5E2F094F6 | sha256: 2146F91729AA376353B97F41E776A792C84938DBB76338708D8764678D683B11 | sha512: 5AAC6A01CA86885499AC91F7F3B588D262B1CC4DF31B7AB8F5A2A9B39A3ADD7174C4B57DF161DEFA67CBCBD2775272DD6DD228DD333FEA661D48F8DBC1A01B75
System.IO.IsolatedStorage.dll
md5: 0D7138C97DFA6E3E1A4D9B79FD50EE0D | sha1: 688D0210191FF2F698368A0F3E07EDCB49EC61C6 | sha256: 660090C29FAADE1372DFE04E7B1EB74AEBC18B28415148C86A94FA65104B5D2E | sha512: D1D8F4033999C884BC26726381ACC6DDBA0D43E22758CC45D0391B9B29C188D8CD446C7A4AAD3B86DA9A68AB7256115B20D4D8E5ABE3D63FCD161057EFDC353D
System.IO.MemoryMappedFiles.dll
md5: A780C6AAE94F93D19D9B2E716B32AD6C | sha1: D54EE3925C063F33B93DD58E2560A71D0DF70448 | sha256: BB9BD52787618CABB8B7F22AA39F997DC4EFB8E958C0A48DD34A163FB6E7BE45 | sha512: 97242E99433FC3BE4DA8070544F87FDE92692CAEAAC239F8B350155B3E243E0D00572CC88D83758EC0858436F673CD220F18B96329FC7C8966E36532F8D17793
System.IO.Pipes.AccessControl.dll
md5: E24CCA4B8B338D3EE2968C7735DFDA7B | sha1: E9B4C255D0C2626D0062820D9CF5BC447E025F8E | sha256: 44CCE5C6FFC2EEDB8CFCD182011F1D3629DC1D5FC6DF2CCE1C96AB247D6A7042 | sha512: C8DBEA9ADB3F9DAEC53E1D502732BC65D1CAB68D40C46E873CF1DA6F92814C1EBDE37FA592C3196BFBCF169F7789F3592FB7605DD3AAF1A91AC0AF48A208718A
System.IO.Pipes.dll
md5: 5CDD6FF877C67BDB48B4E077D66A085F | sha1: 547F83AC25E7192AC29C595B823D4988C651EF72 | sha256: F17EA6846A0452FDDB01FA82BBF8F9B5E1B43E18D456710B84A72A6FE3DCB002 | sha512: A034B4B1D768041CDA473646D9442E18C8BA65E42F67987683A9A94E6F2F550426368A81411318A0672811C883EFEDFAB10300720426B372ECD82E017234074F
System.IO.UnmanagedMemoryStream.dll
md5: 3712C5C87ECE2BB0A68865E92875264E | sha1: 963BB0E7F12573B3501C0DD23FB4B55BF895E1A2 | sha256: F55992CE06E426F0EB6F471B921FC074B0AF7A50650F020B3CDB709136FBF317 | sha512: DEFA585232E94FCE0DA804A1BE120A99AB9412194B55FB04088E885E88E91BBBD6C485032D25F2C31F209B2C05255756C5C8085E6D5005887DC3A4E3C34BCEB5
System.Linq.dll
md5: CB19AE3FBC52B42997F02B94C3D826B8 | sha1: AB981F2C39F5DC94D1C1572EA732F54F6F9D9EEC | sha256: 029B5098C054BBC2E667F640BCF91F8D55696F07D10FAD6A2BF68FAA7649CF3E | sha512: C0D7BA325F17696490DE739E5EDDDC75A1B5DE905D60EF322DF38F106C2557F66EE71693AFA274427D37E8B1509DFFF6E3019FD046E7A96D5EF3C33CF0A422F7
System.Linq.Expressions.dll
md5: DDA12D94C4FBF51309E13A169906972D | sha1: E3B78285FDBB33170E499E85E0BA64DC5BDAB18B | sha256: E5C63EE4FB19CA0C5F131867031FB278D1712F810A28A9DB2B2D5CC406D06666 | sha512: 613B704627E80C5A09208D2BC655114F92A81A7BDE3C6DE29CACDE05718E9EE99E6A523CF87F8067804FE48CEE3C3E039546E5F0319E65BD2103D60067ED00BF
System.Linq.Parallel.dll
md5: 283BA9031DC06572C8CAE1479279F905 | sha1: 985D3A5519721639A28815AECBB97222E00C1CE9 | sha256: 0E7A6DD221C92FF524BD8BB992B350C8F2B66E676010FC3B3DE1D20CE67C51E3 | sha512: 31C6F5ABCB62F4025749B28244DF5BD9D4D456289BBAF6FC29AA6A31AFE99B88B193730C02B784F819BA0239D8080089FE3AD9AE3F6D6C7EA01E6DB9257B5381
System.Linq.Queryable.dll
md5: D27E201910A7DDA7C18D5623AAEA04AF | sha1: 83F4C79E35E868EC08C7E70CD09363E8384D5A5C | sha256: FE4FCDF5AA1193DB1C751138CBB5E318C767189060E5F9A03D5ACDF8A20170EE | sha512: FCC7E7775B24D27003B0A75D22B5662EA193582F39041AF91BE821C4D05FC243882EE53A26825F070BC3CFD49F8BEC4DA329FF9981B299A07496DF95A70ED674
System.Media.SoundPlayer.dll
md5: 5134C3A3D2C178B15CB1B74F694A1046 | sha1: 9E12F921620EE3F310D6B27B1EDDCDD3FA942090 | sha256: 21F63E2106D010732C26FFC9E1C329E476F8DD582F1089E1DDF1750CA5E8E950 | sha512: F46D0871FB247DA1987488514D117A280DA8642F7EF92DA23C86D5BC1E2E7B38895B193CC728EE6470D8AABF9712310872BAC4B28BFCD258C157A2590817A32D
System.Memory.dll
md5: 918A59EE984E1FA628178E4097DC1BB6 | sha1: ED6941C8A2EC028698BC511D2303D0CBE96D05B5 | sha256: B9F517ED80FA3DDBBE72DF86BA7A4F3ABB4C3300E1E24BBB8570B9B28D74F24A | sha512: 9DCA704AEDE37EE0240E21E052353CDDC9D6FACFFEA54004DA30FC88541086D2D3080D10FBE266E44618267B9AD21DEB4BF0521258BA6870B94008C6D4B2E105
System.Net.dll
md5: 69F8180BBCEF5BE82944F66262B92FDB | sha1: BA339F02FA1D31071C915F0DA704831438E1A4A9 | sha256: 2D8D0CA23787BF4CB65E4859319483F0D8934AB327AF6F27ADB85B648B9F8E38 | sha512: 7868A3EB2128BA7668151A3E2B8DBBDB084FE33C7C8531175CA6397A6ABCDA6522880933F34FDDF1860811B2ADD46F1B8B97B4352AEA323D53CEAE2A73677A74
System.Net.Http.dll
md5: 706ACB534DC72658CFD746A2467EA61B | sha1: 1B9095B1D335F7CA452FE113675C9E3EA67958AD | sha256: 835F1A2FB11E77C654BAB21014CEF696A9760A76A3F31D721612DF24B3B712E3 | sha512: BE35B63E3EED81D900652CB81DBA7D44ED7EAFE112D899F1981B7C680A554CC36AF0F13D0A8B25DEA09BA65BD69FED1F2F38AA8FA7245432E0D26F471E13B034
System.Net.HttpListener.dll
md5: A9ACAD8E61B72AD9F063292B4AA12A35 | sha1: 1C80AA9384D960CBD2C1D6C072D52EEB91B87FA6 | sha256: 1CA0F4A601BBC3111D213B8E5007E074780B9D31862D6AD58DF522C1E57FF92B | sha512: F01190DD5C502081413A4F910D22E22770AF23DD0FAF35DF376E6B6BBD53A07593C4C15A4145B935ED3703B3CC4395E1601813D43D8F3B02F3635AFD89F7D1F4
System.Net.Mail.dll
md5: 1635BA3C3C74BF323B706C76B87DA608 | sha1: C3F6B922D2067DEEA5263F01C7E09D978FD33058 | sha256: CD7E3E72C15A9D15B943A8DFF05A81BEF53451076F750D7FC47B620D8052B164 | sha512: E881946AD516DE4083FE13994EE4E4D3BA5B6857B5C56CE90FBC66AA79319B063751E2557410697EBEA5D77E2E0484708C8C069F6FB20C2B2F444A7898501F55
System.Net.NameResolution.dll
md5: C6D90432687E03CB36832E541F1A7FA4 | sha1: 88025EF9C0AFD7EF24EA1FE20E4256EDC65733B1 | sha256: FC2E387C8BF606D3E9A8BED3F0466B3539B24EC499B421DDFE09220497154E97 | sha512: B674145C6D32055A4993B9E66042DC0205C7DC9755930D889E22AF5D15C4BCD923CCB0CB89E7A250CC274CA839487F890E7265DDB05D3193E93DFA08846ACF87
System.Net.NetworkInformation.dll
md5: CFF58DE0806CA6BF1A19A2485F9F3AC3 | sha1: 5E9AEF87635DA4B64BA1AF84F6043827852E4C0F | sha256: 6E1BF3FA1DC3D8497BBE130112331BCE4331D22615E2303FBF5107328ACFE1EE | sha512: 65647F1110F004E3D50B1E46C197A999D6DA5950B4DE5768FE8E23727CAFFCB14D272373C29D78B3A5591C370431417B7CC7A3C50B9E272AF59EA4129D205729
System.Net.Ping.dll
md5: 95F55FB390A77B376332DAD9A80FE642 | sha1: AAD23CE72CB386AF25A79A9E0D59830F0B05EBC2 | sha256: 2604449A10B6BF150B3F2E642641F661287927801B968978C35B81424388C12A | sha512: 7A4F4677B5695EE627025083033D9837F2B84BB01C8EB735244C3246DCD6AB659D96A77426A0E1CD2D9E8A459A930CA32F47AEF13161B6516835C4501E708DAE
System.Net.Primitives.dll
md5: C66EF8AFD4ED1F67B005F3ABFA47F98C | sha1: E60406CEB668C43F92D01BF77106E4BFA9374E0D | sha256: 1FA5BDCE73A741D7E3F611F998F0092F97B9BEAFAB5F06941DF293F7E0F1E1AA | sha512: D1DAFCFFE20ED2BD4074B7066374BA6E1FBDDF39448AE926FB3FFFD9B546EB1DA9D1919A28CCB4E20576A72694190CCF6CDFB14B811DE15CB84906397B0A8DAD
System.Net.Requests.dll
md5: 9971B806E7CB42BA9FAE60FC37FF0E19 | sha1: 22A68D56B261CB5982F7A3F4663C72AD92CB1679 | sha256: 31C675C64DC0ECD0DC4188AEC8E4D743C99BD19B6FE9BB2A1C32D73AC953B0A4 | sha512: A28D0EAC140E1A5484CB68DBC543CECF2AD9F1C9A78DD75751545EDCB6EA772716D53AEE818A8FA7384B0CFC492BAD65383FF95095160BEBA8ECE9F2688C7AAC
System.Net.Security.dll
md5: DDD10B581F0C41DF54C66C7B83C279AD | sha1: 239C86526EE10029E0E8E14A4373591D31E86386 | sha256: 3F8BA0493D65A54266E8E1D20668B415D38D135868ABCAC0AA2AFE1EDB7C267D | sha512: FC8B58EB79E3C2C426478797DCE5BEEA3C86F2435FFAEF20410E9B78A87690C18CEDFC1A001EF2DD06A91F80AF14908A7BE1B8CBE4E1307639D0754DEFF0E875
System.Net.ServicePoint.dll
md5: 915C840B70761441A2C5B1B0D7AC6BB2 | sha1: E6C41DAC4ACDED6D4C9C6DAD3B6B946331732494 | sha256: E15B7AA54851777DFA7480D79865EBD991F4DAC0455EA6554EE44FB7F5579746 | sha512: B4C48D3B87EBBA2CE060AEB597D297425F6809313C6150D3CEB2B2E60D2BD5BECA2F8007101A89D49949C309742C07DB5F39E3A3927DE2496E7DDFE2A9ECF232
System.Net.Sockets.dll
md5: 70E203F8C3494EC5FAB0B1A18F2D1C5F | sha1: 88BF95794FFC036A4E6146E9FD2CF74155AFC239 | sha256: EB599A7A293B615A3D177DC3E3E2961E453C5DB598AE67A01C8D6D4F8292D887 | sha512: AA21C8E2F7745F68E3E60F554E3D1965987B902376846700440676B23DBDBB05A6F68E37558A14D77BFDF9A6946608F041771074FBD7C49A3BD96CBEC9443D25
System.Net.WebClient.dll
md5: AD716B96C47033B2422E100F0B3A9F4D | sha1: 0CD735CCC622043872B103302D04B23CFA4BDB7C | sha256: A79965AB8B74C1A0B2F33ACD542EFA70CA5EA630F9CF8ED178BFC5A304ACE297 | sha512: C46F562528817D19BE1A947B135B6B317F150B1F6690A7FAE79A2DE205C291443EE51A158889EA1657B37AFE2211B6158CFC91E66817192717AF0E21399E1317
System.Net.WebHeaderCollection.dll
md5: 63553BB78C820AAA4363EBBEA7784433 | sha1: 6890D98BB0F45F05D4173F18B2F5650128B01D51 | sha256: DD7AC26DE513C3EBEE1D79F07B3064D0C24242662516D66D38B98994EB3AABB8 | sha512: 3F03C13C331705BF8FEBEFFD66D8F69CBE9DA20CA5516457B0302505B13DBE28D83BEFE29721D95DEF8A3BEAD671A09830F2235B63D7A907955F16BD49BBE5C0
System.Net.WebProxy.dll
md5: D070DD5A514F1BAC9A2B9752ACA69BA8 | sha1: 6EC0D6E72800AC6676E43DE5E6262701DD17FE2A | sha256: E3D15B9DDAD1B94842D958E385472CBB6B819CF3AA9B433FD7A14E6228D82C51 | sha512: AAEB263B121221821FC73B5CD3C7970F1E09ABDE53E4BE9C6170E153DDBC72AD05F7EF3C11CAD51B7677DC729C3F46EDFDD8ED73EC1BC4B3974D9CF11FC1E3A5
System.Net.WebSockets.Client.dll
md5: FB0EA0929C393CC0D4E67C57C586E385 | sha1: 80DF3976DE280975B6351A0713D7C4294FF8808E | sha256: 8D8EAC9C664C5856D849E32A81D5FE0063FCF1FE8A1C2D6245B44DBD3C970C9C | sha512: 31AAED03163DF5A6732ADC0B2DC21E5E02E33FA88BA1E845D0774D772250724906F5D80C5774B6789375EEA13D6DE92CCF48EF85D9ACC958DA80614CF9A8D7DC
System.Net.WebSockets.dll
md5: 1891939660577E311DA90730B14D22B3 | sha1: 91CFC23900659081CD65C98A2D3AC5977BF84EB1 | sha256: 7BCE1B409CE43A8F1D30628974517B77B0218D6C2523ED65EFD46B556B0359F1 | sha512: 8F546D88FC7881EFC3A7100DE53E2040B67D049C03B056D1B4C4009076067EAFA64718BE93476D4FF86D3A62C67775EC35BD0D9C3865AF36CA863D6E5EF78C77
System.Numerics.dll
md5: C8C000EF936AF09ED0591AB8EAE83566 | sha1: 6135F93A54F2801FA2A475DBB9739AFAB4E6D999 | sha256: 5B83238FE91EEE36C6FBB053C15730720C6CAE843DF1F8197361BA030A65062B | sha512: 2BDC8C1C6B70FC8651058137B5FD9C83BC32E2E7A667B456064AA2744EC140316009942A54C0D691A67C1BB7DA157C39A1306E288E7C313992DEE63967339B75
System.Numerics.Vectors.dll
md5: 8C8592AE34933C1AB6948CE6EF40244B | sha1: 26DE3E82AC425E4EBDE577C35D71B6FDEC748E18 | sha256: CA3F88F7899E7A10AE9D60E6B74FD17988A17125F030A8139B57B5A1712DFF9A | sha512: BA04B4AE350FF4F8827E08CB1512836AA6F6E9694CDC90ADD0799FBF8B9CB362D9AD61209A2109108691513D9866541C53A781A0566F5F8326A9FC4465AC8DE3
System.ObjectModel.dll
md5: C2769BB78A1434E787CA3CD738C3BF5E | sha1: 49EFA30DBED74E28E8706BAF0F5867F602287986 | sha256: 8EE3A8FCF960480D7DC638A9372F9ADD7CEA974611ECF2FD423AF326B698AC22 | sha512: 8072D01FF37719BA7174DE33B4B917B87410D648DCD9E7FE7035D54C8A06FED500353395ED06C664D1751DD65E25D8116223D59DCB99D9A38F9AA1FA4A37FBDF
System.Printing.dll
md5: ACC067E74B72D637B270B28526730224 | sha1: 0C6CE9D06124FDE96BDF0175BDCCACD303C3071F | sha256: 238209F65EC5A9C8D6893DE1E2E70946A5AE75D7FBB37DC409E6B8FE830AF0AC | sha512: E4D410F03A3A349D50BAD5D6EF138DC635A4BD6869F0AB5BA2689C8F05D08CE7645BF80A52DF9798E6193938529BC9A3E35AE8723DCD6688AAB38C4518459878
System.Private.CoreLib.dll
md5: DF616BF252E1BCB5CDCBC032F31B95A3 | sha1: 495E9842241A2381545CD2F43276B78DF8F5DBD3 | sha256: 843838CCE5C83C201432983B9747A76E04A6AC032DFD151DD764DD9A50D192B5 | sha512: 4891DFD083E54CE95AB6DDE6298B9710007C2099E542858BE9B7C6ACBEA8E02D6C24F2A56F4C0B1C73309F664A98B095CC5CC7CB6CA22855B047DD228E171DC7
System.Private.DataContractSerialization.dll
md5: E7367A65746752706F7DD54BFDBB49D6 | sha1: E6558CDA8E870CE7C819C61B3495D5B387708256 | sha256: D46CB2F0FB44938626C0DFEF69975A4CA5EB4EF59E0D388DDE9001A66834F35F | sha512: 19ED36E0A7839319F89D24C5D300571D5E88F181A706CA967E2BC22760E5CC76928D48926384EE5ABA449A2A9DD0823D4983E61EAB26C316A44428E0DEBE1CC8
System.Private.Uri.dll
md5: 24781AF99D09FB4AF95EF8A617E58CF6 | sha1: 4F8864FA64C9F6CACCB729DD451A1E55E644C953 | sha256: 18E1DE64D517E830867F4E26B3EC4F3EC997C76FC807CE6D700EAF5DF50410D3 | sha512: 78B33B6B7098C113078F3430F073928CAB18EA370C22C0E02FD14645B8FC0813F6A96A1925E4E5544C06F7C48A10E9B768445F9F05C7EA350EA2C289FA86F6ED
System.Private.Xml.dll
md5: D995B088AF28590D0340873BD1655A58 | sha1: 0775EAA61EE5DADBE8ABD9A0CD5835BBE4B8B6F4 | sha256: 39C6B908D2DB6341C7B36F51EB58E032E1EC7E4812F7FCE1F034886D6CE66A6F | sha512: C8E818D121D6E0D86DE0A421069376E419E2DCD59E80B9D8FE567EFDD091F48F5DD5C3F0FBD5E6EB9B0AD1033E0F75BEBADA855C6FFA3C416CACB2528FCEF5DD
System.Private.Xml.Linq.dll
md5: B3D5665DF3F4D6FFD113546DE1E4CC0A | sha1: 74811DDB24F2FFA7B65CBEB51F141AC97A9DB028 | sha256: AFB7DCF0FBCF699CEE7BE680DF9076BB471884D5E5212EE0B615226E1E4746AC | sha512: 3B24464791B2D0BD36A4E431AD411E6552F9F6CA84A27E78FB70034F1BF4AC07EE50FE2A9B999E542D8EEA0DD23F2BA44B4AF3FB6E12804E52414F7858ADD3AF
System.Reflection.DispatchProxy.dll
md5: 9F50C9E2F7CC817A12F722F8054031A0 | sha1: FADE380997C24F1579BA60CC0506875DDC482771 | sha256: 3270DED0E0394F19F21C98C27E66F824C43C790791C4A2CA337951E6733C41C7 | sha512: 00F3A06B60E6A2928905D3ED9127AA50A6F309F10FDC098E0F0D36F0B247DDE69E99CFF0A6C8E52CE38443DA89B9A095D03A055B224C69CC15914AE4A951E902
System.Reflection.dll
md5: F5737C73B35D641B0EB4B75CA5B18687 | sha1: 70581DEDA91CC8ED5F638424BBEC100DE9441551 | sha256: 7EB2D4FC0EC295E9D0489F1258A2CAE05B04967AB096819FBB523795B8056865 | sha512: EFA20AE0DF3E53B09439C59E65C595A495048E1314EBF1307D58639501C588FECD8367B1D840E60C89263B554730F310DA75D8DE0F6E0031CEB5BA96C07DCC6F
System.Reflection.Emit.dll
md5: 0C8065113ED58DCD0163553D42991228 | sha1: D68A0BCEE691977E3324E98AA757F5FFA96C2584 | sha256: E58E7C543740A3E5844C16811A6FF02A451B854F1478B7298ACCF8F903704C68 | sha512: 1DCB4D11787911C5112D96B17A2F38612001147C40E750FA7EA0D7D151F6D22F5174968AB94224FABBF350578C91A85B578726A25B513B30209A83DDE84E5AD5
System.Reflection.Emit.ILGeneration.dll
md5: DF7B05579DAE2457CCA748AB4FD401FD | sha1: 5C9CAD2E901BD99388757F971506B9B066408254 | sha256: D95C4E081C59BA3D115A92801E18ABFD3CA2D9B14AA3F700F1513A36309674C9 | sha512: 436AF0F17652AEE8BA05D55420DA101E1271FFE458717522D518A0BD9829D50DB124D704700655729607EFC4EF2DC0BC2D21E8CDE4D12DE3CACAA8A3757F26F8
System.Reflection.Emit.Lightweight.dll
md5: 384A65CD6EBDA7515E89717F982B2F51 | sha1: A5CABEDB6ADA6786973980F4DDF4C68139B339DD | sha256: D75B037AFDE1BD9D68328A4CDFB1CEFFAE47E5CCDFF3B299C00D163357A99F68 | sha512: D56543EE2B1C641D520930BB31C6D60ECFD9F27F6A143F871B80A14A39E2417847E9285F43DEBA60CEA57F13DBFAE844ABA5E2A7CC3DA366EC148B86FB62C3F0
System.Reflection.Extensions.dll
md5: 29DAE15AB4540942C1B0A4EA7CDAD363 | sha1: AABF7AE1FD91DC6D9EF5305D0B922A31E7B0E8FC | sha256: B61BFB912D75C91784C8B829191079C970189B2AB744A967728473398F17921A | sha512: BFC9936B2D59651FE9EA0C14D1EE88ECD771363135F8D7BC78C2FB941C56561304EC551ED7107042C718B94A665A39143B0516A80395B62E91FAD7D561A3C9A8
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 4481DB806694512F66AD5CA0BEC1C0AE | sha1: 7645CF5E6CB1D3D85F30C8F803A50CB884255474 | sha256: 39EBA842CF4A25CA34B48DE26365C579B89254263075B550C1A77ECB047ADBFB | sha512: 5D2C902FACC8DE10AB8D10382C4B713C47F0A5D14EBAAD9BEA4D20E497EE557B99D9F51092A3268FD2EFC88F2BEECC60243D550639FA985CEFDA6B24A053F624
System.Reflection.TypeExtensions.dll
md5: E91EDC687B5154AA74AD0832B4E366E8 | sha1: B2617AAB273BE60BBB0FD6C451D96A9009856A84 | sha256: 8EFFEBE8F9979D33957C21735B2A77D695DA6D378C37EC96C6CD6BBAC3FE9837 | sha512: 3ADEF695BDC7218DD243758A5B573A7C407D1C03D2222D9B98E80E76FE67C7D415886848DAFB745F3C0136D4611D6BB84F212481F28AA2BB9B42EDEAE248EA77
System.Resources.Reader.dll
md5: C74893469B56D896CE8DD3AAF50C93CF | sha1: 7F9B95829ED21CB1FFFA40F90B1B459759A99414 | sha256: 69539D9BD099A23EACB89413A6164F0175D72DFDB67702D2F7691D3A9F530FBF | sha512: D2140B75836D8D790639E4F171CFF446C28DFFA65DE912048CE10416DC2A391187028BD8F163C0E31140421E25CEE5FEB21A47D3D11B73A132B272E7E356989C
System.Resources.ResourceManager.dll
md5: 6DB01E54AFDDC033295D7C14F08E541A | sha1: E9ACAE750BA2BCA8993E948E9C2F49820060DAD3 | sha256: 4EB3CF696295ACA07F9B7AB022BD61365142F2AB5F4F8F54831C1A1457E37488 | sha512: DA3814CB0D8C61C5331CB276EADB70CA3AB613F0EEE115DB133351DF39FB3B65229AC60275262C84D0969353A5D852736DA6A94FEE7796383E4BE531D2C9D170
System.Resources.Writer.dll
md5: FDBF1EECC04200F51C27A361BD834F71 | sha1: 748B664626616C33E22ED54DA35BE4DF48151EE9 | sha256: 5FD580184FC8DEC01304E09F0A13A08F652453782BEC647FAD558488241554A6 | sha512: 1F02ECE794B2D7B5CB89C18595BC9A45807464A644B2720AED5ED37027C9F74DCCA21EB13EF4161699E90E52AD53BC88CA86AD89457AF373A30177032A35EB09
System.Runtime.Caching.dll
md5: B7A6C92DD8B7A8E5ACDBBAEEC17AE81B | sha1: E684CB87B0199CCC7B9E85A3CBE350065B2870B0 | sha256: E3BD31E473B30BD13EC8BBDA8D301E47CC91B1214E35CCB6CBC1D4AB40D6A646 | sha512: 724CC38DC996445442C5DC5981C5DEA75A65D4D5E4093AA559C9E3553D727F5D340443CB20B1AA5EBB8DA591B7966BC5159BDB448D344E064DDF45857444ADC1
System.Runtime.CompilerServices.Unsafe.dll
md5: 3B50C8ED5651DC2E5255E3F9D25C824B | sha1: 83818760F5766488F4E917A03B22DB9CF2AFB161 | sha256: D5B5BE62EBBEAEB2F92EEEEF2FA48D87B2DB33D041C609F3507EC34364305CC5 | sha512: 377BCCA8D76AE57A58252401AFB2DB8DEE3784B1CFF0355BA9D39ED8698DE09CAEA645FBC6533C86D59CE69B7D88733380FF00A0CC74188BADBEB27B2B0E2974
System.Runtime.CompilerServices.VisualC.dll
md5: 790291F3ADE836EAB2AC9AAA95CAF507 | sha1: BE36BAF19243676583F7D27CDA9BE00535408738 | sha256: 31FFAC316FAEFD948796A78940A091FBFB37E8AF4C1D589472526F827F7E2CC9 | sha512: 75751CBAA1FF8D8833FCADB34EE1293A4AE4E8C9ED13B40B3E171B64A106C92CFC7368B36613995F6579DF068217DDC1A82C3F78EEDBA91C050FDDAE1A5823F9
System.Runtime.dll
md5: 8930D43527E51A3C4E41B2D059179B46 | sha1: 6FDE1E5A6EC0A3B0E86068165409875DC937DE09 | sha256: 17577BDF818A19C859803A0FEBEAE5037857A5A2D8BA84C4DB03F0D7E4CF9BFD | sha512: 0414805CA0F0E0FA110ED64FAB34F3F0117A43F8ED28C28427345D4641991D32807ACDE49C3C59BF09C8F18C47FC4EBEE084309008029FD38DA87E03B2A4BE6A
System.Runtime.Extensions.dll
md5: 356F2074474F977EF4232A0013FC1F0F | sha1: 6C0A2BA6F1CAE96EEFAE83937911072BE77C7755 | sha256: 77578F1F54A81DAF8096459F58E89765B80B64EDF3BDAEAFA8EA01172FD34E45 | sha512: 001CC0CB24257178371D22EBF4FA55C641706B2D4378F2D2C177A20204AABFC2188D08236779667E58C442D6A4F4FF747B5CCAA9632F9518D9FBC2FAC4D83F8A
System.Runtime.Handles.dll
md5: A0C0C06B8179F5BB9097D71E0ED688AB | sha1: FF48CF4828500F1C9E9DC050485BDF8EA773EB11 | sha256: F943762BA32876039BC975D5E433632712ED9B0F5E8E636B244A708477E5C541 | sha512: 3DF49B911D6B098CF25C807FE738EDB158C031CE63CA89BB8455DD89A1021E9E5CC8F3CB447C56990CFA1905CB4505D6B1D7D18128F0380AC6C981889E5D4FCD
System.Runtime.InteropServices.dll
md5: 3BBF872E7076B31416C2E41AC785027F | sha1: A75B6AEC8990269324A9B5A10ADD0DA9E7C36728 | sha256: 2200608DA8C129537D971D644F3A8004DA69E873DEC52E964DA7D0B5036A98A4 | sha512: E11BA5679AD20464145EE2C30E92D836D913604F0F86F4F4FADE4BF5E3C53AA8FFDCBB95B3F4CEA4AD3CC91F429ABAC98FE8C45745F7EDF0403C813D6AD78D18
System.Runtime.InteropServices.RuntimeInformation.dll
md5: EFC2AF141C2CFF057F659DDE13F07ECB | sha1: B5C8D9A0363442F05E8B36C5E9F86EFA8672E624 | sha256: 13744DADC9290EEA9CF759F308F3A48F5D6E5C7DD1672F386BCDE9BC44649D2B | sha512: FB8567FAE7CD0230F9D27B65742D5CAD8BDEA4D6B1B89EEEE19B165092615A83AFA76D76AACEFF3EA18261D8D6BD05F12976DD95683266B8252ADB381A51F3B5
System.Runtime.InteropServices.WindowsRuntime.dll
md5: 2C113784BEF11AA8A06FB40BE716CE95 | sha1: 9FFD8177CF7AFFED71018CEBFC20B8D5527369FC | sha256: 108C5341096EB86BF32DE6DB8AA0E654BC91962D336E2DDED7A9AFE5D5E5D080 | sha512: AF215B252D6369ECBB3676FA1C13CA61489D005AD2D8E78E49C4FD3B1D339B6A98F8CF46F784BEEB44363EB3E2A5B8306BA9E26BBF8F4BBEA6430BA7C4F2268D
System.Runtime.Intrinsics.dll
md5: 319830FE437404081836ACB26D009953 | sha1: ACE4D2ECFBE35F0F99C2FE09A6811A8BCCE900D9 | sha256: 76DF26B3B9709B2A0D50A06EE10F9C93D47B7F48B77D029F8761D4E5D6F74B01 | sha512: FB040C2112703D36E6EBFC36BC0DD67F57DC4111491B3221910EFDBE7DA59A90E524F2AC0EE8660A1A6835C0046A154BD632F11208FF4CECA2EE5EE2603A5593
System.Runtime.Loader.dll
md5: 7A30D7B3ED139595F9A8B2887E0B4B02 | sha1: 1B285D07320AE6DE6AD8D00D5A528035DB7C6F5C | sha256: 27CC90269EF90A63EF4FBC82803C25450569152A7BFA58AF1704CA91BA0901C4 | sha512: 858C6A2A670D8BC57268B972F3B3B7005C188AF451B06C0D4768C2E62CDF626D27FEF3508C1F244BF17454DA46140622E0CA353FB37C07CC186E92871AC3F0EF
System.Runtime.Numerics.dll
md5: 402F97B0C502E7424FEC5105113C3BF5 | sha1: A3E525B9A1724C250AE20E2148C6BB82303F1313 | sha256: 393411C1495F5FF8B0D8B4E46D71E4E0E82578EF5900A9F93F43B2D22A369ED5 | sha512: 630650FBBBC88D61070B3640A769B896D8A9A91724332BDD5EEAE19367CCD840ACB22B04AA31D97CD47DC809892A6CAC1529227FD5B1420CE5BA5355BB91316E
System.Runtime.Serialization.dll
md5: 555928B7F4533EEBD2CB7DAF15CBE6BF | sha1: 5BC739A9BD6CC08369F6F08951C77BCDC876AEA8 | sha256: 669C7158FB77DA1DE9BFC3CB71FAC2486B4D1D12FEBE54A6AC1DA97884759EC9 | sha512: 5CE4A619F0D6A276CA085E62D49905C4E0D17012923C50194A0D42CC3EC4D8E6D381162443A51EDD6C3451490E28C7EB6E635EC05FE4587FF040A4A6AE310837
System.Runtime.Serialization.Formatters.dll
md5: B6A5E0EB36A160F6059B8A85913B7DC0 | sha1: 410AED433E40AC39BEBE48937620CF65B60B77E9 | sha256: 1648F13BA2F9AD53D37CA49D1BA71AAED9B306DA37155126837DCCFD54E2895F | sha512: 4F2BE96177BE21EAB18C48007330CD49339AA6BEDC6C6CD1120EA06BBE63F2848FE2229CE2725C19727F57AD3BFF8858EE94904335B3C4D7031B917053809557
System.Runtime.Serialization.Json.dll
md5: 9E16E4F65482FEFD2A827975C0AA8277 | sha1: 0AE32DAB767ED0C93BD460BD7902C06EBE03E4DC | sha256: C42543795D7A49D8E2C2FDD6473FB6243FB859E526D53D5067A76307C79C7535 | sha512: E6C1E424F28DB1BA213201510C0363D7E8A54A9AE22C093F718795E56DEBF53A60AA3DDCC0FB4B4A98D8E6C77A5E75BAA6C4C58D1EF88A931BEB70DCF87DC6FC
System.Runtime.Serialization.Primitives.dll
md5: 175162C45C675F572529188A1BB5C462 | sha1: 8F0EBAC3C9CE293270616277B24FB16240D17346 | sha256: 38FB4DC25D746635CB22568E3C5A8C4252E4FDD533EBE9410A15874F89ECFC62 | sha512: 6BFE35A37F9F0481A666BF06706629BA756AE72FA56A9E022D834DDA0D3D7F70CA4960686EDCE73900FC561C6B04BC06195462E7ECCA27C00DD87CF5E27A9740
System.Runtime.Serialization.Xml.dll
md5: BCA5990F532BCDC9FBD66F490A478DCD | sha1: EBBA1A6FA1FD45171B6F32116213A7DA823B1B76 | sha256: BB63E27C5774FF5E280C5435873254108E49B89CFA9A0FC6C99EEE4562FDE1C9 | sha512: C6F4C7CE3130BEEC68EE6AF3E94C048D6BF01A7BD9D50056476A1D8C0765FC26384A9DA35DC1A9A8EF728FC70C38ACAAF7F3DE99191A3F7E4FA3F706B44FD4D9
System.Runtime.WindowsRuntime.dll
md5: 20B3DE06C9BD181CC81CDCCB70B99158 | sha1: 0C7870C8E375C717608F3416DB7A46B1575CAFBF | sha256: E541F761FE18E9390AC7B49139CC7057414595E910032373DE0C1FB797E65C62 | sha512: 725B4DFE47EC213093DC780EE855DBCDD05F9905418E475DC69F1693B115D6C561D250CFAC83144FC8009CC0EE403B3D950101DE8D488F86E25A384EB86A221E
System.Runtime.WindowsRuntime.UI.Xaml.dll
md5: 84958D03BBB8FDD94257258755E09910 | sha1: 4DDB27799161F1B3148EB1B4CB43824C281FE4F5 | sha256: A1978BE5624420832D6807D0F0D1AFD430A42BF7D86DE4EC8879CA52D216B3A3 | sha512: C7EF2E02BA9C5F94BB794ADA946E4C13A58BB418322B69E14CB85B4327415854CD6F554D2FE5E560A07D09F7BD947C3E46CCE5A65465524F107CE728C76404EE
System.Security.AccessControl.dll
md5: AEF714D167A207FBE437D231EA804C6B | sha1: 4D738AAF251CFBEF1B6D8C5F7C83F2BF384F0B6F | sha256: AE2986FA96EF9E91EA5EEFFF1C1F0FD3918DC9A27CE9086A122BB94E183CB3D0 | sha512: 946F3A7D8E6572F6CBA0DB97184B61F93CF39319A879174D5D31D00AFCEBCAD1FEDC1DE9C8215E3B6D7EBAD386820CD5FD5FC665BA70CAC73F7E064C6D90A766
System.Security.Claims.dll
md5: FA1FF73EC9030743F52D06410F6F07F4 | sha1: 6DD09A04937C06D4DA611B0833E99AC04F73845A | sha256: 0BD90E77E33455CDB65AC80A39DFE09E321BF6FED88AA78E494FBCA3063DFC70 | sha512: 331126636CB8EDF6F31F76A26B70FE574DD09AA6EDE9FAABA64A5F379F0DEA730F873C1BC606A5E5A1BDD52440DDB619354DECA19F74B9A3E98EB36FB7B4FCCC
System.Security.Cryptography.Algorithms.dll
md5: CD9317912D6D05682FE76B9E5EFBB8BF | sha1: A502F523E51AEFDF26790C349E36F804FFFCA93B | sha256: DC1185C9741DE9ECF544E093674F73362E4C09AECB5C21830732F347FB1CD87E | sha512: 0C63E43E0E4D9421C618FB68945E41F88925B0A7BE3CDDB81420D2E8818503CEA7C04683737FF68AC98B742BFE54EB1DEE287B4DCD226B666512BC58D6714AB5
System.Security.Cryptography.Cng.dll
md5: E084B987B973A3E1B7E7A664C8B965ED | sha1: EFCA407565865EB7E69D178C0712AD1CE7383A25 | sha256: 56E48CD0EF7DE8740146803E54A14DF4176CEF5B29C353A61A09D8BE1DD10A51 | sha512: 761D99A8D93868D548C73DDE9C68D309DFD39C32DB81C9E790FB2DC73982463DB594D192AF60D28E05735EF6052106F63B0826F4547CD2169FBD1195B1633173
System.Security.Cryptography.Csp.dll
md5: 6734B6D1E41E1EC64EFC38FD527ADC1C | sha1: 65B35697B0AE13C592BD87A951FC76E894D3E28A | sha256: 37FF4F0B2F52AD1F9F658BCCD054AE9C31471924ACF1B284EE1C21B42F422FB7 | sha512: 36F4CF706D269346C22E8F27ED6C4A4D4F79F22DED378CF4EDEC3BF75612E2E6D4B0B9C41762C56DEEAAD44F0B6ED291F77E806E4CC4610FB983788C466AECF9
System.Security.Cryptography.Encoding.dll
md5: E1C35E6650A46B32539FE7461B8F9D09 | sha1: 8B94AFA0F50A6B1452D7691E679CC2B17D5A67C1 | sha256: 213F941F59A20EC1FCE1570A954A5DE02CF57C3958267CA28B3CCA336CBAFAA6 | sha512: A4CFA053D47F156D6A7E3D6DDDA9A35FF5A117FB892783FF23A3662D9FECAE1680F8238960013744ABB9D57F00D9BF408AFB15A619B8B03422FC16C08BDB7D0A
System.Security.Cryptography.OpenSsl.dll
md5: A803C7EBA090F9FA73297359E9A01396 | sha1: 4AC63CF6E7155DB33D4A2EF7EF0067C54E59FC02 | sha256: 7E841BD4661B1DDD9EAEA3191A9FA2DA11A294E6A8B8C21499A4E1ADF3C05997 | sha512: 7F5622AD6D2A6CE2D798D4E05DBE8C14A1F96C2D88FEBC3A594A59CCC0C06984ED13D9AF5CE7698D2761AC7D4B94F0B231F27B6CBD45BA69D981869EF530AF91
System.Security.Cryptography.Pkcs.dll
md5: B294133D0AA8DD55B290C3EA69213114 | sha1: 5C2FC804618181D2592F416D3F0293923570717A | sha256: B4B3200B4B81F47FD991A93CD032DE1527EFAB96513FA51109B25747C8CD2FF0 | sha512: 8561DB4A00E2C5DA4C1C6E869D56E3810EB00429EE555B35FC1C88059304FE03B814994F5FE3F91A951DFC5A6A3986BE9D976B5E5293119B6EC113DB489424CB
System.Security.Cryptography.Primitives.dll
md5: 08D7E86C114E9A9290D03DEBCF45E5F9 | sha1: 87083DC50F831EAF049F9B1D1BC2122685715827 | sha256: 02AB3F84BA0E33ED4368BE1B32E4CC812E0959860703E55A4BFDCCCB3E6CAF43 | sha512: FD0DCCAD2DB359D1CF65FD2F0368E3BC45A9447F2C68F42E523EF68B9A7C63BB958FD48A91EADF6D57983623712FF4D2D7D1B37A9242D3112EC491944361DFDE
System.Security.Cryptography.ProtectedData.dll
md5: 7F137A9D076C5C54A3B367B6EDE9C63E | sha1: 28238617B7B4F2AF723DED91B3D12277C8B4C26C | sha256: 7F14D932D0E813A174D797C59EE62B4AD8F2DC3ECA0B1C548E517C9B3EC46F53 | sha512: 22B485FF60DE5B70152445482522C88A1D1880560753442E788763C4DAF2FFA3E87FFA49083BEABD540663E4C75B4899750E72339A9B727C5D0817D4D5651B25
System.Security.Cryptography.X509Certificates.dll
md5: 2BEFDABAF8CA6B9CFE4D469EA458F81F | sha1: EEF230602F6270978705800E92B0E31EB08B1564 | sha256: D009CAF0DA4E1558EBFE109DE2A204875D4B21747BFC592EEAFEEFB71543988C | sha512: E85C397A68121E40938A471B8D3A928F430F99ADC603A28FCCE615B056BEFF837487CEF3DB4CB0D3EBB46A1E588A59795087203CC902D9904FF3A6B68F7B8C7A
System.Security.Cryptography.Xml.dll
md5: 6E47381CF6D6F6C302BEADF13EB633B0 | sha1: 9FD8F2CE6CAA98D61FD393BFE7F5419260AF0BCE | sha256: 2959DECFB2A9BE963F95D28EB47FAEAE7F30EC497185DCAF87A46942954EB503 | sha512: EF28021DD814BF1F853893269F858C1F09F7D9124BD36C61AC8F6E852564F53AB1BACCA7925A957966C287D6F48B83425A9121E23A8DEAAA9D87F53FD43270F0
System.Security.dll
md5: 8AAEAB27DECCDD9096808D64D7C6E54A | sha1: FBD6EF2CC18A36C988B59879F1880BE65423473D | sha256: F51CE19DFBCB93CAAAD826DF59E858807DA688D59633D425C01EB98108868588 | sha512: 082C98693605B8F8B0804695ED6FFA7C5DE69ECB5674CD807098AC425E968FC2216992478ED24E342A447E3F14E86A5B1D643A6022B34D3EE2D605AA4EB6CDA7
System.Security.Permissions.dll
md5: E95726B9F45040B932287C4119AE091D | sha1: BBD3BA481DEB1BA176F417D0291E43E9A14AB6E2 | sha256: 19A0A85B74F428F846D4DD8B88C7E46598113B695C486484076FC57C016BE7ED | sha512: 02D30F3B96BC10F6CE35237505DA6DC1D3E0274CB60594F627A28D338D9287B9C3AEEF8CA1A61EF25A475D212976D4CC337E30B6FDA635C1979E6CDE4E700C47
System.Security.Principal.dll
md5: 2478B138F085EB65F2C43C217EF7EB23 | sha1: F8C72422DEE79290A87E553F8839A8427F60EC0D | sha256: EF3C0A3D14A5505303DD444723FF4462F38A874365B6461274DCC54D55FAF5AA | sha512: 3611F9EFD4718853F73BC733A203E1231E950AB6822DC1A921B03A8B9F769D5DA9C9D871DAF61CF4A2D143EA3FB6633C1C305D1A58BF440A43036C4D6B3ED171
System.Security.Principal.Windows.dll
md5: 212A275299CE78B68D39B826FF778B63 | sha1: 35D2802BB9F31C558A06DBF9047FE7E5C842D42B | sha256: CBF51842CCF8908E23D902DDB1DE53E766A74DCBDECF1DA5A843F0C4F8B583A9 | sha512: 2EE00058666016B7198A76D8F51E69BD947E7D433F538304DF86229F91230F1E3D9EB0EC8443E2CFAAF117367B299089E90605262CD4C595DC2F7FFE3329FA51
System.Security.SecureString.dll
md5: B887A0B86F8C83BC7B2F4E881F6B7E88 | sha1: 0BFA8A5760D201096BC36FA80D12D2693776A036 | sha256: 668A00564A729F705191845F9346F4BB10B4E96D1A5D11AC1022DE77B9C89553 | sha512: B8BEC0CDF461761A0DB0DB9AE10C4DAF4864081495D4643C43BC50DA8FF9F049DF92F569BEA6BF55D90B4CE19E15280F2D2642A1BDE59437F1CE9E48E39FAC97
System.ServiceModel.Web.dll
md5: F7F2AFDFA1B24C9EAF0F7748B7DD6051 | sha1: 2F92169D96645DF08F9724B3EA8453C2A25702F0 | sha256: D802834787461A4B5217AAEFE263F81281621D2CA7D3F99B9DC1C41229522CC7 | sha512: 3BD02175D72FE0F4BFA544F20B0993B89CF2747E4555A78A34294B2A8AC8203E6EF3BC410317AF1AB614FE3655C36A5E98F5CCE1061B04A34B5AD52007AD22EF
System.ServiceProcess.dll
md5: 12EEC343C44D75E713E53F7F4326FEAE | sha1: A9B5E1B4FDE3E5EFD200B82795D14B6275293E1C | sha256: 4E086D93A88B0B9E5FC7E0AFB5168576C3C20B0E9BBF1A5C335F9E93D743E3A9 | sha512: C6E1160B7FFFFE13FEDC505E988A552A1E65B070EF61A2F6709F24BE581BB2FC7EA95BAEEBF49DB5A09AE3455D930E2C6F4DBF0F19195FCC438285F12633D1AF
System.Text.Encoding.dll
md5: CC40A0718A79319622869C2266D7AF93 | sha1: C7D7C5FF6F55DEF4DFB3200AA676AF91B546D7B2 | sha256: FCB43C5CC6C209A518E1AF2D84C8133582AD08685672CDCB2D0E1B521D64ACC8 | sha512: E6E28A3E2157721746EA89A1A70C265E6B6A6616FDA65345C1096CF554CE9A093D22B877C1D094C691F30E03F902D7CFB5D027FD87055030FE8A0803FCEE0DA4
System.Text.Encoding.Extensions.dll
md5: 965ADA8893806FAA844B4A2BC0C641E9 | sha1: C7EB68AC65F1BAA961DCCA5408BF5B4C65C1BE8D | sha256: F2558A080F979D73E608E8AC7F1473E7C6BE47BA2B301F32092149E2CD60AD89 | sha512: C7EF58999594F58CFA42AC2A0F0E3D79CC6F2B8BD72F6370AB37F2B841B9A24C3A85C0DBEA92495E5CDD87EF37E5C461F9F4582EBC2C5B83093C7047C6A574E4
System.Text.Json.dll
md5: A2417373AF32A4CD16FCC0B73B7D9D15 | sha1: 20197C05BA9B14756075336DC95CF8491448797D | sha256: 6D38D6AF59ECB1702CF402CFF7268BF335E1B843B3F415EB14406EE7DEBD7D62 | sha512: 807EBE01F57C114E944C586D177E944D9E5AAB29A9363035F145D186F3802797AEBE8EB77EB79ED23E86541F2686F6CB568340BE82821EF5DA99E9AF44A812C2
System.Text.RegularExpressions.dll
md5: 89C99D123F3D372D3825AD434A2D0FA3 | sha1: 9194D5A4140B3A4E2C433F721A0E599028B1999E | sha256: C2850E89F44291A6CE3C7E0945DE9D934D74DAF20E60D2E95C3D36A380AD8EB4 | sha512: 82ECDB4657871B28C971ED843BCCC18EDF580ACA029E24F6D1518759B95DC5471062735490A7A995E20AF077CB553999EA82A5B11D4368D4B21C90EF5430631C
System.Threading.AccessControl.dll
md5: A835C54970F4C236E53A97C1C0D2A91F | sha1: 65A24A196DE1A39D02718B232BAF0937D8CDC1C1 | sha256: 2834B6FD95416F45D16FFAC06A6266FA911E6BF4EC77C51313EFAC34FA87E3EA | sha512: E63E126B0112C9D31DE9E3446541E7390F21FE44382C7FF2FBBDD7303A2D66C9E976EC6CF1606857C51AE8EC59721A865B32773A175DDB979BA34F2F3876538C
System.Threading.dll
md5: 7518630BF89FD25200F30D4789AAECD2 | sha1: BB8F254D34531FCBFDA63B1CA91D3B583E236E04 | sha256: 85BF5AF7F80C810B7674C43B53D7FF6B9E5E5D447229B6CE307ED6C9AF835E24 | sha512: B821CE48EE4FC9865FB8CEC92CC7D9DBEA1C1E6DF3490065351C319184F440B494C35429F70511CC8A53AF7C9071A038920FC74F3528155264C84158BA072FC6
System.Threading.Overlapped.dll
md5: B17A7302436DBF3EB826A494E9813C76 | sha1: B23F8EFD24FB57FE59627FF036E2B7A6C5E2BD5D | sha256: 9F88CFA3299FB3189800012771E97938BD83BC44E5E3319E7B0053B231F34E4B | sha512: EF8228F73CE9D46DCFDBC5A646D1FAE81F8AFE01B8816910AAE150A8D4C963F5365BF67285E1A4B8D14B7B01BB3C9310CFFCAA009E763CBC9B773D87E3514DAE
System.Threading.Tasks.Dataflow.dll
md5: 36EC31EA7246DD7AD1CC0AA3CAA504E2 | sha1: 666074A1F80DD8CF3A88F405B3D75E951523FD72 | sha256: E18CA2B745307C5501C12CD85C6A4A9BB3195B87AC6CA22ECE31D07AFF50F4D4 | sha512: 7BE444978D05F8BF6FD69FAE38EAC421C62F64059F10BD31AD1E1397532D47649743B08DA0D1161B1CB7C956ADAC728AE180ED6392D23FA931867FC911DC7441
System.Threading.Tasks.dll
md5: 25B42A5C06385DAAAB1BDB308C31F7D2 | sha1: 629272D4DB3876D0AECC768AFEDAB3A6F0CCBFF8 | sha256: 6459BBD46A42CAB76BC789A1F7B1E2426015224CD983A4FBC2CAF05974963D53 | sha512: FA5A9AE05D219585DB4046995B5F18921B036D9CB54625013C9218B50E3C504DA81001D1F4F790B36CC2FE6C4711C408DAFE7ABF2C8DC6F5A5654A6BFC9233F5
System.Threading.Tasks.Extensions.dll
md5: 6F8D3CE714C663116C1D93362903F537 | sha1: 4E77015C5314C1C3A459665F997720DD1539272F | sha256: BCF3142639EB0A342A1560FFC82AB9A4ECC1DF1CDAD81BEE4A3EB365A755DBA3 | sha512: DACB07F8FE8844B325297F2CD7AE0CE2F7D4D2A2A6575BEF1A34D6300CE6ED6A134E8B438670D82DE60B7B1054B56A24309F0540A4930CA1B69F1BB66F9F52B7
System.Threading.Tasks.Parallel.dll
md5: 1F76E8F6D15DE8D20A422F6AC7D644E5 | sha1: 2014F8AAE059FD970EC06504A049115F3F7DE8D1 | sha256: DBC562DBD7E93F1E45F333481D59561A94A0673913326B710B8A4C21CC070F5F | sha512: 94BA595950DE6788A120EB2F9A036D20D30A771D90C8CBC5CE682D21255611BF2413F6993E73018A4B7C797C732DD04E7449CA7101167B7E88E015E0F417172F
System.Threading.Thread.dll
md5: DE449EC2B0FB829B9C8452EEE32C2EE7 | sha1: C3A3E033FC3E13ADABDE2A63EA1BC23D1360C33B | sha256: 8BF4C5311A2441AEFE6E901F4050CB8A2B9AE25C5FDC816FCA714B79A99CE2C6 | sha512: 7FB157FDDFADF5049AF18E22D7A3351E5AFEA19380101CEB5D5CB3083ADA5C0AE1353349C8704A77F29152DEA055BE37D1680AD2CB1D2C7CF816F60ADAD54BE5
System.Threading.ThreadPool.dll
md5: 3DD1A9A7112EAE483ED472D18677BC43 | sha1: EF86DA3EB5819F175371E7019CD0C332393E8BBE | sha256: B09F133556DEF6FE9EE55E76F0FEB18EA7403B4FDA64B045DC775775CC2C28C4 | sha512: EA5BF109F62605824838D9991269F010A2B2BF615E8AB3CD0AD37F018E255AC56036A106E881136F276236D21513855F5C433EEA2A119C01E09D660A58948625
System.Threading.Timer.dll
md5: 55EF73327AE5F6D122FD3C272BA70B4E | sha1: E31B97F6F17DFB158BA90276C25CDE3663C1EC79 | sha256: D45FAE7092CCAFCB6BEB8BE4A2C83890D7D5A3A83890FFCD8E4DBC4D7474B503 | sha512: 95B7CBEBDBEDF6746BE8C24A3A4F36E4411EA6F466CEDE08097F4F21C8A8343097269E25655DE30BC2C52499B8BA0BA3176E7B462EA10BCDC07DC6FBCF82AF64
System.Transactions.dll
md5: 7E393FD965C734576B7D6959950F16B2 | sha1: 0CAA48258D9283A429184EDE9E73CC209AFBF21E | sha256: BCCDEE4FAF3BB96D39D313BDB28AB2988903808A0A547C84429DC6F07CA610C2 | sha512: 16FFF2E1AB2E04CB54E16ED62E784D8D8699E1D2293DC26E76C0FF26D1BD4227906812BEB7E4DA16D2E3106EEA8DA0661AAF95A88AC38705AE5983F2D92ED882
System.Transactions.Local.dll
md5: ACABE3A624B3EE4E957907B8EF366CEB | sha1: 7281F16A35EA13AE04E2FA436C76C9687E385711 | sha256: 1BCB96EAD45B1D659B868ECE7A0105930A0F4911E68E886BD278618F40CDFAE5 | sha512: 9DE7CE83C1E3A804A66461DA2DE01ADACB453E9580D455C1CFE96B248305CDCF11DAC4AF8134F20235D57464563B7A27D284B0843B59DE7E7CD034299FC3395F
System.ValueTuple.dll
md5: 50540FFC74932A9375D680DFA56BCC69 | sha1: 976BE194563EDAA812D7813422DF500695BA7215 | sha256: 04C9C5E8D3235C563408663D40F0FB5414D935B4C1519390F50BC9D4FAFE5649 | sha512: 314000E2EAB7A737B5C3A81543BF23386D164EC28090D0419D274F4896D3EAABFF09B3339536195147E3D0CCF4EE629D478DED2D330DC96469EE2C06E04DEFFE
System.Web.dll
md5: 23D7527C4B7CF468427E51847B720528 | sha1: A5299CA6A745F69FC7804A50488FFFBA0EAC2606 | sha256: 1DADA51AC31CD0C6B6F945E7C793A0926E7776813D954DA1DE579B1BC2BE1599 | sha512: 4F9B561DFB7B9F14B5C4CF5C6A038C85AB268DFCA21A8585035E7A456CEFAFD26658EB6B0E0BCBB0223596E9DD8DC722A0DBDABA6C4C1CB33ECC610C046726F4
System.Web.HttpUtility.dll
md5: 56C62CCCA9378C96482B335656F6AD55 | sha1: 6AAEE4C8C4309C3C653082BD6891744A0D367FEE | sha256: 3B1A368E17630F7FFD9BBEBCB5E4477D969D46D2FF88DD49E83C110D21F1E8EA | sha512: 716879787C94B31AD2F9EF54BBF6BA1832B06D4DBAB856662B1E331594E7D261FE06089832A515684C33994C0DE9073A870F257883EFA2CA3574035829013377
System.Windows.Controls.Ribbon.dll
md5: 015E44F7574AD8AE97268EC734D23DC5 | sha1: 20F339CD08398570FB6D1197AF15E5E9EFAFC2CC | sha256: 2B63B16B1D94D79C2CDB966887D2D739ACFAAA820C7866FDF1BFDDEA310490CA | sha512: E41A49C6FB986BE412098B3C8809B19E4F997C8D9C3D766836D8E244FDDF86D8478E5429CFEE0344353D55B36E0072F95EF1B13488B5F39414D5DAA6568FEA52
System.Windows.dll
md5: 6825F4B2D51D7CF7338D8C8ADB1F4DDF | sha1: 73E98FEC75EDF6560C9DB05C62FB13E8D450B444 | sha256: 1410518107A5C6A9718FA4F34502FB39479E4055A3D858678DA13683913CA054 | sha512: 22366F882F812EE363B77E7435C32620CECD4955B06343F2AE8C8E2B27CC8CB453C4D4389D9FB7833C15580CB85D8C98757769C55AA039277AFBB4E3BFD7D31C
System.Windows.Extensions.dll
md5: 98CF1B9A49AA6B16D63BE0E8F6BF3F91 | sha1: E4E590A77A46FD7E8D26954F55ED5B3B7C216E4D | sha256: E3A8D57748D8D66E7E14073C87435621675BD0D0C49D0CB1E1078D69066DB43F | sha512: 25DD7582D6F02CA70BBF4EEE005202A2CDD18EA8188C4D801202B19600CA5B3A6AF2C8FFA8F57BEF1712CD50BD900074DEE86E7DF10F04776271C89A452B2230
System.Windows.Forms.Design.dll
md5: 8807D3E7A813309C8A7E351A5670DF90 | sha1: 42316B1705AAB4552A5C4023366DCA158955A7C6 | sha256: 893E85644244297C8C320DE8CDE6CC09238B5EE5E0C7C0C3B501EA1656D55E70 | sha512: FD7BB25348EA81FE3B98AAF85DF6EBDC134852B5DBDF181D64F30682686280F4BCA921425E92C239F478C0E84CB28E6009621C160E8AD1E4ABACEA24802BE27E
System.Windows.Forms.Design.Editors.dll
md5: 6AE5F5D763CFD05E82C1D8AD9FADF9E9 | sha1: 7FD6683827203686CBE5906277B60FDAF6B068A6 | sha256: 23843330323A37331DF8727183D5105CCCD66076EAB4100E5FCB94634AFF2C03 | sha512: 1D4C2E839F68A2246AFAF5154A4264309FD648781EDC91D31B29DAA464AA7D468008AA46EAA7CC35493A06A4CBFA3B09A3772335BD8B908321F50E24C10974B0
System.Windows.Forms.dll
md5: 05611A285F48F2AD1C356924484B4765 | sha1: AA86C577B99496DB7781E46B920951032B3DD82A | sha256: 254A65A66726163A063FFA8EC9A5A483ADBBDD7A61DDCAF756E1657D7CE7D461 | sha512: 6E408064425CF0F81CBCA3C4B1DAA3C422F955A480F47ED077370DE712A38E7ECDF3381DBF67CEE0EB98B5F8E5C6518E4F6328105A5FAAF9DC9EE1491E7EF256
System.Windows.Input.Manipulations.dll
md5: 61AB9288F2335C0DF9BA5351B8B385EB | sha1: B8838D6DB675646A0E3F690C847F84EAF69814EF | sha256: F570C3C74CC3F6C321B62F9BB5BFF51F03537F1DF1BA813A8B63D26F043508EA | sha512: 19B19732D0A60233367668E8962EE96D468639549C4D6AF9A082A1FD8E31672D8E482899C9DA2D28B7E7E6E06C885E2C5FDC4DD3426CAC0CFDB763873604131A
System.Windows.Presentation.dll
md5: 72F1456BA6D4329C11777382A039E37F | sha1: B254198B5BC23CFF9F215E305E1CB27AA3B251D2 | sha256: 851DBF2CFB615717DD5FF6A5C3A725CDF8913BE325EE1EE5FD5CDE6F178A6394 | sha512: 6284FB20908FFC8034953D115712AAFADA0255A9C53EAD27B4900E5AC3BD2E8F3079E3E8F548E67A28885C9347BC9501D22E74195F8040786152ABA32DB4E93C
System.Xaml.dll
md5: 57119D80444EB8BC10BBE246083FAC41 | sha1: D34189C6CDCE2F28076AEEE57657027612918CD3 | sha256: DEC8B25491883B0530A2E8CE8D3294F9EF070B82D76C7345100A25FDB03BCE09 | sha512: 006D1B25A54395678EA46F5E4E47D8F8B363BFB13BFE2C9D9ECF860649706983E228CE8A75D045100ECE5E87D852DB3C3705253D993EBC4AA9ED215A3CC5BD3C
System.Xml.dll
md5: FC02525B2205D19BB151BD3FC9F543D3 | sha1: A966B633231C4676C094453A8BB7B0E401C589F9 | sha256: 27E43A1A436D1E27846C2E029BB40A1F64CF00CBEC32DC3A2F34752F4D96D451 | sha512: 38B0A7369B0391331DE13F1FB3ECBB28313FAC3C35858FFC9C7D5B0270794464BA3013EF5E60DAC7179C287717984C6D7FB9F1DF7D29E58C0EA8CF967AC20D9C
System.Xml.Linq.dll
md5: 9B76A84647397C8702DA5FCB9A6C85AB | sha1: ECD1F1417A1CE834710AD2F552A933A954AED73F | sha256: 1F534F9994B23B6AC5DF170F1D4A4C2A3130B5DEC3FD3F19EA1333C4B967B22F | sha512: 5567A94FDFE22454165D8121C84BBD744948727087E7241401BF610D313B165FB63447C7272A68FD40EF37738D639D237715DA3DFBAD95F2DCFC902648CFAD47
System.Xml.ReaderWriter.dll
md5: CC6904F0B596BF3B541045F942A968BB | sha1: 6C52E48E06F7405C96E9EF1F2995F610BDDDB55D | sha256: 5A78A7B2DEF8A9FAA430FE15A83034CD389ED3C399327284D35CEC575AC012F6 | sha512: B41A87555677567071DAE5147904404D664CA311A558C486056E9264A41407C357622743901C89A0E9734C99CF76A57A2C443949D8E42327049B181173BAEE2A
System.Xml.Serialization.dll
md5: 9129B497D2E023F29CC6ACD2B8FE638B | sha1: 6D5DF649EA9752C2BED841CEBDD20F341D58A9AC | sha256: 07E26A3451336AD40F254794E6A7462C14FB16118AC5A7B19D400B081CE4453A | sha512: 9211C0AA1AF52B9603D970C8C39819674A203E972C1486A584714DFA347A75FC38EE741CE58742869659C33C8918B1AB8ABA9F7FD6923598C05E0C15B2EA54A6
System.Xml.XDocument.dll
md5: 58D24012FACE0B15E22C66F2CCA2F1D8 | sha1: 982D0361B08491D6AD5BC297289E27199E27C15B | sha256: EE08EDDAA586A53B9A382729AD3C0BD1A9E11C051259BD3DFCB9FD0C069E1A35 | sha512: 11566CFECDF2419D99453577586FD2F76921C33E604379A210BADB711A7794797B79B28DA538AA007D085B0190C1EB932AE817D07D2074FAFCCD7448E4C410A8
System.Xml.XmlDocument.dll
md5: 422131DF1107C3E583B3D78852026A39 | sha1: 1911445769BFC3E4ED55386D0FEAE7276E9A21F3 | sha256: C4E2F823E2FDDDC43F83ACB4028E35ECDC1695D99ABE0231710FEBE1B1A182DE | sha512: 84B33A0FD946D0D90104B65FDCF75695504D05F4686A9755F64014BF1EB6C5401F4C77D493606AF33BE6C2F4901FC881B00FDC8E09185FD0139D0C8536E98A3A
System.Xml.XmlSerializer.dll
md5: E753D710C9CCD309E3A25D6B6A70506D | sha1: C1AEC238B73FB1488D0CF746A9B92E8A78B446F5 | sha256: EABDBBC66701CEF07BDFEA1CA4699AC8AB22210AB066C26143D8C5D355C9D885 | sha512: 357EEA197BD2D8E10945550330AF83AF09847360249AEDFD11100ADE6C91E93873718674C87F7AE4BE70F12DCBE53429E81B4478DA69AA49C9E77564B15FD536
System.Xml.XPath.dll
md5: 5020FC032F6ECB09620073B39FA90B59 | sha1: D3303F4A8E19C443A880F980730782732404A72A | sha256: 36702EC906AE42BEA24D08E7D2669A8637314F584035D305723BA40418C5FBC7 | sha512: 285C785FE00B73058921B6728CB0589A4DABC7803CEB2C0C7F9388D80AC8F3DB81953F20B63BC64F7F4583E975FC90D22D142247C67D92B5F45A41F6F9C45153
System.Xml.XPath.XDocument.dll
md5: 9001FDF6025B1959FF85B0DAD9DA1FB5 | sha1: 719E9FF8714836C614393A7BF1206CAEA5692AF2 | sha256: 22F15B35003DC9742A2DFAFD77087BB6E4223D37FB766A76F5B845F7B0DCCA55 | sha512: A50C09A3C27C2D79A793E6530A6CD2B554A53E5815D5AE4AF503123F24AAA3DED487E3C18DB1C8F9E633167334C4E7BD8C20A84F731E7486F9D0B340E6EA2420
tr\Humanizer.resources.dll
md5: 9D808631EAF027B7EC0590283CB147E6 | sha1: 5A128DA6A0E55822869534B5D2351EC6BB4DD245 | sha256: 1D165DF0DB74FA41748E1B8AA3C0CD61E892B14C56B9664155E3697638E9E64E | sha512: E832AFDB1AE66D1708C2F3E086126D74D94E731C99117FEED21B3F55B35AACEF43E2E4E6A82D223EE5A7623969B2FCAA32A31B78BC3C17433CA8AEC1A0C5DE9B
ucrtbase.dll
md5: 6343FF7874BA03F78BB0DFE20B45F817 | sha1: 82221A9AC1C1B8006F3F5E8539E74E3308F10BCB | sha256: 6F8F05993B8A25CADF5E301E58194C4D23402E467229B12E40956E4F128588B3 | sha512: 63C3D3207577D4761103DAF3F9901DD0A0AE8A89694AD1128FD7E054627CDD930D1020049317C5A898411735E2F75E2103AE303E7E514B6387A3C8463A4FB994
UIAutomationClient.dll
md5: 6AF397DB89E763B434A5DC2EA9EFD241 | sha1: 8DDA5BA9430B3FC4A3B3817C3FDE617E80B50F48 | sha256: DEB4E81CE3991A19D0B14E335DB616B7B8B056AD22EAA67843162278AB464683 | sha512: 2F5C22E0FB2138EA3384ABF6268BDD986C2384BA7DE98250CA1A63DEBF16BB4F178C7E1D3484CD343B63744AABC8989838CFB8094CEAAAA43D94FE6EC97089E1
UIAutomationClientSideProviders.dll
md5: 8B176CC06B9297FD7A4CD118EB34DF03 | sha1: 5C858FA06F19C1D6978F053589F5BC7EC2D5DE56 | sha256: E36BBB9D000A2B986A1C3D99919D39A78E4EE6B9A27B13DF2FC243F0E7AF86D7 | sha512: 4662EFAC5CF3341955DAFCD501272A3947AA8413D15672EFB043602871D33D23CAACFC0FD0D21E9B5EB1E95FCEE2AC75D618AF65E85324E73C3EEE9FB7BE777F
UIAutomationProvider.dll
md5: F09FDD0D155D2FF761A3747FFA7EBC68 | sha1: A0AF4213E274D59EB0C606D0C848926AD7D2C529 | sha256: E84772AA0846C55C0CE01419B5AC13D502B3F07D628B64B842E55BD9444D0338 | sha512: 29B2E20A96EBFF74CC743F4B300F9BC5B044A5B04F200CB9DF2B45D376135D3B8DDC7C81F2A78E72EF0E89EA5FE5B2CA4D0C114A0E764F1B03B94DDB2B80BD54
UIAutomationTypes.dll
md5: 56AF77C56FF1EE050BBA92B274A892BF | sha1: 1050C3120519122A5AF13B2B3063DEC1714A15D8 | sha256: CF0039E18D7CC782DF83828C50A8EC36DA468D2CC569E03F6B6103E1E7F6FDEF | sha512: 73261238EC879618E5BD60C2253868B4841551ED0BBD422AD9B9A50BCD2BD29EB56FC8C2AAC7ADF05BF5B518FE91BB3D82E740D6CC47D4056D64BA6F5BD76708
uk\Humanizer.resources.dll
md5: 93BF058E40E3DC35BB08087B4BFA4865 | sha1: 81A6A54A309D245B997AC7207539E64D063CB36E | sha256: F6B9CBBB60D8BA3FEDCD7F40A14641E824AFFCF12366605A6B61B8408A4D3A67 | sha512: 934AE5AAB3CC4A11A8463A273B3837A0309D41805EFD325DB449B11F7F6C8FD3E58FCAC74E545C07A6F8EAC8D02BA5710FA96B471CD966DEBD5CA8F2831B72AA
uz-Cyrl-UZ\Humanizer.resources.dll
md5: 5C8A9EE907F07B79F64789C13B14392C | sha1: AB094ADC770B799E78B016ED0A8B03A069908B37 | sha256: 20EED5B5D2F04DF7D129AC12965221A2B4F522351AF6B5E2FC9D4E2604F238F7 | sha512: DEDB3BFF2376BD8C25409D276B4E419334925779FB0283519224ACA767A9C043F2EF09903B72EE567B41ED93D6FD8F1885B1E777AD083D02C109EDC269F070CD
uz-Latn-UZ\Humanizer.resources.dll
md5: E1AD8534325B76931D5CA024B65C35EB | sha1: 33FB6486401D21409DB7EAA198E59BB48DB87E98 | sha256: 635D6F25D31A5232D06141FB1A2C51B9A8F9C6F7E23640C5854E447BA99FB4CA | sha512: B229E7A68952E2349F8136B0F2FF6CF7D2F26C660D7835C660AF1A7E3EDE6C361CBB51FBF0C98A9DF9C5BD3991DF10DD3911EEBE3E8322A510FF79FF42653347
vi\Humanizer.resources.dll
md5: 40320066169537A8B5BEC3092917608C | sha1: 0068A281C69729D93062CE8900F8D814C1CFF0EF | sha256: 4C4528D5F6A577FDA70A0B662A4F42AA44023BEFF97FFC471FFD583CD4A96DC5 | sha512: 9FE0027C400FDDC5D3A068071DF96A08F22E7350E93F6D4F701C5A84333035E6270798473B38C6B5B2FB54DF627FCAA5081E68D52271B1FDDB96BB78A3A21398
WindowsBase.dll
md5: 591927F0C26122950E08286E7E08A0EC | sha1: EED28A8AE921DCF85FAEC40EC7821332297DE308 | sha256: F947CBCFADE02EE05563A8670F63AF0810BF5E03FFCD2C02D19689D10F8CDE1F | sha512: 8DCE471F1F8DA7A1BF655B2B0CEE265C2F2AFB40764151995374D19AA3A30B9FDB8D3378266AAD65F445BBD5D5C0CC6D44E8BA26D9C8B7EC9C4F6B2C6D0BCFD2
WindowsFormsIntegration.dll
md5: 4C9FB42C063046F663155BCEFFD012D1 | sha1: 429B2BD0F3F27A8A66AE7CCBF3AB76F1852148F5 | sha256: E2624050C87AAA2E56A1F0F4DCD9567882E128B54850E4C13DCB1901C6C5B5E8 | sha512: 4FD66CD707C3EF6BD7C5892288F3AB598E4C86C23AAF9D1EAF025DBC714F99306B5EFFC6D21F9DBA2C6B8AE8308405F96F232A1DA7AB169BB923E9CDEDB76EF6
wpfgfx_cor3.dll
md5: C166416F7BBA732241441EACED2B9916 | sha1: E802CFD54ABDBC8B837B12545669D3E733637A62 | sha256: B1692BDF91770FD5E7B83A88F3EA620EF3D7186ABE2FA4827E6111DDBFC133E4 | sha512: 64F686C657E6454E03C48836D598D6AE19EAA87D8EDD9C96D9CD526266A94010D544CF3516C062742641807CBF68FE608A73CE2F1DBC0D27E8FC2F1C188BF39F
zh-CN\Humanizer.resources.dll
md5: D364621570DC95DD32D1B684939222D1 | sha1: 22F4FBE917AD03DDBDBD6F1F3A3D0EECEABF18F2 | sha256: 4E532F52F7CA69346B1170F8F4AE7660DC3D8D4DB39CF398D8466D2EAB4B4DAA | sha512: 64946E930061AF3C5FC61CA1EB2BC47C31764C0F2C42E9D0A298253764C46B3B6F6506E3CD24F1D904E4ACC0ADF7B3057797146E609CC205A869C9F2CEDB7CF1
zh-Hans\Humanizer.resources.dll
md5: 24AEFB9984C37EFBCF6421F692236857 | sha1: 9D940DEC18A2AAC79AAACB4186275807C2BCCBF8 | sha256: BA87E48429792149AC29B31D6DA77B786D5FA2FC2BDC769393820D126E91E32D | sha512: 91D18A0D83A0E7FE6884FA8C3843C64B278BE8205E49353F19A11F8BA40FFF08C62C3313383BB82EAA6E28F426498C33EC9E986EB3C8C87054655A6CF60F6DF6
zh-Hant\Humanizer.resources.dll
md5: FFE0A7545472BC8EFC784EC5B4C6BE99 | sha1: 747FCE9B12307C5F9A927BAF596844D745B02FF3 | sha256: 4A88A93C501C77020F48D1C5948ABD001423C7276F9CE4F69377A3C2FE580564 | sha512: A0303BC34C59F84289CAF28DEDDBF8626C2E0A048EC312F458B6CF8CA417B50859204E1FC5BF40FCD56CBBB55277F415C6AEDEEC431F35097CD1E89117EA45DE

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
NuGet Package Explorer 6.0.27 10164 Tuesday, December 7, 2021 Approved
NuGet Package Explorer 6.0.3 2592 Friday, October 22, 2021 Approved
NuGet Package Explorer 5.10.43 5334 Tuesday, June 15, 2021 Approved
NuGet Package Explorer 5.10.25 1608 Saturday, May 29, 2021 Approved
NuGet Package Explorer 5.10.21 704 Wednesday, May 26, 2021 Approved
NuGet Package Explorer 5.10.4 3617 Friday, March 19, 2021 Approved
NuGet Package Explorer 5.9.95 1482 Friday, March 5, 2021 Approved
NuGet Package Explorer 5.9.90 913 Saturday, February 27, 2021 Approved
NuGet Package Explorer 5.9.48 1745 Sunday, February 7, 2021 Approved
NuGet Package Explorer 5.9.6 1555 Wednesday, January 20, 2021 Approved
NuGet Package Explorer 5.8.84 4169 Tuesday, November 10, 2020 Approved
NuGet Package Explorer 5.8.56 1931 Friday, October 16, 2020 Approved
NuGet Package Explorer 5.8.50 671 Wednesday, October 14, 2020 Approved
NuGet Package Explorer 5.8.17 1919 Sunday, September 20, 2020 Approved
NuGet Package Explorer 5.8.2 1311 Friday, September 4, 2020 Approved
NuGet Package Explorer 5.7.145 1209 Wednesday, August 26, 2020 Approved
NuGet Package Explorer 5.7.113 2619 Tuesday, July 14, 2020 Approved
NuGet Package Explorer 5.7.103 1279 Thursday, July 2, 2020 Approved
NuGet Package Explorer 5.7.98 1023 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.97 225 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.93 292 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.75 1386 Saturday, June 13, 2020 Approved
NuGet Package Explorer 5.7.70 368 Friday, June 12, 2020 Approved
NuGet Package Explorer 5.7.35 1416 Thursday, May 28, 2020 Approved
NuGet Package Explorer 5.7.27 928 Friday, May 22, 2020 Approved
NuGet Package Explorer 5.7.1 1444 Monday, May 11, 2020 Approved
NuGet Package Explorer 5.6.70 1913 Thursday, April 16, 2020 Approved
NuGet Package Explorer 5.6.40 1737 Saturday, March 28, 2020 Approved
NuGet Package Explorer 5.6.35 327 Saturday, March 28, 2020 Approved
NuGet Package Explorer 5.6.31 232 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.23 267 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.18 439 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.3 1084 Thursday, March 19, 2020 Approved
NuGet Package Explorer 5.5.64 4080 Wednesday, January 15, 2020 Approved
NuGet Package Explorer 5.5.61 1187 Monday, January 6, 2020 Approved
NuGet Package Explorer 5.5.28 3142 Thursday, November 14, 2019 Approved
NuGet Package Explorer 5.5.23 645 Monday, November 11, 2019 Approved
NuGet Package Explorer 5.4.1 3192 Friday, September 27, 2019 Approved
NuGet Package Explorer 5.3.36 2557 Thursday, August 29, 2019 Approved
NuGet Package Explorer 5.2.88 2403 Monday, August 5, 2019 Approved
NuGet Package Explorer 5.2.70 2004 Sunday, July 14, 2019 Approved
NuGet Package Explorer 5.2.49 2625 Tuesday, June 11, 2019 Approved
NuGet Package Explorer 5.2.47 596 Monday, June 10, 2019 Approved
NuGet Package Explorer 5.2.15 2899 Wednesday, May 1, 2019 Approved
NuGet Package Explorer 5.0.230 2079 Monday, April 8, 2019 Approved
NuGet Package Explorer 5.0.229 1193 Saturday, March 30, 2019 Approved
NuGet Package Explorer 5.0.227 554 Friday, March 29, 2019 Approved
NuGet Package Explorer 5.0.224 327 Thursday, March 28, 2019 Approved
NuGet Package Explorer 5.0.223 268 Thursday, March 28, 2019 Approved
NuGet Package Explorer 5.0.210 717 Tuesday, March 26, 2019 Approved
NuGet Package Explorer 5.0.200 2248 Friday, March 1, 2019 Approved
NuGet Package Explorer 5.0.198 1020 Sunday, February 24, 2019 Approved
NuGet Package Explorer 5.0.182 1138 Friday, February 15, 2019 Approved
NuGet Package Explorer 5.0.163 1154 Saturday, February 9, 2019 Approved
NuGet Package Explorer 5.0.161 291 Saturday, February 9, 2019 Approved
NuGet Package Explorer 5.0.132 3310 Thursday, December 20, 2018 Approved
NuGet Package Explorer 5.0.116 1449 Saturday, December 8, 2018 Approved
NuGet Package Explorer 5.0.115 322 Saturday, December 8, 2018 Approved
NuGet Package Explorer 5.0.90 672 Wednesday, December 5, 2018 Approved
NuGet Package Explorer 5.0.78 896 Friday, November 30, 2018 Approved
NuGet Package Explorer 5.0.70 342 Friday, November 30, 2018 Approved
NuGet Package Explorer 4.6.26 1138 Thursday, November 22, 2018 Approved
NuGet Package Explorer 4.6.20 583 Tuesday, November 20, 2018 Approved
NuGet Package Explorer 4.6.19 469 Monday, November 19, 2018 Approved
NuGet Package Explorer 4.5.88 1061 Tuesday, November 13, 2018 Approved
NuGet Package Explorer 4.5.71 673 Saturday, November 10, 2018 Approved
NuGet Package Explorer 4.5.62 869 Tuesday, November 6, 2018 Approved
NuGet Package Explorer 4.5.60 347 Monday, November 5, 2018 Approved
NuGet Package Explorer 4.5.55 475 Sunday, November 4, 2018 Approved
NuGet Package Explorer 4.5.46 1251 Friday, October 26, 2018 Approved
NuGet Package Explorer 4.5.27 1168 Saturday, October 20, 2018 Approved
NuGet Package Explorer 4.5.26 334 Friday, October 19, 2018 Approved
NuGet Package Explorer 4.5.9 489 Thursday, October 18, 2018 Approved
NuGet Package Explorer 4.4.72 3186 Monday, September 3, 2018 Approved
NuGet Package Explorer 4.4.69 465 Saturday, September 1, 2018 Approved
NuGet Package Explorer 4.4.59 1472 Friday, August 17, 2018 Approved
NuGet Package Explorer 4.4.53 1001 Sunday, August 12, 2018 Approved
NuGet Package Explorer 4.4.46 267 Sunday, August 12, 2018 Approved
NuGet Package Explorer 4.4.25 2023 Wednesday, July 18, 2018 Approved
NuGet Package Explorer 4.4.9 2547 Tuesday, June 19, 2018 Approved
NuGet Package Explorer 4.4.3 1408 Friday, June 8, 2018 Approved
NuGet Package Explorer 4.3.33 331 Thursday, June 7, 2018 Approved
NuGet Package Explorer 4.2.13 5321 Wednesday, March 21, 2018 Approved
NuGet Package Explorer 4.1.38 2406 Sunday, February 25, 2018 Approved
NuGet Package Explorer 4.1.32 846 Wednesday, February 21, 2018 Approved
Nuget Package Explorer 4.0.0 2802 Saturday, January 20, 2018 Approved
Nuget Package Explorer 3.25.0 3209 Tuesday, December 5, 2017 Approved
Nuget Package Explorer 3.23 8861 Wednesday, May 31, 2017 Approved
Nuget Package Explorer 3.22 3171 Friday, April 7, 2017 Approved
Nuget Package Explorer 3.21 4454 Wednesday, December 28, 2016 Approved
Nuget Package Explorer 3.20 473 Wednesday, December 28, 2016 Approved
Nuget Package Explorer 3.19 2179 Wednesday, October 26, 2016 Approved
Nuget Package Explorer 3.18 2386 Tuesday, June 21, 2016 Approved
Nuget Package Explorer 3.17 498 Sunday, June 12, 2016 Approved
Nuget Package Explorer 3.16 529 Monday, May 30, 2016 Approved
Nuget Package Explorer 3.15 858 Sunday, April 24, 2016 Approved
Nuget Package Explorer 3.14 825 Saturday, April 16, 2016 Approved
Nuget Package Explorer 3.11 1818 Tuesday, February 23, 2016 Approved
Nuget Package Explorer 3.8.0.20150702 4602 Friday, July 3, 2015 Approved
Nuget Package Explorer 3.8.0 7834 Saturday, February 1, 2014 Approved
Nuget Package Explorer 3.7.0.20131203 1029 Wednesday, December 4, 2013 Approved
Nuget Package Explorer 3.7.0.0 961 Thursday, September 26, 2013 Approved
Nuget Package Explorer 3.2.0.0 1701 Monday, December 31, 2012 Approved
Nuget Package Explorer 2.7.0.20120414 934 Sunday, April 15, 2012 Approved
Nuget Package Explorer 2.7.0 701 Friday, April 13, 2012 Approved

Discussion for the NuGet Package Explorer Package

Ground Rules:

  • This discussion is only about NuGet Package Explorer and the NuGet Package Explorer 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 NuGet Package Explorer, 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