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:

194,377

Downloads of v 5.0.230:

2,080

Last Update:

08 Apr 2019

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.230 | Updated: 08 Apr 2019

Downloads:

194,377

Downloads of v 5.0.230:

2,080

Software Author(s):

  • Luan Nguyen

NuGet Package Explorer 5.0.230

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

  • 1
  • 2
  • 3

Some Checks Are Exempted or Have Failed

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependency on .NET 4.6.1

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install 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.230'" [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.230'" 
$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.230'
    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.230'
end

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


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

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


package { 'nugetpackageexplorer':
  ensure   => '5.0.230',
  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 08 Apr 2019.

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: 9DF62F114577D84E65135FA8C12EA609 | sha1: 90E367D976816F1798AFE2B63FD18A8A0D3EC088 | sha256: 9A6AD56458CE61787C3C08C51A1885DCB41D8A15635F9E993F5651AB81B0CC36 | sha512: 3E437F2985E43185B3C020563D1370F6BB1E2523DC44E260121ACEE9713D46D6BD3C133FF45B4400A2510784D2AE66419FDD5E52BF6B36A132847EB8490D0C87
af\Humanizer.resources.dll
md5: 871F2E8A06D7704C4AD5630EC001AA7D | sha1: 5390279DA663C14C83D18E430D8242A7497E05DF | sha256: 01EC51A2308D4A74E735505191FD7204D4EE36A7A1506A9D0730F23F137238AD | sha512: BD569B9BA87BCBB118DEF0A0FA0FC6CB3CF5BD41379CE67D6790DC9EC3F38BFFD81DB3FAC612DEB7E6B257619D9028B5DB9586EEF080210A6FE02D2ACEE26EDB
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: 59981DAE2D2A65A205230260D54D056E | sha1: E2C8D87AD0174550E0CCCC1271EF18AE14C0B3D1 | sha256: 416BD4F64A6E8AD806F9FF4E740CB65C2D2DDC2C16D6DCDC6927289795065B21 | sha512: C5D36BD7CE8DCBEAD69AD104A0AC5D5CD8AC7F5274AE5D882D577C151349EA16E49162B6DBA9A3CE58404674E3EC00D1339720F7A29293E71E1000AA91E16477
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
AppInsights.WindowsDesktop.dll
md5: EDBFDE52C6169207AC5FD0E8731AB358 | sha1: 5CF6B5C14C320CAF58F61E6C2DD4B8EADFCCED30 | sha256: 4173F02083CF79C9D92C7DF473968BAF58AF01168FA615190469768025071D85 | sha512: 20E3DB5A6C94BCA44F17BBC3CFF14E1D3CD5ABAA6BA61753878363EB920AB33826C1F5EB1F99598B03B98D7E3A4A0DED78769B34CF692B22D9892B0619F01AFA
ApplicationInsights.config
<?xml version="1.0" encoding="utf-8"?>
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings">
  <TelemetryInitializers>
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.DeviceTelemetryInitializer, AppInsights.WindowsDesktop"/>
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.SessionTelemetryInitializer, AppInsights.WindowsDesktop"/>
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.VersionTelemetryInitializer, AppInsights.WindowsDesktop"/>
  </TelemetryInitializers>
  <TelemetryModules>
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.DeveloperModeWithDebuggerAttachedTelemetryModule, AppInsights.WindowsDesktop"/>
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.UnhandledExceptionTelemetryModule, AppInsights.WindowsDesktop"/>
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.UnobservedExceptionTelemetryModule, AppInsights.WindowsDesktop" />
    <!--<Add Type="Microsoft.ApplicationInsights.WindowsDesktop.FirstChanceExceptionStatisticsTelemetryModule, AppInsights.WindowsDesktop" />-->
  </TelemetryModules>
  <TelemetryProcessors>
    <Add Type="Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights"/>
  </TelemetryProcessors>
  <TelemetryChannel Type="Microsoft.ApplicationInsights.Channel.PersistenceChannel, AppInsights.WindowsDesktop"/>
</ApplicationInsights>
ar\Humanizer.resources.dll
md5: 984F0B54E3D6060B44B0F63DE5A92C71 | sha1: E4A3866C3369CEF9D1E7B624B495BC8043CE9167 | sha256: 5D1CACA80215C004487D119592CCC79115EDE66981EE22292EA574303A0C2872 | sha512: 9EC610D3B1697867FF449C96DB1CB9A88CADC3688C1DE1EDDF1291F4CD1A446E106EA98BF9B7C5C08F6947209EB4A70A572DCD77A079AC298D6837BEDFA93356
AuthenticodeExaminer.dll
md5: 30CFBA24CC41AD3FDD4683F184A0EFFB | sha1: 78C6CD1AEA27992DBF3E2B7806D2E0A1DCDC22BC | sha256: F137C90C38F2FB1B278E0EF4D66361F9BC55A48431C53906BD39D36209B2E5A2 | sha512: 397420D921F52DA4920703BB0FA40736FC37A4FBF51836343624FAA41058FE10610466539C6DC99B21594AC656E49A0F8641A79D1D9F266C9933191AE5220816
bg\Humanizer.resources.dll
md5: D43433D99408AF5B6CB8C25ED37CCEEE | sha1: B3BA18322CDE283B96EA085B06047784B910B6F9 | sha256: C389B47CD54EE0C62A223F14E3C23A8E77AFCDDF9762CA72A0F56BBB1CF6FCB8 | sha512: 242B97B48847BE3C218AB0620819334FF553920943E830663E9D2D02E3FA118F171F8A5A5FDC9CD425F11F48F25E355CE24DA4B14AF0CF18C67DCA1A5E906A0D
bn-BD\Humanizer.resources.dll
md5: 5A6CCBD318207F44C9451486FC0FAD48 | sha1: 5A6DB0CB4AF8815D45063FD5B97FEC5895C74ADD | sha256: 37C7EEA8BC07241058E49E7F67E116FB9AD0F65C336D0B9DFC282C5E6C43CACD | sha512: DBC5C304E70F5E52DF95A9F3651389B675FA5FE0FAB04AA71A6CDDA48D76773D094784E33F72F5F845E29958A3103CC990DD3D4D3B7EA8AB66E062A885B1544E
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+843yJqaUCEEBnO4ECO9ZH7ZXJmI55PysYDzIwMTkw
# NDA0MTY0MjA2WqCCC7swggaCMIIFaqADAgECAhAJwPxGyARCE7VZi68oT05BMA0G
# 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
# hkiG9w0BCQUxDxcNMTkwNDA0MTY0MjA2WjArBgsqhkiG9w0BCRACDDEcMBowGDAW
# BBRAAZFHXJiJHeuhBK9HCRtettTLyzAvBgkqhkiG9w0BCQQxIgQgSdCMYaBRd4jm
# POzHQcnkOyzONcbdk2+DP9O9aHQjwNEwDQYJKoZIhvcNAQEBBQAEggEAOuylN/vI
# 26c8zgBmo5btgph/I12ELxPyHTYar3t294vwHC1I6/yuj64ZlFfHkkn2YLC5V4S8
# R2WzywekGbDk/Sag6aTfDuDAM1oTGuRWedDDhV94aWbEx2CLYBLvxeXPdC3DOexY
# wtwJIcieQjCXqgACF5SFWc6/mBrkD/n0lef1UTns1nifCNLF5tIeKU+sI+MT3sXy
# htq9RUnqqtWqLiiYIaluH84CnMEzm9k2CeEggWakCkqpWgP1XFOoozaWQYXfxz7w
# LS1OSiDs/HEBEEWAMWSJGPGrinw1vXgD44QoH3VDKjTvvV1Kle1vRrS2/5qGjm2l
# J1YPrjAsyfJExg==
# SIG # End signature block
clrcompression.dll
md5: E1FE41E1A06E7A38D0BEC4831106051B | sha1: 8CA5F4EC36A10061D48FD1343350293FE827152C | sha256: 2BF8ACD2AADE153C8C0CFE8E1E9A9ADDB5CC1426C6F7C0CA4B3BC11CAE107F3D | sha512: BD402AD10FA9C478E8F9CDC32CCBE487D853E658D9757D6CE69BFBC2164E05DE90C58DE55245BB2AF9067C810F4C655F78610EC7260B0C39AA3D8F383FF4391F
clretwrc.dll
md5: D4D0B94D5E0E05B4B8B8B80EA6CEF3CF | sha1: 9E9D2C7117E0BCCC7B35538E4DED62675E01F7F1 | sha256: E28CF2A083557B7D59E94A0025A18D5ACDC05C2D95BDFFB0217A261BFD1DFD69 | sha512: DDFD11F1E16A7BD640E0CD3F5D932D58B010F962640C9CF0709822BD098092B3D818A342CB99E16C0DFF42CA2DFBA36CFE51C4399BC8852D4A63A806DC5F2BF2
clrjit.dll
md5: DEBA1CEC5E345E7ED79DC26FCF294DAF | sha1: BB81F226B6DA2CBF3081913DC6D40B09C007F9D9 | sha256: 3DBF1A5636DF1A85348D614BFC5ABED17F185C7BC9BE884F2106B845DF81723B | sha512: EF73C33CE041A2AB3EC781D73344700EAD384DD89B4D495527A8BF719BA769B2DB9B02BA05EE999792DB4C6A849A6EFE1B9BF799E298C4F45E3DE07844A949A1
Core.dll
md5: 0B84715A0C3A512EE3677A807DD62357 | sha1: B4169C0D6235108A5D989A41D8A042BE90CB95DB | sha256: 7C220669F4C8FFD5F93C6BAA87BD3BA2725382B8F3DC7C465E15A5047DF15404 | sha512: 5C6DB7AFD17FD226FA53EF6159D9170A113A02168C3A5C9F45002952A6EA2D5F997031DA7227EC12DF9E74BA3E3D46EE01451BED23D501145578C08E5CD7683E
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>
    </members>
</doc>
coreclr.dll
md5: 606E25B3D5BE8F11DBF2B2926A1B1D7E | sha1: 2818CAE12C6A629125B833277BCDF5062821076C | sha256: 6F6AED93B537986CC0506EF1828602199A4B08E5FE9B9BAE3E7DA4F8383F9B11 | sha512: 9E5AC3E05F039DA737AD7B5FC9F08FA5C55E822E238D04431BEA91A9C70E0F664940EF8F5106AE5D258714915EE5D9C6E1816A765B4C017AECF2293454E05A87
cs\Humanizer.resources.dll
md5: 0EA4E7055937F2A2F98EC6ED60B4BA83 | sha1: 487D07A1E7DEB95DD0EA8C01D778756CC3EF7EBD | sha256: B5D686154CD46BF4D1DFA38985674E4197F8DA720CE66F8E243F850BD48F8885 | sha512: 1EE625E241BC2601336C766BEB23B540D3216D5A7AC5BF97C7F275CD92C3F3F00B10AF1B89AC8AA79D417D990C11AB11F2F30C7A2EA764D78B75832AA22FE059
cs\Microsoft.DiaSymReader.Converter.resources.dll
md5: 3272895AF0EBD64F3C330B70DCE3CD0B | sha1: 9C83106C7AC8657BC4CB03ABCF602DAE32D3431E | sha256: B8180B693AB598F7EF445749F8C6069E5A82BADFA525D411CE761B37B1CB9F4C | sha512: A7629891906BE93B8AFA11B53D8B0B9DFFDEA1736497D77398766819144D2E927D5227E99D1E34D039DB7E00B28D0F456ED4408C0A15F13B363AFCB9814A549F
D3DCompiler_47_cor3.dll
md5: C8D8A5437BCA20B430574A21572241E6 | sha1: 4D2C93A0334F4D319F8810CBF465DF39066BF526 | sha256: 9AD4FCB1D5EEBCCCF5ACD194EAB7CEB906B1259FAFDEFB25393EDCD52BBE96D2 | sha512: 94EDC42BBE3047E2A6B0AF890B62BA5B8C547653CA340E9ECCD62C11E44330FC16DC867A9F9F481E70CB004A633FE60E4C1CA49B3B1F959462858B346DD825DA
da\Humanizer.resources.dll
md5: 12A8A8F31A0C8770F433A9EB6A1C31B6 | sha1: 39C42C7B6266649FB36901A13367A385D0B59FAB | sha256: 1ABFA583516884C3E645F6F7E42CADB1F49C79844493FAB8B5090C729C340A70 | sha512: 6FC393C5A52164ECBBA83621B2268EDBE95E247DF3A711F7966F94355AC0A7143E0D6FBD0762EA9B8062AFC8973151721BC8DD89C9E7FDB1F45462787634E77B
dbgshim.dll
md5: 366CBF18901D381DCAE272CA2D9D3680 | sha1: 69B4564CD79E25A6EA6A1A5C8CA59934A1DC8DC7 | sha256: AF5CEDC4F04C371C22148839E5D1FD78555D141896FBF42DFEB9EA84B38FD8E5 | sha512: 4E746B05E7A4F0CC5B6ED82DC7AB56A078C4237CC20CD519DADA8BC8EF2695EF99CDA083A1B65B0C7AC428888B23C8A297DD2422C202C7A99909AA86C7EC60FD
de\Humanizer.resources.dll
md5: CFC04D3310F43700071F2BED3074D17C | sha1: 407F6CA3B150A134A9F4FBCE376760638E5F1007 | sha256: 5A38DC8C317180035A0FC0B5F88CF20909F789A0845193A98E788278A5FF169D | sha512: 3A0080A0996CD2E777F796262C38C693DE702A272BE04890C7217A95C8ED5D762B39A2E60B7911B6F3C1883EDCE7FA34C26B2BDAC53ECDE8AA774DA2EFB4939A
de\Microsoft.DiaSymReader.Converter.resources.dll
md5: 6B1C56E67456429CC64EC63E087FDCE1 | sha1: 81FDB17DF7DB251C0EDEE552C80C30508DF7A983 | sha256: 9598780406566EA0E3674F9B29D0FFDF19FA83B4118D7902BC9D863313B5BEF0 | sha512: 153287A7D2EFB587230F972B4839C6235307B72D5F60FDF7CA19E13963DF9E4EDD14237BC8B5551323BBD91C0A64181651A1DC176CC82825F376F0929D49FB33
DirectWriteForwarder.dll
md5: 50C14FC195D77876D29DE8CF5D962480 | sha1: 5FCE8C7FD57A3EBCE249DA3AB7B473B7D8B99AFC | sha256: 0DB3A01BC4D0007AC8F77BB9D955DCA78D803BBD54DC2701DA79F4B22ED853B7 | sha512: F962F39912422AA24294B7CCCA4DA2D26AB639356222F6C89BD95723962E792B3BC63C8BCE8E57E86D46C7B9F89DF320369A7803920989F3FD90D10FEBABF8C5
el\Humanizer.resources.dll
md5: 022CF177D79898DFE2D4A8519AA58C97 | sha1: 4F3A55D48B8A8ED9737C84BBFC9C5E5A1A050B8A | sha256: FD378453FE67F4BBBDFD6856F710917762A9870674DF10C34C6FDD4CFCFF0C87 | sha512: FB998899345D54947AB4FAF15FF923F7A2DF144CA1674ED1A81C7235A51132DDA8F1D8DA8355D28339879C4C6BB0007D639AD02F3DC8A6C85DE9FDB9840205A4
es\Humanizer.resources.dll
md5: 8A19FAAD134D7457F975B2389ADF8DAA | sha1: 66B96A52EC33DBF9DD111684DCF524896AC3DBF0 | sha256: 5C949E168D8B9451EF562FA44043BC29858C11370424D6C4FB5A0DB05758AEB6 | sha512: AE620ED2857A18AD9A70243158EFB56C98A054A05AA7EF1F7BF52387DA6602798DEB79654BD1B527B52D2460E976267B6C82488697B03C7616EE98BA48BD899F
es\Microsoft.DiaSymReader.Converter.resources.dll
md5: 8936AA03259C5100E2B4CF4E1B9C5395 | sha1: 076DA5A9C6514AE57912608AF125986B79CCE0F5 | sha256: 955C92B04036D6F990E8667F9EEAABD34EA454947E7D44A5BDDAACF7D4281069 | sha512: 760985ED2EAB2A478DABFA31D3231698C44F08E18084AE4960D12CD2896677A62235795556555375095884FFD8250A86F91A4BF64F6DBF365800B780D77FC7E9
fa\Humanizer.resources.dll
md5: 10D6F03C69D7071E5F8EBCB05E90822F | sha1: AB9FACF2CB092688AD106FAEC606E146C5B4EE08 | sha256: 22D9EE584002CADBA47B81C3780A93FD1667ED37940D49B0B9ACBF983E84ED57 | sha512: 8E20220BCC49B7E7C5AE42146CAD360E44A75AE5E054449213F1E18C1560C291D14CD3DB7E9BEFAE80F130E77A4EED9C9A4A69916B710E25D1293386861B9E44
fi-FI\Humanizer.resources.dll
md5: C3B98912E331CA3B7DE1A1BEB5517746 | sha1: 0F85CFDC3C7E6139E6A6C77587C730B6F5EDD3C7 | sha256: 57160476E1E3984F3B84BACBA0B81AD380D7ADC3F8948856CC23687ACB861DA7 | sha512: 15FBDC0167B02E34A7D8C15C52DC3F3DD5C5D97EECDCA30E22BABD657C1D5B2DF000195FDB13F816D3BDFC34A6F7C1E3F55A1C03CDF7DE769D94CE89E6229BE5
fr-BE\Humanizer.resources.dll
md5: 2674DD877E48223F71CB850581064149 | sha1: E8C0F5B9D89B59C2382B03B39E1D8D49CADEA09B | sha256: 74F92407EDA5BB9DC613E3966E3F51EBDB3AFA761F3E429DFD1344D44005A733 | sha512: 17BFDE7739337FEC8BAC2AF01A837C64BAFC95DB86A202D60451913B0610646B3B2E3BE048436BB7C7FF1480E69DB4F0C7B18055CBBBD275A018A0650D8F726C
fr\Humanizer.resources.dll
md5: 12F936B0A6C72587B49B10C5322CD37B | sha1: 45AC97DADC740A04B66F982A402E3B89F0E333D6 | sha256: 6F954290B6E82FB6A90BD38DF653F932215305CF552A774B15AC5AADE75AB83F | sha512: 12815F76CC2637B8176E032438510E04B607A7DE5F43C756FFA9B3EF9773DAE23F60F78D653420781B5E8B0F05A720EC95E8E42E52F03BF3DBDF98CA95302371
fr\Microsoft.DiaSymReader.Converter.resources.dll
md5: 3C3A308395933C82B1E2BAF8CE1C06CF | sha1: 494F114FCDD79102651E9470EC3D10FEF106A90A | sha256: 6154D0BBDCB55CB1055C7D5B4CA9B18A50FB4AE3F10385883C7775B38780F0DE | sha512: 121ED0FB0E2FCF4AB7682F015024B58CD01A245D5DC92BAA54E362BA0E13FF4EA077FE4F2B1C46F8129207DE9D9366B1D224E32EC7CB946FE74095B1AE5EE68D
GrayscaleEffect.dll
md5: 6A13DDE2C2C39BEE8E830E3914F48C08 | sha1: 997F0328A146EC47C63702C26C73DA258D009AF5 | sha256: F229A27B7F95F1C8933B578BF13A57E62F2CC0EE331685531D5C24BB7631447A | sha512: 9E425DBE3E79A97857811B01830090CC5419E1CED7A65FD333FB201C3BDB9A2A763B539AC9F62160244BAB412120BC7A530C4628D2C68C21C88E7CCF12E88A30
he\Humanizer.resources.dll
md5: 503570E01ECF0C74C88D93754FC93619 | sha1: A4FD89C14DF8825F1CE7126A2E531394C888ABA8 | sha256: 7F65C18EA0DB041E5E2D30C3684C8CDA55230CB65C863670A42FEE6DFFC50D0F | sha512: 4674F48B677441729B092B64C9808BC196578DB8823AA4B22DB75CCE4454E2CBB033EFB33B271AAE2EEFD7A471C8667933E99545C33D664FF4B3973977058085
hostfxr.dll
md5: 14FF226DB49243C14E020E045E00E0D2 | sha1: CE70837868DC33021D2D76426357DB7FD3D9ECFB | sha256: 54C36A89951CECCA0F9FA982ACF5EBB8191EAAF2C4EB846142DEB3937D7BFF29 | sha512: 3383DE9379DBDA1B8B43D522CA0B8B83753EA6C47AADAD6C1E5B8A1D4EAF256F871DCC73CB44A97DDFE5B26D0C9DF3050BDBA092DBE28A6E5594CACCA2E40805
hostpolicy.dll
md5: 722F2186578C6556B7849D72FFF92FC2 | sha1: 6E335271B543C6884432D7F7270CF53E57F76B70 | sha256: C3FFF76F0C5EE434D2C816202CF6D2683BE5FBAD60948EE3C82C4190588C0899 | sha512: E71BFE9A95897811CBB3FFD2E375D96A9AD1DF3617A1F363FCC9A29E5FCF8AC9775D799D2F1E69A98D01DA077F8C9A2E907444BA024390C9DDBF7574207F062B
hr\Humanizer.resources.dll
md5: 9D24733A1EA461CEA4EF52270CEAA4A6 | sha1: 979D1CC22DE2C409C2D718FCD67F19C342AFC6CC | sha256: 970AACE368EDB009413A7DFDE7A120D6F0C59A3AA19FEF5A551F75D1A4C3093B | sha512: 7B531B6CE3D7838BD4D8E181ECEFEAB0ABDABC51ACCC6349A1DD545B3AE83EAC70F9E56446B4717124797D706D503EFF71E1DDE7CAAF284ED64D70F92BB529D0
hu\Humanizer.resources.dll
md5: 94CE20D9485B9D043BD2D91641FCA5C3 | sha1: 85F24497A586BBF9D38EEE30DCF362F1C9B9A660 | sha256: 0D41E90C70D106B8369C312DA2258C2096C154AAA5E761F95C3882CE20079322 | sha512: 3534B84B7F5C74C689F036F6A4CBE3A9C825F047DAFD94014218F74B35B060F55E839B69629662FF734D02FD23A0E9BBAA597627C7D1082B5D87C52931562BA5
Humanizer.dll
md5: 0077EDEDBCBA3E1AA7DB2A1757350A65 | sha1: E04B831F7499D27677EA43AF3B916481349CDA56 | sha256: 989745C3097EA857A9B7BE35AE1242A0F94DAA4817F0B904EBF1A01C46B051F4 | sha512: B322A4D013E2FBE8764CBE9748623086DC846C25165476B668F89E088DE72DD251C2D7FF3C4472D0D71840832256DC4A7E7EA10136A437D9466C818522FD7CAC
ICSharpCode.AvalonEdit.dll
md5: B4D5D46E50006E87B30E7D514E95173C | sha1: BD3BA298EB7E4CDBFDF29E3992BE7D32A4E792EB | sha256: 058F38F33F3F99F904AB9588447A234346C859718404B4E8A523673ED19CDBE7 | sha512: 38FF7CADA6CFA56AF812A1D859AAC4FB8B94DF50454A9FECC55E4FDB159339F6BA885D0B57FE8C522227DD9280CDA0CA21C6A073B6552923FA33F6E77D8F3BC5
id\Humanizer.resources.dll
md5: A4D3CB1A98625D1DEE8A9CD00816CAC0 | sha1: 34FC4C8BB5EF072056434B98E8FC6180AAF9E0F3 | sha256: C595723626EC420EF5082A2906C6ADDFB385EC7D094A1FF500860EDEC2FF3095 | sha512: D442A63A449532E9D599D36DFB9C84F4BC7730AFE688B0AAF3AA24F1793182466D88C440949DED11756BE922BD97FBDD70E8A02288CB6E9C45221883FAFDDCE4
it\Humanizer.resources.dll
md5: CD7807F6F43748789F5AAE8713054847 | sha1: 3A881D6A4E5EB586FC5FD628514334FD8622AB44 | sha256: ECFAA594108F34DFEFC007A6FAF6346C24B8B0E8D82CAEC3566AE4F9B889EF57 | sha512: 96D08655A0A2ED97BDB271BAED1A86E9AFF500D0C98464DBEF3CB3C76F6873B87C0E3C3DFAC092008EA25C29560E387E7E4730B8FB7298EB8C474120C9E794D7
it\Microsoft.DiaSymReader.Converter.resources.dll
md5: F8CB6AC6DED95F7D35A48078137764B5 | sha1: 711C3BE263B70767827CC79F5060A758EEA3770A | sha256: 682C50E0427FCD1D1609175AAB08B9947E030C59EC0CD1F68195F32667E4793F | sha512: 14EFC7E2DF6C126E6935A4D6B1D61DF584E5A7D7B873E45CD6D7AF77D7531BAFF5962B9283B168938BE1DD0A467ED415EBE7C4ADEEF4C3DD746B3EEF8FE3991F
ja\Humanizer.resources.dll
md5: A4984E1D863ED9442290FC95A7D7BECA | sha1: 985990F4B40F8FB47D17F4C5B5A9B057EFB5B737 | sha256: 78C687EDD0053FC33166EF41F32F0B63FE37A6F2447B19F0D50F9A513BA05CA5 | sha512: 8304B55D5303C7FF162697AD4415827ED66FFC860664153B58B6863765B669A567FEA90D4B1986DDC51E4489BB8AFD5A39FADAF9165006D6EFF3B19B8EF89BFF
ja\Microsoft.DiaSymReader.Converter.resources.dll
md5: 88A96ABC337F0B4308EF0FC11320A02B | sha1: D779D4A56ADCF56DF2BECC1695C49A93B0A3E246 | sha256: 1B350080542925474EBB5331F72235E087E284CEB88D40884E9B8A05EAC54929 | sha512: 949583597FEB4CD8B05691EC708E1F907240235C01FA7BE322D71A4C5E3748DD85187A77BDF38EEFA9AF0743959C2B59D234C6CE7711E98B747B0DDD37273FA1
ko\Microsoft.DiaSymReader.Converter.resources.dll
md5: EB37BBBF15D10585B62C29BB1AA9FA64 | sha1: 01EE019A9B1507B6A123C582B4C2F8174412955A | sha256: 65090DC14ED8BC365165EED0F0F4EF1AA8A22E3C124C63B067ABEDF6A3D9F521 | sha512: B9B4B7A32C4607BD5D408717D8A89D6B732EADC84B29AB3459B675DCA0748F33DE8CB0FE2226A666821D3436B0DAA659CCA1D1D6B5BCDA32EB6205B41998F003
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: 1F249B29A0BDC2F3995C581557C96E33 | sha1: 1779F5AF0F8CF33CBC398692B08099513B34BF36 | sha256: 0FAB0408751FBAC0D50F4BDCB7902F325CCFB3D0EC5B8672D6C729632AD3FA11 | sha512: 81ECD89951A36D1BA8C0FF3A957948C653F9A2A0573524C697BCAE71A749D46E0A31B874C7786891F0474B63BC993CD17A43FA4760C59B134899B2F485890768
Microsoft.ApplicationInsights.dll
md5: F4AD2A98121F9A32AFD93FD3AD9F07EA | sha1: DCA15489007DFA1C5C4D2A6FE36A71537B12554C | sha256: 0DC40B5582207A733035DAA9C37B0D979BF2FD370A3E6BC9CFE04D50BDCF2037 | sha512: C82599001F71BC7CAD507CB7FE845035384E41F377131A6DF0EF530665C20A9B6B00AC61411551A039B8B748C3384D4DEBFA6263ABEAA80DD1E4E953DFF16293
Microsoft.CSharp.dll
md5: 93B00EDBA282BFC310AE8D08390F09A0 | sha1: 213118DC7C14C319A24D5F35356E562C586C86E0 | sha256: D7EB3356E82556F3857AAB667389FADE23DA25E1ED347839EABF538EC9BD2F0E | sha512: 5A4E6F83723955256CC0B32423D0C01E9877811767766A5CCDA9855B5803C7CAF73F6029EF820C60970E4FC438273BC32F3FEDB4F309F80B4BFE4D249272788B
Microsoft.DiaSymReader.Converter.dll
md5: B4BE3996503D120BDD9EA9E7833A1D2E | sha1: 1473B03577EC2C806CC55E3B588464110D474B6F | sha256: 1DAE717D683236C5B0E2804904E9E6FCD251AD319C263C02A658821694D86978 | sha512: 88E2DB3D313FEF5958EE94563A72C8A13D93884DDD37020787086BEBFA061B7CB4AA78FF8D220B96AC8ED13B09B347B0450BC2632C28D1895EBF32356D86A2E0
Microsoft.DiaSymReader.dll
md5: 74742720331C216D346D37AE3EB65498 | sha1: 0E5F00A1ABCACE5A128ABE55F2B2F75286F83DF0 | sha256: 1180AC3C9BE611EE50867F09051A695C03ED19DC4F46DCBC43861C841FB7741B | sha512: A6DB3EC562D2D5D99187108D8A2C827B394BA332460118F42BDF10D22B76A5F1EE464BFE31B89B0B27D43E23E699A3B9275D4034F97C456C467EA3DEF8CEAB11
Microsoft.DiaSymReader.Native.x86.dll
md5: 4FF7094E3EDFDA47CED912012044296B | sha1: C6F3C9D81713687DC3820D8CABF14C2A32208D27 | sha256: F21DA9FB831AC943736135B6EE109A4B352511B8D6C07CB03C66B61996D1DDC9 | sha512: 372867BBAE96C51EE11B413F552A67A53992B16DBFA44105381DB3813E3C2F9A3DC9D16FC6BD6366514D4E1B4BF1EECCCE5261BC3DF837BF3E3EB5A04446C551
Microsoft.VisualBasic.Core.dll
md5: 91C6938A57AD9EF5F76C233F1F28F655 | sha1: D9CC97AE0B1B27E41C7FBB2927F702E7725335E4 | sha256: 0BD62BF0C700FDDA9DA4166E8C845D90ABED0284939E2C8C7D0F96BDE61671C8 | sha512: 7F4B240154D76EB546B5991EEA1CEE4BA6BD4DFA65B4770070CA5507A1D199F15839D044233BC43B1677A819947CB5B9B34BA74A9B154B6571C2D5EB798982D5
Microsoft.VisualBasic.dll
md5: B7C258F6ED90CA87BBC877E396EA46A6 | sha1: FD7CE7D71A188CD6DF544D106B15AC8057825B3B | sha256: 12584B80D78D93D4FB2D346BA17DE76CFB4668EF53851641F197AA2AE9DABFAD | sha512: 04E1417320514BF7C126517338DB63F857EE8C6F495FFDE87B059B05B0A9711778A0B178E809232E22E202EDDE55A76E01C42A5947AA5604F52D24908B11533D
Microsoft.Web.XmlTransform.dll
md5: 9709B6954CC22CB20AB0FA2BE1E071DC | sha1: C53A5219906D852C99DBE74A0E6E63CC2B5EDE25 | sha256: 6882B7F8543407739E7610E65CFF7E46772D6BC6EE246870170F6CF6567C0020 | sha512: 14EC32EA52DD0B75ADD3A862667490BE9380AE15137D6D0B49DB0764F9814699CB6F4DEA7176BB91D38BA150333D3715EF386050C227E02AEC71EE6E3A2B72F9
Microsoft.Win32.Primitives.dll
md5: AE65D4C6C5114D1CD13FBCF97BF5B578 | sha1: A316959887774AB923259202264B2226D565C2D5 | sha256: BAC5D06C7218049F9E7954B9549464D742716A73CA1FBA9D8391E14978C0E4EC | sha512: 3342B7043E710712E0DC1C82A0061417B86569B148C4D018A743718452FA3F774C417CDCF3083978AF982BEB391824786BA6138B82FC08114DB40517F904BA5B
Microsoft.Win32.Registry.dll
md5: 946FE686E9840FCFF04B4C7DAE2CAF79 | sha1: 39FE9B02186A218D40884AACAB6E493EDBF21A00 | sha256: DC7FA8B3C919849BC4A0FCF1D12DDB9A1BF958710ECCC7298FBEEF0E8E8B95E9 | sha512: 1720216061D79CC38FFFEF2FD88F6B23480327EA1735656311B99CF1B291CB6C2A04E67379F2323D73BA81C690208849AE393B59A4D6A88E69281F62A3F6063A
Microsoft.Win32.SystemEvents.dll
md5: ECE0E5FD346DB8BC0E1F91C6931FD95A | sha1: A7A886DB3FB4EBD3D0B9FF3A3DAC9C6ECCFAB862 | sha256: 99EA520C0C10C9045CF5E36D6D8890766963797CC36E57A1A772F6E49A1F534C | sha512: 614EA3470C8B8968700FF477B9A93F6E6AF01BE72406D9D04A4CA780920E12EEC89011924F6F0941603F41310AC298E818511A263F34B57633FE104B84B13649
ms-MY\Humanizer.resources.dll
md5: B275464F159CFD01A2D0E3C72751FF1C | sha1: 765180EDAB614C62CC5E122F3E563A62704149FD | sha256: 60ABB2BFBD2341E76951FB2D72EE83551A589115AA85898D592C008A05E6FBD1 | sha512: 34399DB13E3C779EE5DE831E4D7C703B0D9C669616864DB5C2734678411312875E4DB3F94C53616820A125C0AF9002C712DD398484DB4CC94E1C9F2B08A89C37
mscordaccore.dll
md5: 45BB05A0C1DFB0C85ACE2D524636AA43 | sha1: 3765290C892230A14CFA010999100837BD986D92 | sha256: FFCA5DFC9B565EDE8A82AF905890E258D9DDB0710302CF7D98280B4A0F440A8D | sha512: 8455A6A259D4071D7B9A9ACD40062F84DB0E227B2A1B36210EA67DB31600EE018F7F8BC7C4BDE82F27E8ED4EA09D905F15CF7A674E7B83336E94A5BF8D6049D9
mscordaccore_x86_x86_4.6.27525.72.dll
md5: 45BB05A0C1DFB0C85ACE2D524636AA43 | sha1: 3765290C892230A14CFA010999100837BD986D92 | sha256: FFCA5DFC9B565EDE8A82AF905890E258D9DDB0710302CF7D98280B4A0F440A8D | sha512: 8455A6A259D4071D7B9A9ACD40062F84DB0E227B2A1B36210EA67DB31600EE018F7F8BC7C4BDE82F27E8ED4EA09D905F15CF7A674E7B83336E94A5BF8D6049D9
mscordbi.dll
md5: D3D7C029FED94EB7C7F57C75A51A9A2A | sha1: 67DF417F2D5858D7516A4512AFEC442D2B2C767A | sha256: 59E482C0FF7C69FE61EDBBDB37D5C737A4DE08E77B7C181F7BB4404E58096E9B | sha512: 529E14C735322E5E93510F9D9594B921243A46F26963903C1B129C258C86E9BC4F521623010E835D2F47B22BCA9E6887C064124597BD2223BBC2C940599B7708
mscorlib.dll
md5: B7A3D3DE15EDCCE59909B3D1E44C563F | sha1: 1C911AF8C31E7CF1191B8170C0409BE5928970F9 | sha256: C7AA1CC51FD795230D0ADC7567E8C287B6B26464D055BC1DF4F83372489C0B67 | sha512: A2E02A4768C4FD23DD2C4DD177D02614CDFC404012A18270468C0F39D158B10B5D9E55E7EEA5D829758A0F64D5BDA1A45CDD649EBDA4626E0F2AEDD062E2CE48
mscorrc.debug.dll
md5: 12DABD03C38D099F5F41569CD8144DBB | sha1: 2B84F7FC3A72BA8DEE098FD47FA9D4B35C5D5430 | sha256: 911134DD185EF796F09F85022B9DE49C764C790B5D94EA34C17DA51DBCFDA2FE | sha512: 116F019E01A3685638E5C4DFB59FBA70CBCF565CDCBBB9AED031434084BC473B471719C8C5937561090C0245198440A7EA12258023F39CE1A34EE9C39FF14B0E
mscorrc.dll
md5: 0AD2F5ABF297FCEC46213D56A97620D9 | sha1: 43ABC39778380EFB0B56DA3E0595E92FEEA028FD | sha256: 607086F03C16A3432C4108001D909B01C21F4F07657B392D2B66940DE657DCD9 | sha512: BF0A242342BFCA3DE8386CA7673DF5EDD119CD9CACDEEF3BF9999F125B0AFED51C0A4DD4181A8A7AB10308224E972A4D5685E964FDE48B5A8DC582319B2BC8FF
mt\Humanizer.resources.dll
md5: 8D50B45013D9C8D3BFE667DA82AD1E49 | sha1: 231BE58F7E28D1CAE0BA8C6D3FB0AE6EB192F963 | sha256: 37DF54B24EA3262B1BA5875D472415C1BD4E82248F7CD322A620D3913036E980 | sha512: FA29F613F4CE51108413A9D258FF93165DB1D5AF719FDC5260E2AD0F7C3114A39855406487A73FD8DF246E2A841130ECB995AED1BB44DC2711C4BBAC12578162
nb-NO\Humanizer.resources.dll
md5: BF473EA4ED128DB1C8B21697EEAEAF52 | sha1: 2C85C898A26C96A7DEA00D6B8A084EF396D65FEE | sha256: D9CA265945EC0CE5DD6C4A1721B877770A6FD35405FFDF48750EEBDECB7A7A8D | sha512: D7CCDA087CAB33232DF5A4274C0BD66712D705ACBA54CF2427D5561094C968E98A67E4A1DA55C2ACE9589BCC3331CB981E7889FB48073624F067A310D3C5E6E5
nb\Humanizer.resources.dll
md5: E095E2A38686242C098CF509CA1DF41B | sha1: F346C6CD4DB5A2DD7B7EB2A162DD4A8531E24C6C | sha256: 900D69F95E0642F203B948E21A5DAE5EFD81C6C2E1DB0241BD9A7D35FEEF2CC6 | sha512: 7EF15A7939112F23E6D1C9DE22C628A75674F984A4147AF60C8F842D63B0ACD2A08609BA754E25C3995072B72553C0FBBBE972BE868CC92F75EFE894E81BC8BA
netstandard.dll
md5: FD254D2F3B0A7345FED62184C856D708 | sha1: 9E3260F2AC2714FA59829EEF0A385CA836AACF6C | sha256: F4AE1C5EF118653EC8FD332F3B74593CC481D64C8FF50D8D6E0081E6C4D3524F | sha512: 5E9FBC6542B889035B2E78A6D644929F856253DC446669C637F45178B8179AE62872DD8D1E115533CEC38ABB714B946C2FCB62549342B28E0356FE71B649CDA0
Newtonsoft.Json.dll
md5: 04D49720DF76D62BCE434F19A0DA62D2 | sha1: 53D0A3B91036092132F4D0887500B5DC77891D78 | sha256: 5D96EE51B2AFF592039EEBC2ED203D9F55FDDF9C0882FB34D3F0E078374954A5 | sha512: 7727D077C518D4931B80286EDB981AF0E46D792CB9976DE286CD2DBB4270157C5FAE14766B2A39D49B44B41E5EC113DE104DD2264EDD1DC6799C9919B2F76D04
nl\Humanizer.resources.dll
md5: AA2060EBB3C38BDBE471A946D82D7F7C | sha1: D325B8F3A85CCA695DA3B296CEDB6F5C46C5A54F | sha256: 5FD5BA479E4477659196CECBD04089447E8D11EA196B0F43C44B6584CAA06B0A | sha512: E69559193C60FC215DAEF14F51222D8C45A431180F72D95C00F942273727F11AFA6BA9DE2C1FCC5C9EBB25CBF3D03035A50392D270D918DFDED10E5F78E7CC8D
NuGet.Common.dll
md5: 1FD50D73B912D98C12FA7C2C522C5ADD | sha1: DD36BDA6CA54B3CBB0F7113ADC96F8AF4DB80D87 | sha256: 810F5FEE0B06AFE6BA1F28050A71A0C75D4AD95C10F5AE31B86848A2E3693207 | sha512: 68B13B9BD0810F8570DB9255CDC66DE9F2DA38E4A6023ECDC98206C2DD301B12C7C800639F20F10B4AF519ACF73999D037F6B596C35982AE9EAE4D4B60521FDE
NuGet.Configuration.dll
md5: C5F8F21CE9F72305B11E388C8E6BE86E | sha1: 4F96EEB3BC1E0106EB7D341360D7CC04C2C4B2A3 | sha256: EC3B27453D76E99ACBEE03C57B4D6ED907CA6D482666C32BB2D3793FE2E0D64C | sha512: 47AA972E1921115C27E6A4F3A38FF11C5A8CA9C87BB7245FC8D1EB1BEA031EE8AC8955BDBD36A37879D515111B65B7ED3CDCA8B7056ADA50B0A698185BC7A16F
NuGet.Credentials.dll
md5: 9B7B92E8C3ADC124D9CF569AA6BC9893 | sha1: 9F4073D63768761586F781BD1AC6E70895A389A1 | sha256: 818EF133A08F09FC115D4D11F206953009796F88CBB7F8F4EEE0A27AE247A940 | sha512: D6B36B965D8D7C2786245452D8D2037DFFE23F01E990EDCDC4978572B9194C988A8D82DE9EA5F370CE1EF2F61FD598639D07FB120AC994B896BDAD7782003544
NuGet.Frameworks.dll
md5: 637871F489876E901F599739013FCF0A | sha1: BE0FC584A6EE9138544DB4324EE5792C1F81099E | sha256: D87C43FFAF4C5C95D2AD9095464BA8706934138E0DE129F173B13D3153547F26 | sha512: EDE6DDC1AA7B18EB7D5AD92F3DD63BDC5169FFD8AAC5DCDEEA87A10EC58ABF28D58EEBDB43BE080DD6E7D6798D7D3266638763A20E9BF7DECFDD7B787EED09B6
NuGet.PackageManagement.dll
md5: 2F0EBD99BA97D633599E8B2C6535EBD5 | sha1: FD7EA3268EEB68F94D51C22799126D668A8FCB89 | sha256: 6005514E3A4024F6C020E580610D3ADB8FF519AF09C737DC6A77B4E4E8F536A8 | sha512: 7F4BBA37A58880CC9F156A7E68C858EA49C39FA2DA1ACD76A1884EE10E8AC4DC1762B678128A3B0A5A34AC248D296D4861749847941060DD50D6B9DEEB960701
NuGet.Packaging.dll
md5: 5CBDC39C9202112032ACB55AA829E5FE | sha1: 446B2DD5A4F8BED9639C2760FC9B7031DC72D6F6 | sha256: C615B9604E2B043913D393574199E7B9C55E51A0A4C46E6CED7825DB19269221 | sha512: 3B6CA16FFB3516D503EE8DC2530072C0DE52D35512EF7B409F839512FAA3092196174DBEED54F9408CF0B13D4642E4BD3E11368C31ACD976A43EF3741E55BEB1
NuGet.Protocol.dll
md5: 6F8FC5C574CCB28961617E7276A7DDC6 | sha1: 451B55F79DF7C5CC8E07295BA04488FE7B503548 | sha256: 1C670E82686F8610138D0087EEFE2B71FCD64562E55186589EA246A4430A13F2 | sha512: 8682A20B2B704D0C11A2A0DAA5557F646DE10BFC00A808D3D14CA6CDD5B6504098573CA33C86B102A37B79DCB1B93DC435344683A96E993058A73234A424C10C
NuGet.Versioning.dll
md5: 830767B57A6C77D1A47E0D0F6219F1A7 | sha1: 1C6FE2B46E1D1109CA3A73E0D11FD5F5619CF2FA | sha256: C2234AD35CE832B244ACB8CE6CCE4D69BDA0619D941BD3DDB81BB2BC013092FE | sha512: DD0664D275238F4982DA2C0BCD958AECBE5A4FDCD02B66FB19F66CF7F77C7E295B91C6E6137F562A3FEDE5A26B4C7B8E27D61DC6B0642215F54CCF5048BDC0DE
NuGetPackageExplorer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.0/win-x86",
    "signature": "8a96295c8134a6ab67813e10a0f2287ce1ae7825"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.0": {},
    ".NETCoreApp,Version=v3.0/win-x86": {
      "NuGetPackageExplorer/5.0.230": {
        "dependencies": {
          "AvalonEdit": "5.0.4",
          "GrayscaleEffect": "1.0.1",
          "Humanizer": "2.6.2",
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Ookii.Dialogs.Wpf": "1.0.0",
          "PackageViewModel": "1.0.0",
          "System.Memory": "4.5.2",
          "System.Runtime.Caching": "4.5.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "runtimepack.runtime.win-x86.Microsoft.NETCore.App": "3.0.0-preview4-27602-07",
          "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "3.0.0-preview4-27602-07",
          "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "3.0.0-preview4-27602-07",
          "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App": "3.0.0-preview4-27603-22"
        },
        "runtime": {
          "NuGetPackageExplorer.dll": {}
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.App/3.0.0-preview4-27602-07": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.20203"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.20203"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "0.0.0.0"
          },
          "SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.4.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "0.0.0.0"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "0.0.0.0"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Memory.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "0.0.0.0"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.4.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Runtime.WindowsRuntime.UI.Xaml.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.4.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.20203"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "0.0.0.0"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          }
        },
        "native": {
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "API-MS-Win-core-xstate-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "clrcompression.dll": {
            "fileVersion": "4.700.19.20203"
          },
          "clretwrc.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "clrjit.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "coreclr.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "dbgshim.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "mscordaccore.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "mscordaccore_x86_x86_4.6.27525.72.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "mscordbi.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "mscorrc.debug.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "mscorrc.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "sos.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "sos_x86_x86_4.6.27525.72.dll": {
            "fileVersion": "4.6.27525.72"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/3.0.0-preview4-27602-07": {
        "native": {
          "hostfxr.dll": {
            "fileVersion": "3.0.27602.7"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview4-27602-07": {
        "native": {
          "hostpolicy.dll": {
            "fileVersion": "3.0.27602.7"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App/3.0.0-preview4-27603-22": {
        "runtime": {
          "Accessibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20201"
          },
          "DirectWriteForwarder.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.20204"
          },
          "Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.20204"
          },
          "PresentationCore-CommonResources.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework-SystemCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework-SystemData.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework-SystemDrawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework-SystemXml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework-SystemXmlLinq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework.Aero.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework.Aero2.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework.AeroLite.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework.Classic.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework.Luna.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationFramework.Royale.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "PresentationUI.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "ReachFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "System.CodeDom.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20201"
          },
          "System.Diagnostics.EventLog.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.DirectoryServices.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Drawing.Common.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Drawing.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20201"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20201"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.IO.Packaging.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Printing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Security.Cryptography.Pkcs.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Security.Cryptography.Xml.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Security.Permissions.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Threading.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Windows.Controls.Ribbon.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "System.Windows.Extensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.20204"
          },
          "System.Windows.Forms.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20201"
          },
          "System.Windows.Forms.Design.Editors.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20201"
          },
          "System.Windows.Forms.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20201"
          },
          "System.Windows.Input.Manipulations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "System.Windows.Presentation.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "System.Xaml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20101"
          },
          "UIAutomationClient.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "UIAutomationClientSideProviders.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "UIAutomationProvider.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "UIAutomationTypes.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          },
          "WindowsFormsIntegration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.20225"
          }
        },
        "native": {
          "D3DCompiler_47_cor3.dll": {
            "fileVersion": "10.0.18323.1000"
          },
          "PenImc_cor3.dll": {
            "fileVersion": "0.0.0.0"
          },
          "PresentationNative_cor3.dll": {
            "fileVersion": "0.0.0.0"
          },
          "vcruntime140_cor3.dll": {
            "fileVersion": "14.20.27508.1"
          },
          "wpfgfx_cor3.dll": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "AppInsights.WindowsDesktop/2.10.34-preview": {
        "dependencies": {
          "Microsoft.ApplicationInsights": "2.10.0-beta3",
          "Microsoft.Win32.Registry": "4.6.0-preview3.19128.7",
          "System.Management": "4.6.0-preview3.19128.7"
        },
        "runtime": {
          "lib/netcoreapp3.0/AppInsights.WindowsDesktop.dll": {
            "assemblyVersion": "2.10.0.0",
            "fileVersion": "2.10.34.171"
          }
        }
      },
      "AuthenticodeExaminer/0.3.0": {
        "dependencies": {
          "System.Security.Cryptography.Pkcs": "4.5.2",
          "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"
          }
        }
      },
      "GrayscaleEffect/1.0.1": {
        "runtime": {
          "lib/GrayscaleEffect.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "Humanizer/2.6.2": {
        "dependencies": {
          "Humanizer.Core.af": "2.6.2",
          "Humanizer.Core.ar": "2.6.2",
          "Humanizer.Core.bg": "2.6.2",
          "Humanizer.Core.bn-BD": "2.6.2",
          "Humanizer.Core.cs": "2.6.2",
          "Humanizer.Core.da": "2.6.2",
          "Humanizer.Core.de": "2.6.2",
          "Humanizer.Core.el": "2.6.2",
          "Humanizer.Core.es": "2.6.2",
          "Humanizer.Core.fa": "2.6.2",
          "Humanizer.Core.fi-FI": "2.6.2",
          "Humanizer.Core.fr": "2.6.2",
          "Humanizer.Core.fr-BE": "2.6.2",
          "Humanizer.Core.he": "2.6.2",
          "Humanizer.Core.hr": "2.6.2",
          "Humanizer.Core.hu": "2.6.2",
          "Humanizer.Core.id": "2.6.2",
          "Humanizer.Core.it": "2.6.2",
          "Humanizer.Core.ja": "2.6.2",
          "Humanizer.Core.lv": "2.6.2",
          "Humanizer.Core.ms-MY": "2.6.2",
          "Humanizer.Core.mt": "2.6.2",
          "Humanizer.Core.nb": "2.6.2",
          "Humanizer.Core.nb-NO": "2.6.2",
          "Humanizer.Core.nl": "2.6.2",
          "Humanizer.Core.pl": "2.6.2",
          "Humanizer.Core.pt": "2.6.2",
          "Humanizer.Core.ro": "2.6.2",
          "Humanizer.Core.ru": "2.6.2",
          "Humanizer.Core.sk": "2.6.2",
          "Humanizer.Core.sl": "2.6.2",
          "Humanizer.Core.sr": "2.6.2",
          "Humanizer.Core.sr-Latn": "2.6.2",
          "Humanizer.Core.sv": "2.6.2",
          "Humanizer.Core.tr": "2.6.2",
          "Humanizer.Core.uk": "2.6.2",
          "Humanizer.Core.uz-Cyrl-UZ": "2.6.2",
          "Humanizer.Core.uz-Latn-UZ": "2.6.2",
          "Humanizer.Core.vi": "2.6.2",
          "Humanizer.Core.zh-CN": "2.6.2",
          "Humanizer.Core.zh-Hans": "2.6.2",
          "Humanizer.Core.zh-Hant": "2.6.2"
        }
      },
      "Humanizer.Core/2.6.2": {
        "runtime": {
          "lib/netstandard2.0/Humanizer.dll": {
            "assemblyVersion": "2.6.0.0",
            "fileVersion": "2.6.2.50817"
          }
        }
      },
      "Humanizer.Core.af/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/af/Humanizer.resources.dll": {
            "locale": "af"
          }
        }
      },
      "Humanizer.Core.ar/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ar/Humanizer.resources.dll": {
            "locale": "ar"
          }
        }
      },
      "Humanizer.Core.bg/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/bg/Humanizer.resources.dll": {
            "locale": "bg"
          }
        }
      },
      "Humanizer.Core.bn-BD/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/bn-BD/Humanizer.resources.dll": {
            "locale": "bn-BD"
          }
        }
      },
      "Humanizer.Core.cs/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/cs/Humanizer.resources.dll": {
            "locale": "cs"
          }
        }
      },
      "Humanizer.Core.da/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/da/Humanizer.resources.dll": {
            "locale": "da"
          }
        }
      },
      "Humanizer.Core.de/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/de/Humanizer.resources.dll": {
            "locale": "de"
          }
        }
      },
      "Humanizer.Core.el/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/el/Humanizer.resources.dll": {
            "locale": "el"
          }
        }
      },
      "Humanizer.Core.es/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/es/Humanizer.resources.dll": {
            "locale": "es"
          }
        }
      },
      "Humanizer.Core.fa/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/fa/Humanizer.resources.dll": {
            "locale": "fa"
          }
        }
      },
      "Humanizer.Core.fi-FI/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/fi-FI/Humanizer.resources.dll": {
            "locale": "fi-FI"
          }
        }
      },
      "Humanizer.Core.fr/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/fr/Humanizer.resources.dll": {
            "locale": "fr"
          }
        }
      },
      "Humanizer.Core.fr-BE/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/fr-BE/Humanizer.resources.dll": {
            "locale": "fr-BE"
          }
        }
      },
      "Humanizer.Core.he/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/he/Humanizer.resources.dll": {
            "locale": "he"
          }
        }
      },
      "Humanizer.Core.hr/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/hr/Humanizer.resources.dll": {
            "locale": "hr"
          }
        }
      },
      "Humanizer.Core.hu/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/hu/Humanizer.resources.dll": {
            "locale": "hu"
          }
        }
      },
      "Humanizer.Core.id/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/id/Humanizer.resources.dll": {
            "locale": "id"
          }
        }
      },
      "Humanizer.Core.it/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/it/Humanizer.resources.dll": {
            "locale": "it"
          }
        }
      },
      "Humanizer.Core.ja/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ja/Humanizer.resources.dll": {
            "locale": "ja"
          }
        }
      },
      "Humanizer.Core.lv/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/lv/Humanizer.resources.dll": {
            "locale": "lv"
          }
        }
      },
      "Humanizer.Core.ms-MY/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ms-MY/Humanizer.resources.dll": {
            "locale": "ms-MY"
          }
        }
      },
      "Humanizer.Core.mt/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/mt/Humanizer.resources.dll": {
            "locale": "mt"
          }
        }
      },
      "Humanizer.Core.nb/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/nb/Humanizer.resources.dll": {
            "locale": "nb"
          }
        }
      },
      "Humanizer.Core.nb-NO/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/nb-NO/Humanizer.resources.dll": {
            "locale": "nb-NO"
          }
        }
      },
      "Humanizer.Core.nl/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/nl/Humanizer.resources.dll": {
            "locale": "nl"
          }
        }
      },
      "Humanizer.Core.pl/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/pl/Humanizer.resources.dll": {
            "locale": "pl"
          }
        }
      },
      "Humanizer.Core.pt/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/pt/Humanizer.resources.dll": {
            "locale": "pt"
          }
        }
      },
      "Humanizer.Core.ro/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ro/Humanizer.resources.dll": {
            "locale": "ro"
          }
        }
      },
      "Humanizer.Core.ru/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ru/Humanizer.resources.dll": {
            "locale": "ru"
          }
        }
      },
      "Humanizer.Core.sk/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sk/Humanizer.resources.dll": {
            "locale": "sk"
          }
        }
      },
      "Humanizer.Core.sl/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sl/Humanizer.resources.dll": {
            "locale": "sl"
          }
        }
      },
      "Humanizer.Core.sr/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sr/Humanizer.resources.dll": {
            "locale": "sr"
          }
        }
      },
      "Humanizer.Core.sr-Latn/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sr-Latn/Humanizer.resources.dll": {
            "locale": "sr-Latn"
          }
        }
      },
      "Humanizer.Core.sv/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sv/Humanizer.resources.dll": {
            "locale": "sv"
          }
        }
      },
      "Humanizer.Core.tr/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/tr/Humanizer.resources.dll": {
            "locale": "tr"
          }
        }
      },
      "Humanizer.Core.uk/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/uk/Humanizer.resources.dll": {
            "locale": "uk"
          }
        }
      },
      "Humanizer.Core.uz-Cyrl-UZ/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/uz-Cyrl-UZ/Humanizer.resources.dll": {
            "locale": "uz-Cyrl-UZ"
          }
        }
      },
      "Humanizer.Core.uz-Latn-UZ/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/uz-Latn-UZ/Humanizer.resources.dll": {
            "locale": "uz-Latn-UZ"
          }
        }
      },
      "Humanizer.Core.vi/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/vi/Humanizer.resources.dll": {
            "locale": "vi"
          }
        }
      },
      "Humanizer.Core.zh-CN/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/zh-CN/Humanizer.resources.dll": {
            "locale": "zh-CN"
          }
        }
      },
      "Humanizer.Core.zh-Hans/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/zh-Hans/Humanizer.resources.dll": {
            "locale": "zh-Hans"
          }
        }
      },
      "Humanizer.Core.zh-Hant/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/zh-Hant/Humanizer.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.ApplicationInsights/2.10.0-beta3": {
        "dependencies": {
          "System.Diagnostics.DiagnosticSource": "4.5.0",
          "System.Runtime.InteropServices": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {
            "assemblyVersion": "2.10.0.0",
            "fileVersion": "2.10.0.15976"
          }
        }
      },
      "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.DiaSymReader/1.3.0": {
        "dependencies": {
          "NETStandard.Library": "1.6.1"
        },
        "runtime": {
          "lib/netstandard1.1/Microsoft.DiaSymReader.dll": {
            "assemblyVersion": "1.3.0.0",
            "fileVersion": "1.3.0.63011"
          }
        }
      },
      "Microsoft.DiaSymReader.Converter/1.1.0-beta1-63314-01": {
        "dependencies": {
          "Microsoft.DiaSymReader": "1.3.0",
          "Microsoft.DiaSymReader.Native": "1.7.0",
          "Newtonsoft.Json": "9.0.1",
          "System.Collections.Immutable": "1.5.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.ValueTuple": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.DiaSymReader.Converter.dll": {
            "assemblyVersion": "1.1.0.0",
            "fileVersion": "1.1.0.63314"
          }
        },
        "resources": {
          "lib/netstandard2.0/cs/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.0/de/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.0/es/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.0/fr/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.0/it/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.0/ja/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.0/ko/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.0/pl/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.0/pt-BR/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.0/ru/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.0/tr/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.0/zh-Hans/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.0/zh-Hant/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.DiaSymReader.Native/1.7.0": {
        "native": {
          "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          }
        }
      },
      "Microsoft.NETCore.Platforms/3.0.0-preview4.19202.3": {},
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Microsoft.Web.Xdt/3.0.0": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Web.XmlTransform.dll": {
            "assemblyVersion": "3.0.0.34420",
            "fileVersion": "3.0.0.34420"
          }
        }
      },
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.Microsoft.Win32.Primitives": "4.3.0"
        }
      },
      "Microsoft.Win32.Registry/4.6.0-preview3.19128.7": {
        "dependencies": {
          "System.Security.AccessControl": "4.6.0-preview3.19128.7",
          "System.Security.Principal.Windows": "4.6.0-preview3.19128.7"
        }
      },
      "Microsoft.Win32.SystemEvents/4.6.0-preview3.19128.7": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3"
        }
      },
      "NETStandard.Library/1.6.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Console": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.Compression.ZipFile": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Net.Http": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Net.Sockets": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Timer": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XDocument": "4.3.0"
        }
      },
      "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.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XDocument": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.1.19813"
          }
        }
      },
      "NuGet.Common/5.1.0-xprivate.60005": {
        "dependencies": {
          "NuGet.Frameworks": "5.1.0-xprivate.60005",
          "System.Diagnostics.Process": "4.3.0",
          "System.Threading.Thread": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Common.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Configuration/5.1.0-xprivate.60005": {
        "dependencies": {
          "NuGet.Common": "5.1.0-xprivate.60005",
          "System.Security.Cryptography.ProtectedData": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Configuration.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Credentials/5.1.0-xprivate.60005": {
        "dependencies": {
          "NuGet.Protocol": "5.1.0-xprivate.60005",
          "System.Runtime.Serialization.Formatters": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Credentials.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Frameworks/5.1.0-xprivate.60005": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Frameworks.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.PackageManagement/5.1.0-xprivate.60005": {
        "runtime": {
          "lib/net472/NuGet.PackageManagement.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Packaging/5.1.0-xprivate.60005": {
        "dependencies": {
          "Newtonsoft.Json": "9.0.1",
          "NuGet.Configuration": "5.1.0-xprivate.60005",
          "NuGet.Versioning": "5.1.0-xprivate.60005",
          "System.Security.Cryptography.Pkcs": "4.5.2"
        },
        "runtime": {
          "lib/netcoreapp2.1/NuGet.Packaging.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Protocol/5.1.0-xprivate.60005": {
        "dependencies": {
          "NuGet.Packaging": "5.1.0-xprivate.60005",
          "System.Dynamic.Runtime": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Protocol.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Versioning/5.1.0-xprivate.60005": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Versioning.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "Ookii.Dialogs.Wpf/1.0.0": {
        "runtime": {
          "lib/net45/Ookii.Dialogs.Wpf.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "OSVersionHelper/1.0.9": {
        "runtime": {
          "lib/netstandard2.0/OSVersionHelper.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.9.55085"
          }
        }
      },
      "runtime.any.System.Collections/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "runtime.any.System.Diagnostics.Tools/4.3.0": {},
      "runtime.any.System.Diagnostics.Tracing/4.3.0": {},
      "runtime.any.System.Globalization/4.3.0": {},
      "runtime.any.System.Globalization.Calendars/4.3.0": {},
      "runtime.any.System.IO/4.3.0": {},
      "runtime.any.System.Reflection/4.3.0": {},
      "runtime.any.System.Reflection.Extensions/4.3.0": {},
      "runtime.any.System.Reflection.Primitives/4.3.0": {},
      "runtime.any.System.Resources.ResourceManager/4.3.0": {},
      "runtime.any.System.Runtime/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "runtime.any.System.Runtime.Handles/4.3.0": {},
      "runtime.any.System.Runtime.InteropServices/4.3.0": {},
      "runtime.any.System.Text.Encoding/4.3.0": {},
      "runtime.any.System.Text.Encoding.Extensions/4.3.0": {},
      "runtime.any.System.Threading.Tasks/4.3.0": {},
      "runtime.any.System.Threading.Timer/4.3.0": {},
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.native.System/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.win.Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "runtime.win.System.Console/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "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"
        }
      },
      "runtime.win.System.Diagnostics.Debug/4.3.0": {},
      "runtime.win.System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "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.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "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",
          "System.Threading": "4.3.0"
        }
      },
      "runtime.win.System.Net.Sockets/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.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Net.NameResolution": "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.Principal.Windows": "4.6.0-preview3.19128.7",
          "System.Threading": "4.3.0",
          "System.Threading.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "System.AppContext/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Buffers/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.CodeDom/4.6.0-preview3.19128.7": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Collections": "4.3.0"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.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.Console/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.win.System.Console": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Diagnostics.Debug": "4.3.0"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.5.0": {},
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.6.0-preview3.19128.7",
          "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.Tools/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Diagnostics.Tools": "4.3.0"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Diagnostics.Tracing": "4.3.0"
        }
      },
      "System.Drawing.Common/4.6.0-preview3.19128.7": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.Win32.SystemEvents": "4.6.0-preview3.19128.7"
        }
      },
      "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-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization": "4.3.0"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization.Calendars": "4.3.0"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.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-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.any.System.IO": "4.3.0"
        }
      },
      "System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.IO.Compression": "4.3.0"
        }
      },
      "System.IO.Compression.ZipFile/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.win.System.IO.FileSystem": "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.Management/4.6.0-preview3.19128.7": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.Win32.Registry": "4.6.0-preview3.19128.7",
          "System.CodeDom": "4.6.0-preview3.19128.7"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.12807"
          }
        }
      },
      "System.Memory/4.5.2": {},
      "System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.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.NameResolution/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "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.Principal.Windows": "4.6.0-preview3.19128.7",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "runtime.win.System.Net.Primitives": "4.3.0"
        }
      },
      "System.Net.Sockets/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.win.System.Net.Sockets": "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.Private.Uri/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection": "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-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Extensions": "4.3.0"
        }
      },
      "System.Reflection.Metadata/1.6.0": {},
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Primitives": "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-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Resources.ResourceManager": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "runtime.any.System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Caching/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.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": {},
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "runtime.any.System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.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.6.0-preview3.19128.7": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "System.Security.Principal.Windows": "4.6.0-preview3.19128.7"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.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-preview4.19202.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-preview4.19202.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.2": {
        "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-preview4.19202.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.2",
          "System.Security.Permissions": "4.5.0"
        }
      },
      "System.Security.Permissions/4.5.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.6.0-preview3.19128.7"
        }
      },
      "System.Security.Principal.Windows/4.6.0-preview3.19128.7": {},
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Overlapped/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.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.Threading.Timer/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19202.3",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Timer": "4.3.0"
        }
      },
      "System.ValueTuple/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Windows.Extensions/4.6.0-preview3.19128.7": {
        "dependencies": {
          "System.Drawing.Common": "4.6.0-preview3.19128.7"
        }
      },
      "System.Xml.ReaderWriter/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.3.0"
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "Core/1.0.0": {
        "dependencies": {
          "AppInsights.WindowsDesktop": "2.10.34-preview",
          "Microsoft.DiaSymReader.Converter": "1.1.0-beta1-63314-01",
          "NuGetPackageExplorer.Types": "1.0.0",
          "OSVersionHelper": "1.0.9",
          "System.Reflection.Metadata": "1.6.0"
        },
        "runtime": {
          "Core.dll": {}
        }
      },
      "NuGetPackageExplorer.Types/1.0.0": {
        "dependencies": {
          "Microsoft.Web.Xdt": "3.0.0",
          "NuGet.Packaging": "5.1.0-xprivate.60005",
          "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.1.0-xprivate.60005",
          "NuGet.PackageManagement": "5.1.0-xprivate.60005",
          "System.Windows.Extensions": "4.6.0-preview3.19128.7"
        },
        "runtime": {
          "PackageViewModel.dll": {}
        }
      }
    }
  },
  "libraries": {
    "NuGetPackageExplorer/5.0.230": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.App/3.0.0-preview4-27602-07": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/3.0.0-preview4-27602-07": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview4-27602-07": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App/3.0.0-preview4-27603-22": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "AppInsights.WindowsDesktop/2.10.34-preview": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ElNAALm2jZxxOSmkD5RbQ1fOGAPXe0KKvYtWl7dKYTmRf9gzohhRXFaN8DSw3jGk32dCCvfaLoVFNCN28+YfZQ==",
      "path": "appinsights.windowsdesktop/2.10.34-preview",
      "hashPath": "appinsights.windowsdesktop.2.10.34-preview.nupkg.sha512"
    },
    "AuthenticodeExaminer/0.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5fynSklEISHwJX81xeFLZV0+q8nskGdM9W6CRp/V7dN0UO3NmWqDyyDPxKNNbnQIkdbdBiP9yLKdTxwUvxVrOw==",
      "path": "authenticodeexaminer/0.3.0",
      "hashPath": "authenticodeexaminer.0.3.0.nupkg.sha512"
    },
    "AvalonEdit/5.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-E9bmoSz+Awmy4pfx1JrTUBKJ14f8rtbLEU8hz9Gav79IJm4ROgrw6QRQ5cR0cbdDfJex/i6WURnzQ2cbWc5I5Q==",
      "path": "avalonedit/5.0.4",
      "hashPath": "avalonedit.5.0.4.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.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UKsgf/9QcZT5QuKE+Lb/+b0jn9sQNkUMHG0wbkTQOEVUihoFCLKDo04fVZignPyztyCoKx/X7RCySldxxHEeXg==",
      "path": "humanizer/2.6.2",
      "hashPath": "humanizer.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-17m0EzOAzzXQ387sHqGNIHSCZCrJ9nCwJoJ4jC6oCTG6KHhfbq4V9i/wSbTjNLYPbvrMPSc7MlF1f7qCZwxLdQ==",
      "path": "humanizer.core/2.6.2",
      "hashPath": "humanizer.core.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.af/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HBIiFC+tzaSIr8cjyX1Gdq1Wy4PnX/XeTydYS5bTpUDgpu/Kq+ppL360gI4xbiF77T6OZYF/+nV20Ml5TKzI9g==",
      "path": "humanizer.core.af/2.6.2",
      "hashPath": "humanizer.core.af.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ar/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0aYmCNj7zHsY1LSOMuR+s0IQAOiYx72H1MRh4CBRecZqXhWjf4sSnG8Ih+jsfr+IoOwiERzArU6XCs7zwJIJgg==",
      "path": "humanizer.core.ar/2.6.2",
      "hashPath": "humanizer.core.ar.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.bg/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kMPLG4XRk5knTQZF7/+GiZ/+bRplBj70cJ1joVFFdi4NV1lAGORKkXWreeWmrekvzTvD9elpjggWhVQgu6vCGg==",
      "path": "humanizer.core.bg/2.6.2",
      "hashPath": "humanizer.core.bg.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.bn-BD/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z3/rv1D3m0GB6LmN1q9MfLj6Bbn6wg1ksKuH+h9Hg3K7tNR0H29uDf0hXfzf6M7dUonT1uROOoAfDr/2zedr/w==",
      "path": "humanizer.core.bn-bd/2.6.2",
      "hashPath": "humanizer.core.bn-bd.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.cs/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9nXoO+35nmqus7NAXNe1J4ow6qYsTA18oHtSVYJcYGKziDs86BzTRkIdAWo8TfErYt4gRol59EJDVhA2cJXFLA==",
      "path": "humanizer.core.cs/2.6.2",
      "hashPath": "humanizer.core.cs.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.da/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I0xxWxiOVTE9ogFEGXcAnX5eKyqt2EXnm403Y1bzS47BRz5Y1qdzVVjmU9lwMZj1t4Hm5B1FW/BeJejpNDe/Zw==",
      "path": "humanizer.core.da/2.6.2",
      "hashPath": "humanizer.core.da.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.de/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8uYUhWyhHspGLsoA4yiScuAohkie+ePXxs0zKAahBXN9LTtuU0vVVIp+sO/Pl/I/3jkXXfPVxQ0wahzrxWOPhA==",
      "path": "humanizer.core.de/2.6.2",
      "hashPath": "humanizer.core.de.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.el/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mxijX9luyrnFYc+h1s+YjoUHWE8m0uTVN4mLQG16fqwtduyMWMrp9fLtmGNDQ82JsOemg4mXiL0/uEIcOj6kQQ==",
      "path": "humanizer.core.el/2.6.2",
      "hashPath": "humanizer.core.el.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.es/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4L8TvHQ0kKLX3BqMcNp/HUpiLxVJ+DUGOswUhZ+MWK7bhdpJJkEfDhuLok0u07gHlbvj1s6MHXhyJwx2M2cYSw==",
      "path": "humanizer.core.es/2.6.2",
      "hashPath": "humanizer.core.es.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.fa/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-azu8XXTEHsrb4ZtqMCM478S3jsHvoxhPHad8MgCljxb1cKlAuc3mSlZxN2pv7feFHI25IZeFfpMo5SnCgzwZqA==",
      "path": "humanizer.core.fa/2.6.2",
      "hashPath": "humanizer.core.fa.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.fi-FI/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GFGVopK84mjGUuouhZeUfwcHj7M6isPXR6qbYnnKL3ajWuR2Uxwhs+hRHbo0pjpjXJW67WythdYqqm8yq5QdsA==",
      "path": "humanizer.core.fi-fi/2.6.2",
      "hashPath": "humanizer.core.fi-fi.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.fr/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gr0mbIwGNOSX8Z5XX8qEeVRtkCqhvJCSOx6XVIk2gqzaOrGGAXMcZZJKAEHI/WJvgGgL//X9zpi7hdHhkTydOA==",
      "path": "humanizer.core.fr/2.6.2",
      "hashPath": "humanizer.core.fr.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.fr-BE/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-umTQr42EVzhRKfOSj4FWBRf4sDpmia5ylJCz/wSFcv2NHrAks+2a9KN8vWxBSIsvwqx5uHl0E3D/AL32/6A7Eg==",
      "path": "humanizer.core.fr-be/2.6.2",
      "hashPath": "humanizer.core.fr-be.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.he/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cxwPDXOiiM5uxX+aBEaTLjfCxlLzv9rD8UMlU4I1xsAPayRGjZWe21lxFYVjgBsif5qYwqi2MMZFH6qNvHXgYA==",
      "path": "humanizer.core.he/2.6.2",
      "hashPath": "humanizer.core.he.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.hr/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Ojc5GtQTh7VlziocuH4AKqIYQV30j9SxHEkbJ8rqm3BuTbzjI2G8IEpaZSIoGQxojkzXYtxevVnz/Q91lA73w==",
      "path": "humanizer.core.hr/2.6.2",
      "hashPath": "humanizer.core.hr.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.hu/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XeUGZK4R357ptdJMFjbDunbJL43PMe34SyCkzcwpGPzQBbxJ7gYgDipdnJtlgRQ9l9bltQV48mQXSh66xhxHqA==",
      "path": "humanizer.core.hu/2.6.2",
      "hashPath": "humanizer.core.hu.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.id/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rgXo4oS91CDnCNyn3tTmE53itoicUlN+BmGxKISmJoh2H/0i161hrCp1EpuD9awDaIxo5zXy8CHNt+7AHxr0Ig==",
      "path": "humanizer.core.id/2.6.2",
      "hashPath": "humanizer.core.id.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.it/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PjkGmaLtbEMbx6yRC5FlmWQ7p0YoaAEsj9aeAbsduhkP9TfyzjnIbM1a1R36jHpH1vG8DM1v+eVdszo1Tl4Dug==",
      "path": "humanizer.core.it/2.6.2",
      "hashPath": "humanizer.core.it.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ja/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DnbGRZaQ19alFM1hXMU0iitXlErNqcZADxne6rtu9RrMhJaNgGc69TFoVKNTWZX5pAnwqqvrTtW6W8btRhHISA==",
      "path": "humanizer.core.ja/2.6.2",
      "hashPath": "humanizer.core.ja.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.lv/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1jdClo9Q066qx2Q6HKZYU3QVU2dATWcjyXQ1hPZMdATPmymSUMFIUWnOo/rFY75nP9iTwVUbbGRI7E6X2ENSnw==",
      "path": "humanizer.core.lv/2.6.2",
      "hashPath": "humanizer.core.lv.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ms-MY/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-J4J2sIkEuzoxRdE88IoLHh6qnNOaRKrEbFgmjwQMm7eARLGT9XpDbBsZhr60wgsqbkSNiDbu1/7USlFSmUjNaQ==",
      "path": "humanizer.core.ms-my/2.6.2",
      "hashPath": "humanizer.core.ms-my.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.mt/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NaNF0/PGcMdE/Jg+iZo9w1/r+HsUxnxkjvZX7aFRrGvQwAB2diAothKdpO0H/7oBETFpBFEeLHP3TpN3Dr6k/A==",
      "path": "humanizer.core.mt/2.6.2",
      "hashPath": "humanizer.core.mt.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.nb/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8/jl8Aa0AeLsEbdTUIhKRuw6yi6p2IVlOKlUuduxbksoXabzn9nfDpmNHPWfV6nedn+z+iEAKCQ2cgn/7/0dfg==",
      "path": "humanizer.core.nb/2.6.2",
      "hashPath": "humanizer.core.nb.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.nb-NO/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hNYSfIjfZW1f9Q/4Lw98J5ZXNj/F1c8bNcLRqIwmcLnCN8jLgKwCIReSISzXH5sfKqcYTTc9jC1iHfrT/xdUkQ==",
      "path": "humanizer.core.nb-no/2.6.2",
      "hashPath": "humanizer.core.nb-no.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.nl/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GNsBsXP8lnW7ukd42hGsC9OnOtobetVn3obfx6JM34Gkl64yp9CF3K7ppUEt7dxrIiS4fXEq8XDe0JP/rUqmxg==",
      "path": "humanizer.core.nl/2.6.2",
      "hashPath": "humanizer.core.nl.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.pl/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gSTZMVB2KjfRQARqbMQa9vTO1DD5Mk5v0KTZLXYShg7/X/M0n0cN3QkDETkPcH8XJ2FstiQAqDLwlZC3Br6N2g==",
      "path": "humanizer.core.pl/2.6.2",
      "hashPath": "humanizer.core.pl.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.pt/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TgeRxbguw2RgGHlPRtLsNXypZvfqoSZ4k9Miua+byvM+QJfmf9aIqZh4gFCKCaKKy/8HVvWDrwPZb5BbRVZwVw==",
      "path": "humanizer.core.pt/2.6.2",
      "hashPath": "humanizer.core.pt.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ro/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VYXSNBYcv0t1be/Anqd4ci0PdsqH3nvUrGF/YkuiZPTucio8TSel6sR2MC+hKVPPi4vLCkBRt+vX+wSzxfGnPQ==",
      "path": "humanizer.core.ro/2.6.2",
      "hashPath": "humanizer.core.ro.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ru/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U9Psx9bvlXaK6DcW6IQdEF5fxhualkaAu8pe11tSQHnSdJnptyoilC6qKEfuu8PeJ3zuckMlorwmEjgJv4FcEw==",
      "path": "humanizer.core.ru/2.6.2",
      "hashPath": "humanizer.core.ru.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sk/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G2HqimXCJs0IvJFKLcijumXaeV4ORK0sJV7YmLRxrwxVW+PoMTNYBd53Jz+l2x6gX8mUg3kW1nfIsfaNwnP+Jw==",
      "path": "humanizer.core.sk/2.6.2",
      "hashPath": "humanizer.core.sk.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sl/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Cjw68X+vldnPvKREf4/jxzoAO+7IVZj3GOe3PoWZRK2RpKfcv4OJVWWNsjL0YM/O5Nf3XikRwkSd6BEmwp4icw==",
      "path": "humanizer.core.sl/2.6.2",
      "hashPath": "humanizer.core.sl.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sr/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+byCYvYq/w/5/2gi0WnchcP5kOow8bjQclIbhpk039rv9SFjFrjHE5PbFCwlwgdDZ85we9XK+UeJ/Qmy0BeDdA==",
      "path": "humanizer.core.sr/2.6.2",
      "hashPath": "humanizer.core.sr.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sr-Latn/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LUs+TjMrCyfhmDAXnswIln8rCzHMFhnqeKkLcDUMVjDeAeAZfAaFgBgaWVFcQSIuyefv6/IGl1Y/Awe/XdlmWQ==",
      "path": "humanizer.core.sr-latn/2.6.2",
      "hashPath": "humanizer.core.sr-latn.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sv/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CNjGjFy6no3sKBqgqi7RFT82Syp/j730fRdsNJ6btOqQ0+y+FnJ7yz0l8TDPUam2zM2C/Je9CEcxtqk1XT++nA==",
      "path": "humanizer.core.sv/2.6.2",
      "hashPath": "humanizer.core.sv.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.tr/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-l44WGi5EHRB2I7HI1Q7V+U1gzwa11p/zpm/p/FZbQbYJTJ/pJb4LfV8ckxLgySEYKwNpvaE9OAQXkHEhVbydSA==",
      "path": "humanizer.core.tr/2.6.2",
      "hashPath": "humanizer.core.tr.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.uk/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WGyiTaSbtjKRAl6AKBaDfMqMXf8G8SleB+IsR2dg1uMw169aU4Z50sXfseAAg31L1uTA+iA83Mj62Mq7tR087g==",
      "path": "humanizer.core.uk/2.6.2",
      "hashPath": "humanizer.core.uk.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.uz-Cyrl-UZ/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zKtrGdQhWIFcM2kE4h2iPAkzGpHJQ3jPrDt+4JcOUC6l4FcZfGVjOIEwqPf3ziu0fcou8PgQWsI4jZclt17mJA==",
      "path": "humanizer.core.uz-cyrl-uz/2.6.2",
      "hashPath": "humanizer.core.uz-cyrl-uz.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.uz-Latn-UZ/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P1Wd032Ws/2Uj7TMxOjFmEMHP4R070dt2hPp/EjwoNCWONNpmbDG17A8kFzoHqzUTykvTYoUmm81ffaTt9CBmw==",
      "path": "humanizer.core.uz-latn-uz/2.6.2",
      "hashPath": "humanizer.core.uz-latn-uz.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.vi/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zhx8Hn6/7efz3jb/9uAxr6bQhGCH4FV7j4q6ulpyUIN4glp8x3z+ID5NPP2dcOC7XxaF+Iu8dKc8yBOn/LCYnw==",
      "path": "humanizer.core.vi/2.6.2",
      "hashPath": "humanizer.core.vi.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.zh-CN/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6MY2F/6K+IP/oR6zEEzp69ZV83ylJ8CFZVUy5FqiZaUxkql4gXBxuZBNZbJyinOweHtVSpTIZr06WA/yQVnDqQ==",
      "path": "humanizer.core.zh-cn/2.6.2",
      "hashPath": "humanizer.core.zh-cn.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.zh-Hans/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ujlQ5QAuhWp8dqmxHAVCFCOqNWr7gLyOsSX6HNk/imhjZ6beIOqZJzMrt+SFhf26gKRrnMSb+Y77Fe4zKl21lA==",
      "path": "humanizer.core.zh-hans/2.6.2",
      "hashPath": "humanizer.core.zh-hans.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.zh-Hant/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qHdARGfuum6DUPuYzLHfTIgtprO76VcatBAu1WWPzNZmEW0vLE1/VJYBob20hq66KggzWY74roU33+SryTnaAQ==",
      "path": "humanizer.core.zh-hant/2.6.2",
      "hashPath": "humanizer.core.zh-hant.2.6.2.nupkg.sha512"
    },
    "Microsoft.ApplicationInsights/2.10.0-beta3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-M+z3AzPQ8XfNTB+3a4LN/3th5f2EBp9YhEMhdc7PTEQi0YnlvQOg5NaTez83qgQCKxowod5My1DEdL0Hf14jDw==",
      "path": "microsoft.applicationinsights/2.10.0-beta3",
      "hashPath": "microsoft.applicationinsights.2.10.0-beta3.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.DiaSymReader/1.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/fn1Tfo7j7k/slViPlM8azJuxQmri7FZ8dQ+gTeLbI29leN/1VK0U/BFcRdJNctsRCUgyKJ2q+I0Tjq07Rc1/Q==",
      "path": "microsoft.diasymreader/1.3.0",
      "hashPath": "microsoft.diasymreader.1.3.0.nupkg.sha512"
    },
    "Microsoft.DiaSymReader.Converter/1.1.0-beta1-63314-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A3UTc+y3ziMUOwCwy/qd/IrehKzt6NMiTWp5bgXKIS5OP6fOJFZbYlIw8Ytmz/1Ei3NKYaypmgJUVMUOgix9uQ==",
      "path": "microsoft.diasymreader.converter/1.1.0-beta1-63314-01",
      "hashPath": "microsoft.diasymreader.converter.1.1.0-beta1-63314-01.nupkg.sha512"
    },
    "Microsoft.DiaSymReader.Native/1.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vIzndj0MoWW2Mp/iztUSKvmR9vZTqOVQ6PBvwA57+CDoiz7eUMU15rrAX+/QA0bkmwQ08GRibFBB9LNOl0EiBA==",
      "path": "microsoft.diasymreader.native/1.7.0",
      "hashPath": "microsoft.diasymreader.native.1.7.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.0.0-preview4.19202.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FgRmDprhFY/FQAIGSVOCOtr8lJex4SYnitfegJ6Nr0eAkE371CL6khjfh3nKQtVOmvv2Om/wPPsXscsM1PRXeQ==",
      "path": "microsoft.netcore.platforms/3.0.0-preview4.19202.3",
      "hashPath": "microsoft.netcore.platforms.3.0.0-preview4.19202.3.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
      "path": "microsoft.netcore.targets/1.1.0",
      "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
    },
    "Microsoft.Web.Xdt/3.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O8T930V2+8hgC3gUnp4IFA+6b7o9PsQIvCuBOigOdz7B0ZbX0clckPsCxsPAxNC3zcaYb4ShtTimeZoA1EZpoQ==",
      "path": "microsoft.web.xdt/3.0.0",
      "hashPath": "microsoft.web.xdt.3.0.0.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.6.0-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nEbjnXltvnv6Irrt4NWt0+VKE7wXef8kgCmeTs7ro8zH/qwUkhKtJXPj5JGWSIz7sQ6UfmOkvZ3a+3DcrEua5Q==",
      "path": "microsoft.win32.registry/4.6.0-preview3.19128.7",
      "hashPath": "microsoft.win32.registry.4.6.0-preview3.19128.7.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/4.6.0-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8SasJncHMO5gUEyvVJ1vCsqJoSvJhPbG8Yntf7dideuwhu0qWsbBvrDDN4srz7zp26sEiPNgkHg9fZJwp1KdaA==",
      "path": "microsoft.win32.systemevents/4.6.0-preview3.19128.7",
      "hashPath": "microsoft.win32.systemevents.4.6.0-preview3.19128.7.nupkg.sha512"
    },
    "NETStandard.Library/1.6.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
      "path": "netstandard.library/1.6.1",
      "hashPath": "netstandard.library.1.6.1.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.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O5M4AWwXoKd1vZ6jiLeBIE4tM47VJtsidUE2VcMrGLZ7zTRuTnU+0WsAYiXenysZ8A6P5/ppvs1ThxRw4BQHpQ==",
      "path": "nuget.common/5.1.0-xprivate.60005",
      "hashPath": "nuget.common.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Configuration/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4adar4sao5vZ3qIhJQzccaVXnDBI7aYTYksVnbbOcj95ds3ch63b92ik6l6uiq7S9WKM4KqibKyejrDhBCY6/g==",
      "path": "nuget.configuration/5.1.0-xprivate.60005",
      "hashPath": "nuget.configuration.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Credentials/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-T/HbQHwETj0ivUYO4D2qlTbYHL9iw+8k6m5VGvs3lOto9d97wr56VSSyHv9J0WXBpCQaKwK8RiM4p1DTh4Pd8Q==",
      "path": "nuget.credentials/5.1.0-xprivate.60005",
      "hashPath": "nuget.credentials.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Frameworks/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iizwQjzbHlhnlK00tbIdg7AZHVHu/muzjqMgNl96Atxk01uEcGZFvBdv6IjYdwZYzu59FLPvng6EPvs6eZ0FGA==",
      "path": "nuget.frameworks/5.1.0-xprivate.60005",
      "hashPath": "nuget.frameworks.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.PackageManagement/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pSqpiAvgFa3QMCAInYm4VvQguUcTu+Xasu796DkaskGTwODKocJ7KLpQjKzYNYoeNxA8TwFl17NtGY/6b4Y9UQ==",
      "path": "nuget.packagemanagement/5.1.0-xprivate.60005",
      "hashPath": "nuget.packagemanagement.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Packaging/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-71YYJBBmR3ibuJzNSpgItrqyPCJw4TAodwTB38Yq0HEvE63mGcI0GfF3dFRuydg0oRsc8HIVJndkDliIrMbJUA==",
      "path": "nuget.packaging/5.1.0-xprivate.60005",
      "hashPath": "nuget.packaging.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Protocol/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lU+CVOezUWFzmV9Acy24V1v2csOgsxce4nneFE+ISM0gBiWjXo/ayuqRO80au/YEy+Fx8JaDdIgxvsv0YScMDg==",
      "path": "nuget.protocol/5.1.0-xprivate.60005",
      "hashPath": "nuget.protocol.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Versioning/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GKkMS0s2LICyiEwEN1UHlKDFaQAd9qDo8vw4Ih1PiC9TRwb2WJdZDudV5X1z8h7De82vVJYcNn2jPnpcxM8seA==",
      "path": "nuget.versioning/5.1.0-xprivate.60005",
      "hashPath": "nuget.versioning.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "Ookii.Dialogs.Wpf/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ELlF92p3qIj01CPKI8EdOCIavW6Um3nZ+73rlntKq4xZ0UNEX3b75ZEqgWIJE2QRuvbxnNkJvjWsH5wjPAR4dw==",
      "path": "ookii.dialogs.wpf/1.0.0",
      "hashPath": "ookii.dialogs.wpf.1.0.0.nupkg.sha512"
    },
    "OSVersionHelper/1.0.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-b0rJXmJ6xllvfpWIjuz7Dq34PUBBGO16WrZhMJ4CB91UzK9auYbqVzuSdrxGRJ+6UhOy5G/qMDHBHviG4JvmdA==",
      "path": "osversionhelper/1.0.9",
      "hashPath": "osversionhelper.1.0.9.nupkg.sha512"
    },
    "runtime.any.System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
      "path": "runtime.any.system.collections/4.3.0",
      "hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Diagnostics.Tools/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==",
      "path": "runtime.any.system.diagnostics.tools/4.3.0",
      "hashPath": "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
      "path": "runtime.any.system.diagnostics.tracing/4.3.0",
      "hashPath": "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
      "path": "runtime.any.system.globalization/4.3.0",
      "hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==",
      "path": "runtime.any.system.globalization.calendars/4.3.0",
      "hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
      "path": "runtime.any.system.io/4.3.0",
      "hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
      "path": "runtime.any.system.reflection/4.3.0",
      "hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
      "path": "runtime.any.system.reflection.extensions/4.3.0",
      "hashPath": "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
      "path": "runtime.any.system.reflection.primitives/4.3.0",
      "hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
      "path": "runtime.any.system.resources.resourcemanager/4.3.0",
      "hashPath": "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
      "path": "runtime.any.system.runtime/4.3.0",
      "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
      "path": "runtime.any.system.runtime.handles/4.3.0",
      "hashPath": "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
      "path": "runtime.any.system.runtime.interopservices/4.3.0",
      "hashPath": "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
      "path": "runtime.any.system.text.encoding/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
      "path": "runtime.any.system.text.encoding.extensions/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
      "path": "runtime.any.system.threading.tasks/4.3.0",
      "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Timer/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==",
      "path": "runtime.any.system.threading.timer/4.3.0",
      "hashPath": "runtime.any.system.threading.timer.4.3.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.IO.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
      "path": "runtime.native.system.io.compression/4.3.0",
      "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-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.Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==",
      "path": "runtime.win.microsoft.win32.primitives/4.3.0",
      "hashPath": "runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Console/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==",
      "path": "runtime.win.system.console/4.3.0",
      "hashPath": "runtime.win.system.console.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==",
      "path": "runtime.win.system.diagnostics.debug/4.3.0",
      "hashPath": "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==",
      "path": "runtime.win.system.io.filesystem/4.3.0",
      "hashPath": "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==",
      "path": "runtime.win.system.net.primitives/4.3.0",
      "hashPath": "runtime.win.system.net.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Net.Sockets/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==",
      "path": "runtime.win.system.net.sockets/4.3.0",
      "hashPath": "runtime.win.system.net.sockets.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
      "path": "runtime.win.system.runtime.extensions/4.3.0",
      "hashPath": "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
      "path": "system.appcontext/4.3.0",
      "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
    },
    "System.Buffers/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
      "path": "system.buffers/4.3.0",
      "hashPath": "system.buffers.4.3.0.nupkg.sha512"
    },
    "System.CodeDom/4.6.0-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kHTg66vezN6YSBD00oR+z1SyLxJCVih6XDTCz1EI3r6jbA1+LG7/3HXNcpHS03ctT981NFHKr2K7QSr/F1wJ/Q==",
      "path": "system.codedom/4.6.0-preview3.19128.7",
      "hashPath": "system.codedom.4.6.0-preview3.19128.7.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.Immutable/1.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==",
      "path": "system.collections.immutable/1.5.0",
      "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
    },
    "System.ComponentModel.Composition/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+iB9FoZnfdqMEGq6np28X6YNSUrse16CakmIhV3h6PxEWt7jYxUN3Txs1D8MZhhf4QmyvK0F/EcIN0f4gGN0dA==",
      "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-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
      "path": "system.configuration.configurationmanager/4.5.0",
      "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
    },
    "System.Console/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
      "path": "system.console/4.3.0",
      "hashPath": "system.console.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eIHRELiYDQvsMToML81QFkXEEYXUSUT2F28t1SGrevWqP+epFdw80SyAXIKTXOHrIEXReFOEnEr7XlGiC2GgOg==",
      "path": "system.diagnostics.diagnosticsource/4.5.0",
      "hashPath": "system.diagnostics.diagnosticsource.4.5.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.Tools/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
      "path": "system.diagnostics.tools/4.3.0",
      "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-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-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bHomciXennXnHN4/I4KsMmOEArJl6CrMc8Xie8pMIGUNcPMM5iLrGh18sVt4484SaXEYWOHFv0/jR//q4Q057w==",
      "path": "system.drawing.common/4.6.0-preview3.19128.7",
      "hashPath": "system.drawing.common.4.6.0-preview3.19128.7.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.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
      "path": "system.io.compression/4.3.0",
      "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression.ZipFile/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
      "path": "system.io.compression.zipfile/4.3.0",
      "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-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.Management/4.6.0-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BihAuaUjjKBHxx9GziTS+ytLU5jNsD2cS9pMGK9IRvakR3EXqMM5RVLUj/F9282qJjEQgQqteOuc+fEg0iykeg==",
      "path": "system.management/4.6.0-preview3.19128.7",
      "hashPath": "system.management.4.6.0-preview3.19128.7.nupkg.sha512"
    },
    "System.Memory/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fvq1GNmUFwbKv+aLVYYdgu/+gc8Nu9oFujOxIjPrsf+meis9JBzTPDL6aP/eeGOz9yPj6rRLUbOjKMpsMEWpNg==",
      "path": "system.memory/4.5.2",
      "hashPath": "system.memory.4.5.2.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.NameResolution/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
      "path": "system.net.nameresolution/4.3.0",
      "hashPath": "system.net.nameresolution.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.Sockets/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
      "path": "system.net.sockets/4.3.0",
      "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Private.Uri/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
      "path": "system.private.uri/4.3.0",
      "hashPath": "system.private.uri.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-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
      "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-95j9KShuaAENf2gLbQ/9YoJDHIWAnoaFYA71xo4QVQyLkOMginn34cD1+6RcYIrqJamLkMXgvgUnOzwzBk+U0w==",
      "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-wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==",
      "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.InteropServices.RuntimeInformation/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
      "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-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.6.0-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/Hj/VC24ztOXRqDhNpPEQXBARnvNSj7lXGlduj8YScdKUu0ZsYYR2lKh/v7qSvXBGqXqsozxAIRZwmiBu4rxXQ==",
      "path": "system.security.accesscontrol/4.6.0-preview3.19128.7",
      "hashPath": "system.security.accesscontrol.4.6.0-preview3.19128.7.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-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
      "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.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lIo52x0AAsZs8r1L58lPXaqN6PP51Z/XJts0kZtbZRNYcMguupxqRGjvc/GoqSKTbYa+aBwbkT4xoqQ7EsfN0A==",
      "path": "system.security.cryptography.pkcs/4.5.2",
      "hashPath": "system.security.cryptography.pkcs.4.5.2.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-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
      "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-i2Jn6rGXR63J0zIklImGRkDIJL4b1NfPSEbIVHBlqoIb12lfXIigCbDRpDmIEzwSo/v1U5y/rYJdzZYSyCWxvg==",
      "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-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
      "path": "system.security.permissions/4.5.0",
      "hashPath": "system.security.permissions.4.5.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.6.0-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3UV2zC9MaLIGQB3x/4cjB4gZxHTDQHf0xW1w0csnT/9kBHz1J8AeW4rashgv+887KjbgDY6csptuR9u59WqJFA==",
      "path": "system.security.principal.windows/4.6.0-preview3.19128.7",
      "hashPath": "system.security.principal.windows.4.6.0-preview3.19128.7.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.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
      "path": "system.text.regularexpressions/4.3.0",
      "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Overlapped/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
      "path": "system.threading.overlapped/4.3.0",
      "hashPath": "system.threading.overlapped.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.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
      "path": "system.threading.tasks.extensions/4.3.0",
      "hashPath": "system.threading.tasks.extensions.4.3.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.Threading.Timer/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
      "path": "system.threading.timer/4.3.0",
      "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
    },
    "System.ValueTuple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cNLEvBX3d6MMQRZe3SMFNukVbitDAEpVZO17qa0/2FHxZ7Y7PpFRpr6m2615XYM/tYYYf0B+WyHNujqIw8Luwg==",
      "path": "system.valuetuple/4.3.0",
      "hashPath": "system.valuetuple.4.3.0.nupkg.sha512"
    },
    "System.Windows.Extensions/4.6.0-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vUqLy4xUFBY7SvUYyP6OE8dvqkQ0+Kq2FrtuANBGaQ276yMH7CSBBhFkhj8fBZgN4no8Py1J1zyrz5BM3FVr8w==",
      "path": "system.windows.extensions/4.6.0-preview3.19128.7",
      "hashPath": "system.windows.extensions.4.6.0-preview3.19128.7.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
      "path": "system.xml.readerwriter/4.3.0",
      "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
    },
    "System.Xml.XDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
      "path": "system.xml.xdocument/4.3.0",
      "hashPath": "system.xml.xdocument.4.3.0.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: CAAD06EE0C2B5F3B49215D573F5B8353 | sha1: A5E6AFDCA486C582E08782F23B1044963EA50772 | sha256: F5EA71927CF25B3AE3C18B5DCBB923AB9752C1A553CA343C182EE2349EBAA6D5 | sha512: C11E24EE5077D0BF0563BD873B4060DBB6CC80487A3D27AF01872A2BC7C0CDF8F71D79A479C8E06A2419E0074B6D7F6908D8A5D34AFFF2A8AB02A9D031CBF9FC
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="InstrumentationKey" value="d8c7c50d-ca44-4dde-83ab-bb45041cc5ba" />
  </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: 7891C9E1ED4B53E87ED50D16D5BADD30 | sha1: 8520719744E91D11F5D2C5559055A31A70D9E0BD | sha256: 71433ADB6A3A3ABA38F6FB470C75D56BEF8EFC098D911F672EA4DB55A0005073 | sha512: EB09D545E3BF240BA5591E4B67D9DDFA5ED562D4CAEE7D1386751CB35DF887E139599B75502B0E7FF9361318FF357B5F9D0DD620175C8BAB76ACDBD2B6962B75
NuGetPackageExplorer.exe.gui
 
NuGetPackageExplorer.runtimeconfig.json
{
  "runtimeOptions": {}
}
NuGetPackageExplorer.Types.dll
md5: 6AFC7AA3E3C2230F28F1D99C19A696A6 | sha1: C151A0E5E1259999E5E5637725A32B866A364D59 | sha256: E7A580D17E44A89068796BBB0610BBA8ED963C03233ADF42AD4641AD94635FAA | sha512: CB036C266DBC753EA5F8E164AE11556BF4358A5B983AE8A60495AF0DB313F5464EDAEB9E691C4CAC99814DC9D668E04C84DB5CEA3B4B0DA7F80C54143C827A52
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
OSVersionHelper.dll
md5: 3BC6033A18E188083D4290206862DD07 | sha1: 9543B412D7C22ACAAC0DB4148C40E68B404A3E3F | sha256: E6D5DF663788B014E6D7034E69244B07CC83B0FB9CDF61F0670A75A6607A222D | sha512: FE18DE969A884EB58ED27EC0DB4058E02FF029475BA09E0C92AF436786E89703D69F22886CC28AD843F5F8997EDDB32DE0FC85BB50A04544F95C3A153FC2E14A
PackageViewModel.dll
md5: 80E38161029ABF3B8D28449C39C71FFD | sha1: 50A61363B3A88A52B986264ABC1F5C82955C8F10 | sha256: 13176DB5138E9604DEA606EDA5647CAB10E8AC985EABBED7932587CFFC0DCEAE | sha512: 3389E443865FC91A3882B034ECCD9A630E05065DFF2014050BAA61B43B4B7A6EEC3BAA8052D6F333720B870CD7465F8B9D0ECBF6B99CBCB536ADE7E8871C4615
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="F:PackageExplorerViewModel.FileHelper.SHGFI.Icon">
            <summary>
            Get icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.DisplayName">
            <summary>
            get display name
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.TypeName">
            <summary>
            Get type name
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.Attributes">
            <summary>
            Get attributes
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.IconLocatin">
            <summary>
            Get icon location
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.ExeType">
            <summary>
            Return exe type
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.SysIconIndex">
            <summary>
            Get system icon index
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.LinkOverlay">
            <summary>
            Put a link overlay on icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.Selected">
            <summary>
            Show icon in selected state
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.Attr_Specified">
            <summary>
            Get only specified attributes
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.LargeIcon">
            <summary>
            Get large icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.SmallIcon">
            <summary>
            Get small icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.OpenIcon">
            <summary>
            Get open icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.ShellIconize">
            <summary>
            Get shell size icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.PIDL">
            <summary>
            pszPath is a pidl
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.UseFileAttributes">
            <summary>
            Use passed dwFileAttribute
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.AddOverlays">
            <summary>
            Apply the appropriate overlays
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.OverlayIndex">
            <summary>
            Get the index of the overlay in the upper 8 bits of the iIcon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.FILE_ATTRIBUTE_DIRECTORY">
            <summary>
            The handle that identifies a directory.
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.MAX_PATH">
            <summary>
            Maximal Length of unmanaged Windows-Path-strings
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.MAX_TYPE">
            <summary>
            Maximal Length of unmanaged Typename
            </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: C7B05C9BB923F27E98394106C8436940 | sha1: 36FF30C769DEC71F7F78F0830629DDD9C6056A85 | sha256: 8F0CE9415F8AC38A6730A316B3BD2EF0A1591B7C1CA5B7CEB5681363CBED27E2 | sha512: E417468AC603467F0B4BB2E4A80F28D30833A8B7E6BB36EADF70FD1BFF40A34E28F390A30D754DF655BF0B67159D1977843D583FDC85AB5C2FEA9C06D71CC172
pl\Humanizer.resources.dll
md5: C85496479CE5FAC5C5C6D393FA44BF50 | sha1: 120D541E86D15581CDAF0ACE89902A35E22BE1B7 | sha256: 37ABB1B6FE673C4D8FFBBC9C1CA4267C00F9A49A076B50BD3A88EEFDA5B4B01B | sha512: DB84D16DCB6D5786805202578AC67D6DBF06AF9BD78ACA9C3DF2F134D909B43BD1477943CE8C90D9838FC779276DAE4497DBF5B0F07A7C6FE804A4239E3F6DC5
pl\Microsoft.DiaSymReader.Converter.resources.dll
md5: 70E3C37A0D2DD286847A5F5E3208C9D0 | sha1: F23EE566B3F7C51E362E87DE15A7FA8CCFEE8E8A | sha256: 9A8EE161E57CB0857D094E02A381E86DA343A9317914AAC745B85E40CABC74F2 | sha512: 6D2C52C467ED0579947572670F9AC120DAD1429E195FB2ADA66B135F7B3DA5ABFBEE7FD2B916C6EE7C7AB9EBF827B4498130CBE2447F622D8B87B469ED6DCB31
PresentationCore-CommonResources.dll
md5: 389E90BC70C9D777B5AF66E208498164 | sha1: DA0B41C1550ADDB0FF4D2F9734CAC9984D13D445 | sha256: 0FA82421D88453F44F8D5365ED89F76EBB7768EB58B122BE9DE93619A07CB7F0 | sha512: 1FB483CF632E4938F1119FBB61F7C4B48A3AC0B68B8D260AD77378E801804B23E28B00E57EB58C01F0809C9E94668FB5C97F3D770C22ECEE95EC98ED922F4B7E
PresentationCore.dll
md5: FFBA5E5EF0E368CCB3BC2E8A80A79E3E | sha1: A7FDAADAEE90E3E5775D14AED01CF4D7A7C4C563 | sha256: DE21BA6998E992A67C68B56C35E273350508DD0CBD8BA0FBB9E866BE9F063590 | sha512: 8B1EA319F1503E41E75C543CAD8365F90FB78D22DE3309DA0880A85C52ED98169F75ACAD437952FDEF4E39572C8F77B3817D7B9029050894FC9A34D2E81C0B9E
PresentationFramework-SystemCore.dll
md5: 540C057F3940EBF2F1CAFC730EADDF70 | sha1: 5BAB4ED3A252CE2D99A41B0C9CB6EA9211D891C6 | sha256: 4A90D0C465CC5665CD5CDF3982DB3AE187CA0B9AA5A062CBC6B0A47D8143B322 | sha512: 987F969E68AEF86BA09CFC1A421969A5F84CFD6CF8BED77C315D04843D7F2873307AF7AF3B12469735ACEA0A2885621E592ECC23C40A6ABC863DF32D75FB09EC
PresentationFramework-SystemData.dll
md5: 3B945D3159B0A1155864490379536ECD | sha1: CE78DF62F5322664D63F681BBB65E59319A1A6D8 | sha256: 41226871673AAF94A28642FEC21A02D7DB8B728EA710A26CF0712913181D7563 | sha512: 451C8C5DCE17AB4CCAA18A559833ED5DA8845C3BB24DA0D9BEE338C1C3B201D1E22F209AF7B0E22EFC3D1BB1B7268169ED90DDD3BA43088E972F3A4E7BEDC855
PresentationFramework-SystemDrawing.dll
md5: 3BB673B7D9B76C8E70D63FC2D96F3391 | sha1: D534E16A6E2C40FF46EE66D985B27DCB6D231BAA | sha256: A5B4436FCB0DF53D73A3C1346A3D88113F0223F235335B63F5DDEA4CB88B6926 | sha512: C7713EEA0D45162A8F50A44E61C22852C12B7003BBB8F0EA1EFFE646A8C4547AC08B65AA5EFB049102B1F30BBCA76B42B986496D75E0C5145907C8C4C6508746
PresentationFramework-SystemXml.dll
md5: 6644E6026B958495049871A0DF132323 | sha1: 0B5726DCAA75F44B4497E25EC2BE85F151E9E208 | sha256: 0BC53AB622520A3AE9458A098CA24B3CA518AF9DDAFED78ED43AA0A33901692D | sha512: 2E5E74341F29B678122DDC61EA03F12BEAD06A3C11273EB4A039542329DDFD36B2F569F7F72A063A142B447DC87030694FF8E8EF2E960604133986D3557A8903
PresentationFramework-SystemXmlLinq.dll
md5: 445707B49A721AD80EF50C167DA229DE | sha1: B57DEEF55305160C14685DE662F471B396B52DC6 | sha256: 5FFBF04C305809ABFE085D64FF8F609694C53A55906886B8BA5A78B29DEF6F74 | sha512: 3A7CD512926198D9AB24501D7B4ED9F99668458FB717A32DE7F2A32D5E2996FD1370AE7ABFCE311B66B4EC66817A503AEC39E1EFE471EF6A3D843C3D30FA4425
PresentationFramework.Aero.dll
md5: D91E065E59962469ECA6CB407282ECAC | sha1: B3927BF71BB5ADCF3523886883B2E381A7DD565A | sha256: 24A887F7090DC7F05F5416C27C9441555C778A39B1F044F43C35402CC70B1FB1 | sha512: 5626B859BE3FACF241338866FE0E7363F097CF5B5F498BDFC445FED5983429B6E2CBE97F83972D101128CC28BD27E979880166B32565F29BD7A6D92ACB4BD4F4
PresentationFramework.Aero2.dll
md5: 306F02D8E546789AE7A62007EE43B45B | sha1: D50609F5923635AC6700E4DE6EA6F4CB855C23A2 | sha256: 9607767C0861690C41592270CEF0E2F8990A4F2DFC215D0CF43B17437CDF4B36 | sha512: 8747840E4E055CC8C21CF05A1BC334EB2EC445F2390EBC83DDD8167A98A1EDACA6C7BDBB402026664E1B980978806768E3D1B7F26D8820F8C243E86AD230B610
PresentationFramework.AeroLite.dll
md5: 152485A0067DA4ED8DACF3229B7DEBA9 | sha1: F2FB795E2347621734897630FDC5A40A878B0802 | sha256: 50BEE4415A722A353C8806D8ECB9C0251570C1F76407DCD27AFD22DA6302BA62 | sha512: D459A3ADB161C2EBF524077011788F6488972737B6CBDB08E88A4EC414C35AAB59503BC2335784662B94669D4BDA6A5F54545C0AE8278F8958115D45A7DA7B7C
PresentationFramework.Classic.dll
md5: BB477F396FF4BE74F63E04750F88D210 | sha1: 9BBA48C8C3775972C26DA1D2943E53905257637D | sha256: 29099EF9CBC940C1909AA75BC3EE05DA844D3548DA5E73FCD3FA566287073F24 | sha512: 375F747987E11E274C3D01D78C23112885F59363F2C35643635FD647BF3C4C4178824BBCAC37388DEE82FEAD7AA6152E61B5F8B7325F1D450CD3D1811333828A
PresentationFramework.dll
md5: E1D1ACE210D544AB4DEF6DD64FFAFCD3 | sha1: D3C6AF6A77F77A55AF238A28DF2658918C512B25 | sha256: E3E8E22F3523EE19DB0031B7CD2042A7F0513C12815DEDCF7ACEC87EE2AB67C7 | sha512: D113030F7F0F627C0FAA9BB6ED01EA44E1EEE6B57BD72CD81467B72D6B9885EE3644AA5E0B03B44A81453AACF5CF8D8FED37419FC09AD1E4AE3185C7069E91B3
PresentationFramework.Luna.dll
md5: B412AF8339D2B816F9781350C31993F9 | sha1: 64E9E391BF7B8776D5BED8686FF10FB53E26C457 | sha256: 181405426D03BCE139A2B596299EDC822360C19D9E59F4AFED06B85D76372403 | sha512: 05E160AF59072EBDABDCC3C7216520A6489AEFC9ED8980FED01CE6F63349CD0FEF5C0F85E5F78DC23E8C2B8553B5997A75E0F34130A663E9D6C36BCE10E1A74E
PresentationFramework.Royale.dll
md5: 84BABD8DFFE2C5ED620F173FB2173F09 | sha1: 453E3ECBFA7CC4575C909508D86D41AD298C58F6 | sha256: 499BE4244CA6BE2BAABAB8A7B485F4C458F5B5CBBF757C799F77E7E0B8622060 | sha512: 42CD9578679B4E74B9C253D2E0E25CDC9D197A9C2AF4D756439C205D82EDBA05A58421AE0D9C056174E6351CC59A7D56D71D70C1BA9820C4E8F80AC70794982C
PresentationNative_cor3.dll
md5: A6CDE157AE3CE3D5A066177372B7AC9F | sha1: 5CC954EE484B7AFEC4DE23B1B1E948C7FBB81968 | sha256: 8896201C29107CA3D134E3B2F046347AFA7F86381EB3C7834895DA2877AE4AD6 | sha512: A13B7946A4CB523E0EFCF716A72235FA7AAC56E6F4CD83DE83B328FF19D1F82BE5A04775BC71C681FA4D7139BCA07287D7D8AC1D709E28B979E6AC8A990E21A8
PresentationUI.dll
md5: DBD4BEA14D929D517D34933F58A6636D | sha1: 1366C8E5DC2A7337D53CE67215EF48D7DB0F54E8 | sha256: 8A95047E3DCD377C50D714D92DC81BD0C7FDE8C70008F8702B7685BEAAC210E3 | sha512: F8C4C82BDB7C5CD9578C850FC56A5FB54B2048304CA77686DE067BCC754E7A8FDC25E3ABBA974968BDBD4D5FE50144606F23518315C151205F70D1E9BB63C6B3
pt-BR\Microsoft.DiaSymReader.Converter.resources.dll
md5: A2F4088F7AEC4F53C95FB1780A9493BB | sha1: AD235190212598A446A7C2DFE859AA86AA4F3EEB | sha256: 586C50FF740FA689621B99090744A708C753E835E40818FBD64F3D559A561BCD | sha512: A07A4DCD09D4BF8F7116668859AAF8AD9E9CA7E5F7C9F48C4B02196EBECAF5EF3D11818D76DF158BF6FB5C961A80DDBB90580B00F7FD97692AE1413C5B94EB40
pt\Humanizer.resources.dll
md5: B193EA78023417526E924F40D75B91B8 | sha1: 459EF4B447E857D17C65EFB473EAAF53810A531B | sha256: 2862EC681A86985659F4DCD7F099CB6D76B7BCE80BA4B42300125F3AC196A404 | sha512: 75E5BB433DB7F5782BC3FA81FD47989BA8D4339EB41EADBE6F5DCB354EDAAD273EB8C6C1AC5819AC240E1AF836875BAAFDF575042F0797AD349D3F51F1372E88
ReachFramework.dll
md5: 31CD5797B2D5D64EC43950CEF97807DC | sha1: D956A1C66C2ED46FF607D8205F59E74519BCF6CE | sha256: 27408CE88F5C605B938AD380EF5303605BFA654BB7052908E6080D04D26B4A65 | sha512: A5D390C4E2C388E28C10DD1DA323C4F9A9C98DDC1ED11173F4C9EBE101D575D1329C6F4333CD2AE614551DCE6C4768174DC68D57489463CC2D88D7D4EF6AED60
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: E83479116F4823A60C30279A1FDE0F3D | sha1: 2299FCA044DEE3F36F18D999FBABE6B76BA5D8A2 | sha256: 0E1504E6B15568FD2BE5D36EE4BF9898C466D0892D82083F27207C707D979CAA | sha512: 8135B6CA302F30386ADDEE7E751372EDF607E070C1E33204EB8FB4DF5210211E0B17404D992A7997C40CF1BB38EC226CBBB0DBBC7CBCE4874E55E2326448DF6D
ru\Humanizer.resources.dll
md5: 69A3CCCA0876C4D51B74EEDA08716F81 | sha1: 4CA9A7DF08283C5C4F3BED38A6AAE8B2F6EEEE0E | sha256: C86E28273FA2A93919BF6301888186C5B3B1D07C842C18F3A00F8754CF5402C5 | sha512: 0E87FE3FEF8EF082B927252350B1221918B2E1219E007F00F941953F013DCD55CA13D24762F386C6E7FE161E30B618E15FD26DBA57E7E3CD90C667F84002DF8D
ru\Microsoft.DiaSymReader.Converter.resources.dll
md5: 20062E07EE1D19D4B86C95978A6B6CCB | sha1: 74422D19C56962CA58B2E250A476A55541E24F1F | sha256: 4F3627B74E7DC7166FE8571DD5CFE0C9ED7FDB6491D071FDA80A0094DD99B5EC | sha512: 499E3E028F67F3127DD1661E21957C2D6AE19A224140D9FB863C550381A3DD2928DA6411A9FC5E9A16186C1182A83D0D852E5BB9FBFBD03F1F9A41A8B3AC2527
sk\Humanizer.resources.dll
md5: 61C63A01FFFB3A45AD32FB97E6C7BBA9 | sha1: 8E7757EC0130D5837BC7282C7B4776919A9ABCBC | sha256: D64A908A53E188E51405A16D36DB11AD071162B63E493EF6D3B64326491582F8 | sha512: F34290E505206BBA5BB05E4E74B571AC7F8C0663BD6A154094B0A0C69BC71516FA57454AEE72C5DEA7F7CC26A84691157122DE21CF8D0934713A6FCA9406E00A
sl\Humanizer.resources.dll
md5: A41DF9569F80663F50663FD901BCEF92 | sha1: 149ADA758302A5ABE043E2728B0B980E24F04D6F | sha256: 9511BCA3A5A4E2B49F08E00EE1128DC3B937258D79F20BB48026E32D4B32408B | sha512: D17B7734CF0C2F3A1DA92E07D61AB49C71027D8389CE15AAB94139DC237A8D7DE0A90EEC62819D7C7F825734098C8BAF37D0BFC9BCA1C3473833E6D79646F09E
sos.dll
md5: BC9EC9FB201D4D760AD7EE92E1EAE845 | sha1: 8F7B6037A8A113315C7606CFC847B2641FEB4DFC | sha256: 78975A4B79F775389017051BC9D4055C42E58194455B6B532B99CE02F0BFFE93 | sha512: 4C10958125DEDED26DA90180B56BDFEF5A171B22EBA742A5CCBBA8178060159AF4866F4F12D32D28158B805D9FF6DE0C1DECB2361127E71407332A9B6F1066C9
SOS.NETCore.dll
md5: 33D9118D3E8D42CB5E9F5893452D47F1 | sha1: CCC7D0DC7DB3410D8DFBFFFBDA23300AA67EF9F0 | sha256: 8710F74BD923B539D16188E1B297B62491D78614B4B1FAD61D1DE307159D7873 | sha512: 382F7C0A7E6C9FD8246A5FC6AF6817D993F3F732108F80EF98A3FB6099F9B476D1FA66D516DBBED35B226003B83236A26DD1E2BE5FA3FB4016591034D7B73A8A
sos_x86_x86_4.6.27525.72.dll
md5: BC9EC9FB201D4D760AD7EE92E1EAE845 | sha1: 8F7B6037A8A113315C7606CFC847B2641FEB4DFC | sha256: 78975A4B79F775389017051BC9D4055C42E58194455B6B532B99CE02F0BFFE93 | sha512: 4C10958125DEDED26DA90180B56BDFEF5A171B22EBA742A5CCBBA8178060159AF4866F4F12D32D28158B805D9FF6DE0C1DECB2361127E71407332A9B6F1066C9
sr-Latn\Humanizer.resources.dll
md5: FD523345CC6F59FC576E0E8B51EC0C3F | sha1: 15CB62CAFF581AC588D42ECC451DE92AA8F9FCF5 | sha256: F86400CF288E07277B3ED1C3FDC1DF51DCD33819353FBA60122B98666ABBD847 | sha512: D50CF7791DC6CBCC4DCB0DBF69AC010D5382514CB10988D7759C741FD89159037BBDB5C7AFFBFDE8608B9B027DFE766DBE65746113BECD808B495C0EB87FE4FF
sr\Humanizer.resources.dll
md5: A1F43E797A6582A79F03217D18300F8C | sha1: DAEE0AF8A637EB1D2E2FCEB3CA0EE6BE9C4ED7A5 | sha256: AA59C20AE264B4005331BDEEA3D56343E6213ECE1670B94222878D08B5205FCE | sha512: 65F96C1BBDE92F1A5D5F29D1FE91BECCF890C5F0EEDF059634DA3A05428430E27A5B8E72D94DF111735A3877B7DBCAB0F8FC1F13E20B48433AECBCFF7ABE702B
sv\Humanizer.resources.dll
md5: ACDDDF51CE6A96726B7BB4A3B786A6A0 | sha1: 72C6D06D70DD8F470084D00D64505158DF91B71D | sha256: 955A1C698BC9F33FA544F03DD965DD1D40FE379D48F51F0ABF94A4700A18960E | sha512: 03CF9C4C8BE53CAE60BB75FF97D2986408AD40E1514813D1F2E1FF71E6C02406F7A032F2285A337E2265CE774FB1CA095A96384B7FAC914390D9D7890A4BD17B
System.AppContext.dll
md5: E95F9DA202D698E7B19E29E376F91FD4 | sha1: C9E7DCBFCFD6CC5794A8CFA912487438ADDE1DF2 | sha256: 1D216B17E2555E9DFF4BEFB796B6571D91369E3B81536141281AD7AFC030F017 | sha512: B973397627A0485E29A3FC00C784E630671F600CB2A0018C51A5BED31B0BAD58CF096471A9DDEA53548A9070F60FFD12FB24500AF35620BDC37AFD858F2EC26C
System.Buffers.dll
md5: 67A36E3410A3E46B0CDF9B7F8CBAA651 | sha1: 93E47CB383F07322F97D876FA5D91641B8F136E7 | sha256: 99335180493F43D34C5948143D98A14D351711B5AD4D71D092778BBEAEA7587A | sha512: BFECC87697BCA447BC99F720DD9396ADE8ED7ADC91BE0256D0DDDED5C265C8BE77049F3BBE71D0F9B3A1E34D1DF3EF6DA750DD91048C15C1E8DC0F603B46C895
System.CodeDom.dll
md5: 3C777BC537CD9BDCD0CC9F1024B96839 | sha1: 63681BCB8A08F1DEB7D5FC8263AAD9F7AC219202 | sha256: 4B2D3422C724BB6D4FCB51953212D42FCC23E6EF722DB571DF8C8E9AC2FDFE2F | sha512: 4158F7C6C94CC6F0C2197E4B57FB164D697FF8EEADF199278DC89BD67551F9AD5D8042F0EBCFD9C4160A23364C0E10522C79442BBBCB3AE62B614D1E9C6E6F71
System.Collections.Concurrent.dll
md5: 9ABFBF4B54A3CF766D3B9608933A6DE9 | sha1: 2D74FC557A8EA950CF2F7EC2BC628940DC494E42 | sha256: A2A6968BBA329CB78F3937839724B5A5DC8FD48B1E778C150FB653B0B06AD61F | sha512: DA9A631F60D7892F2881273FDD7B543FC69F61FE3D558E0176018628955DA088F689A5E6576C720EBD83510030AFBB386CE26BFEA72ED8CA048327548D3DC516
System.Collections.dll
md5: 6ED78084A0480413DB26FC7142529A44 | sha1: 9CD086710BC3975259C7BBCE84B98071E8F20FEA | sha256: 47B76A6B2488A25139E3ED2BB8FE95E7B427B9FCA2CF20E70A051100EEDF901D | sha512: 5A39CC1248972186D9F4938353BB3B1A18869140106D8A5A7018789D01DDC16684166BF1BC68F69EEAFBAD775E52B020DB478CABBA424457784B8C412076F56A
System.Collections.Immutable.dll
md5: 19F191BB14ABD90043D6181F06220360 | sha1: 4B9E7CE1B421902E396B0BA2EE682CADBB32C34F | sha256: BD78382F54B8C12026CB747FDBE983CC181315BB0155B23EC1946BD279508C7C | sha512: 130F61C459CF03A6B08784DC8CD3CA3BC1A82CEAA7EA2CFBBCA17B852348F4C7A6B4CCA55DFF01DC96B657D852EEF0ED7B3FDAF9E567BEABA31CEAE9099A7059
System.Collections.NonGeneric.dll
md5: 7A9A268BF903F6D99B5DB222F8EFB5BE | sha1: 45C999E126A35B3E2C6378A943AED3780AE43F2C | sha256: 845A82E226A9B01B53871206A96E512B745A8853239502710DC062B5DFC976BF | sha512: 6C90B93CBAB7D39FD800B1F440C099AA9F73C11EB807B6707CC3D21DB6698A90EC7B71A6C1C3BA718445EE2D3CE07581A36D188CAA008CF9C24E4339C5E46650
System.Collections.Specialized.dll
md5: 5C15483DDDDF095AE03473DCC9E65525 | sha1: 964BA39A52033366C2EC43F915B441EF1F7A4D2B | sha256: BC2499BAE2AAE65895711E3227CCB9979179152D2552FE933F649137731116F3 | sha512: 55AE68DDD67208E8DEA5C2551E923440B48E68C11F5227D4AFA050075AFE231AA1B860F730EA9BA8AC43E9B79F175EAE83E282F2CDEAC7C4A790F56337077668
System.ComponentModel.Annotations.dll
md5: 1D6A9A8B77FE8D4C6DF9205FE0C0AA39 | sha1: F57CA23CA9C123B7E09F693D7481B7396AA90CE6 | sha256: 111DDE88882B9015A6223FF5FAFBB8BA28C05B55308BDA8B6AC12A64CA6D3DB5 | sha512: AF76A8381550E3EACFADBD517AAE304EEB0290D26CAE0DD5DD7654FE1A87EA153A2E80113A251599A594FF3E27AF9F1A9A90A7D88F25D131D7777D16F6892860
System.ComponentModel.Composition.dll
md5: 868AD071108F7B0ADCEEC2E9FFCD0FE0 | sha1: 79AE0C2B26937D94DFFAE39ACFAB724D79F88630 | sha256: AB23A9EE4AD84643847865D6E975C6746BD913270DD63E7CA9125E4DC255645F | sha512: 4E6BBD0B4C1FD177120CF92B510C07A19034C0487B48A63F824AD7FA53156236B2E3169523C240908446043D2014FF0CF16012CB73A0F5B04BF38EDC002A5A4B
System.ComponentModel.DataAnnotations.dll
md5: CB6316BF5E13FADEE80AA5C2A5D7B408 | sha1: F534D777EB49CFC278F9FE9F937FDB5FA2BCEC9D | sha256: EF7846ADB08309A9B869DA1653073DE972F673B41EC26B522B36B1DB456A01C8 | sha512: 962C3B439532896A3AE56B18C12A0FD8BD3345EE79419CA7E94DB8F10097C94410D902D3F8383B253FA785793FE4DCB27DB2E74D66C4E79A3592A6BE62A42738
System.ComponentModel.dll
md5: 8C5472886CC0774A021F48F54817DFF7 | sha1: E077058C683E21BA2794638DED5AB63027A7EC93 | sha256: 6B497A728873C8632C6E5090F230F7FA9C7B2F8BA7E145FCFB00D4790C574335 | sha512: F65440C50156A7E4B43654B4CB8A7010C9B9A1357E0FB12ED9BAF81E4805B1ED1CF451B8A8D637E63E77F609D739E8C9FC343A71AD39E9CA44183A447416D1EC
System.ComponentModel.EventBasedAsync.dll
md5: 4D64A5DA9E9324AC49D966667B4BB821 | sha1: E15656B71FE8406F35B01EC9A08A8D36DA4B9144 | sha256: AA104839E8CFA40EF19EB4EFB25168E6864E5EC4578C456B36BF4E6C26451C3B | sha512: 13E775BA74A7EFF62C945AE7A9700B20541CE9188AE6CD7463275231A57B5551B62CC53D1043D71B8716F6A5886BB3B285E6D733D28472DAE8A2926C9F0F3B98
System.ComponentModel.Primitives.dll
md5: E4CE0CB1CD3EBD6CB49588A704EAB616 | sha1: 48CA4C35F366AAFAD9D41C0E00A814C089DE12F9 | sha256: 055C4F4087C27A0C7A8692A20A281FF8E89A800FFFB351FC7DBED903B38DABAC | sha512: CCCD0E299780685B3198A8432C836AAB49C21C0DE9BB208C5BD89B42D95A55DC6E38F130AEBABF0B729A9CEB1A69CF105392F6EAE217403EFBA2CC2C681115E0
System.ComponentModel.TypeConverter.dll
md5: 6790F4A5BF2A8B59A44F4799FDF339A0 | sha1: 848E8DD7EB40ECDB13865821A3ECC718E2ADE9B1 | sha256: C6B7A8019599D071B9063176896FA7441450B96CE3777575F518A2A24C63EC37 | sha512: 290C874DE607E9F6295F0B8608908B90398B00B8171A7E809BB710C4283BE3C477F480B4E52CA230F9EB81469B4E2EB1238E89FE6C6DC477397FE87218EBE315
System.Configuration.ConfigurationManager.dll
md5: AC501BF4BCA1A6A30E5C5A5758B2612C | sha1: A42E96746946066FE28D032B246BD641E3FC2994 | sha256: FCA71F356AAD374FFE12195DBF89770B78EBAC96E5609862E09DB34DDA030FE2 | sha512: 74BE19DCCD202F6BD870B5037E6BC5B3AF61D47424DAEC8526230C2FE0A5D16127F14E4F8ED553E3DB44190A8B6FAEEA6268B706CB2B6F17C193B5F32126A622
System.Configuration.dll
md5: 316280CCBC2016B8943A73F40F97B5B8 | sha1: 4C0C4D09067E5A9859F790A90AF272F4DAE3D099 | sha256: 1AF682824A57B890F5487DB0BB06DCE037A6AE77DEBDE713D9489AF0D0B944C4 | sha512: 24400A4E76437CFA5C8020489FA881DBD1A6A1C627306FA4C9063F5FB0966CBA0E4EC4F6BBAF41B6DE8A06524E9E45F13A9E85AC61167AF5B639FD2EE05C21FF
System.Console.dll
md5: 3BF768F60DB6494E612F70538AEEA39D | sha1: 5F84A5255EC453DBCF7F3F7FA18731D4DA9862C6 | sha256: E1C7375C53866C1DDE70204BE3551E5CBDBFDDDC878A844572C092CB9E439BEF | sha512: 48433D35388922A700A6333D047C22C69E53C0162CEFDF0EA4D3409E70F279D58847F4DB61868F220584239A7D7C15D3270E1B3B665866E7183F14268BEF37D1
System.Core.dll
md5: 052DB445A06AE67E65B16F177B4F538E | sha1: 9EC8EC378B9BC6CA8CF7C4EA33709B17C15AAFAF | sha256: 0E7C29DFC617ED1BACC3F7B494BC17CE4FBF41EA3D8460703BA6283EF0DA2784 | sha512: E914E95708A6CD3C1920DE3D85C4B36AB68998C83888A5C3B9EA6581B8C82F5D8A219EB6F975462504450ECFF2E83B843F4FC72C6456B2AD4E00DFD04310973E
System.Data.Common.dll
md5: 8B8B10F1E53CF0719B4FB4F13D2691F5 | sha1: 623037503885E38406574B690143EEFBE34C0580 | sha256: 69D2C3AEACEABED60F4D145BEA630CE19D8BDA9FA9987611A0B39EBDEA18AA9F | sha512: 021951137BEB3F257B7664A6FBC352B87537630ED1DDB77B948DD9B4F8EE521257036015C442675DE9E6FBF8D6C634AAADF189696C27F1CCFBA5F5493CD2151C
System.Data.dll
md5: 851E50E80F9000C429C31B9B5DEA6B77 | sha1: B9D9462D7B86FED49EC30C0E21B503E1108D07E3 | sha256: F31E190DD69EBDF0ED1F36BECBFAE054F7C5F96A26406390BC0EDBA8C75C4651 | sha512: 7C445F9B451B7B9AFB07DDC869C36D77D23FD11939338802802AD78AC5A406F85038B797191FF3DB3700DC26216ADB560F23BC67BD44E4AC772F792E4B46BE05
System.Design.dll
md5: DA0A7E680987558CD574DA9CA1843AC1 | sha1: 56660D21D27F82703F06CD5D596CCE3AC3C22E96 | sha256: A14F1355A6176CED177FFFFC65FCFAF715AFEB71A1A64221403ADC49679C9628 | sha512: 3897424FA8D385B00E94A3B1717CE839812EB720A5F68130D4424389AB3F005DF89D8C21F891B63E13E76BB9E0E3D400B7EC2314A74E9C9AF8F77EAF9200AAC2
System.Diagnostics.Contracts.dll
md5: 0A4E28C80A4DC677B2B85BFFDC3D792C | sha1: 589907FA2CAB4E51F7DDD5D2F878777C8F8C8AFC | sha256: D00BC412DD0041FBF989C5506089E5A99CBB34961FA63B559961537E8FBDB79E | sha512: B915D9D151A7A3F7B432E97706790ACB63F41755CFD1F759F243DF85AE3B77AED27FA3253E9264DA2379BDAA7E2BF91D3DE7DB9C3BCC3634AAF64605BD6B18D2
System.Diagnostics.Debug.dll
md5: 977523D8CA2D606B2702E5565E66800B | sha1: B85196300349F23A7C69A74CE79186BE483E15B7 | sha256: 01F52A677ED7205A3DC445A345FE2E60A2A3842572E8D02126C5CFF78788A984 | sha512: 06029BA9EF3E428638177CF74486DFADCCF0DF828DE17760B7E5F2FCE83B2AE93B0CDC2ED80AD64395EBCB4ACFBE07EC8E47AC23D36A6626C8B4E7B59D935178
System.Diagnostics.DiagnosticSource.dll
md5: 54E1DC2C3A0A93CB2C384D3B3F40B5EE | sha1: 6823E8D16B340A7767AFDEAC23DF8C0B80CAB13A | sha256: 2581A0E0661BEABB98FA347D4BB375B134265C78C3FB4955BA77FA5400199B2A | sha512: F2684ACD532F6EF494DDCCFD8DFF97F0A30CC6EF365130CB0DAFC7EF704916FB5FE07D631C62B3B24670EEB515287005E5C408DCE4D13DFD1DEC089BD56BD510
System.Diagnostics.EventLog.dll
md5: 425E97CE2D01C386B9987F2E682F5D8A | sha1: B689D04AF11DBF4D5B6BC148D3A070B5FA4227DD | sha256: 1C7818163B8D7170DCC6D893B5231F8A4CA766AE78147DFC0ECD75CF1726D3FB | sha512: 3B2DFAE50AE14B2488A7BD6E25512947D787BF63CFD59150D1876BF3341F7D1737AD063D3176EDAAF3DE9198DE4BE2CC429596BC3E2DCB073D21BA17BFEFF695
System.Diagnostics.FileVersionInfo.dll
md5: 6E35C611FAC209FCB843836B2A8830BB | sha1: 03D740234FD938153D95E3517326E0B97FD049E6 | sha256: C4449EE409FB7DBDD41505A41C7B71B95D23A744D0694657AA862B5EFAAFB0C0 | sha512: 32F20905991F0659C3E0B01D5DCEC199E6B2C572488030CEC4C319966C5FA6B949DCA5A412339877F2D4F5CD0163933228251A5281A17DA09E85E0AA77A442C4
System.Diagnostics.Process.dll
md5: D1CD82A4234EDCE861933EBA14BD123B | sha1: 0D18F4BB5EE8CC315CEA2FC9F7917DE74264C696 | sha256: 4188A564CC25CC5EB789EE344085A47669C3ECD9A29C2ABB36AB1AEBA59A73A0 | sha512: 8EEB4DC39C4DEB45297B7E9E77A646A88A81F81B5FF827FA91557B7D2B4B7B6A9253D9419E86195E41471030F6E611245B62D634ED2953A27C61F6497FE8DBD2
System.Diagnostics.StackTrace.dll
md5: 9E91368854225720EE09DBF3078DCA61 | sha1: F54068A1056D54AF66F5EF81EE6DAA36868C185A | sha256: 05AE1631ECC574D107F363266021489470BF7BA8570D7A522A668C64043F32CC | sha512: BBA3356B5EA783F45A61DFFCE76DD8B91CA1A122FCB67127A5225F255F8CB0D0B952DADDADCF28FB0784C08A192116555FA53A69ABEFD4A62C79148B91900AE8
System.Diagnostics.TextWriterTraceListener.dll
md5: 65A5D9089EAA9468BECCF6E00FDAEB40 | sha1: AD30B341918D696AB7FA231F1E7D9C556EBB9F7E | sha256: 205C56CDB0AB25E1732FE87FB432568F8F7F4B662B4EEE003B90A3CF6E86B268 | sha512: DCB657CB430B62C65B59657FBAAF15882AD6F53A5E04594596B5C07AD2400E5FC4202B7CBE8033D02A45D2CD36DC3D8AD17698C11F0FE0DEA7CD130907779752
System.Diagnostics.Tools.dll
md5: 21530ED3790B73B2C6E7372D2CAFE6AE | sha1: 8F918360B2752F6834B0AD0E7BD0358752B6E33B | sha256: 8BAA20E1BF47305D7FBB6FD269A4EA5B05C896EF02DEA78B7419F09E45C27569 | sha512: 4858695AE973B6E22C03ACFAED47B787444DC8B48FCF9A9FCBC11F453F634BDE26EA1B9FE5E0120F903F28867603A43CDE6C8762DFD6F6185700833AB4D77F5C
System.Diagnostics.TraceSource.dll
md5: FCBC0798A945FA43A258FA75BBDCD1E1 | sha1: 66764A141B182DFA2653DFDB937327BEB4A1B72C | sha256: FE2EED1D8277F55F613CB3F0E0B9BAA7B8A80EF0BBD82E07A47316513DE60103 | sha512: F4AA0CD107B51DD896CED3FEC618060C5C13A0649FE568C2D1E237BE888FAC584D6C25D4637F116A219460DD354612310E493B413C220F303ABEBB89A7204705
System.Diagnostics.Tracing.dll
md5: 1AC960FA4CE8D99995ACBE23EF1B9216 | sha1: 43AE04BF3D579D229444A5820D41713AC3B177CD | sha256: 80429B6936091BEEA33A52084DEB194D381B0EEBF52076EE679F8880D28D00C0 | sha512: 128B04E13253BE19BDB60A9C22F7E860DD00C2AD874DE543EB679FC7E830AAB644D408B0E89D18C50660BAE47792F3ED04373E92D92CB3611A8F8616CBF4519F
System.DirectoryServices.dll
md5: 2B1E5FC72016246271F659453858A028 | sha1: 0D2EF64457CEA37F0C75A5895C693C2784B3CB0A | sha256: 49CFE63B8374FD19CD666A027EF457B7BC248B5EEA9E27EC2E8C8AC75348197B | sha512: 3202BF96CB00123C9532854B0702DFAB8C6E21E384BBA748804606D6465C68BBBC4E88AE2725F6793195062074F7902538CD2D2732AD613C66B69D1C2ED6D7B0
System.dll
md5: 3059D2E494E4C98ED8074D3C2BDEB0C5 | sha1: F8151FA1C47DD48E3FF6C04713A5ABF75D1FAC7F | sha256: FD76572C885AE23629CB6CF313496583E4AE29DA579BBEB1A634087D0511A1F1 | sha512: CAB8D0DA4D0CC156999FC5EEFD813F3299B782326BAE78C52B066DC47EA301C13B747FB6127404FC079AAA7D5C8F591C00E6F56626B51EE00B4CFC539792ADA1
System.Drawing.Common.dll
md5: D0B995BE58F35B6225F2CF8FFD9A9BCE | sha1: 6B877B43C4C36281C483B9952A63CFF35BACC28E | sha256: 14B18F4E6F1883F71DF6D7411F6FA1B218985936B729C6B79676EE13C6737655 | sha512: F10F593D9EDEFD91E9F4FEA4A2D68A0E1FC53E9DBB5089225E4D66CEE4EB0540CEF41834021B973E6FF4BB1E373D698E2063AC79F9777F5FAD17AD0493222540
System.Drawing.Design.dll
md5: 55087518E8EBF8E9ADB2EAB5B905BE0E | sha1: 15E5FF4655A363A918D424F6017EDC18DF4D50B4 | sha256: 327D247B4EDEF95D4060CE2D8ABF7AD9373F8643D8E20007FEA7985191A8C4A6 | sha512: 454CB27BD82D7445E4726932C633B332A543F6D18AC0F7B6396EFDA95BA768366AF001242DA0D8E095FC6BD33A8AE887D06EC67173A1D60380C91B22B24C29BE
System.Drawing.dll
md5: 43C61F6094E44FB5FB50BCA2394912FE | sha1: 8D1A41FE33CDE1C0DFF9087753ED8E8BB1049CD4 | sha256: 8394F0BA9EDB7D62C299A8D9611048928B45214C15A952C6384F63F166FDD676 | sha512: 3DAF32FABBB3AC0A4F65641204A4358CC8A4BD903D7BD0365CC24B0CDD3F7EB3CED16B1138820E362D6B7751DE59565F5213CF65CA5F17D22D83496349FC5FFF
System.Drawing.Primitives.dll
md5: D327101C2D21BFC6681F15A43C7AE6C8 | sha1: 9DFE373DA10C9CB1F62A5B8905D2B58320B83C08 | sha256: F1F0B2FD3D976A2FD893427B339EEE15802EA647D1526DD643B9A4F3BD5D857B | sha512: ACB412F459FF7CE26D9295AECA36510732135FEEC40681D8B3EBB81BAC8C203C60CB53508A258E5B5CE0885A8ED857391235D323348EE3245CD546F1A46B7C9D
System.Dynamic.Runtime.dll
md5: C5DCDA95A58E207076915977F1F25030 | sha1: 448CDA5DC2E62427F4424C9B0C971D86D5D58588 | sha256: 5A2A5DCE324A7FF7E2AB0599B0DF6473E4953151C1EC2DBE7D2655C9B17AE0B9 | sha512: F452DBC84A724B057E4A6BE6233D28C040EAB341B698BFEC3F6AC46C93E90DE958C3E86F22E46DDE1847E0B991A449336C6E2296AB833EE722EDFA713523AAE6
System.Globalization.Calendars.dll
md5: 281B99DF8AE31978F8BA22D33006C5BD | sha1: E266E58F22E0A5EFFD815D1155E54E5BCE163F25 | sha256: F4FBA6C85B16DABD2E81F2FE39043BAB0AC6C45A7FF2DA9518DF517984B45BBF | sha512: 482EEB73AF1536EB830B7D4F99E5C7A3D8CE29A13BB284CAC27D92828BECE64A9299EA8899C8BF544390108C4EAC6D22F97911F9CAB611D097E8EF437A192938
System.Globalization.dll
md5: 0CBCE7B4BE115E30D29779B64FFA20B1 | sha1: D5F7C3636D479EEF83C1792E1862040E1EEF3F95 | sha256: 34DC4AE6CED93FB26B8B61520A76262F66D58E6D1EF99AAF6038D6AAC7120BC0 | sha512: 39F3FD90C5F43B968C4A86B453697BE53E0C66853F2C87AD69666B36D1066B86648C7FCA7171A7354C296CF946A400D753CA82FCAE96DE20289035095E6F25B1
System.Globalization.Extensions.dll
md5: 7AFD34679617F69CE7351C65F42CB5C6 | sha1: 20190990B9A658D4D072F7EEB8BF2ACBDD91900A | sha256: 2B1F7A26C5CD357F17F91F805316B36A550EC3C26AA5883D59E23EBD38A07F10 | sha512: AC6D3F8C1CB2E7BF37D5325EFE1E4ABE33756260D9B491DE44B5FDEAB9A57AE53601DE20593124DAA1BDBD1AF0B924EAC2C68DD4E2DB71526F17ADEBA63B7374
System.IO.Compression.Brotli.dll
md5: A97379D805A7B0FDFA6E2DDFFD9F6C96 | sha1: 661E6F17448A81E8E39370D3904EE524B6C87CFF | sha256: E78DFCE6D57AB73B68B58E099CE019C0957EF8FB4E3ECC6688F865947D0B9232 | sha512: 475BFEC3BB32F172549997E9D029ABC47C36031EBB7038C6DEB324C1E6D53F953C8D65C95E6ED6124C4D8AD3A6E4AD59C55AB2BDF24D206CC1F01EAAD2440967
System.IO.Compression.dll
md5: 5CB2212B3A33209D47834148FCD37761 | sha1: CD362B43A5BF74933681A9442A798AB7FF036E38 | sha256: 10FCC44596AF6BB80E34CE5AA7B73CF05703EB5AEB04F7EBBE046FCF721BD533 | sha512: FB791B51093E211D4378FFDE94A7D31B162125EE318D2C5C547CF893EBF7849B58BC1FE37CD1C45B1B6CE022787981EFBDBB946EDB16CF30C8C5709C757438DF
System.IO.Compression.FileSystem.dll
md5: 620EF51EF90ED44834E360129D76198A | sha1: CC66CBA6E6A692BB395574A2962C8437701C8E58 | sha256: 15FCECA986B673D790760D8310A9A59A447CBD7CEBFFA1886CF98730B4DDBED3 | sha512: 31B62D41810436373B45290F970F8640E39D58CC838EE9BF628A2CA666D750E4A081C22CC38CF305E4A3E8DD227DFC0D025FBA0803FEA67A39CEFA7C50E3A952
System.IO.Compression.ZipFile.dll
md5: 6F7B8F64873FA836226BCFA1111F0EFD | sha1: E619A057C313E5CEEE464620753A36A4EE1EA0F4 | sha256: D5B3A1A93066AAD11D7FC0841766EEB04DA0C0EE90BED08B8C774D839D41F658 | sha512: 260D45D98CB71C9DA8B2558083AB9ABE3CED5B913523AA2CB110B23AEBD7010033868D9FB4DD1BDCC134995A768F7A61B37BC76B5C8464B1FEF03DA62F8A3112
System.IO.dll
md5: 1E497F0C2B11E9430F9007DDC0B60108 | sha1: C8ABBAD20CDCE52F7E88C3F57295F8B2677C8CBD | sha256: C2B74420CC408E757BE92CB0654EE335E5204DEE6ABA5DD0523677003E42C615 | sha512: 0EED1E4886EA4E7F28B76CA75CA674A63805F8C9F558F5B8C7D9CB4242173B7ECE0FE5976E70A5801C2EB7E287B5C2593580FDED68683F06866942907FB5A0DE
System.IO.FileSystem.AccessControl.dll
md5: 9C0C9913A1655B1192E893C2BA42F7C6 | sha1: 4D332F3F6A96AA82AA40805EF5DAF9B607A7E8E8 | sha256: D1EDE0D72634956AE6D3A43136E5AF26F12A40B9C76238BA7EBBE6E7B47D90E3 | sha512: C5A78E5BB08AB525F83F6EB87E0656CF77243C423F6C97DD105A12539E3BDB72F2E6827E786BDE7F560FF513EEBC084ED95970E8B38DB7209D597E831790DFCE
System.IO.FileSystem.dll
md5: FB597070E66641A94CCD8918739A5CBF | sha1: 08E952977D45DFA2512F48552F89A0F43C8EF8D4 | sha256: 5C5EA59B867B3D77705B16DF0F6E9675160DB6B9F8ABF5988662583D00E6AD1D | sha512: B4496B2957107CE82F62BFEEACD3CEDA6C786297FF24A5911E5EDC686A5FD4E25317E0F3BF9D64D5BBAAC8D4215D1701557B8D35FC86A9AAADA8C4E7FFFFD4FA
System.IO.FileSystem.DriveInfo.dll
md5: 54E548D1DD24A80F1F96CBE181866A64 | sha1: 6733FAF284751AFE3129D0BBCF4880DA6CB83928 | sha256: CAC3705E41FE36132EAFC91CEAF9C1D30BB1AD013A14376EA09CA6BEB8F35737 | sha512: 8397B5B5C51C0C74B97FFF8199762C5734A6182657E23BC66F88A04459D8D56B03A3CEB80476A4198FBA4E2BBEAA02DA2250C71F16E654115A56297F6D4124B0
System.IO.FileSystem.Primitives.dll
md5: F3A4342A6BBABB2F1A543878D33999C8 | sha1: 08440FA61DA44DEC2342F370B468A283D64C017A | sha256: 55D12A6D808E2D605C8C27F81BAF5D5F068E1FE1953216B0E75D88651D76C7DD | sha512: 983C6E60A1B4EF5F9A4DD868EA933BCD386A62C0DBCD183F767E6E9C41B3A7B011CFBBC820FD9C6C6427A1E1FC9B054C57A00AE3E9B9C21D713877E145652A94
System.IO.FileSystem.Watcher.dll
md5: 8672BEB92090589EF10C0538994C2EC6 | sha1: 244D1796F70B60C26791277310EDF77EA0B71DA8 | sha256: ECD7C849A4821C4B9EFCDA9E2435D5D0E198C2094644CA41AE08E3818CD01E87 | sha512: 57A3027F90D368F21ABB9C1ADEE0A8A8EB3FB92BCA8A7A47286BBAC6962985640E3CBFC4041B799B05A865748C8AE3BCBE4199902A64226F40D12EF96DCF9FB3
System.IO.IsolatedStorage.dll
md5: D7BA08BBCE5A28CF03DAACE5547C9850 | sha1: 5DB4F4FCBD3FB0E4C7F64ABA9CB77D12CBC96655 | sha256: 175C1FF371F4937CA1BAFD54A1BF5EE203D1596C40A6BF259E60094AC2971F6F | sha512: AF3368D474DF3D30685D5CA0B2C5630AAAD2D317C4F2B71D873ED293909209565317D68481431CD1C02320C867B0C114CFDE251158D300C9E3C4674553515A58
System.IO.MemoryMappedFiles.dll
md5: 1F71FB7D7E9D4284E307E0943C7D165C | sha1: B3E8D66ADE7AE1D309A7E669BAFA3840247C4796 | sha256: 244928E303E4BD4D875917601160077CF5AEBAD6CBAC30A16954C0DD5C4A2DAE | sha512: A4689D88897E6C43B68C6407A3FC33A1406ABB8E01618CD02FA45170E25F2F7306C0178655C50A497B330EA1A381E6F1B41FDC3D32B2C75B0E46668B293A12D7
System.IO.Packaging.dll
md5: A1CDB77B23A7D959F7EFAA024EF5B268 | sha1: BABBC1841B999D66DB7481CE1FB1BE6B52A8E409 | sha256: 90E241401409B0958EF50A4D8B0857084E83B82BC2817876AD525048D190BE68 | sha512: 0902AF62ED54A7DED6DBB9C456B32CD3C82E2E3F05C33A09F82A3F1748B908274DA63360077B3183FA8643526644293E0ADCBC835E9B52DB6ABEBECCDA21C51B
System.IO.Pipes.AccessControl.dll
md5: 51F4D6D64237D79E71584C434CB6856F | sha1: A204BB73EFD21181DD173CFC0F1F7A0C6630417E | sha256: 011586FC5269EBDB647A6FEF710B46544E439DEC72EC7AF90DF0EEB99F893E02 | sha512: CB9093B88C76C580948E880C6B072B108DABDA627BA340654FE3FC5FBFA49DEE5EDBF1138BB2004998F53106B2828B0F603ACF063F100EE13AF32253692004BB
System.IO.Pipes.dll
md5: 28F7382C88DA700D746B180313EF3080 | sha1: EE0658985225AB01A8E9343EDA62E855B81B9744 | sha256: 479030DF30B12129F9507635063BCCBFA772EBCD3E8552C055C98F57B9EFDD56 | sha512: 891A5806A0AA1EBBA8734A234EABFFF5F1E8C9122D1CBD3A52199A6BB3BDDEA3A46FBB83856CB98E8632024A5AC916C264CAA742BCCB156C2850CD5BBF892B3D
System.IO.UnmanagedMemoryStream.dll
md5: 7BA4189796B29DDDC706542DE20D6029 | sha1: 640F2FBC3F3C5D1FBBD827FCFEE7144393E9A900 | sha256: 28CA4D27EDD1486565450B982D3F6531232A04B13601DB1CB16AADC77B1D22FF | sha512: 85360CB069B02304F324F6F9DED399B53BD05BEC1A8CAF7F574D98DB3A0C5A129A0E2A7DCD85532C5FBACF702A9F2D1A14D13836EDCCA6CBF4445E1BDDBC3210
System.Linq.dll
md5: D8C0D555927A0B2C2BC32442814958B5 | sha1: DC15390507101026F1ECBEE96B7A3945668480E8 | sha256: 0984EF7E8128B8A01F02D2D8CA679540E9E6FB539B870DB0C3DFB44D2A5C8A66 | sha512: E8116617CF4CC8D0269A4D0028401594EE02420D5CB45BA0C07BBAB3FEBF084FEE6880D22709F5D9DB3ECEDD4622B4E357A4B8DEA46E0B30DBB2D7440EF04652
System.Linq.Expressions.dll
md5: DF57AB51E65CE59AD238B9D1771F96B4 | sha1: 267539EB63768260FB57A4F78DE6A730B8995986 | sha256: 959F0744236A57DC0ADD8BEFAA2CEA986B1480C1D1E35DBD3E1C9FE009C6CB63 | sha512: 7217F9E2AB529492B50E0A35AD61B39764C0EDA6B5E9545D5E64EA3B003DACD2E04C6E3BB36BC30DD4440CB68134444293EACA278DD5FABB9377B6170BBE4994
System.Linq.Parallel.dll
md5: 5224AB388A64FB49FF05976E325DDA1E | sha1: 1EB6DDF48CD92072DD2525E34A63CD4971D615BF | sha256: 33AF286F706391F037AA0CE942C0574840670AA978A212E2F583B7074A71106E | sha512: 40564E750FCDE5E0A5BE7F88BD58357D9E173D5599F82653A3F4FFC68525CB384CDEE1C71275F823C1FC74918D08AD2294D41728E76C0D640DA5FF4EDB073457
System.Linq.Queryable.dll
md5: DAE2668AA41EAF6ECE1E318EF16B73FB | sha1: 6D5F3AC0A383EB9194D66D9BBD5476D7F9EFC3ED | sha256: CA9B400FF34FC8F6B626549D69CEEF113BF8F4117E3DB1C0BD43C99B3F863E9C | sha512: 7031CC3EDC900585C54037151623C2CF87654A0F036C38CD82AA97C75E9917CC1FC8E0D146C850D6112AE2187A6E342310FACADDE055937145CE6EE9411ED7AE
System.Management.dll
md5: 5D2C7D33F351854D9E07593EB34A1F45 | sha1: B6E2BE1130D1F9A1798ABB4BA16CDA8B169AF3F1 | sha256: 92F9062BB5AC8FDD61C410CAD05C00691A9B2BCD5D579DC86B4905CED2912F77 | sha512: 85FB5CEA13792CAFE98A8D857375656475A9F68042C0BCD5A8D87CBCDB901DB468E7726C57178EC3338ABC76E6DD448AA2528639DF07C012AEF699A8A67B7EA0
System.Memory.dll
md5: CA2AE95BFCB4E5AD6FD47CFF5AF52F74 | sha1: 658DD7B384E858E95C0D663C3F2B05764395D6C0 | sha256: AE6A2CFFA5D4B4732BEC96C22EB83BFF9AB84CE28DFF5D540F9E64D13B41F5AC | sha512: 2EEF62FE004218D1FB21C7D7DC2E805D66F8F5E5A6C76FF5D6D07F6BF5C9E854975447AAB21FBC06996AB847A013566D4233FFD263B6F2113483857DA1B8093E
System.Net.dll
md5: 377628FD8B8BA748EA94ED8FE1F9F1C6 | sha1: C6174065C0132EC65208DEBDFFF99E0A4E0FCF5D | sha256: 2B8AB44FF4876DC4F95BFFA62E2691B9840A5CA705A610131B219899FFB1417A | sha512: 1599126726E9D75C760ABDFB2963BF32133F06DC1C209F42135CA348E21AFDB6836E2E638B243857E1E3230F9F8CFD8676DA0CB98AC4938A2227C869F846054D
System.Net.Http.dll
md5: E535B63FC900AA71D7B945C7E593CA59 | sha1: 070D8F9DBA9728F50B1A349A8567181BD0E5A87C | sha256: E68543F0470E5FC4A204A74F026E06A72826C795471F2781EA42414EEF206C29 | sha512: F9D66488C50140E1221521A777231047F6F81A3CFB70AFC81082D507737DCDE77247652320592C00CB0A77A03CA2A8D30FE328935891F59BDEF6B6049FF461EA
System.Net.HttpListener.dll
md5: 4D1C232047F12201CD08D43BD44586D2 | sha1: 9F5FCB38B6BC858A11DE1E124CAD99D219AAD2DC | sha256: 6DC43D0CC7C39ABA06B82CB9F8C07B1163675434AE37431E16C092A0E5C8CDEE | sha512: 866EE006CD8088E8F16FAB5A406A37D18E9009D3094555A23C436F1E1A7CDB743873CF029EE868AA8CB264554CA9F767BFBE7D58E600CDC1DE7091F656BD4260
System.Net.Mail.dll
md5: 1C4F26DA399982064AD5FDC3270359D6 | sha1: 9C513DC060106E812EA0419A82E0466FCDF3BFC8 | sha256: FF9F14DC75E51D6383E365DA6B939714E3DB0A7BA7BA7B792426FE0345505F64 | sha512: D6BAD62AC6FAC76016491A23D4DFEF0B9ABD5110E962A4CF257152094C5042B7FDD680AFA504C303D88E1351466CD73264AC1092CEE214B2E6A54523D79BFDA0
System.Net.NameResolution.dll
md5: 29B3E7977AC00F15F18BB6B40ED356AA | sha1: 95EE951825440C81539B4E82CA5FDEC4219D597D | sha256: 8A23B3D138DE4EE272C36D80B70D768292BE3D235D7D52F2B842CE8776A0E066 | sha512: 9B0D039BD8B511BE6CC82351FC645C61672829DFE631690808F42F04A69A354EC08389A76E6028F84733BDF3DC9311F263373F1E0FA626F7CC9FCB458732DF12
System.Net.NetworkInformation.dll
md5: 2E91EA35436C0A8CDB557C926B67B0D0 | sha1: BF4643BC773E305A7130237C068EDCFBABDF8CAA | sha256: 48D9A7558881B2D93771C917A33B64A2F67800E9B09E3E4F24FFE7D53100CC23 | sha512: D1D54B007EBD2B0BC0E4684F28AEE1AF2147157F6A62350DEFC662C646625BE57D82EF10592A1FD432F3D570DB2B29EEEF1F3FA1812A51193DA2510C45D9B074
System.Net.Ping.dll
md5: 46EBC36369858873D4F0B970A7F38005 | sha1: C656D18351E7EC86D4085DF629908CE9B006D1BA | sha256: 18D01F065D8EC3A9F892A9660F7A6C415B37946ACA5F56C9C245FD419377F9F5 | sha512: 3D41124E7F76F4DE6E4C7BD92992E2F66D1BBAA5A1B15D2A25589C4B81B9A16DA7929BCE34E3D5ED28805BF387D0285B0E049AD0CA82E8A98D3FA46248751FF8
System.Net.Primitives.dll
md5: 09B9C0A0E262924D4A9C74A10C53B249 | sha1: AB35EB80135E862B373E8DE55A3C714DBE17D536 | sha256: D71B862A5C19A0BF65E2352046D513C87BFED35C87B459E46E0918AA80055423 | sha512: E6FEE3C6C99AC51408C0352A8FED260E6861CA4821FC8C6641DE8D3B327994224AFE4CDBD5624C6B3887997E2A8AB9C74ACAF037A5F57C60B3589D0A1C2AD8D6
System.Net.Requests.dll
md5: F89DDF03B0F1C64CA1DC543E6340D9B2 | sha1: 56901FE2BF63F230932B96F2F32A4FC188774976 | sha256: 30C397A3A5025DA0DACA976A2A81476AEA65C9E096C4823CD24A9C94DFBEA88A | sha512: 77C9EE7B0193BD75F602967DE14A4605A6C38701593324418326151D902DA92E9E32408E3A21B728FAA1F97FDEDC5F04CA46C14CAF23062FF3F3180DEDD89EB0
System.Net.Security.dll
md5: A80891C17AF3D3E98751A38478765C27 | sha1: 1E372078136F81C29AB95C0C365E656857A6E38E | sha256: 6C4307561275E6BB5C63A3631983997395FD949397BBF75C4DF418401A446DFB | sha512: 8A3F7F5989F28A8B43840F18785C1C1A112BF340C21C46A3746126CD50F811C7BF40805B4027D80439878A30B4A774A9E861A85B475262C443C9932873D555CF
System.Net.ServicePoint.dll
md5: DE940F3E18C0AB781837FB954C1EAB76 | sha1: 2BB99681FAC6F8978AC008D059C4820E7D17399B | sha256: F527802BA8152248CD7B7EEE25FEE07A2655E7B8C04E6420C78198BADFC6D3FE | sha512: 0B7E1F4157B24476590AFA5BBCB3EA5930A6ABFCA7C627F9DE85954D42C20A7480D4467E3661C424E5508AA16FE509A69F7042A16F03C5A8D977F0982BB46F51
System.Net.Sockets.dll
md5: D21E7C7D4AD4CF598502C4CB7B6C01DC | sha1: 65D18C65179B4DF3E27A2F2D58D206B0ABB7F093 | sha256: 80DF8E6E814EA070B8CE88BA511ED9BD959310B8D92011837C0A1FE568804BC5 | sha512: 8BA046F934983F28B6215A1A59D36804C116A64F08081D06B3A8EE622119124BD4F41AC9DE25140913932D52575DDC7F853549412C39D34A5C037C6C1D61917E
System.Net.WebClient.dll
md5: 7A9B0088FAF45FFB01AB8DAC82545E7A | sha1: 88C407FE50A8996FEE14CB3C6608E08E15D92002 | sha256: 528E7105EE9610ABE3B5B5A0DC2658BC42AB3176D64C76BE520F755C56DD3F9C | sha512: 85A509949598ED7678D27BDECC4374D8129DC312231A545AA868D8F4A824ADE5CFF016FD2C613D02370B6FBDCE5B35AA28A9D632E2B08DCE9F922E7AF1F0D5D8
System.Net.WebHeaderCollection.dll
md5: B2D0CADDC275ED8802F7F589BCF05CED | sha1: 14A5BA8748CC80D3D39C3BCF1E8D8F3EBE218030 | sha256: 0F86584835899F217ABD127B70AE51BB86C367FFBAE670BDE85DF661A7A77D03 | sha512: C303F9B601425F3373A84AECDFB382C0B3F627B1A57DC0D69C04F64E6964C15C5DAFBEF7504EF3E0DB1952B864B3834C3A38C412431218277B024B62CD768C97
System.Net.WebProxy.dll
md5: 1392E116F16165143797E38A16145E53 | sha1: CA70CF53731C9CFBBAD60D6FB6573E33F85061B3 | sha256: A4A79D32E091413975A91DE2FD7A5857F824993C26582F863F17BAFC83FC4C65 | sha512: 30BFE0096876272C26C922918C2E68E0932192E182BE4239344380683BD4562774C537681A2BFE2416B4D223BC37C75AB69A4FC12C3AFA9981CCA5E99FB8C1FC
System.Net.WebSockets.Client.dll
md5: 3EA058471B1511411D5A8A862C74BA28 | sha1: FFEC68419C685926B4C2B42FCC5E0BD6D31A313C | sha256: 603E8BAC1BB3E5DDE9417033E84AF2B9A0B2A1C9A12E83CEAFA103C4A832DD12 | sha512: F20C7C8153AA227921DF073304B14284C6F7E2C0CA1EBF91759256F68503F0D7654293DC3E517C296D6247216D0252D3620E6FA163F00A97A4BA6B393886D13A
System.Net.WebSockets.dll
md5: DDC9AB1B5CBD2754D4D5D0BE53DC2F49 | sha1: 8339C71FC316958E363ABC8E4C06F3146F62C74E | sha256: EC86762338453C0F1E30D03ADB08DCBB88E5C86BD5C1DE73404070EAB44C8A23 | sha512: B3122830DED2D9BC4FC6665255F96FD9F5DBE9039A1C13D612C21A3D572F0450CDD9D6148D17D0352F30F70597423614E28E59E594FC882DB62AD660BA5A97A3
System.Numerics.dll
md5: 1C902E5D46656D27031C377B5CEF8CD7 | sha1: E64B04A2C14864ED8CD7E9D7110DE57208982E63 | sha256: 2F932218CC69BB0DFB4D07D5CFE59FBE06AB88531BC7064E4CA261A36E68ACDA | sha512: EA737EBF9D873C32DA61CC75FAAF2AA2BB0D28CFD183AE5FE004E1C3EBE470F7D44000C7DD71EDC4E78B6BF3D53BC16E25803AEB953E85C9A11A0E3E62EA0FB6
System.Numerics.Vectors.dll
md5: B911086B5BE684218FB8EB428325952A | sha1: 63060E637865BD0713EE011334FD46DC0AE68AD2 | sha256: 7FB3F032043854A6A66646975B0CB39E957C7BEDB07FE1F9DA16FF08C0CB80FC | sha512: 02A1D895E758E51676705EEDFB2327BB01A914093DEF87414EA8785761125F1622B3A6B6611C77A24E6D81980302AF550460E85D6BE85BA9F3AD4E982BC24294
System.ObjectModel.dll
md5: DC1E15BDE14E9AA9E332994814A91FDD | sha1: D00BFDA674F1AD930C518FBC5CF02DC4D6AE2928 | sha256: 5F36A37912B5C1363EE9C58C89EFC8E5101429130D93CCE0045E6878BCB8340D | sha512: 5044B28BAAF2D572DF192BF3051F845FFE93C7CA03849DC0743DA0F8371DC838E4793732DFEECF3D051F73EE2EDDE4B7186188C2217773BC890EC870FF6FA51D
System.Printing.dll
md5: 2A2B12949A4620E36BCD29A04DD9BB06 | sha1: F99A0FFDC62B842D716F4688B04DBD50618739D9 | sha256: B4166B69F539BA72B78122EFAE8220F8656E78FC457E10F7D49ABBE758A70E08 | sha512: 8BFB41EA2435CC2BC97850C0D8C1AA52EC311901B4CE6A101DF77235D97505C3FA60252E95B6266FF23B0593BEE6796035A80D46DAB6720FCECC2CFC9FB7B174
System.Private.CoreLib.dll
md5: 21F1EA7A5270AE2D2DBB06DCCD39145D | sha1: FB0EAAFBDDEBF529291065EFB423E0D0EA31B921 | sha256: A61D1500A8F0D1966C449211FD268DAD3C1495AE5965DDFC2039724D65147A50 | sha512: 8ADC7C2A6C434915BADCD2596B0FB8200A9E98444A5DD0920F122221F94549F3E4CB54D3D36439039BCC0B85E3DA89B186BB5B84A77792A56428905B6BA87B4D
System.Private.DataContractSerialization.dll
md5: CE86E2093A2C3A7B7609A4DFADDA55D6 | sha1: 1100552C3F48E05C4B88D0C53609264C6510DE95 | sha256: 608D4C123104D5A940C9E78F465B90F7536B599A66B98CC1AB6889CA720485C9 | sha512: D0806CE0289E9E2606BE4D8CEAF990094A34D5CD474EFCD1553BFF897E2B8EECF9BB05E7A9084224729253199723A0BFC21D9911CD87D7583A5D08EB73C81736
System.Private.Uri.dll
md5: F0FB8C9BBF76DBB3D26B138CF6CB35DE | sha1: E6778EB55568450E58782A0C7CECD4838AB40816 | sha256: 9EE6EA6E8BD95BAEEBB4AA821E4D689895B76BBB11C87F033691E9DDE867D294 | sha512: F0EAA1C0997025A68080FC9FE86801FB3BEC01FEA4574B03F312160B9280588771F6C75EF60F90F0270A48D8AE71CEC591E9C26F3198B841A808B02991873127
System.Private.Xml.dll
md5: E250EA2B76AB18422A2B0FC076EF23B0 | sha1: C58352B71EE5FD40CD29A84B97CA74E22521321A | sha256: 9DFF82CA82119F3451679366211B01484D3E7E5C1AD5AD0DF013E3CCB2928566 | sha512: F59E58D5AC403A9FD2703E379CC82197895D35DC5B33FD226183BD407839A9DB6529AF56F72064CEA7862F2AA3C2D96F1CBC4174DE0C5505751A207BFF40629C
System.Private.Xml.Linq.dll
md5: EF1DE5263DC3B585BA959F48270EDA26 | sha1: 4E17DDD1BECA192F233A753BDC5AAF112364A2B1 | sha256: 4676EC9B723C3C8E135451901FCC6F79610A55E63785315935A43E4D6DD1E25E | sha512: FB8ADFC6615FBD23218DDAA42BBED9F03E02F934C5BDD0E78BEA5B4C4E56FCC7463AA14ABDE2CAB0A78A9D719F77782FEEA6DDCAE857FB4645690B19666004A5
System.Reflection.DispatchProxy.dll
md5: 4DF14575443BCE9C1CF2B3A70AC9E5CA | sha1: 747FBCFDFF7260192262732039677C86B687C1F9 | sha256: 0852266B9FF322F55F129B61E49C341F9B9E8F07C6C3571AEF4B0E66460D3470 | sha512: B41812E535ACC8594F77E914FE1D7BDBD89C6D146D4B95438657168100E4B6B24AF9B22C2199D7A3593EFC75611EE35341CB6D14F2D61629B62C419AA407D7EA
System.Reflection.dll
md5: BF95AEB372DFC50251F5373A32A2CB69 | sha1: 7FC208D007C26B4523815F8F9BBC735AD1BB891A | sha256: 0FB4297F85DBABB072D4DBF0518B710ECE78478AD273EFE72A2E90F1DC752CF1 | sha512: D47BAEAE59BB0F9774B25BC4C999A040D39A425CBDE1C54AE6DCFF599E69C3220D0C8A623810F9B81687C25750F48A1357FA9E7830EBAF90EDC89EBBA1B51763
System.Reflection.Emit.dll
md5: ACFC6A36404EC7C0188A523B5D151932 | sha1: ED7EA90726C313316942F3E1A3F4DB067C20B31C | sha256: 3749B36936425BB53117369A04DF196F86FF2548A3273DBA7D18D41123ACC16F | sha512: 1126272BE90B7B32A6B418FE3B6DD4F86A0B04D6EF7FFA5367295DFB6AE165189716ADEC150496B57096EE37A46F5CC0EAA76EF18B5EE696BDE2FC7D639BE5CE
System.Reflection.Emit.ILGeneration.dll
md5: 32896844C09F73A344DC73DAFE106F01 | sha1: 5398349E8D2053CB9FE185B38D14E594431ACA07 | sha256: 7E10D56EB32E30EF63AFE077B3E596F5E3178BC1B69A69791AF7E99C0E6C7A63 | sha512: 84BA878EC083AF6FB7043C2ED1E4A3E24A64D4AC01720C07089A6197E3B976F16238D5806020BE2488D4871B7544E1FEAB43FF6604203B1E5C2209BF3A201C7D
System.Reflection.Emit.Lightweight.dll
md5: 17B836CD4FF0157BE2CE36916EE67FE4 | sha1: A3235E12BD8E4483B8A290018743490A07E7EF7A | sha256: 25BDD066ECF761DFCC05ADA280A47B59B4B53A19B5A4E02ECABC4CA2788056E8 | sha512: A6B2E4BBB74A68B971F89FAEBC290F49A22B99A3ACBDEC98C4EBA63A5C2433D771F4D49D4F6ABF1BE4FECD67FC669A7DCBDDF41D16585E34D0519B83676EDE90
System.Reflection.Extensions.dll
md5: 0A6DA8FC82A7F0E5FED0E6EFE40DD9C5 | sha1: 86A435D1CB6AE0D1B71267C75D106DC3FA45680B | sha256: 6940A0E737E152D4745942ED30D8EF9DA2CA6C64EAFB44E889F3F56BC39CD1C9 | sha512: EFF54B301D7FDB9750115C5E42C46647C530985126FDCBF456E36BA12A761C0544F551D81B1151908B703D532A06E62EE0E6596E92DE1F9811B7358EA3290ECE
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 4C954DB1D285A02CBCE09061037A7630 | sha1: 2F7BD95857B2B3DCFC7FC8541BB73465B0D9119E | sha256: 11B04EF3CA5946AF9B6D8C62801073866C76B25EEFC0421740BD0535E005E229 | sha512: C22F97591AA6F3A3B7AF9FC956191886F3261C379EDD3C542D6722C3BFAC957EF9B72127FB805B8D4F528A51605BB8DA111D8ED967669A390E8FD5DEF1731F0B
System.Reflection.TypeExtensions.dll
md5: 4DD932AA61E8F7A03EDEE46E2A20D565 | sha1: 12C2A6F608039B6C3CA9BCA5B3E6325D42EF6F6F | sha256: C5930E89E178D488057CDD3FBFFDE573C35E0AD5D4E4875352BF85F19BC4B348 | sha512: B720A6D72D865C2B0C469F47CE71FDECE5ECCD4A3B413098E44A09DAD3F19FBE71A9B907BCF7719D7EEA19FF5D8B23E9AFC833B19AED643F07790ABD7B437555
System.Resources.Reader.dll
md5: 8BE86C757DCE13A9294FC20C34123A2F | sha1: A29C86864F591970EEC06FB5276A95E3BFBB1C4E | sha256: F7F82B9D56072E5F6B6497CED6DA39C89DC3FAD255C4D17D1594E08E613134F8 | sha512: 7410EF76BDD7508FD750AE1E9671B12EDEFB31BB2296FDE6CC587375CBD0C6853726C317D8A71B1896F0EC5D658880C153A6C4A49548035C548CABD99C3D9F0E
System.Resources.ResourceManager.dll
md5: EAC709A3202B8C4ABA7FEBA0B07D2348 | sha1: 8C4FF25064EFE4F5F73699779D412B1F20CE2E1E | sha256: DDA9048350A3A0F815BCF852B8F64BEB64F1A044ABDC6A43ADBE0F250447F36A | sha512: 7D6E40A41B7254BD9AF2991DA38E0327B66BE83A049A4E55B5E2693EA7ED14085DF81ADC6F20598D24DCE164824BCA689A7212D176E714BD8AD465B4D64013C3
System.Resources.Writer.dll
md5: D4EF8EB102D714DF1E6F4CF5C60F004E | sha1: 022C4BD35F14A1ED80EAA6C81A13C5F37397B27E | sha256: 8E2925C1FF227BCADC19F28FD68BCBB248F1D9E23F30696A1BBFFF42EB69C889 | sha512: 48085155899DC44CE4DBDE43845F0F08BB6010C307524BE97F21BF5EFCBBB9DD8B9BC29FFA6B4C06EE4267BE0ACBE2B0C86DEFA81B75AE945D0C137DB94F3354
System.Runtime.Caching.dll
md5: B7A6C92DD8B7A8E5ACDBBAEEC17AE81B | sha1: E684CB87B0199CCC7B9E85A3CBE350065B2870B0 | sha256: E3BD31E473B30BD13EC8BBDA8D301E47CC91B1214E35CCB6CBC1D4AB40D6A646 | sha512: 724CC38DC996445442C5DC5981C5DEA75A65D4D5E4093AA559C9E3553D727F5D340443CB20B1AA5EBB8DA591B7966BC5159BDB448D344E064DDF45857444ADC1
System.Runtime.CompilerServices.Unsafe.dll
md5: 4D21BCA31C8C05E41EAEBB9F376E8176 | sha1: EDBA3EE7F178DB7A1014598DEE589B6FB784A186 | sha256: 7685B49CB8431BD359DCAA843AA129C2B3C5C17C8DE2EB1B1E76437A1394BA3C | sha512: E3EB7778FE26611B8FD0E7737B4CB96EB70831944A132479DD59BA22C652D0E600840780876008BD66CC5E091C91F985746296D1974A5C9B4A7F069EC2B047A4
System.Runtime.CompilerServices.VisualC.dll
md5: 6C09B5001BB4E3F84D7AC344A5DF2FB8 | sha1: C7A643ED7129B09318561844D9D7055752AAA17E | sha256: F34275AFDBDF0C4BA36979FABB5263AE5301D6D6CF8C96E4A6935688EAB5D54C | sha512: 6C2C6BB6B12C50A2A9B5B1A71C80135FEDFA9C56A3031064AF8F66C6D66D6902C5DF2B73F8712C4AE077B01CC130145CB9FCD9FADEDCBECC363124E3E3D06E6B
System.Runtime.dll
md5: BE853678675C065831ED8239B7E2FCFD | sha1: E203AEADF255E76F3A74F73D19E044A1AB6AA50E | sha256: 5491F0D16DFF922C0F3C97D3BDB064DF63823225EF70125A0AEC29285C6FFEDD | sha512: B84C7C5C7740775B6984A71251B60C922B23E4F9326618876DB2C32D9E48D6D8D681793CF20E4AEA37E0E88DE950481CA906691AD4C486678394A5941B576A18
System.Runtime.Extensions.dll
md5: 7C6CE1F6C86D61CFB3F1C2724992A093 | sha1: C8B3F957E000FC0DE053E846B66204752118D9DC | sha256: EDF2B0812977433DF116E4A728A22FD12D4D674EEA471955F74BC38C21509551 | sha512: 06F38DF88CE65D3C3931B0D6862A223A7CFCE67004924E3DC9057DE6A3C51139943F100A0286570DE21AFE5EE449A30CA31899938927F38115E0BF26908F620E
System.Runtime.Handles.dll
md5: 958F15887665B52510020C7B0660660F | sha1: DAD78A13113BB5F6D0C9577113E3A1CBD3C91E50 | sha256: B8DD6D739E88998F9F2DD6887542D3652B8C0E7102C829738553754F4FE35FAA | sha512: 6A1F3F61A98AD91AE0F397A1F4328C91C2BA82B8096BA7069B3E09BB72F9CC824B06168D9BA0F679DEBFA985657B286A29D7C5021B2F575700CBB23740237393
System.Runtime.InteropServices.dll
md5: 62E66CA06618EAB3DF19871AC08774D0 | sha1: 4DB2F7BA7F3D53EFD74ADA406BACD2659A6B31CE | sha256: 7586F068326DBF972297E9691CB452CCFB186811B6306123957BF15E7C623D3B | sha512: 89C4AC1001AAE1A1C9E7350CE1CAF23B7C447C3A2C6F28206B2D0162DEF30E57FCE6BF47B34685B2CDCBF2ED7181CE35357DCDC3C9580CE1EDA5ED6DF3698F7D
System.Runtime.InteropServices.RuntimeInformation.dll
md5: B220ED18C4F5AFF0D4BE347CC2625CF3 | sha1: 75167C914ED41195D09A0D4271B7A0EC52DD44E4 | sha256: 38CD2AC401CE7D9B944573F094ADF746D3DA106770A8FB53FB633D9AB145EC69 | sha512: 998A8DE427649ACB725B7D569E0C7AF3DA9E972856F2FBC5AB475E895BE8EC67849C92DACCB53741BF732E99CB0475A52A4E17347E8053EF8621F60A58562F77
System.Runtime.InteropServices.WindowsRuntime.dll
md5: 89AA5EE0C3C99B9866FA82E6ED32EBEF | sha1: 9616FC84D855B2965C3A20F4DCEE3C2272E988C7 | sha256: 50A56F06FC60298ED9C8E4546DE15B0BBACC2B11BF874B21B3A10603264C2E55 | sha512: 3E2746E34AAE5C0C062C54290AD88D08B543E507BD13AD57592AEE7845B0A121FC8340E2D795AE38D505E82C23A7CA872BD1D3AC7CF5BB5D66D030E8686D895F
System.Runtime.Intrinsics.dll
md5: B0056AE1E7AD39A82D4F0E4DCE6613C9 | sha1: 0B99EA1820107E44BD1E1E5862399F145FCC2B45 | sha256: 7CEC3AAFD349DFACA59AD1C04D8D91F112A085E77CD470F57CA3D751A2381F11 | sha512: E97C20A236BFB495834417783F98D569F806E13AB7920C6B22356FA0B36B0BE5C07B70569C0716AB6FC60D1617AFA791A8462F67D19DFB344AED18330060E120
System.Runtime.Loader.dll
md5: 6E0352907AA452FD75B61FFE3428CC70 | sha1: A1A86E1A7B0C99BCA7AEFE913B9E74F8492CEF19 | sha256: 49BDADE9443903FCAFC7A35E8D7961508BB84022DE33E6AA1312D0F1F5ACC5A0 | sha512: 626119BE45C9C34C7738C472B6745F8D4B1C71EAE5DF42D2D725B719B84EF268B25FD45EFD62AEC889C72475F39A95B3B789A72ABE2357120F80EFE382FFCA9B
System.Runtime.Numerics.dll
md5: D2995B78FB3F991691232EAB1FFABA6A | sha1: 12CBD583B74AE065FE49BD6309E10EC81EBA3993 | sha256: 8DBF5A87A91126C12C02562D8BFE46C72664B16F3F886DA4B3C4C98728FE9F16 | sha512: AABF8B1DB32AEE8FFF0CCBD37E4338C00A9CB654829C6467BDE6869B799DE9DEBAD512F0DB166D65BF45D23D78B7E68E0B8B3A5A3E722E24CEDF45FEEEB16B71
System.Runtime.Serialization.dll
md5: A185DBE08A3C2C3F7245BC6E223F4850 | sha1: 9F3F2126031E205A9E60E3D8451D65F2E39FD110 | sha256: 433CB5AC92D01A5E4F14C69AA9BD80FF10026718850BEED4FBF6BA80F85369C7 | sha512: B2C53D4C2D46909F98B17AF6795F5D5A8826021DF3003621FC1E4030092E51D497EC25D8CA1C2CB28BDC15D4ED5C3B863FD747FA9294B9CC24A8C978C777EDE7
System.Runtime.Serialization.Formatters.dll
md5: 8DCEFEE42CE9577E6D6781E26CD40111 | sha1: 711EE5D982F14483CC251332BA994C58D6D2CA39 | sha256: 4952DDC50A7C532E74AB399AD0650B70BB30429B3622E840BAEB5A302B75AA86 | sha512: 727F4F2052F048B05E5284BF510D464C14C505CC63C6629766386DB74F399F9C57EE6A31FA8DAC5F031E805D0A7E116A5AFF1D50BACD2B6963E6B9A85E182D39
System.Runtime.Serialization.Json.dll
md5: 0D76685537E537DEE989E813FF7E26B2 | sha1: 97FFED98FBF07C05C2F3DE385E92F33A5DAE245C | sha256: 54109307714441924724894EBA793C3A7DD0205E8624FF731CF4D72432611C0A | sha512: DF4576D0780404A800B4655D0A72CC7FAFADE807603CEC8DC0D19770220C6322338233EFE778BB4381C344E62E2AA9E9065C3AB2A1F45CF132693237834C90AC
System.Runtime.Serialization.Primitives.dll
md5: E8F35CF23C474C6C90646EB9B27895DF | sha1: 41B1077E23FB0EF15FD9483DFDD5BA79074105E6 | sha256: 40E324DBA1840FE0917F62249842CB894A384243B5D75CCF68646783DD9C27ED | sha512: A7131B29C836DD8F2243C4EBCCF4740A07419587254FB5E9F4236883ACC88C264D2666369190734355F097D1865F4FFF83B1647CF97A4EB91BBF5C08C23E85DF
System.Runtime.Serialization.Xml.dll
md5: EA8E8790584C8E9D4EBB10878BD8C715 | sha1: 00821BBD61D5662281E2B9C68928792DF3903BAD | sha256: D3D409B451A7C94B4333FBC2F7D3111BEA84408C99C73F5BC28AD6FFE132C1F3 | sha512: 70F869560D0F8C38E0648A6C76556281FF40DA3BF308F4F314E6BB573082DC29F757D977AB1DD026D9C476742F7645469BC2D2D39CD65109B27873BB055A215A
System.Runtime.WindowsRuntime.dll
md5: E649E4D5D14E27C8835C9F6D04C5B8AF | sha1: BEAB7A7B09B22CC41E43AA4A9D980D35A6AE912A | sha256: C89367B2699184D9085126A99D576AB76C53CA4FDA5AAE8701750392304280CE | sha512: 5CD453F59EAEA456299D2C3C2C7E8BE1DA2C85C5B21C4F835B90D3027A19B51EC494152DB32388D073A104CA491FB627BC0D32E02487B4010E27CE01AC9367AC
System.Runtime.WindowsRuntime.UI.Xaml.dll
md5: FA8A789AAC1042DD7ECBF287D4DB56A1 | sha1: D6ADB584EC85D4817C6C6635640FF62A6CCA3F00 | sha256: 5AB4B08985F17262D550B59DDD66932A8836FE83E3FE98AF03F6D68DEE453EC3 | sha512: 74E14F556682076BF1CCF3070C59E89946DDCF648E6688AC674C6D1BDD161EAD8F4AF9973FAF7F779CA4FC35AF4A91A5C0CFEB3E097573FEC98692A5222A9A52
System.Security.AccessControl.dll
md5: 20BB8975ED3655FA667643966C74DABB | sha1: 8CE6A22F4129A44383216C633BC542A5CE47CC0F | sha256: 0B489758A7631696FD0ED5C7442A6DC1589EB7668EDF40E63E381A8095EF8A38 | sha512: FE346F03F5737080ED4D1C4FF79E49A10AD79685CF5FBE45E19B0E340A9F310B5CBBD92F104286E8175861858AB8CC7A89A0F677E90DC17AB37E905382C0F6E3
System.Security.Claims.dll
md5: 2D4B011589D0CDE3C037049220E3E2E3 | sha1: 52C5951048CA215569E05FCC1F661A5B78717599 | sha256: B70AD1353D7D66ED61CCD293F0FE2752894350041ABAC38E4DF77F396334DE37 | sha512: B194E9D5A8885030EAB43A878269C7D358A1A167C5908F102E1A2961428E4F6C13BF6625EF03FEC6651431FCA503A4B6E06907830B31053F71B79769A86E9851
System.Security.Cryptography.Algorithms.dll
md5: 4D2DB7DD5E2D8A658137D546F81E9C02 | sha1: 1B95034ACA7096AF5162D18A3935204E558BF0A1 | sha256: 7D4C82A4F0F5CC3BA7685110A7CD26CF2D42E26B78345715A7AB08070EE78F07 | sha512: 48BF893C222BA3CA404BE437DCEB2BC70EADA4D8BD0EC7640D07509AB40FBD8B24ED7FA66940CE0EC330D5945ECA7D89BB0A4414A3432E29154AE0470D86E2BA
System.Security.Cryptography.Cng.dll
md5: 403B4F12D5BFF1F5D9A89B79C54CB972 | sha1: A6CAA047FED1DE0C2BC16F7B3450DB8CD94E7BFD | sha256: 6380EB56985FED5C133BEF2CA3442C0CAA7C02F5AD3419FC087E7CB0763398D9 | sha512: 38971BE7B7FF31BF572B086ABB5D11FCEDEC2428277A63B7D5E57C1732F0BEE28FE4551B3D9BFA200B95162075FBEDD4EECE952190350E6F70ABF193467E07AE
System.Security.Cryptography.Csp.dll
md5: 82C6CDAB00A471F9368013F51E10FB16 | sha1: 4ED22D5F41C50FF031F59F767B18787AC905BDE2 | sha256: F632907F7340193966EA99B4743D23434724D70088123B6043CEA6CF4E95140A | sha512: 31588303034765F6B9056DCB5C444D1C053F18D6F4B16F75D8D78FA64BC6220CFDA4842ACA84BE519637255A014B535E84D9673A6B03E0C1F7BA4329FED5ED9C
System.Security.Cryptography.Encoding.dll
md5: 16CD43151C6F01CC82918B575CA2E6BB | sha1: F18AA14B71AD09E701FBEC75AE87968A02BAD186 | sha256: 79E3597736798CA4DF0CEDF6D003299D682E3F88A86FAC0D7259BC5C6210A5F9 | sha512: 46A732E1176C0F215FD421F971784A75A9FAF10E8F3A48A37A0093C0C98256A38B0D8A8C2E10E27A6FA9B826078B617581283D5CB1EA09B4334CE2789788A38A
System.Security.Cryptography.OpenSsl.dll
md5: 4C1FD29457F2A38A12BD702636F1BA74 | sha1: EEBFDF6B44F5FD9C88F1B86C10AFFCFFC3A540F7 | sha256: DD5978C77ECFB127E8B253EFDA3B4EE6051058489E2D63A40E532A5AE87B951E | sha512: F80D18CEA30FB058D1D2D8473BF12CA48B3F43F6FA9B344D87B811BBF5D3DF59EC0958EE1E79D30B9D3AD174D1D52E2643CF99ECDF9CABD867C3E3CD5244254D
System.Security.Cryptography.Pkcs.dll
md5: 62842C03D93795D5B43AC0C355AFD4B0 | sha1: 9E4B0B4CEF035A9007813E0220F72E551C60A557 | sha256: 3B7BE18E9EA566EA2CB4EA2A5B818B45E947F4D1867BB66A1EBCC5C17C19F7E8 | sha512: E67579A51FDE174F51886206C708363CBAC79C8E570B9F1BD1440901CD058A08F2B15B441E8587F9390DA7CB7390F99496215F810CD9DCF7BD574EE32F288308
System.Security.Cryptography.Primitives.dll
md5: D9B3EBCAD5E6010FD4994BEB19D9C9D0 | sha1: AD249B60F4D789819CC7E2A9A32D0A7EF896698F | sha256: AA7A15B5396634AC46DE4D64624D4A1B3E97041CD55F2A13B6553632F47D3E84 | sha512: F94185D632F7A3089DC209E6A537409A3766ED88594BC4D6BB4835BEBEF8F4EAC7D90208362F680DAAC1282B8E77B66C42ADEC2C7599B2A1C8D84241B6EF88AD
System.Security.Cryptography.ProtectedData.dll
md5: 38E118C3B1964D9D522570A215FEB83A | sha1: A73E7DEDA62EC444483A67CCE57CF66B92D47672 | sha256: 8C39F23F46411513C7FF619264158E082B69048D88E3A695373CA65C5966CEE4 | sha512: D9925080F1594EBD2EB528660A7955880C68B2C255E681764B7467C7538DAB870EC008C080AA35B9721FF37D152795D32B6B2906C09244BAC78FC98624FAD304
System.Security.Cryptography.X509Certificates.dll
md5: 5B424EFA0E5F48153CC11AD3D52A7EC3 | sha1: 4D93884769AF6168D86C827AC0041979463E7799 | sha256: 49F562FE18CD6CD4B117C179E15D61860464DCE920F1619E089F698FCCD3D582 | sha512: F3269D9F4E9380725309876AA495F8A1BC4DE803989E1F57EDB17218BE1E52C267FA0B7FA86E7AD1AA7DB405618845DB44BAEA4309469C15D75FAEE346A7EF25
System.Security.Cryptography.Xml.dll
md5: 8363B25C691A04147B394F516B376ECF | sha1: 22E7E2EDA5F94A42C086250AB7C1DAAEE824C7DB | sha256: A6B1A11EBEC2CF04FC9E7C49F3CA4E1CFB068FA34EF9EB2B9108CBE563C4AFD9 | sha512: 83FCA30168D9348B9E84B29962B5D13AE606F177AE38E694606E237763B27B692250CB6F76673EC5290AC8A0F04E2619C4466531C620E70272044800477E419E
System.Security.dll
md5: 96F1D56F64E99CD7001FC712E092642C | sha1: FC76CDAB2FC183B85E1413903F48B171909D7077 | sha256: B3C5A2ECE0DBD74D66D4ED6C8D072213A50333FE29D110D41255971CB9E132E7 | sha512: 177F31B0574A42D98FE36A0E4D145AD5BA3F307E56AB6D05ABBAAC0215038F107BFC6A60D83C31834C6C3F6DE8850904C248A7455952361564FD243DB5733F12
System.Security.Permissions.dll
md5: FCE63B5E328F07C56D448A3B7615C124 | sha1: 5C02A7E1B1464E116847AF5248212A295F454DE5 | sha256: EE244B716C8BC91F7BA151B5082E3117C441B21B5708ACD53437C09B1F9B58E3 | sha512: 445571B2C6322BFF938802BA66FC64B43277DBD9D813A8505BC3EC16170EBE18B78629C14040FAAD98D852AE745532A1EE661CDDDB25C4BFACD827C147EDDA95
System.Security.Principal.dll
md5: FE7302C021362B5FC364994EF592BCD9 | sha1: 51D8083214CC6567B6E506020014992DCA2039E6 | sha256: 403860BA5429FB6883A8AD32269C83423D2FCF95DA703638E1FAC487C4B0AD30 | sha512: 06506B5A65E9D9EB5BD6DBB511B03AF3286C6ACB5401928C28B5802F1EDF548E3E2290A153AD0CD5818683BD54C8CE8CD98CB2A5FA3FFE7F495FFB6C2353021D
System.Security.Principal.Windows.dll
md5: EBD5D7BBD9AD365F22D63BDC0F5C6AD8 | sha1: F95E2AF04E4DE4D1992A3BCA9E842AEFFD0E92CB | sha256: 60D112DB9FC32422F312EE38BF31651802AA3F5D2E2ACBB0377A7C2BB4638CD0 | sha512: C2E7B4D003472B88EB4F05A614AD64ED689EC9A490A95F202BF916005CEE95005F9F353FF1ADB5F2B6BF47AD41DE9C946684A8BE3631DEF405D0C69DC1FD0F81
System.Security.SecureString.dll
md5: BA2C177DFE256EB8B5F1A265F786E331 | sha1: 317398BCC3BC6B5C2688E2C232F87777702B6037 | sha256: F761F93AD251532384EF9554829AD9ECC45EE59EEC59920E61B7CB13854F89BC | sha512: 876B2FFC42365AD5C2759FAB4F75C9CCBD978DE70A168A5F7A5B75D87FFCD182A074ECD9E9DE17388D10834B758AEE75318FE80FB27DCA1AC63ADC8419FFDC39
System.ServiceModel.Web.dll
md5: 29140F4AF0B9710F27E93FD257D1BDAD | sha1: 2948786CEEF668233932FF3C006E7E9117992D8A | sha256: F319BF91587FDB23D55B77A185C457051B1779062F73DA3598151D6CE8B8A7AA | sha512: B111D18426684088E8E8ACA5253F95B30ABD978DCDC8BA1388DC9CA95AF409A7891092DF5E3697F6EC95AE5A3394BDB489743CC8D3F4D55BF84941EB9B82B7F6
System.ServiceProcess.dll
md5: 5D94FA7440F5226B7D42C9D800EAF4E9 | sha1: 7A0C30C5E6C4AE90EB85870266708EE2A7445501 | sha256: B9D25CA3C767EDA80DFD59ADB6C1078D3E23341964105F75F31044B674FF4424 | sha512: AB98E3380A43CAFD80BCF37F7915F8824CFC20418C1ACD0CDBDBCCD1AA4717C68813A8756AF22441419614F80F6D7FCE56AA9E36383EBA62CF49BE12C5B504AC
System.Text.Encoding.dll
md5: 2287AFF688E320B6A65A39C0EB99858C | sha1: 9BFCF362B5E17CB01F360E6B2C49B4CA9A877E3F | sha256: A52C7B5FF7321909CE1CB06E489581D800F81AE105ED192365C4C0D0C480879C | sha512: 59CC9BDBD8771B91C8B6424D8144C541109DD0B1575A80E3AB932A00F4EF91B78F9185D840145FA4ABF1DE3DAA0D0F43B4C2A9C63AD0158BD3D2B255164905D1
System.Text.Encoding.Extensions.dll
md5: 6EEF54009B8B689D0433EBA2D0F8D638 | sha1: C634DA049E9DDE6AE5186385AE16F61191CFE0F5 | sha256: E6441F17BEF5F2D014B5E14D242BBCC1067D3DD30DFFE5ED08BD8B182640E0C9 | sha512: 94B6F19D59D154F06061F521291B114ABAFA28A0CC963E8149C57EAF8AC4D35EA6F1FC87B111341965932806F2161F46EE7FBAB148085C47696DEDC1773A75DE
System.Text.Json.dll
md5: E1857781AD0161A7189EC73B4BDD0D0D | sha1: 694EDB04F2D29CCB62BCF20ABB23ACED20FDE8AF | sha256: 1C4494E7B0EAE62C8393DE5E4CD07AA26C8983B329C0DD091F8B1357B887AFE2 | sha512: D753B6B60BF027D337440BD42E8A72DC0213AD5F5B22701AF2AA9CCA397F004AB7D43359D1CE3CDC5E55874D458DEF6A4695C8AC8D1952852777220D82905E78
System.Text.RegularExpressions.dll
md5: B00BD04F4343C97403CE4EA034B417E3 | sha1: B5732759972BD55ACCF699A3FEC3FC8B647163E9 | sha256: 0A686EB80DC4BF0D06A7D3766039342A17D3E6E47B1BCCFC29DC71277B4A7317 | sha512: A480AD416A523234AF5D84AB0CEC51D923F609B8A441F4310F1ABF81B293F92AC7AD1D3A8D4519DFA813ACE1C9ACA9CDCE0A596C06D0EAE7089DF93630838B90
System.Threading.AccessControl.dll
md5: 694CDB4DEE4D494FD437A9BDA3200FCB | sha1: 3B328FC4ADDD7105CD7D032DB6E8F62E644F38EE | sha256: A8249FC6C8A6E0F5EDC550F3AAE59959ABE3ED9EE75359D06D4237E7B7D9CB0C | sha512: FC3B6676800C29DBE6936B7FD4D5F64BA6B92AD7859E14C7B839E8C5F7961D6CFD48CB77D16DE71ABA80D3460E718B2E2A053075D4C6A884BD5089510C8E3B91
System.Threading.dll
md5: 9FC9E3B853B227CE2D752E6C630C3712 | sha1: A02258A7C3449635EDA70FFB35B8AF788C0A451F | sha256: 305C364F88CEA4450E4E46B939BA25C03B97AED233E01E9777B6B57C5761DA02 | sha512: 17F1DA9827F6B990188CBE539D1CE30052BF73D5ACCDB61BDA6D85251B43F66D1F902A6BBEC09D951A4345013DC2E8C01F41E4791902EA2ADDF34594D880A59B
System.Threading.Overlapped.dll
md5: C46B28F20ABAC386D7066AFBB49E214D | sha1: AFCD1FA23E9F6BCF395ACB6B09930000BB7BBED7 | sha256: 5538149B410AF9D8B222363A60307424D3EC40CB7E4FF69CE1180C1AD3EBED1B | sha512: E79E7FC2F383A33A974BD8E8D0CDCC6665743B70C93D9761A5473B340D7C92A316E58C019A04B095FFEDEF9D703B8194EA132308798D51491836C7C99769FF4A
System.Threading.Tasks.Dataflow.dll
md5: 945EA60D4E329147F7E23BD1E69D103E | sha1: 4A4CEA2AB6685829FC67EB58E874BA02DE638591 | sha256: A30FE2EE045964077D281447373F2018B6AE5F3559F77512EA2DAF16B06F6892 | sha512: E8E84DE3E52AB1D72D3FB0A5D89A8F58BDD8D22E83551C1471A5BDD03FAFECB6CE10CFEFF81A916D468715292DF98C5C4A11B89A8342351CDA577E0EA4741234
System.Threading.Tasks.dll
md5: AD1CA6AC5D6AF649F364E0E2588A903B | sha1: 271FC4452FAEF061D436DD8EE4BEF0FB7429B842 | sha256: A4ACD5BD55A88782991CE3672277E681ABD1ACF8733E37B2F87F94E76AACC8D7 | sha512: D6CB48206883672BE5CB04310FDDD4A5A37466C5CA36022938364447CA31F35A533B3BBC4C74AD98A6127156F3FFE649AB16678D48545EC6430AFAAF8B635C0B
System.Threading.Tasks.Extensions.dll
md5: FDCDDC45579D6900124C44C635236D66 | sha1: 0377C2BA9FB0B4CEE43F50562A8FD0CB18879456 | sha256: 0313E405E620FF62BF8E3CBBBF0388AA1E57124605C173FD1718F8B07DA921AB | sha512: CDBAE9AD11124E0D678DF2068745934CD86684690B1D7C7EA5AA42BAF2BDA78E1F06974A360EE43F9FFA3EAF6CB5D37F22EAB2A0DC717FEA5599DFEE081682A9
System.Threading.Tasks.Parallel.dll
md5: E28F4E0A5B0D707FAFF317E8F4CFF0E3 | sha1: 211C6F7E7F10FE5814F49A5D2565CB3854F8C210 | sha256: 7BCFCAC0D897831B306A8512085768F040E8DA5440E7C093370C675063C4AEB6 | sha512: 839DBF73A13CC7476538A71203F7E24BF5964A0585DCC5C3AEEFFD6D96157BBB1D09A82824F1A9E25EA815B9B72AD6C5444521D2E116588C052ACD687FFB01BC
System.Threading.Thread.dll
md5: A88EFBDAA965EAE3EAEE4F4F3F3FF2D9 | sha1: 84EB11ED182582D402ADE273F0F2CD609CE205D9 | sha256: 768EC2A599A3B7FA7649CFA7353B63841F3860CAE4806DC1C4D8E5055BF19849 | sha512: 43DD1B1BFEBE9D48E4737C39774E21B8B4526A553A339769CBCCEE8DCE2BBD4833EABAFC50E3BD42A75A711D8D59127B839B75C0DA5FE08340303AFCE1C2D3FD
System.Threading.ThreadPool.dll
md5: 5B7E6C533A1CFCDBFB38EE10DEF62B79 | sha1: 669E4A9FA9C20DD57CFF79D1E6E2AD8E07C85B14 | sha256: 199C10411AD5937FDFA1789661D113031DB474964DC321F1E8F668DE51ADCCBC | sha512: 46721F6ACE5F90B1E4807A3733CDD0FC5943BA98C6852CF044CEC1764668623A7C353F6893B69B4077CAFBB47CCD7B5CFB04BEDA3F35062D2B2235C58F52C637
System.Threading.Timer.dll
md5: 31AD592711B7DB5D499721DE4E488094 | sha1: B78C18612ECD4F14971523C0CDC3FAF5EB2EC2A2 | sha256: F6A81896123D2C001236CECEB3F443EC3D118C967A2DFA113F98830872046339 | sha512: 8AE124853A36C9269FFF33C79FDEB7FCCD2943ECD301874F1B27DCBF7ACCB73007F6550DA84A4164E2FECA8D16D63ED6950B46B9C0A2FE92EDB5586A1D0747C0
System.Transactions.dll
md5: 6978805915716859AED94DC15E337E15 | sha1: 602E7472B107F2C6077413557EEA1C62CEDFEDDA | sha256: 059FAF126AE69D3F3E77305376A446A37016955ECCCE3257A21EB3F9090F0710 | sha512: C4BC7D862DA38B4E81232554399F169D04E856221C371FAEF0FA207F9993A0D6F9E31BC93F09D743EEF7F9CB8371DACC8A194D86BC1F0A58FFAD19502B5B0995
System.Transactions.Local.dll
md5: CE49E63F5737F895394E7F559100C52C | sha1: 65AFDDA6649C648F4B3B5D613E4CBDC175C08C1B | sha256: 65B775F089FB4542A7A45D15B8DB6D33488D3180C7CFA58B0A7E31CEAA77446B | sha512: 8D03AA6B7E2CE368E49D360B58B3E811C195E9BAD9D1D13A23012E3F7B52AD2A405113C52AD458E90EE69DE64AACE97FE0F2FFA94924037B6E16C38CE876765B
System.ValueTuple.dll
md5: 16B28EDC3A84D5F9318846BE59F6E1EC | sha1: F71716206F9D538391278D0935A68964A9C90561 | sha256: DB4B0DCDDFD0DFFFEEDC7AB341CAEEAFE831B15EFF12A3059811BFE5A464550F | sha512: 011991015EF33356693E8A0BEBE69DB53C8D9F83E14A6F897CA5527D0DEF535DA736C6DE32B8D3B43B1F226CB6F20C19BC1006CE9951A585869FB25303CC51E9
System.Web.dll
md5: 97C31825ABC0F7998683F915689447FC | sha1: 6BB29A7DC9ED90B67B50F41D958C6257F0A4B4C4 | sha256: 207B56AD58916CB9C82AA88E27A248EA80852D452A69E91A20AE365290AFA664 | sha512: EC79DD5436E1532E1D4F1101F935165CCFAA91CAA5947BA9537C339FFCEA01DA5F1B57CD2726ECA448092BBD8AA712B55C9D2CA33A6E6ACCF92479CFEA9D3FC4
System.Web.HttpUtility.dll
md5: BE02B5680706C369AEB45653630ADF5D | sha1: DCCA40E468F09D1D1412FF40DA7D8241F68A22E4 | sha256: 02AE7EAC132BEE903CD25FD1B8E691D9673D6315B57B5F428327630025C0A1FC | sha512: ABD6E9647B14DBD79ECF16B6EDF3F669BE5D8984727AE56B6AF553FCE845FD97B316AED8BA3691CC1A040058DAD734AFAB6CB9CC0FD7D1558E032F628E5CF538
System.Windows.Controls.Ribbon.dll
md5: E6B05AE1D5A6A24831B9B3F30223BFBE | sha1: 545E031AA0B512800B9481A6AD9D2F90395AF8AE | sha256: A91440EA77FC09D68D0374B80056008DC6070F1750ABA93633760FFC7441024D | sha512: 42A0553FCD7298B7A4F1AD70B06AF73FBC9312C2DCEFBDB69C2E61ED2A8D5FDE69BEA21234F57DEE0B93560492D13D950453B52ABC9DE44CA1C595307C2B39D5
System.Windows.dll
md5: CFAE62356D9DB06A092F166DD8DF1962 | sha1: 3AF6214EA46A6B8ED6EFC17E17E00C46E4869B3D | sha256: 65E137E818860184340415DD10670CC22F16C79CD52497051CF35859738B4E22 | sha512: EFB8EBF4DA4529989B3D91951B71ED449783CE3EAABCA4A504BCBCBDE5E7EBF93FBF6C140E889660511F0CA2007B0FCA61E5BC7F85A2DA0ABB13B449A5E7BF6A
System.Windows.Extensions.dll
md5: 7A807484B095381278882AD8046C6AEE | sha1: B593A12EA1C1BBEE7EF5AB81DAA0BBCAE8074106 | sha256: 13E5A2E589176160AE9E9F90209F64A6375BFDC18E41DE898C87E81845F3D26E | sha512: FB1A231E9D8C5A6FB482EBB256A463606D1306E3C17B9E7893D0B5A534186F5B36506D52764497BD62EE521175A6D92C774FA4E8A46F87A4DBFBF685074CB40D
System.Windows.Forms.Design.dll
md5: 41383864260EE75D1EE4CE0ACF0035A6 | sha1: 952395346900460D3AD951CC20744977455EEB36 | sha256: A7F972977D5B72757D0EF8F7EA6D16A76B63A645454EFAAECAE36EC16E446449 | sha512: 46B72576057081E5DDA560DC8DDECBB683C2402A2D2FFF37ACECAF11E7384156A2CFB09F1D213C68B2C0E3977B5736C5BDBE5DFAA3021F88B0B2C969C41D16A9
System.Windows.Forms.Design.Editors.dll
md5: 8A82A2321DB28AB14BC5681EFC798229 | sha1: BACC73F9A81B743B608F1930FBC8CFC990D9DFF2 | sha256: 1197EDC6513FD76DB83EE5E67BB17D33B86D688E05AD1D6D68874305D3BF2E28 | sha512: 620B716391F51C63F26A04DD39E2EC8B4746BE8F458364CA375A8583DC31342474F9363B2E4FEDF3A3FCB5EAC4463E303AA83DB493F60EE604F3EC159A0DCC9A
System.Windows.Forms.dll
md5: A309F132412E09272DCEC9B3D7A48F97 | sha1: FB47E6EFB6F28F4E7395C6CB984EF8881514A971 | sha256: DDA192F1A10118FE5D2A2A74B4B2C1936E344F50C8FA42C07B9B8B86A228910E | sha512: 65184E229EE8991E6FDAE7F8BD260A7732C1A8B3F735168EB4F467D12A55B305D55C210D7B79EB5192730ECBD484A4728428CD66E304A0C21F985A1A31A75861
System.Windows.Input.Manipulations.dll
md5: 464FA6CB1023D6CF1D23C93DBFCAD7D1 | sha1: 5805125F391E74ADCF6BEF383C290FC122F54665 | sha256: 29FD3AD426EF01EDC71253A2CE11254E49C6C4335C969FEC2869A3F3BD4F3691 | sha512: 05D896197BDBE9D4293F81C16E4E88560AB863E6693A5B89E8083C8EB9F5B88B68A3B0815C6D9BFF19C800E6F7168334D4822EF4D06C9530347B9A90A07F28F9
System.Windows.Presentation.dll
md5: F2156F26479D4BBF1C5E2A1E53E5BC55 | sha1: 63956C44391D7BAFCB74CB117931F9C569C611B6 | sha256: 28DD9CE6725F9046F2F021C69B6798E4C49AD6F7E3870DD515FD307EDF371882 | sha512: F1E83AB4FBB7A30B796952E1B34D3464F188FDE8DFBD68B2245678605AB19D7CA303FF16DB5D084ED707C70A6124D5CA73BF37FC7443369F8D9B8F5E075E4250
System.Xaml.dll
md5: F9216FCBC4BC35FAB1AC3FE72CA7A4E6 | sha1: 12F9C3440D506CEC566B36CE0CC5F1BA17CCA934 | sha256: 135D5465D49266CD4A7875E9F49F0B588BD2F076679C3B8AADB4711C46CAAA72 | sha512: 238E0F6DE5E9B5A4CD7C376BFF6998CD1D5561962804173BBE5991FF2B329F81A68DEA6979E23CBB06704D8903BC625680612790871601F46EA91035A0599166
System.Xml.dll
md5: A297E2D37ADA40EFF78DBA420A965EC4 | sha1: 9B15187FC0916B17A40BB4123727E4B0B5E56CDC | sha256: 511C70F45C977BA502BD05C51D15D50D1359007D32553D7E7C5E5CDF29AD9C85 | sha512: 0BF736F35BC7DCCA9A25591B105BBDFC04CE99F92AFE2A88ECDFD3BCCE45E5666C39A459DA06DB570B1D4F2D69664E64859EA9D36BF6C934AE6481B56EFFD57E
System.Xml.Linq.dll
md5: DF8B42AFAB21539DA6257ED3C52E72AC | sha1: 6B8DA8D65E93A93463AD7B0AE3637F9D0C8B6F1A | sha256: 2E93986594D7D0120B473D2E120E9BD269D0BE3F608DEDCF7917242BAE83C241 | sha512: 696111744C3F8E756A619AD428B4024742EEC8CEB58ADDAC0D86DAE2EDF8D3A7D6DB54DC01E12D9A2330E3D05C4A34185E80E80432DA9D03B32F3E4871785BC0
System.Xml.ReaderWriter.dll
md5: 66CC4C15AEDB676F5C7B1F20BBE183B0 | sha1: 3C305E6DC7FCB56A027AE33D66FF6BB10F22DCDA | sha256: 429E9791088D2CEB9E47BB2040EDC5C90E342DFA4F5ADB162F512E177F62114F | sha512: 2012D562E3E9E9035C406B6E44FAC001A69052DCD6FF7886A5356B6FDE9E45AE2DCC96920E4461F45BD8B4513D855A02409942937A6DC1CFB2DC04E818FA2750
System.Xml.Serialization.dll
md5: CB01165D9B851BC7CD40E18D5DE7BCC9 | sha1: FA4BD9F83C65E5CB5FA7117FA8BF77840145A3E3 | sha256: 5896E1E46EA3333DCD7418E347C75A4A9D17BCDF3372EA362A46D1BA46399FE8 | sha512: 202FAB23DD15868E2D6ABB55F4F7D7713D12BDC783DCCD70CBCA869C9E659A337C0A7E0ADB1F2DDD58E1E779F1E7456812D85FB283351E6706265F611F42DBB5
System.Xml.XDocument.dll
md5: 57AC5AFA1CC1D028BA62698A49F44E94 | sha1: 853D0FF9FFAD7084FFCCD6211FB5AA9661561CE7 | sha256: 03BA4D05BE6CEA98538EC8E498413772F8998F6D61C5E7E85CD846A36837E793 | sha512: 3BDD8E80BCED446EF320E26D8F37A16A1E5004F7FB61E701A787A46F3005FFA60FF85BF2BA8ACA2385173610A0B004C259144662BEB5BDACF45264748A129A3A
System.Xml.XmlDocument.dll
md5: 98C3B968C972760B1EA26CE7D5A74A86 | sha1: 4545C8542F274A2282D1FB13644653D022B2BCFE | sha256: E876B1ADC2BD8925FC5CA80A9194E7790549DB0AC5C9A2DA74922BCB5414CEB1 | sha512: 60DB55ED06006451E2F3C54044EBC52564389D78C1774900E79F98D2D2E7B7858D369553E0BEF74FFF5B277BAC1840AD12E8E11B5DF5062B3B54F2F61C2164E5
System.Xml.XmlSerializer.dll
md5: 61DBEE8686710B97FB09C9A936C5A840 | sha1: C98A353B3470958FA5375FC1A7D0219081FEA673 | sha256: 1696FF0AA7813905A624ACBEA5DA7291225C23F3AAF2D513F653C9661D08417C | sha512: C6ECF7EEFA3837361E97E66A632FA86D530B96655A4F0355E850636E314AEF9A8317DFBB70B8B334297698B91B298ABA9F334EEEAADAFB92E570B6515B1DC18F
System.Xml.XPath.dll
md5: E81F73AC6DBF02A2D92191B7E98EF235 | sha1: 0EF23C784B4904A059531C75142F063B1714904C | sha256: 84D1AA4C59A1D092195E3E02C548C82E014DD0BBA7A529CCB214E23E5E111739 | sha512: 4D0C699E1BC074D20920EA3C76DA83BCDDAEF8D3F88475DFB33961A0B67B4756E0C49E6AD58B5561F47D763BF65FF6FE3EFFFC62485CA0137F0E1C9C721F9820
System.Xml.XPath.XDocument.dll
md5: 77C663615BAB1A0CCE7E81679807E932 | sha1: EDF1DAD2F608122E0B575F6DDFCEF9BCA467DDB4 | sha256: 82F25CEC89EDEC10BA4BA784930E1741811FF9715DB8EE7740D26B189A01E0AA | sha512: 544B1C5909B1225E3C1F3F141D62844A56302161EC114D87037A7DA377397DC9185858D982097E44090E5D0913C9F3C4CBF3DCD7F3A03E9A748C8563BA75B290
tr\Humanizer.resources.dll
md5: 323FC1D2CC1FDDE489B104DF618F072E | sha1: 4F3E6FB4D32FAE7C1304C1AB8AFEBFBC06CBA486 | sha256: 7BF6D2D1688F122191B32EF39A5620FB0D3F0A08D23F7BA3460DCC82FBCEE006 | sha512: 8213D58FDE24636B773CF47A021C3CFFFC58074CDF9CC31133D3DBC48AF19142F902FE621E25020E304BFA4DF1D2A3EB4DBDAA186F411C4180F55E8193B15F50
tr\Microsoft.DiaSymReader.Converter.resources.dll
md5: 880875ED3506F0C293E55F93EB80F747 | sha1: 9FAC02A881D835EF021D51DB40FA98D04ED2525D | sha256: CA9359A757B96A0E997C0215C62D3472F8C78DBCF4F1510C55C4CCEEDA5DB081 | sha512: 6BBE5B731D954A3B0F00CA65EFB1FF56D7CBF8FFE848D79D325A0FE645C1972F23037B221A463D2BAB7AFD0D5A216CB1E125F4242FDBE7AB2140AB40299D28AB
ucrtbase.dll
md5: 6343FF7874BA03F78BB0DFE20B45F817 | sha1: 82221A9AC1C1B8006F3F5E8539E74E3308F10BCB | sha256: 6F8F05993B8A25CADF5E301E58194C4D23402E467229B12E40956E4F128588B3 | sha512: 63C3D3207577D4761103DAF3F9901DD0A0AE8A89694AD1128FD7E054627CDD930D1020049317C5A898411735E2F75E2103AE303E7E514B6387A3C8463A4FB994
UIAutomationClient.dll
md5: E4F0E357C47B53B492611FA982655EDE | sha1: 688FD7B035D2775E1B5E2C35A0CC2B5921C3C122 | sha256: 68CACBAD4C2F007706830D43608E2614CF884214CBBA6DFF23F3A403B6E823F8 | sha512: 0C97145174A6B81811A4529655E626C8A33AB0AE22A501D75524F8E2C4F31FC42C9E96595BC9850AF5A9259885F2E7A0DD8D5C8C965547421D79915E746B3FD4
UIAutomationClientSideProviders.dll
md5: 6F0F351EFA875DF66597C232809E76D2 | sha1: 31CB4F9AFF7A79BA7CD964AF3CC7C0874AADDE4F | sha256: 5F9909BF1649C0D9B2C85E10361B222911DADD914535446C7867711CC55EC5E2 | sha512: C86BAEBF54B4DC8F5E7FA41A635274CEC2C8964C664496EF3A56844DDAD61DE6F92F4C960D70C5736FEA3173BE515AF0D377EBFE913890AE54843E3919F6A4F0
UIAutomationProvider.dll
md5: 2222B8CC3DB911870B8546AB16E23082 | sha1: 73BFA6AE6F8DE8F34FD4D7B63A67D010A9E363FA | sha256: 480261A587BAC929DC332018154765D26EDDE3019815EAEDDA23BE8CCD5A2DFF | sha512: 6F230E0E1404F2953ABE1039D83CF99CE228C00F6A64D3F5E6410A23CB3DC8087FD08EA48A60997AF863B8801E59DDC5EBBC99C7CAF4114059F78B790F02B382
UIAutomationTypes.dll
md5: 58A0EE0FA0FF8E758BC60CEB9B1C74F6 | sha1: BA4CE172E68878C794714535FB08CA86CB083694 | sha256: A123A93570A1F3715B942FEFFC9A0B96476CF52939A0631B0BBB0161A1700C6A | sha512: 2C8B2CC18B7D9EB7CDED84C007EA307E56E1263CFB19C0F234077E3C6C68699A71858E4F8AFD26629E7E00EBE9944E4B725F855F2FF3C9D469A4EC5B1848B059
uk\Humanizer.resources.dll
md5: 7005481E4AC5EE0296CD011ED4243678 | sha1: 0D0696F46020EFFB013134BC8642DF522C8020FA | sha256: 74D06EBC9B2A7AF948E576BE4005382FD2D0AD71E322194434CF5E9DDC22189A | sha512: FF2F418BE6D0D825F115F3BCFE930AD6325D579AF6693692B202BF295E423E3F3E34F352A17D9AF51D7C24A444B5EB5F8AF7F29B8B30DD78BC79E3814B1412B2
uz-Cyrl-UZ\Humanizer.resources.dll
md5: 97D690234B557D00E158426474EB54E3 | sha1: 15635E67EF5F47A6D8031B85D870FB5AF63D8251 | sha256: C72DD7BB3B2B37ADCF2F1F24EDFA4FEA64F8D1461B776AF7FCB5BCBD32CD5DAE | sha512: 946394439630A902AA9CB9FB1C4B829C66D3F0B75866A703811D7A4A66C40DBA41AC458BB605A636835DC5690EA3BE359A0DB1D040167619899298B40E7CC459
uz-Latn-UZ\Humanizer.resources.dll
md5: E893D041D55C8F6CDB7CD714C3E5A592 | sha1: A04E2CA9932CC194CAD90F593793C790FCCD3E44 | sha256: 3E4D4A73595975DD5A69369F4D276708499F6A0188C1D06D94AE7F4BD6A98039 | sha512: ED595FBED9C084998DFB337F330DC3A2D461C9A46CA2E76A61FB51BE171C9E1299CF817CC3C2DF5D192DF1EB5D4B60903A60748D22BA110A17FBE9365A195583
vcruntime140_cor3.dll
md5: 0A79B529EB9012F65AC4500A7A915CA9 | sha1: BDC89773FBFED2EDD18371786997D6C57672B096 | sha256: E985D4D2DA1711289B0A67A2DAB4002EF2CDA5EC7E27F576B0E026FA6EF224A3 | sha512: D80C140566014A556F0DA2CA6BF9E0D549670A9FDCB5A5F5D7340CD4733724B116D2335D16E9A4D126C5EEE7CCB059F84BCAF0B12379C9ABD4A018D4B42FDCDD
vi\Humanizer.resources.dll
md5: E19C460B3C563CB10849ADB135FFCFD1 | sha1: CBF9653C044371E3C83744FAA85DAB2526B5AFB9 | sha256: 08914A815648FEC41935A5559FDDA7813E8004F70B9EF940E711BB4395557D07 | sha512: 09C4BBE6E6FC21B0193F1F784BB0349C57F516BCB363D6CEB0D86ECD4D47C754027814E735590C9B4FAA1AF3EE6223C96CAC675920A427EF96F0AABA87B46223
WindowsBase.dll
md5: 10466048884BEF077F154843D4F3AE21 | sha1: BFA211E1243BD573C0A3C085FD618AFF575AA5CC | sha256: 3E97A5E5700D6AE762A9A73CDB89AAED7274A07DF08C5458788852B798EA2659 | sha512: F4AD28F735E2090C5A8AE07F4A1A3A21160B60221258197ABEE3B6C7CA4B2CDA3322A654C4B1740381BB93661D0AACCB89123928887B801E7D0F21927510F7E0
WindowsFormsIntegration.dll
md5: 6F86B311A3DF79C6C43A567B25147796 | sha1: 215D4855A5610F47C3F395975DB1820BCD120E79 | sha256: BBC8E317AFBB60A9EB9F3564F46E17F4350A7C858BF2C889888F66443D34FFDA | sha512: 79CC9817028AB6757C990B6C364B966468FA3031F78C2BE185161CF35D67CB187ECF36753B491026807C35B6F558BFF408C519FB1B8274FC4EF82D9A16986298
wpfgfx_cor3.dll
md5: BF26A2355914B0EA55AA08797F3EFA98 | sha1: FBF4109DB77ABD9A36382F9E83A5055258A1BE47 | sha256: 357723EB26C6147BEED66F59ABEFD0E26464C8E11B56503D531481075A8D5CD7 | sha512: 81A979304C0BB59852068B83D98D61D19E16CE95D0CB9A03E4C8FE16A4806CC11DA68B8BD58BB32A72AD91233E94970CBDEC9C7B1CFA4A6AD04AF75EB5EE205F
zh-CN\Humanizer.resources.dll
md5: 454A9F1D5AD0B28857283D23B127038B | sha1: 93C1116ED2E1BA10B161415EB2E28AA38C638347 | sha256: 0760B989C7D4AC2C17C5AF9C6E81D9F28C92143D4F7DF88CE749188761E4B5DA | sha512: 1BFD28661FECC1269572BFE7AA95FE356DB7B023EE6C9C8B32BCF26A53A067F4D115B5B9CD47BBDF6FD65766A77F0BE0034A50A0D715B7DF200963C109894BF5
zh-Hans\Humanizer.resources.dll
md5: AE096C7853723FB629FF12BD2AF6E02B | sha1: 63F0FAE363F54153715AB5B878F42E83CE2103E0 | sha256: 0D349081039405D2768ED33FCEAAE098D4E01D3E3BEF0ADBCAE9D317D9E6FEE9 | sha512: 36B4551B0917C087F009B3FCD4892D76F8838E2EE65B3BFB66660E8991A10459DF311F7CF8B509BED2EB5557FC59685CA2BFE43D41C0EAFE4572B9FAC9CCB912
zh-Hans\Microsoft.DiaSymReader.Converter.resources.dll
md5: 6FA1C06A1EC0A80EF753D92BD856555D | sha1: A7F81B3D549063317702AEA0C8D623CABCFAD7BC | sha256: E3666B417C67B75739379968F5F46CF3FA494F771893774AE06731D2010FC865 | sha512: D0E3727A647BAEF801E8A92DC3736EFF328C1601C06C23A2BE87B970ED5997B71F1F0FA0597F6F89384AF7DF67074DF79AB5BAE47BDB33A5FB5B9DD62AC43CAE
zh-Hant\Humanizer.resources.dll
md5: B862498013A5E7E7257E0EEAD4E24FAA | sha1: 8199E71912F3DBD7F3636B506F17A82C99DF07D4 | sha256: 7C89680A7D47EE080DC9CB9ED962E5A706EB27984D36012B868BD1566D56E0E2 | sha512: 31BEFDB301E6A42B337A70E596D971CAD02BD9DCFA6358F3D7EAC78D64A585EA0B1193F098142121F10201EE8768DC0715C3DC702BE0329E3458B9B01691F5AB
zh-Hant\Microsoft.DiaSymReader.Converter.resources.dll
md5: 30AFC9CC1DA3CBC4C2A101AB2F4D347A | sha1: 7786D80CE8B325449333271C338B31BA69AF62B5 | sha256: 6C9C48FCEB81BCA75AADDD26F1CA8D69F7DBF5E180D35247B0084978E6303225 | sha512: 1FCB0ED71544037D65E294C2F9ED6EAF33FE2A4DCC136B6508BA2C242F6E757BB7C79239F1C1C9F071785F467EE9E04CF1DC8A6DC25500E8540596FE77681163

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 2593 Friday, October 22, 2021 Approved
NuGet Package Explorer 5.10.43 5336 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 3618 Friday, March 19, 2021 Approved
NuGet Package Explorer 5.9.95 1483 Friday, March 5, 2021 Approved
NuGet Package Explorer 5.9.90 916 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 1932 Friday, October 16, 2020 Approved
NuGet Package Explorer 5.8.50 673 Wednesday, October 14, 2020 Approved
NuGet Package Explorer 5.8.17 1919 Sunday, September 20, 2020 Approved
NuGet Package Explorer 5.8.2 1312 Friday, September 4, 2020 Approved
NuGet Package Explorer 5.7.145 1209 Wednesday, August 26, 2020 Approved
NuGet Package Explorer 5.7.113 2621 Tuesday, July 14, 2020 Approved
NuGet Package Explorer 5.7.103 1280 Thursday, July 2, 2020 Approved
NuGet Package Explorer 5.7.98 1024 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.97 227 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.93 294 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.75 1387 Saturday, June 13, 2020 Approved
NuGet Package Explorer 5.7.70 369 Friday, June 12, 2020 Approved
NuGet Package Explorer 5.7.35 1421 Thursday, May 28, 2020 Approved
NuGet Package Explorer 5.7.27 928 Friday, May 22, 2020 Approved
NuGet Package Explorer 5.7.1 1445 Monday, May 11, 2020 Approved
NuGet Package Explorer 5.6.70 1914 Thursday, April 16, 2020 Approved
NuGet Package Explorer 5.6.40 1740 Saturday, March 28, 2020 Approved
NuGet Package Explorer 5.6.35 329 Saturday, March 28, 2020 Approved
NuGet Package Explorer 5.6.31 232 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.23 270 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.18 440 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.3 1085 Thursday, March 19, 2020 Approved
NuGet Package Explorer 5.5.64 4082 Wednesday, January 15, 2020 Approved
NuGet Package Explorer 5.5.61 1189 Monday, January 6, 2020 Approved
NuGet Package Explorer 5.5.28 3144 Thursday, November 14, 2019 Approved
NuGet Package Explorer 5.5.23 645 Monday, November 11, 2019 Approved
NuGet Package Explorer 5.4.1 3199 Friday, September 27, 2019 Approved
NuGet Package Explorer 5.3.36 2559 Thursday, August 29, 2019 Approved
NuGet Package Explorer 5.2.88 2406 Monday, August 5, 2019 Approved
NuGet Package Explorer 5.2.70 2006 Sunday, July 14, 2019 Approved
NuGet Package Explorer 5.2.49 2627 Tuesday, June 11, 2019 Approved
NuGet Package Explorer 5.2.47 598 Monday, June 10, 2019 Approved
NuGet Package Explorer 5.2.15 2901 Wednesday, May 1, 2019 Approved
NuGet Package Explorer 5.0.230 2080 Monday, April 8, 2019 Approved
NuGet Package Explorer 5.0.229 1195 Saturday, March 30, 2019 Approved
NuGet Package Explorer 5.0.227 558 Friday, March 29, 2019 Approved
NuGet Package Explorer 5.0.224 329 Thursday, March 28, 2019 Approved
NuGet Package Explorer 5.0.223 270 Thursday, March 28, 2019 Approved
NuGet Package Explorer 5.0.210 718 Tuesday, March 26, 2019 Approved
NuGet Package Explorer 5.0.200 2249 Friday, March 1, 2019 Approved
NuGet Package Explorer 5.0.198 1021 Sunday, February 24, 2019 Approved
NuGet Package Explorer 5.0.182 1141 Friday, February 15, 2019 Approved
NuGet Package Explorer 5.0.163 1155 Saturday, February 9, 2019 Approved
NuGet Package Explorer 5.0.161 294 Saturday, February 9, 2019 Approved
NuGet Package Explorer 5.0.132 3311 Thursday, December 20, 2018 Approved
NuGet Package Explorer 5.0.116 1452 Saturday, December 8, 2018 Approved
NuGet Package Explorer 5.0.115 325 Saturday, December 8, 2018 Approved
NuGet Package Explorer 5.0.90 673 Wednesday, December 5, 2018 Approved
NuGet Package Explorer 5.0.78 896 Friday, November 30, 2018 Approved
NuGet Package Explorer 5.0.70 344 Friday, November 30, 2018 Approved
NuGet Package Explorer 4.6.26 1140 Thursday, November 22, 2018 Approved
NuGet Package Explorer 4.6.20 584 Tuesday, November 20, 2018 Approved
NuGet Package Explorer 4.6.19 469 Monday, November 19, 2018 Approved
NuGet Package Explorer 4.5.88 1062 Tuesday, November 13, 2018 Approved
NuGet Package Explorer 4.5.71 673 Saturday, November 10, 2018 Approved
NuGet Package Explorer 4.5.62 871 Tuesday, November 6, 2018 Approved
NuGet Package Explorer 4.5.60 348 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 1170 Saturday, October 20, 2018 Approved
NuGet Package Explorer 4.5.26 334 Friday, October 19, 2018 Approved
NuGet Package Explorer 4.5.9 493 Thursday, October 18, 2018 Approved
NuGet Package Explorer 4.4.72 3188 Monday, September 3, 2018 Approved
NuGet Package Explorer 4.4.69 465 Saturday, September 1, 2018 Approved
NuGet Package Explorer 4.4.59 1473 Friday, August 17, 2018 Approved
NuGet Package Explorer 4.4.53 1004 Sunday, August 12, 2018 Approved
NuGet Package Explorer 4.4.46 270 Sunday, August 12, 2018 Approved
NuGet Package Explorer 4.4.25 2025 Wednesday, July 18, 2018 Approved
NuGet Package Explorer 4.4.9 2548 Tuesday, June 19, 2018 Approved
NuGet Package Explorer 4.4.3 1412 Friday, June 8, 2018 Approved
NuGet Package Explorer 4.3.33 332 Thursday, June 7, 2018 Approved
NuGet Package Explorer 4.2.13 5322 Wednesday, March 21, 2018 Approved
NuGet Package Explorer 4.1.38 2408 Sunday, February 25, 2018 Approved
NuGet Package Explorer 4.1.32 848 Wednesday, February 21, 2018 Approved
Nuget Package Explorer 4.0.0 2802 Saturday, January 20, 2018 Approved
Nuget Package Explorer 3.25.0 3211 Tuesday, December 5, 2017 Approved
Nuget Package Explorer 3.23 8861 Wednesday, May 31, 2017 Approved
Nuget Package Explorer 3.22 3173 Friday, April 7, 2017 Approved
Nuget Package Explorer 3.21 4457 Wednesday, December 28, 2016 Approved
Nuget Package Explorer 3.20 476 Wednesday, December 28, 2016 Approved
Nuget Package Explorer 3.19 2179 Wednesday, October 26, 2016 Approved
Nuget Package Explorer 3.18 2388 Tuesday, June 21, 2016 Approved
Nuget Package Explorer 3.17 500 Sunday, June 12, 2016 Approved
Nuget Package Explorer 3.16 530 Monday, May 30, 2016 Approved
Nuget Package Explorer 3.15 859 Sunday, April 24, 2016 Approved
Nuget Package Explorer 3.14 826 Saturday, April 16, 2016 Approved
Nuget Package Explorer 3.11 1820 Tuesday, February 23, 2016 Approved
Nuget Package Explorer 3.8.0.20150702 4604 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 962 Thursday, September 26, 2013 Approved
Nuget Package Explorer 3.2.0.0 1702 Monday, December 31, 2012 Approved
Nuget Package Explorer 2.7.0.20120414 934 Sunday, April 15, 2012 Approved
Nuget Package Explorer 2.7.0 703 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