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

FAKE - F# Make

This is not the latest version of FAKE - F# Make available.

  • 1
  • 2
  • 3

5.19.0 | Updated: 19 Dec 2019

Downloads:

57,340

Downloads of v 5.19.0:

403

Software Author(s):

  • fsprojects

FAKE - F# Make 5.19.0

This is not the latest version of FAKE - F# Make available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

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

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

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install FAKE - F# Make, run the following command from the command line or from PowerShell:

>

To upgrade FAKE - F# Make, run the following command from the command line or from PowerShell:

>

To uninstall FAKE - F# Make, 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 fake -y --source="'INTERNAL REPO URL'" --version="'5.19.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade fake -y --source="'INTERNAL REPO URL'" --version="'5.19.0'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install fake
  win_chocolatey:
    name: fake
    version: '5.19.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'fake' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.19.0'
end

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


cChocoPackageInstaller fake
{
    Name     = "fake"
    Version  = "5.19.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'fake':
  ensure   => '5.19.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 19 Dec 2019.

Description

"FAKE - F# Make" is a build automation system with capabilities which are similar to make and rake.
It is using an easy domain-specific language (DSL) so that you can start using it without learning F#.
If you need more than the default functionality you can either write F# or simply reference .NET assemblies.


bin\api-ms-win-core-util-l1-1-0.dll
md5: 29E1922B32E5312A948E6D8B1B34E2D9 | sha1: 912F54BE8438F45E1562A47294091D522CD89356 | sha256: 34C5DEE6D566252C0CEB7D9A21E24D5F297AF2B26C32E0C7808BBD088AA9A6A9 | sha512: 837CD03EE0195DC94BAB0662FF3B8CD1BE2DEDD8A3254318D25DFEA6E88D07211186FA367F41AB864560E10A22220DEB3ED05CCF82D60AC80C71DFED08AFBEA3
bin\API-MS-Win-core-xstate-l2-1-0.dll
md5: 2253F8EDFA4105140F74C2BE7DB6AB2A | sha1: 09B68EE27A451349ABC444B928AB8C175D4296AD | sha256: 713DC83D18C60716ACA9FB0CFD2C25509A143D56DD2F67CB7079570092FA3328 | sha512: 03A145AA717D22ADD641DAFD4EA5506C785C1D6E9A88D1DD935654ADCD13D4F746D79762B53EADCC60790B7EA5F9CCE4F9DE690F08465ECB2382DCC4A39D35E1
bin\api-ms-win-crt-conio-l1-1-0.dll
md5: A668C5EE307457729203AE00EDEBB6B3 | sha1: 2114D84CF3EC576785EBBE6B2184B0D634B86D71 | sha256: A95B1AF74623D6D5D892760166B9BFAC8926929571301921F1E62458E6D1A503 | sha512: 73DC1A1C2CEB98CA6D9DDC7611FC44753184BE00CFBA07C4947D675F0B154A09E6013E1EF54AC7576E661FC51B4BC54FDD96A0C046AB4EE58282E711B1854730
bin\api-ms-win-crt-convert-l1-1-0.dll
md5: 9DDEA3CC96E0FDD3443CC60D649931B3 | sha1: AF3CB7036318A8427F20B8561079E279119DCA0E | sha256: B7C3EBC36C84630A52D23D1C0E79D61012DFA44CDEBDF039AF31EC9E322845A5 | sha512: 1427193B31B64715F5712DB9C431593BDC56EF512FE353147DDB7544C1C39DED4371CD72055D82818E965AFF0441B7CBE0B811D828EFB0ECE28471716659E162
bin\api-ms-win-crt-environment-l1-1-0.dll
md5: 39325E5F023EB564C87D30F7E06DFF23 | sha1: 03DD79A7FBE3DE1A29359B94BA2D554776BDD3FE | sha256: 56D8B7EE7619579A3C648EB130C9354BA1BA5B33A07A4F350370EE7B3653749A | sha512: 087B9DCB744AD7D330BACB9BDA9C1A1DF28EBB9327DE0C5DC618E79929FD33D1B1FF0E1EF4C08F8B3EA8118B968A89F44FE651C66CBA4ECBB3216CD4BCCE3085
bin\api-ms-win-crt-filesystem-l1-1-0.dll
md5: 228C6BBE1BCE84315E4927392A3BAEE5 | sha1: BA274AA567AD1EC663A2F9284AF2E3CB232698FB | sha256: AC0CEC8644340125507DD0BC9A90B1853A2D194EB60A049237FB5E752D349065 | sha512: 37A60CCE69E81F68EF62C58BBA8F2843E99E8BA1B87DF9A5B561D358309E672AE5E3434A10A3DDE01AE624D1638DA226D42C64316F72F3D63B08015B43C56CAB
bin\api-ms-win-crt-heap-l1-1-0.dll
md5: 1776A2B85378B27825CF5E5A3A132D9A | sha1: 626F0E7F2F18F31EC304FE7A7AF1A87CBBEBB1DF | sha256: 675B1B82DD485CC8C8A099272DB9241D0D2A7F45424901F35231B79186EC47EE | sha512: 541A5DD997FC5FEC31C17B4F95F03C3A52E106D6FB590CB46BDF5ADAD23ED4A895853768229F3FBB9049F614D9BAE031E6C43CEC43FB38C89F13163721BB8348
bin\api-ms-win-crt-locale-l1-1-0.dll
md5: 034379BCEA45EB99DB8CDFEACBC5E281 | sha1: BBF93D82E7E306E827EFEB9612E8EAB2B760E2B7 | sha256: 8B543B1BB241F5B773EB76F652DAD7B12E3E4A09230F2E804CD6B0622E8BAF65 | sha512: 7EA6EFB75B0C59D3120D5B13DA139042726A06D105C924095ED252F39AC19E11E8A5C6BB1C45FA7519C0163716745D03FB9DAAACA50139A115235AB2815CC256
bin\api-ms-win-crt-math-l1-1-0.dll
md5: 8DA414C3524A869E5679C0678D1640C1 | sha1: 60CF28792C68E9894878C31B323E68FEB4676865 | sha256: 39723E61C98703034B264B97EE0FE12E696C6560483D799020F9847D8A952672 | sha512: 6EF3F81206E7D4DCA5B3C1FAFC9AA2328B717E61EE0ACCE30DFB15AD0FE3CB59B2BD61F92BF6046C0AAE01445896DCB1485AD8BE86629D22C3301A1B5F4F2CFA
bin\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 19D7F2D6424C98C45702489A375D9E17 | sha1: 310BC4ED49492383E7C669AC9145BDA2956C7564 | sha256: A6B83B764555D517216E0E34C4945F7A7501C1B7A25308D8F85551FE353F9C15 | sha512: 01C09EDEF90C60C9E6CDABFF918F15AFC9B728D6671947898CE8848E3D102F300F3FB4246AF0AC9C6F57B3B85B24832D7B40452358636125B61EB89567D3B17E
bin\api-ms-win-core-timezone-l1-1-0.dll
md5: C9A55DE62E53D747C5A7FDDEDEF874F9 | sha1: C5C5A7A873A4D686BFE8E3DA6DC70F724CE41BAD | sha256: B5C725BBB475B5C06CC6CB2A2C3C70008F229659F88FBA25CCD5D5C698D06A4B | sha512: ADCA0360A1297E80A8D3C2E07F5FBC06D2848F572F551342AD4C9884E4AB4BD1D3B3D9919B4F2B929E2848C1A88A4E844DD38C86067CACE9685F9640DB100EFB
bin\api-ms-win-core-sysinfo-l1-1-0.dll
md5: 887995A73BC7DDE7B764AFABCE57EFE7 | sha1: 363FD4E7AD4A57224E8410154697DF5E8629F526 | sha256: F94210B39CDC812BEB7342A47E68673EA2116D0AD9266FCF8D7CEDAA9561FC38 | sha512: D088EB1C6958774E20F0E2884136B4E2B978EFD16F557DBC55E64011ABBCE0768054F7E6D881C110182824143A39101FDAE273ED614738AA7BA5C727B27F6677
bin\api-ms-win-core-synch-l1-2-0.dll
md5: 6E704280D632C2F8F2CADEFCAE25AD85 | sha1: 699C5A1C553D64D7FF3CF4FE57DA72BB151CAEDE | sha256: 758A2F9EF6908B51745DB50D89610FE1DE921D93B2DBEA919BFDBA813D5D8893 | sha512: ADE85A6CD05128536996705FD60C73F04BAB808DAFB5D8A93C45B2EE6237B6B4DDB087F1A009A9D289C868C98E61BE49259157F5161FECCF9F572FD306B460E6
bin\api-ms-win-core-synch-l1-1-0.dll
md5: C1DCDB0FABC8AE671A7C7A94F42FB79A | sha1: 99355912D7A7D622753B2A855CAE4F5A4E50146F | sha256: CC76A4E82E0E0CD08DF3BB8F5AD57142305E0F666CC32599D76E363D0B43EFCB | sha512: 6D92E7520AEEBFE60AAB43D6616B76A2DD385EDCAA217DB60003A0C0CBCB0E367063D240E38A19D0B8BEE2F2E7D4B982C4F08C8E9CCF34C7F670CB49F6561FFF
bin\api-ms-win-core-string-l1-1-0.dll
md5: E7A266DD3A2A1E03D8716F92BEDE582D | sha1: D4B97CE87C96DE1F39FEA97CCA3992D292B2C14E | sha256: 339966AE75675A03F628C4DDD5D3218ABB36CBCF6DDCE83B88C07336D732B8AE | sha512: 31168663FD71B901B1B9152FF288D4E1567003E5FCD1F1C9DFE36D26D2EB16B0932EC8CD34833DAB25531F768A01DE45C2483F92D4E79F92A89389C02BC05156
bin\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 65FC0B6C2CEFF31336983E33B84A9313 | sha1: 980DE034CC3A36021FD8BAFFF3846B0731B7068E | sha256: 966A38ED7034F8D355E1E8772DFC92F23FB3C8A669780ED4AC3B075625D09744 | sha512: F4EBC7A6D12AE6AFA5B96C06413A3438E1678B276B1517DA07D33912818FC863B4D35CB46280F12CF90E37BC93E3AB5E44EA6F75767A314C59222B7D397E5B6A
bin\api-ms-win-core-profile-l1-1-0.dll
md5: CEDEFD460BC1E36AE111668F3B658052 | sha1: 9BD529FE189E0B214B9E0E51717BDF62F1DA44EA | sha256: F941C232964D01E4680E54AB04955EC6264058011B03889FE29DB86509511EBA | sha512: 2C845642B054BC12C2911BFE2B850F06FECAFEF022180C22F6FFD670F821E84FCAD041C4D81DDADB781DDB36CB3E98DFE4EB75EC02B88306EF1D410CBB021454
bin\api-ms-win-core-processthreads-l1-1-1.dll
md5: 95C5B49AF7F2C7D3CD0BC14B1E9EFACB | sha1: C400205C81140E60DFFA8811C1906CE87C58971E | sha256: FF9B51AFF7FBEC8D7FE5CC478B12492A59B38B068DC2B518324173BB3179A0E1 | sha512: F320937B90068877C46D30A15440DC9ACE652C3319F5D75E0C8BB83F37E78BE0EFB7767B2BD713BE6D38943C8DB3D3D4C3DA44849271605324E599E1242309C3
bin\api-ms-win-core-processthreads-l1-1-0.dll
md5: 1DDA9CB13449CE2C6BB670598FC09DC8 | sha1: 0A91FE11B9A8321CA369F665A623270E5AC23176 | sha256: 4F187F1B4B14763360C325DF6B04D3EC3CC6D2CECC9B796BC52A6C7196B0B2CC | sha512: 4E106C8A52033352C91B65CF65EC459DE764C125136333A2F4BA026EFDDE65F3F71B1F6F11E4C580150AC8A9779825BA5E2AF0E14DF999A198CFE244E522C28D
bin\api-ms-win-core-processenvironment-l1-1-0.dll
md5: 0C700B07C3497DF4863C3F2FE37CD526 | sha1: F835118244D02304DE9EB3A355420BA9D0BD9C13 | sha256: 9F1F26794FD664E0A8B6FBD53BFCA33DCF7B0DC37FAF3EB7782BC38DFF62CD8C | sha512: 8042DBD9E80E33E41993887B0289E143E967544389500ADA9296B89BDA37BB26918E4F370F8A1BDAB8FAACC4E0A6980794D6A3B5320E170AD4EF751384C9F0A8
bin\api-ms-win-core-namedpipe-l1-1-0.dll
md5: 990AC84AE2D83EEB532A28FE29602827 | sha1: 0916F85CC6CC1F01DC08BDF71517A1DC1B8EAF78 | sha256: DBD788B1C5694D65FA6F6E2202BFABB30ADF77EB1973CEB9A737EFB16E9EDAE2 | sha512: F0E4705A6890B4F81B7D46F66CA6B8EE82F647E163BCE9ECAD11D0BBD69CAF4FF3C4F15E0D3F829C048B6849B99A7641861E6CAF319904D4D61A6084F10DA353
bin\api-ms-win-core-memory-l1-1-0.dll
md5: 3940167FFB4383992E73F9A10E4B8B1E | sha1: 53541C824003B0F90B236EDA83B06BEC5E1ACBF5 | sha256: EC573431338371504B7B9E57B2D91382B856AABF25D2B4AD96486EFB794C198E | sha512: 9732ACAA4DB773F4F99F423D9FEAEBB35C197BBD468922348E0AD086F7131D83F6D9714DC7D375183E7CB8920CFE37F3DA19B0041A9063CC60ABE183375B1929
bin\api-ms-win-core-localization-l1-2-0.dll
md5: 23BD405A6CFD1E38C74C5150EEC28D0A | sha1: 1D3BE98E7DFE565E297E837A7085731ECD368C7B | sha256: A7FA48DE6C06666B80184AFEE7E544C258E0FB11399AB3FE47D4E74667779F41 | sha512: C52D487727A34FBB601B01031300A80ECA7C4A08AF87567DA32CB5B60F7A41EB2CAE06697CD11095322F2FC8307219111EE02B60045904B5C9B1F37E48A06A21
bin\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 0C48220A4485F36FEED84EF5DD0A5E9C | sha1: 1E7D4038C2765CFFA6D4255737A2A8AA86B5551C | sha256: 2DD4EBAA12CBBA142B5D61A0EBF84A14D0D1BB8826BA42B63E303FE6721408DF | sha512: E09951785B09F535340E1E6C256DF1919485B4DAD302B30D90126411CC49A13807B580FA2FCD0D6F7B64AAC4F5B5EA3E250B66035A0E2F664D865408C9B43D48
bin\api-ms-win-core-interlocked-l1-1-0.dll
md5: CFE87D58F973DAEDA4EE7D2CF4AE521D | sha1: FD0AA97B7CB6E50C6D5D2BF2D21D757040B5204A | sha256: 4997FDA5D0E90B8A0AB7DA314CB56F25D1450B366701C45C294D8DD3254DE483 | sha512: 40EB68DEB940BBE1B835954183EEA711994C434DE0ABBDEA0B1A51DB6233A12E07827AD4A8639AE0BAF46DD26C168A775FFE606C82CBE47BAE655C7F28AB730B
bin\api-ms-win-core-heap-l1-1-0.dll
md5: FF8026DAB5D3DABCA8F72B6FA7D258FA | sha1: 075C8719E226A34D7B883FD62B2D7F8823D70F1A | sha256: 535E9D20F00A2F1A62F843A4A26CFB763138D5DFE358B0126D33996FBA9CA4D1 | sha512: 9C56FF11D5843BA09CD29E3BC6C6B9396926C6A588194193BA220CFA784B770AB6756076F16F18CFEA75B51A8184A1063EF47F63804839530382F8D39D5CF006
bin\api-ms-win-core-handle-l1-1-0.dll
md5: 18FD51821D0A6F3E94E3FA71DB6DE3AF | sha1: 7D9700E98EF2D93FDBF8F27592678194B740F4E0 | sha256: DBA84E704FFE5FCD42548856258109DC77C6A46FD0B784119A3548EC47E5644B | sha512: 4009B4D50E3CB17197009AC7E41A2351DE980B2C5B79C0B440C7FE4C1C3C4E18F1089C6F43216EAA262062C395423F3AD92CA494F664636FF7592C540C5EF89D
bin\api-ms-win-core-file-l2-1-0.dll
md5: 3F224766FE9B090333FDB43D5A22F9EA | sha1: 548D1BB707AE7A3DFCCC0C2D99908561A305F57B | sha256: AE5E73416EB64BC18249ACE99F6847024ECEEA7CE9C343696C84196460F3A357 | sha512: C12EA6758071B332368D7EF0857479D2B43A4B27CEEAB86CBB542BD6F1515F605EA526DFA3480717F8F452989C25D0EE92BF3335550B15ECEC79E9B25E66A2CA
bin\api-ms-win-core-file-l1-2-0.dll
md5: 79EE4A2FCBE24E9A65106DE834CCDA4A | sha1: FD1BA674371AF7116EA06AD42886185F98BA137B | sha256: 9F7BDA59FAAFC8A455F98397A63A7F7D114EFC4E8A41808C791256EBF33C7613 | sha512: 6EF7857D856A1D23333669184A231AD402DC62C8F457A6305FE53ED5E792176CA6F9E561375A707DA0D7DD27E6EA95F8C4355C5DC217E847E807000B310AA05C
bin\api-ms-win-core-file-l1-1-0.dll
md5: EEFE86B5A3AB256BEED8621A05210DF2 | sha1: 90C1623A85C519ADBC5EF67B63354F881507B8A7 | sha256: 1D1C11FC1AD1FEBF9308225C4CCF0431606A4AB08680BA04494D276CB310BF15 | sha512: C326A2CA190DB24E8E96C43D1DF58A4859A32EB64B0363F9778A8902F1AC0307DCA585BE04F831A66BC32DF54499681AD952CE654D607F5FDB93E9B4504D653F
bin\api-ms-win-core-errorhandling-l1-1-0.dll
md5: D91BF81CF5178D47D1A588B0DF98EB24 | sha1: 75F9F2DA06AA2735906B1C572DD556A3C30E7717 | sha256: F8E3B45FD3E22866006F16A9E73E28B5E357F31F3C275B517692A5F16918B492 | sha512: 93D1B0D226E94235F1B32D42F6C1B95FADFAF103B8C1782423D2C5A4836102084FB53F871E3C434B85F0288E47F44345138DE54EA5F982CA3E8BBF2D2BEA0706
bin\api-ms-win-core-debug-l1-1-0.dll
md5: 879920C7FA905036856BCB10875121D9 | sha1: A82787EA553EEFA0E7C3BB3AEDB2F2C60E39459A | sha256: 7E4CBA620B87189278B5631536CDAD9BFDA6E12ABD8E4EB647CB85369A204FE8 | sha512: 06650248DDBC68529EF51C8B3BC3185A22CF1685C5FA9904AEE766A24E12D8A2A359B1EFD7F49CC2F91471015E7C1516C71BA9D6961850553D424FA400B7EA91
bin\api-ms-win-core-datetime-l1-1-0.dll
md5: 8894176AF3EA65A09AE5CF4C0E6FF50F | sha1: 46858EA9029D7FC57318D27CA14E011327502910 | sha256: C64B7C6400E9BACC1A4F1BAED6374BFBCE9A3F8CF20C2D03F81EF18262F89C60 | sha512: 64B31F9B180C2E4E692643D0CCD08C3499CAE87211DA6B2B737F67B5719F018EBCACC2476D487A0AEB91FEA1666E6DBBF4CA7B08BB4AB5A031655BF9E02CEA9A
bin\api-ms-win-core-console-l1-1-0.dll
md5: AABBB38C4110CC0BF7203A567734A7E7 | sha1: 5DF8D0CDD3E1977FFACCA08FAF8B1C92C13C6D48 | sha256: 24B07028C1E38B9CA2F197750654A0DFB7D33C2E52C9DD67100609499E8028DB | sha512: C66C98D2669D7A180510C57BAB707D1E224C12AB7E2B08994EB5FD5BE2F3DEE3DBDB934BCB9DB168845E4D726114BCE317045027215419D3F13DCFA0F143D713
bin\api-ms-win-crt-private-l1-1-0.dll
md5: 3D139F57ED79D2C788E422CA26950446 | sha1: 788E4FB5D1F46B0F1802761D0AE3ADDB8611C238 | sha256: DC25A882AC454A0071E4815B0E939DC161BA73B5C207B84AFD96203C343B99C7 | sha512: 12ED9216F44AA5F245C707FE39AED08DC18EA675F5A707098F1A1DA42B348A649846BC919FD318DE7954EA9097C01F22BE76A5D85D664EF030381E7759840765
bin\api-ms-win-crt-process-l1-1-0.dll
md5: 9D3D6F938C8672A12AEA03F85D5330DE | sha1: 6A7D6E84527EAF54D6F78DD1A5F20503E766A66C | sha256: 707C9A384440D0B2D067FC0335273F8851B02C3114842E17DF9C54127910D7FB | sha512: 0E1681B16CD9AF116BCC5C6B4284C1203B33FEBB197D1D4AB8A649962C0E807AF9258BDE91C86727910624196948E976741411843DD841616337EA93A27DE7CB
bin\api-ms-win-crt-runtime-l1-1-0.dll
md5: FB0CA6CBFFF46BE87AD729A1C4FDE138 | sha1: 2C302D1C535D5C40F31C3A75393118B40E1B2AF9 | sha256: 1EE8E99190CC31B104FB75E66928B8C73138902FEFEDBCFB54C409DF50A364DF | sha512: 99144C67C33E89B8283C5B39B8BF68D55638DAA6ACC2715A2AC8C5DBA4170DD12299D3A2DFFB39AE38EF0872C2C68A64D7CDC6CEBA5E660A53942761CB9ECA83
bin\api-ms-win-crt-stdio-l1-1-0.dll
md5: D5166AB3034F0E1AA679BFA1907E5844 | sha1: 851DD640CB34177C43B5F47B218A686C09FA6B4C | sha256: 7BCAB4CA00FB1F85FEA29DD3375F709317B984A6F3B9BA12B8CF1952F97BEEE5 | sha512: 8F2D7442191DE22457C1B8402FAAD594AF2FE0C38280AAAFC876C797CA79F7F4B6860E557E37C3DBE084FE7262A85C358E3EEAF91E16855A91B7535CB0AC832E
bin\api-ms-win-crt-string-l1-1-0.dll
md5: AD99C2362F64CDE7756B16F9A016A60F | sha1: 07C9A78EE658BFA81DB61DAB039CFFC9145CC6CB | sha256: 73AB2161A7700835B2A15B7487045A695706CC18BCEE283B114042570BB9C0AA | sha512: 9C72F239ADDA1DE11B4AD7028F3C897C93859EF277658AEAA141F09B7DDFE788D657B9CB1E2648971ECD5D27B99166283110CCBA437D461003DBB9F6885451F7
bin\api-ms-win-crt-time-l1-1-0.dll
md5: 9B79FDA359A269C63DCAC69B2C81CAA4 | sha1: A38C81B7A2EC158DFCFEB72CB7C04B3EB3CCC0FB | sha256: 4D0F0EA6E8478132892F9E674E27E2BC346622FC8989C704E5B2299A18C1D138 | sha512: E69D275C5EC5EAE5C95B0596F0CC681B7D287B3E2F9C78A9B5E658949E6244F754F96AD7D40214D22ED28D64E4E8BD507363CDF99999FEA93CFE319078C1F541
bin\api-ms-win-crt-utility-l1-1-0.dll
md5: 70E9104E743069B573CA12A3CD87EC33 | sha1: 4290755B6A49212B2E969200E7A088D1713B84A2 | sha256: 7E6B33A4C0C84F18F2BE294EC63212245AF4FD8354636804FFE5EE9A0D526D95 | sha512: E979F28451D271F405B780FC2025707C8A29DCB4C28980CA42E33D4033666DE0E4A4644DEFEC6C1D5D4BDD3C73D405FAFCFFE3320C60134681F62805C965BFD9
bin\Chessie.dll
md5: B5AE1290B559675E28546EB000DB94B0 | sha1: 607A156129BDF9954243802DB35BFCF392EA595C | sha256: 1D7ABADBB1231FCAD053C40F17C5C0931F64F517B8F007D6368E7640D31AC069 | sha512: B8EA6028647C758519A556CA249CCE3E108363C15C34819AF647887FAE147CFFCBD9A809919601DE239C057BC9F1DEBA60AB76034EA639E94372A86260F0F237
bin\clrcompression.dll
md5: C14921F9C2010443674BFFCC44719C7A | sha1: 4B14F09FA8F78221BD9BD92391A79D8177427575 | sha256: 1C1593281034470980C1F4AF0AA8195054546B73AAC4B8B023ADBFF74DAE028F | sha512: 7582D1B6703D41DCABF1B4C1039F25BF678F85EAD418F8AD9C240E9171281DA7052A5DB8BE8AD8D55878023E6F4021E866B1700B58A25325109F49A681E7B860
bin\clretwrc.dll
md5: 9B70CD934CD77BC62547F315ED06F69A | sha1: D26BA80214FD05BA5779B3D8C7BE6252F0791D71 | sha256: 0AAA9BCC81F47233B4FFBFB9860ED4E645B86A18AC4F30D72EB4240957564A3C | sha512: 128B3F39D9E06D8C040FA05AC3A5B6FB4EDCCBC74552B4A3632919D82158991D038CB124676B14505A202D59C063724A9BDC11A72455E391AFB28ECD558946BC
bin\clrjit.dll
md5: 82B8263072729E9E33D78045A0666758 | sha1: 292D32CC9B583EFA45642FB3CD77AD451D901DD0 | sha256: 9EC896D7BB9A30017D8607BA622A8251F30B434AE6F2397DD2412960AFDAB43F | sha512: F4DAD92BA8EED3B4302AD7CCAB07BD8B0F14482728115BB4CAB3DB88E86BF7C84D005D006AF4851F624A733D067B63D796465A349F03FBCFF2BC9E196E6B2B1B
bin\fake.pdb
 
bin\Fake.Runtime.dll
md5: 7D185730EFC6D59F9A9A0A89D8BF2E8B | sha1: 3DB2B1200409071B10AD88645409DBE0052840A1 | sha256: C12195C60DDAACFB18EB1C20A04A47B9F83AD248F9B64E12708DC3662DCD37A3 | sha512: DFD0AAB5769FEB300F54147318EE3551674E6F8DBDD6E8E16B67011CA8067569219E1E964FEE26B703E9B01D1E57507F31A5D2211B5A1999184649311708C97F
bin\Fake.Runtime.pdb
 
bin\Fake.Runtime.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Runtime</name></assembly>
<members>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateNew(Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{System.String}},Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Quickly create a new IFsiSession with some sane defaults
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateForwardWriter(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Creates a forwarder Textwriter, which forwards all output to the given function.
 Set revertRedirect only to &quot;false&quot; if you know that f doesn&apos;t print anything to the stdout.
 When revertRedirect is true we capture the Console.Out property and set it before calling f.
 removeNewLines handles the newline characters properly and calls f for every new line instead of every call to
 to the underlaying writers.
 The difference is that with removeNewLines you should use printfn and get lines without newline characters.
 On the other hand without removeNewLines you are called on every TextWriter.Write call,
 so you might be called multiple times for a single lines or a single time for multiple lines.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.Create(Yaaf.FSharp.Scripting.FsiOptions,Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Create a new IFsiSession by specifying all fsi arguments manually.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.WarnLevel">
<summary>
 Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
 Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.Default">
<summary>
 Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
 Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiOptions">
<summary>
 See https://msdn.microsoft.com/en-us/library/dd233172.aspx
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.IFsiSession.DynamicAssembly">
<summary>
 Gets the currently build dynamic assembly.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.TryEvalExpressionWithOutput(System.String)">
<summary>
 Try to evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalScriptWithOutput(System.String)">
<summary>
 Evaluate the given script.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalInteractionWithOutput(System.String)">
<summary>
 Evaluate the given interaction.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.IFsiSession">
<summary>
 Represents a simple F# interactive session.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiExpressionTypeException">
<summary>
 Exception for invalid expression types
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiEvaluationException">
<summary>
 This exception indicates that an exception happened while compiling or executing given F# code.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.InteractiveSettings">
<summary>
 Implements a simple &apos;fsi&apos; object to be passed to the FSI evaluator
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.SimpleEventLoop">
<summary>
 Represents a simple (fake) event loop for the &apos;fsi&apos; object
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Handle``1(Yaaf.FSharp.Scripting.IFsiSession,Microsoft.FSharp.Core.FSharpFunc{System.String,``0},System.String)">
<summary>
 Handle the given evaluation function
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCurrentDirectory``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
 Same as ChangeCurrentDirectory but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.ChangeCurrentDirectory(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Change the current directory (so that relative paths within scripts work properly).
 Returns a handle to change the current directory back to it&apos;s initial state
 (Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCd``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
 Same as Cd but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Cd(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Change the current directory (so that relative paths within scripts work properly).
 Returns a handle to change the current directory back to it&apos;s initial state
 (Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Let``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,``0)">
<summary>
 Assigns the given object to the given name (ie &quot;let varName = obj&quot;)
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalExpression``1(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteraction(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteractionWithOutput(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullNameWithTypeArgs(System.Type)">
<summary>
 Gets a string that can be used in F# source code to reference the current type instance.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpParamList(System.Type)">
<summary>
 The parameter list of the current type, sets &quot;_&quot; if the current instance is a generic definition.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullName(System.Type)">
<summary>
 Gets the FullName of the current type in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpName(System.Type)">
<summary>
 The name of the current type instance in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_NamespaceName(System.Type)">
<summary>
 The FullName but without any generic parameter types.
</summary>
</member>
<member name="M:Fake.Runtime.Environment.hasEnvironVar(System.String)">
<summary>
 Returns if the build parameter with the given name was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrNone(System.String)">
<summary>
 Retrieves the environment variable or None
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBool(System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the false if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBoolOrDefault(System.String,System.Boolean)">
<summary>
 Retrieves the environment variable with the given name or returns the default bool if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrFail(System.String)">
<summary>
 Retrieves the environment variable with the given name or fails if not found
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrDefault(System.String,System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the default if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.setEnvironVar(System.String,System.String)">
<summary>
 Sets the environment variable with the given name
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVars">
<summary>
 Retrieves all environment variables from the given target
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVar(System.String)">
<summary>
 Retrieves the environment variable with the given name
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersionStr">
<summary>
 Gets the FAKE Version string
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersion">
<summary>
 Gets the FAKE version no.
</summary>
</member>
<member name="T:Fake.Runtime.Environment">
<summary>
 This module contains functions which allow to read and write environment variables and build parameters
</summary>
</member>
<member name="T:Fake.Runtime.Path">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.String.isNotNullOrEmpty(System.String)">
<summary>
 Returns if the string is not null or empty
</summary>
</member>
<member name="M:Fake.Runtime.String.isNullOrEmpty(System.String)">
<summary>
 Returns if the string is null or empty
</summary>
</member>
<member name="T:Fake.Runtime.String">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.ConsoleTraceListener.Fake-Runtime-Trace-ITraceListener-Write(Fake.Runtime.Trace.TraceData)">
<summary>
 Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ConsoleTraceListener">
<summary>
 Implements a TraceListener for System.Console.
 ## Parameters
  - `importantMessagesToStdErr` - Defines whether to trace important messages to StdErr.
  - `colorMap` - A function which maps TracePriorities to ConsoleColors.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ITraceListener">
<summary>
 Defines a TraceListener interface
</summary>
</member>
<member name="T:Fake.Runtime.Trace.TraceData">
<summary>
 Defines Tracing information for TraceListeners
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceError(System.String)">
<summary>
 Traces an error (in red)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceFAKE``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a trace to the command line (in yellow)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracef``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green) and without a line break
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracefn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.trace(System.String)">
<summary>
 Writes a trace to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.log(System.String)">
<summary>
 Logs the specified string        
</summary>
</member>
<member name="P:Fake.Runtime.Trace.fakePath">
<summary>
 Gets the path of the current FAKE instance
</summary>
</member>
<member name="M:Fake.Runtime.Trace.postMessage(Fake.Runtime.Trace.TraceData)">
<summary>
 Allows to post messages to all trace listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.listeners">
<summary>
 A List with all registered listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.defaultConsoleTraceListener">
<summary>
 The default TraceListener for Console.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.colorMap(Fake.Runtime.Trace.TraceData)">
<summary>
 A default color map which maps TracePriorities to ConsoleColors
</summary>
</member>
<member name="T:Fake.Runtime.Trace">
<summary>
 This module contains function which allow to trace build output
</summary>
</member>
<member name="T:Fake.Runtime.FSharpParser.InterestingItem">
<summary>
 Parse #r references for `paket:` lines
</summary>
</member>
<member name="T:Fake.Runtime.Runners">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.nameParser(System.String,System.String)">
<summary>
 public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,System.String,System.String)">
<summary>
 Handles a cache store operation, this should not throw as it is executed in a finally block and
 therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.CompileRunner">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.nameParser(System.String)">
<summary>
 public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Handles a cache store operation, this should not throw as it is executed in a finally block and
 therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.ScriptRunner">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.HashGeneration">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.CoreCache">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.FakeRuntime.tryPrepareFakeScript(Fake.Runtime.Runners.FakeConfig)">
<summary>
 Doesn&apos;t create the .fake folder for this file if we don&apos;t detect a fake script
</summary>
</member>
<member name="F:Fake.Runtime.Tooling.GetTargetsWarningOrErrorType.EmptyInfoFile">
<summary>
 Most likely due to missing `Target.runOrDefault`
</summary>
</member>
<member name="F:Fake.Runtime.Tooling.GetTargetsWarningOrErrorType.MissingNavigationInfo">
<summary>
 Most likely due to missing `Target.initEnvironment()`
</summary>
</member>
<member name="M:Fake.Runtime.Tooling.DebugTraceListener.Fake-Runtime-Trace-ITraceListener-Write(Fake.Runtime.Trace.TraceData)">
<summary>
 Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Runtime.Tooling.Target">
<summary>
 a FAKE target, its description and its relations to other targets (dependencies), including the declaration lines of the target and the dependencies.           
</summary>
</member>
<member name="T:Fake.Runtime.Tooling.Dependency">
<summary>
 a target dependency, either a hard or a soft dependency.
</summary>
</member>
<member name="M:Fake.Runtime.Tooling.detectFakeScript(System.String)">
<summary>
 Detect if a given file is a FAKE script
</summary>
</member>
<member name="T:Fake.Runtime.Tooling">
<summary>
 This module is to provide tooling support for FAKE scripts and provide common operations
</summary>
</member>
</members>
</doc>
bin\ja\FSharp.Core.resources.dll
md5: FAF1585F5E792183EA8CE4391E3D2AB6 | sha1: 52B4B7F284FF7F14144CA303A50461D835989F67 | sha256: BBBF588AB2922A0B25172C71B0CB20665D638B492BA4D1BDBFF3E24AB493646A | sha512: 22B58EB64845F595B5224374B79E5609FDDA50EA19E09CCC506CD73C892A39D51CE3E4619115E09A151886F97D0E16D242913AF2E25F0DE7B5B4D9DC651E4D05
bin\ko\FSharp.Core.resources.dll
md5: 21C7F407E2B79C3A11548C42AB199F8F | sha1: C9BADEDFD907538D59F34ADC1F717B601032D1A7 | sha256: 6C6F8001C1542955E93A4F0BE233FA1C60E4420547490885F4712EC71C810BE0 | sha512: BFA8303A7BF8758481C162706D4382AFE8219A9E26BA442E5F39B8DD83268C2297556C7866C0BD9E55B9DB90D999F81BDAD42D360B7D5FE37C5C0C4852281ACA
bin\Microsoft.CSharp.dll
md5: 13C51064348C33AE3CB8BBB2BEB14629 | sha1: F6C0A0259344FFF294A18A0E2C3DA1DA329DE58F | sha256: D6A09FA04EB89BB061E5B798C683015A67E326F4EE604DF27E474A834C39A061 | sha512: 6F6200A69B46D509729461A36B6CD2D403AE6C69752FFB4B07F8D4C0F3EB71E6A673D3242F0B4C679544BAC5927A24F2882E4C97C5635678FC3A981C7057A36B
bin\Microsoft.DiaSymReader.Native.x86.dll
md5: 4FF7094E3EDFDA47CED912012044296B | sha1: C6F3C9D81713687DC3820D8CABF14C2A32208D27 | sha256: F21DA9FB831AC943736135B6EE109A4B352511B8D6C07CB03C66B61996D1DDC9 | sha512: 372867BBAE96C51EE11B413F552A67A53992B16DBFA44105381DB3813E3C2F9A3DC9D16FC6BD6366514D4E1B4BF1EECCCE5261BC3DF837BF3E3EB5A04446C551
bin\Microsoft.DotNet.PlatformAbstractions.dll
md5: 8ED1B343DC98E338ACC983A0687DE49E | sha1: D63333AFF2861F9FC39F3AB5DE75B7C8D6DD3340 | sha256: B9C07D7163691CF99134836C74FCB7ED60E9304A45E180990E8DB585A398165E | sha512: 68B4B1C4BC6345BA7796CAA907B84818E806FF0E16D93911562C62E85C274F0950EEABC616C220CC7EAF743171A03D30651F5F8BD0D8E2A5753AD00E96C27368
bin\Microsoft.VisualBasic.dll
md5: 136929DDC01EC68CD7902D46CEFAEFAF | sha1: 9C7551D8A6D6F592B256D179E073B821EE952636 | sha256: 7FE4A4AC4C95822B151E5A7730D2E810C9D33FB65AED852E56CD7AFBFC624BC3 | sha512: D68DB50C359D2C72645F44D621498D4AFCF9C28634E6F74B1B9F52770335BFA4F22B46E8C11B3FC345C5D2F3DCF7FC689292F9B9C7CAFF6AE23BCDF85C59BE69
bin\Microsoft.Win32.Primitives.dll
md5: 9BC7747A6BB6A6A2E75C169D95549BD5 | sha1: 8DC4C774E742845F87F1B11C5F19AC5681C77100 | sha256: C8249CBB569702B90DFB49EC744F00C835F9C6B6C6CCFE243714D61AE5C454D1 | sha512: 572860F084F882A5B2F9ECA332D25CCF573D99C239F10DE14BA8CC55172158A51E479F9DC805EBFD01E13FE852EF251A84567C7E467E7A70B365BBD641A52331
bin\fake.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp2.1"
  }
}
bin\fake.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>fake</name></assembly>
<members>
<member name="T:Cli">
<summary>
 New Command line interface for FAKE that utilises Argu.
</summary>
</member>
</members>
</doc>
bin\FParsec.dll
md5: B508930BA7F4E87F295EC5057E522255 | sha1: E160F283C4C86FFD6B115D1B9B7C7C7216372F46 | sha256: C5E63264FF4D209E0C45B93F7BB8732FA5050F21B5C5944B740D9743052C87A2 | sha512: 186B7EB6BE544C1E12A9DC1275CBC9E199CBAABC8E8B1FF7CE8920010290585A51EC3C8100329E6160F517B033CC45BF5AF2F61299AA981AA7FD5E7487E513B2
bin\FParsecCS.dll
md5: 9429089F36FDBCE49285742E22418923 | sha1: C4C21B40950FCAD7648BBEC2918FCA1B528E0F29 | sha256: 69AB2AE85FEB972C3140B01E1B1FFEDE6D0E037651E89F13281A978098DA5E07 | sha512: C8A7C1997A495606A68BB4FFA54E5BAC94C249A59C7960F5A1BF129F285A17C5AC81F00A111B0FBBE9A0D4CCB16B965CBB3F37FCA9C911FE16FF73B0723B9125
bin\fr\FSharp.Core.resources.dll
md5: 527D92EAF53C08AC00D932032469FABF | sha1: 3528969FD6385B86C4D282C668140ABF234436CB | sha256: 2D9CFB328E5D059836746D5A013382B8D481722E1E9B9E5685B1C57FB79ECAE2 | sha512: 4FFD1AF2A8499EBD75C1311818CD35D93712D95ECD4CD84DAF3B72F483612CB15B5ADABB4BFF32AD688DAAA02A15FB5BA8DCFD338C408FDF0A561A724D1A3829
bin\FSharp.Compiler.Service.dll
md5: 8CC902BC1C88857A500E30AA5164ADB6 | sha1: 3D927D5C887885F93755D0C30385FA565E1B31B2 | sha256: B0CA0AC9D108CAC1B85D327E2D5D918BF76465345FD8D3669CC5B4BB21AF1693 | sha512: CEE9A79B0111A1ACFDE4156C5653E70FDC3FE06C609F8B99B9D9C3035593B771A5C3416A2673F4268E58E36E28CD171D9C7618566AEFFF80091ECD2B86951CA5
bin\coreclr.dll
md5: DB0C5B0F16D87310799FD25CAD75C841 | sha1: 6E25834CCB4BA637F33603DE274703547A4244A6 | sha256: 8562DC769BF17346AFF7D8EB0FE045417DC0CA6D4301FDC7D3C1781CEE058C7A | sha512: 88E5242C5E55AA49FCE00183278B7B799D1FACBEAB8F881488F51C0E3999C61B6BB9DD475478F27AE6D69B7A39459394C210DE2C575F9692F39BC59522511052
bin\cs\FSharp.Core.resources.dll
md5: 0012A01AC4784210397933159B457EE2 | sha1: 1EC65481D3152DFF25AB730E265CA26888C4F799 | sha256: 6756D9DFA3B8A82C9F7978FC9F573BC145B2CFA60C671F4250ED09723BE98157 | sha512: D9264571644F7026C17286BFC9FCA8D213DA3A88C787E5F46F54EEA2A4B26E1199BF321935BB4CE304FBDADCC29DFFD8F65F656645A21E8B1AF7D14DFCB25D6D
bin\dbgshim.dll
md5: 69EB6CFACB0A09FF992D6D228EF17086 | sha1: 6F4EDBF5C82CFC83425A347336246EDE2FE98FD1 | sha256: F50D94EE53F89C2C03E02966F2EA5F5F0C8D5BE570F76ADE61E0F84B9471C997 | sha512: 48E85D143EEA6D14F28A1F59EEFAB2749E277ABA3DAD5B088114C72629BBEB501176E2FBF224708CDE2B0047C624F2BBBCA0C242BED25DEC7C1285A848012257
bin\de\FSharp.Core.resources.dll
md5: 05282F5ADE74DF35D7AC12945BA7DCE7 | sha1: 27FFB6668F4D4F092AA24E5934797E6557BF8C09 | sha256: 3A9BA156341E1D221ECF1CF876B029E2FE186822D4117B224F6FFFE09D2760A1 | sha512: 26E04A0D2DEAB234A0029114B851246603BE8E9C082CE8D37F04082A7C1364029967479B3146B763F3869148D6EA29912474AF160DB23C048023B3269F9EA2E6
bin\es\FSharp.Core.resources.dll
md5: FE83275D52F4DB30A0A02DEAD1207603 | sha1: 80FB12CB26A2FC3E054A045BA1CE0BCF4A7A6EC4 | sha256: 8DD78B06AAECDB232AA09DC154F65B9009DB8357679470A2B69AF6E3D85B4F2C | sha512: CEF0426B59152BEFC6A51ABD742716EB3AEF551B1F5AE200C21B52F620CF2D0EE76AB91D2041C67472F5167446AF040AD7854B4F9CD58D5FEB42D9177AB6B84A
bin\Fake.Core.CommandLineParsing.dll
md5: FB6B72DB7E5A8ABCFA595F152875815C | sha1: 9A3409F719F9A0DEE7DEC1E8E3D1A76E74B50141 | sha256: 738A9ED0022C6458B980EC7748EC070F462C61E59076245A775E3CF7E4C37C65 | sha512: BF31B35F03716DC921EEFDF85ED3B6F88A8F0BF3EE33D7636FAA6A4DC6EE9FAE38A4C2B6524B64654582BA96DD3B867C5728696294B24A725800225E674E0D24
bin\Fake.Core.CommandLineParsing.pdb
 
bin\Fake.Core.CommandLineParsing.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.CommandLineParsing</name></assembly>
<members>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sdh">
<summary>
 matches the stdin [-]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ell">
<summary>
 Marks that the given item can be given multiple times 
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Cmd">
<summary>
 Fixed command, like &quot;push&quot; in &quot;git push&quot;
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Seq">
<summary>
 Sequence of items, if the items are only options then order is ignored.
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Xor">
<summary>
 Either the one or the other
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Arg">
<summary>
 Named/Positional argument
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Req">
<summary>
 Requires the given item
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sqb">
<summary>
 Marks the given item as optional
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Lop">
<summary>
 long option
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sop">
<summary>
 Short options
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ano">
<summary>
 Matches an option annotation [options]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Eps">
<summary>
 matches nothing?
</summary>
</member>
<member name="P:Fake.Core.DocHelper.OptionBuilder.Lines">
<summary>
 The lines in reversed order
</summary>
</member>
</members>
</doc>
bin\Fake.Core.Context.dll
md5: 62CA124AF251B655AB0F7FDCE5735851 | sha1: AE42E6811F3B128032B20F18001021EC67A98C85 | sha256: 62BD4707BBDF630B14EACFDCEB45A72EDF15D93A0862309BA13AC73AC0A7AF94 | sha512: D9D5851ECBF8929A2B7A9029B108184D187EE1F8DDE57B6165F70C4EA0560710E586B5898AFD43E1A3F76EF8D427DC7BCD5EF1C0B243EAA6E1ED405608F78DDE
bin\Fake.Core.Context.pdb
 
bin\Fake.Core.Context.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Context</name></assembly>
<members>
<member name="T:Fake.Core.Context">
<summary>
 This module tracks the context of the build.
 This allows us to run some modules without any context and change behavior depending on the context
 (For example `Fake.Process` kills all processes when the Fake Context exists, but it should not when used as library)
</summary>
</member>
</members>
</doc>
bin\fake.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.1/win7-x86",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {},
    ".NETCoreApp,Version=v2.1/win7-x86": {
      "fake/5.19.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "4.7.0",
          "Fake.Core.CommandLineParsing": "5.19.0",
          "Fake.Runtime": "5.19.0",
          "Microsoft.NETCore.App": "2.1.14",
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETFramework.ReferenceAssemblies": "1.0.0-preview.2",
          "Mono.Cecil": "0.11.1",
          "Newtonsoft.Json": "12.0.3",
          "Paket.Core": "5.241.2",
          "System.Buffers": "4.5.0",
          "System.Net.Http.WinHttpHandler": "4.7.0",
          "System.Security.Cryptography.ProtectedData": "4.7.0"
        },
        "runtime": {
          "fake.dll": {}
        }
      },
      "Chessie/0.6.0": {
        "dependencies": {
          "FSharp.Core": "4.7.0",
          "NETStandard.Library": "2.0.3"
        },
        "runtime": {
          "lib/netstandard1.6/Chessie.dll": {
            "assemblyVersion": "0.6.0.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "FParsec/1.0.3": {
        "dependencies": {
          "FSharp.Core": "4.7.0",
          "NETStandard.Library": "2.0.3"
        },
        "runtime": {
          "lib/netstandard1.6/FParsec.dll": {
            "assemblyVersion": "1.0.3.0",
            "fileVersion": "1.0.3.0"
          },
          "lib/netstandard1.6/FParsecCS.dll": {
            "assemblyVersion": "1.0.3.0",
            "fileVersion": "1.0.3.0"
          }
        }
      },
      "FSharp.Compiler.Service/33.0.1": {
        "dependencies": {
          "FSharp.Core": "4.7.0",
          "System.Collections.Immutable": "1.7.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "4.3.0",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Metadata": "1.8.0",
          "System.Reflection.TypeExtensions": "4.7.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1"
        },
        "runtime": {
          "lib/netstandard2.0/FSharp.Compiler.Service.dll": {
            "assemblyVersion": "22.0.3.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "FSharp.Core/4.7.0": {
        "runtime": {
          "lib/netstandard2.0/FSharp.Core.dll": {
            "assemblyVersion": "4.7.0.0",
            "fileVersion": "4.700.19.40208"
          }
        },
        "resources": {
          "lib/netstandard2.0/cs/FSharp.Core.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.0/de/FSharp.Core.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.0/es/FSharp.Core.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.0/fr/FSharp.Core.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.0/it/FSharp.Core.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.0/ja/FSharp.Core.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.0/ko/FSharp.Core.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.0/pl/FSharp.Core.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.0/ru/FSharp.Core.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.0/tr/FSharp.Core.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.DotNet.PlatformAbstractions/2.1.0": {
        "dependencies": {
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Reflection.TypeExtensions": "4.7.0",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "2.1.0.0"
          }
        }
      },
      "Microsoft.NETCore.App/2.1.14": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.1.14",
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x86.Microsoft.NETCore.App": "2.1.14"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.1.14": {
        "dependencies": {
          "runtime.win-x86.Microsoft.NETCore.DotNetAppHost": "2.1.14"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.1.14": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.14",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "2.1.14"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.1.14": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.14",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "2.1.14"
        }
      },
      "Microsoft.NETCore.Platforms/3.1.0": {},
      "Microsoft.NETCore.Targets/3.1.0": {},
      "Microsoft.NETFramework.ReferenceAssemblies/1.0.0-preview.2": {},
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "Microsoft.Win32.Registry/4.7.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.7.0",
          "System.Security.Principal.Windows": "4.7.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "Mono.Cecil/0.11.1": {
        "runtime": {
          "lib/netstandard2.0/Mono.Cecil.Mdb.dll": {
            "assemblyVersion": "0.11.1.0",
            "fileVersion": "0.11.1.0"
          },
          "lib/netstandard2.0/Mono.Cecil.Pdb.dll": {
            "assemblyVersion": "0.11.1.0",
            "fileVersion": "0.11.1.0"
          },
          "lib/netstandard2.0/Mono.Cecil.Rocks.dll": {
            "assemblyVersion": "0.11.1.0",
            "fileVersion": "0.11.1.0"
          },
          "lib/netstandard2.0/Mono.Cecil.dll": {
            "assemblyVersion": "0.11.1.0",
            "fileVersion": "0.11.1.0"
          }
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0"
        }
      },
      "Newtonsoft.Json/12.0.3": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "12.0.0.0",
            "fileVersion": "12.0.3.23909"
          }
        }
      },
      "Paket.Core/5.241.2": {
        "dependencies": {
          "Chessie": "0.6.0",
          "Mono.Cecil": "0.11.1",
          "Newtonsoft.Json": "12.0.3",
          "System.Net.Http.WinHttpHandler": "4.7.0",
          "System.Security.Cryptography.ProtectedData": "4.7.0"
        },
        "runtime": {
          "lib/netstandard2.0/Paket.Core.dll": {
            "assemblyVersion": "5.241.2.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.native.System/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.win-x86.Microsoft.NETCore.App/2.1.14": {
        "runtime": {
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.28208.1"
          }
        },
        "native": {
          "runtimes/win-x86/native/API-MS-Win-core-xstate-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "runtimes/win-x86/native/System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/clrcompression.dll": {
            "fileVersion": "4.6.28208.1"
          },
          "runtimes/win-x86/native/clretwrc.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/clrjit.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/coreclr.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/dbgshim.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/mscordaccore.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/mscordaccore_x86_x86_4.6.28207.04.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/mscordbi.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/mscorrc.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/sos.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/sos_x86_x86_4.6.28207.04.dll": {
            "fileVersion": "4.6.28207.4"
          },
          "runtimes/win-x86/native/ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.14": {
        "native": {
          "runtimes/win-x86/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.14": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.14"
        },
        "native": {
          "runtimes/win-x86/native/hostpolicy.dll": {
            "fileVersion": "2.1.28209.2"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.14": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.14"
        },
        "native": {
          "runtimes/win-x86/native/hostfxr.dll": {
            "fileVersion": "2.1.28209.2"
          }
        }
      },
      "System.AppContext/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Buffers/4.5.0": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "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.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.7.0": {
        "runtime": {
          "lib/netstandard2.0/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.5.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.7.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "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.1"
        }
      },
      "System.Diagnostics.TraceSource/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "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.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Memory/4.5.3": {},
      "System.Net.Http.WinHttpHandler/4.7.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit/4.7.0": {},
      "System.Reflection.Emit.ILGeneration/4.7.0": {},
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Metadata/1.8.0": {
        "dependencies": {
          "System.Collections.Immutable": "1.7.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.5.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.TypeExtensions/4.7.0": {},
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0"
        }
      },
      "System.Runtime.Extensions/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Runtime.Loader/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Security.AccessControl/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Security.Principal.Windows": "4.7.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "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.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "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.3"
        }
      },
      "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.1",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.ProtectedData/4.7.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Security.Principal.Windows/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.700.19.56404"
          }
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Threading.Thread/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Threading.ThreadPool/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "Fake.Core.CommandLineParsing/5.19.0": {
        "dependencies": {
          "FParsec": "1.0.3",
          "FSharp.Core": "4.7.0",
          "Microsoft.NETCore.Platforms": "3.1.0"
        },
        "runtime": {
          "Fake.Core.CommandLineParsing.dll": {}
        }
      },
      "Fake.Core.Context/5.19.0": {
        "dependencies": {
          "FSharp.Core": "4.7.0",
          "Microsoft.NETCore.Platforms": "3.1.0"
        },
        "runtime": {
          "Fake.Core.Context.dll": {}
        }
      },
      "Fake.Runtime/5.19.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Compiler.Service": "33.0.1",
          "FSharp.Core": "4.7.0",
          "Fake.Core.Context": "5.19.0",
          "Microsoft.DotNet.PlatformAbstractions": "2.1.0",
          "Microsoft.NETCore.Platforms": "3.1.0",
          "Microsoft.NETCore.Targets": "3.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.7.0",
          "Mono.Cecil": "0.11.1",
          "Newtonsoft.Json": "12.0.3",
          "Paket.Core": "5.241.2",
          "System.AppContext": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Collections.Immutable": "1.7.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "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.Linq": "4.3.0",
          "System.Memory": "4.5.3",
          "System.Net.Http.WinHttpHandler": "4.7.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.7.0",
          "System.Reflection.Emit.ILGeneration": "4.7.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Metadata": "1.8.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.7.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.AccessControl": "4.7.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.ProtectedData": "4.7.0",
          "System.Security.Principal.Windows": "4.7.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.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        },
        "runtime": {
          "Fake.Runtime.dll": {}
        }
      }
    }
  },
  "libraries": {
    "fake/5.19.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Chessie/0.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EzfvxiU+b9WmW2C1Q4Ns2AX2IAq6I6n8P+Lv4gzKmeDoj8FD+goHLMqwoaE08E91nQwlEzxd9iwkdwf5E5YGCQ==",
      "path": "chessie/0.6.0",
      "hashPath": "chessie.0.6.0.nupkg.sha512"
    },
    "FParsec/1.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0VoZapcSUHsNCixYawx8RFZHJMRVykaKsks5OOUXRP0bZCpr7UCP6kIjbVFGHIqqBGPtICUMy7j521sH0ZcmrQ==",
      "path": "fparsec/1.0.3",
      "hashPath": "fparsec.1.0.3.nupkg.sha512"
    },
    "FSharp.Compiler.Service/33.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gLRmMhELSxmJ2V4Gu/llAuCINZcCeSQ4nqHjLYT0txX5sO50u4S22m3hbsMKVT1bc4XkLnxWcED+2RO2Vxux3g==",
      "path": "fsharp.compiler.service/33.0.1",
      "hashPath": "fsharp.compiler.service.33.0.1.nupkg.sha512"
    },
    "FSharp.Core/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6Bf2qzSCaJoP6tTfO+a5muUS7QbyJANqSut73zQvwQ9It5P0ITz9VKseeia2ofco30c55EQ0jA2wf2+A2gpGnw==",
      "path": "fsharp.core/4.7.0",
      "hashPath": "fsharp.core.4.7.0.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FUSFjq5kpKDDbOogyvQULFh2XWSTDoYLjww5qi2I0iefmoMTtVr9kHO/47T7pJV/TYm/Ud/58oN8zGnL3vXP9Q==",
      "path": "microsoft.dotnet.platformabstractions/2.1.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.App/2.1.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eool+cYTxKwXR1fYKvE9p4aOCyz3tIWurY0QqUhETTLvdra6H20t9X32WTpKw0jZ/cMARD/XdkSzLdlXt247cw==",
      "path": "microsoft.netcore.app/2.1.14",
      "hashPath": "microsoft.netcore.app.2.1.14.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.1.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ut7HKCs0h+/6qurCrvqXK8kgrLBIji0/g3sjUB/+QC4PrrZtErALmfuJhaNq2Shko/ybiqH1HE+K40lykKBl8g==",
      "path": "microsoft.netcore.dotnetapphost/2.1.14",
      "hashPath": "microsoft.netcore.dotnetapphost.2.1.14.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.1.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SzaBUMMbQLyIYEM1FZn1JOiV6fcBaZMdIepanJj6MHJK50y5/lXTBMiaOGd0UXM8TnTPJ6pHri1dZSuFsBHEGg==",
      "path": "microsoft.netcore.dotnethostpolicy/2.1.14",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.14.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.1.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pxG8LcvMlcEnk6Q0qITNQ8lzut5oTnrmpxc+bOdCXJUnS1sFaeT0oytY5GqChXyFpM5wipGpnAI+SMJlgZRuFw==",
      "path": "microsoft.netcore.dotnethostresolver/2.1.14",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.1.14.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
      "path": "microsoft.netcore.platforms/3.1.0",
      "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IAFeJxHy2vlTm3mhiZVP/jKE5DImLUMQc3OV8z5G4ZBeYNAlPSwjC5V/Vx14GIJU6Osmhr+XPmtWW0cv5jSmTw==",
      "path": "microsoft.netcore.targets/3.1.0",
      "hashPath": "microsoft.netcore.targets.3.1.0.nupkg.sha512"
    },
    "Microsoft.NETFramework.ReferenceAssemblies/1.0.0-preview.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m+pJPEO7HyXvrOna5Sr3s77ewXonjYWJTNL6drh8xACnMNxnlqUDKx9HfGeSE9wmfY0lQwppaeZpFTPGaH7kZg==",
      "path": "microsoft.netframework.referenceassemblies/1.0.0-preview.2",
      "hashPath": "microsoft.netframework.referenceassemblies.1.0.0-preview.2.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RKr+JwMNruH1D30cZbXDHtHxMkz9do3b6cusaMTvPq74aVR3T2e5w4Vk4PlG80b6UBjxtwxoMgd7PeLL9axJsg==",
      "path": "microsoft.win32.primitives/4.3.0",
      "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
      "path": "microsoft.win32.registry/4.7.0",
      "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
    },
    "Mono.Cecil/0.11.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RWBcccuMn8gxAasJxBBAb848qkt3S2t/7bEaEXtxQU6ROv1v0p7kk3+Xga4G+k+bKbLBla1bsrUt+8pAccaDwQ==",
      "path": "mono.cecil/0.11.1",
      "hashPath": "mono.cecil.0.11.1.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-C2JTYYrtGkZLqaim718mL1GPelBxr1wgtEBYkuCz7A/wDDkvB0L2Sas5YTem6vgKmRzA/eUAsrhATS3Jw/YtaQ==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/12.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
      "path": "newtonsoft.json/12.0.3",
      "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
    },
    "Paket.Core/5.241.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UWagptWmXm8gD+8lXpXe7Gb5RMLUKg1ISr9p61/oyVkSQeb3rk67xKDHJ63X6CMzEHYQLOJ95Z5SO59+g0kDOg==",
      "path": "paket.core/5.241.2",
      "hashPath": "paket.core.5.241.2.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nX9qygIJEIcbqgLxn2UkTdhntbtAZMy1rFJFpQwmAKfSVmbiOyP2aBsYruqoyXd60mEY1r62GH61eRrDHv9W+g==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-haFsIJjrr3MKnV6IOUtIKtxuRDHBDRNsirHfLAAosyXnumvFV6JazKzOjw9vS0xhcsQ2G50aH0uhnhbE+LQI4A==",
      "path": "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mh+syrTYDEjxkF42OsEye6QBXmXIlJoBVccUH7cEcH/930gdN3cxoErvII1qOl5wNT5b35zjn1b+NM6snkbPzQ==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P0ZdJMkz6+jYSkKNAIhJrjnWoOqaLzaQAVPGGZtl+hv5Y7vGERijFN0naQvt8oUYo0GNW17FE5LrF0GYIzRsQw==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eIOUHknYWY5dBfSNvXdb+dcpWjUUXCeJkPqYXFbwGUVGIsKOL4olsBDh89bAJ+yzNI9dJ48byqGiciP1+1rWKw==",
      "path": "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AfXhN7JGrORLFsyrWw+wYjSM5ZCiuZNvVM2nCs6GQj1Bd76S1XVEb0QYdBs1zmJCA/6SLpva1Z0gsq+yRkBGDw==",
      "path": "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.native.System/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-K4T2HBcp48al2HPSQI07m4uBaFoiRqYeGKouynd7VnOdqQJUPVPMiqeXCgJqlCTiszxLmOlDEnKewdr2JOMTMA==",
      "path": "runtime.native.system/4.3.1",
      "hashPath": "runtime.native.system.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UPrVPlqPRSVZaB4ADmbsQ77KXn9ORiWXyA1RP2W2+byCh3bhgT1bQz0jbeOoog9/2oTQ5wWZSDSMeb74MjezcA==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FuVY2W6sG06iFgIEiq4JBc0eiKPgngORC/0RIjbnuZ5UcuNldHydI6RoSbd4nUm3+Ym0kQJME6cctGiu42dzAA==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OiGxTllkvmr0S9SFBXjR1ZCczQpedFcnKVn6YJKwfMMBaBEkMiik1g90BbYTF6tRc92v3J6cWjxlbnhu60Xr9w==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aISf7xuDGogsHDqRLcPE3q5jRy9HymVFNmh+YRamQWswUON6z7TaYkAYyjR6h11dPkZIpDqne2DiWbCkmiA/+Q==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hryFGDbBmUzgrLeixq92mqZjNf4T6RscqVk7tD0A637BSjeXKrEwPx4k7PM/ac2FtwioIMThfcDT9Y0/T1xn/w==",
      "path": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t15yGf5r6vMV1rB5O6TgfXKChtCaN3niwFw44M2ImX3eZ8yzueplqMqXPCbWzoBDHJVz9fE+9LFUGCsUmS2Jgg==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fZz1BHl021f+EJ19SnpSHoy4h2n+zsdetXq9VQvBOEczKrkdJF5cnPOh0NJnhB02JoWxMQkzWs+MbKibV2wZyQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rb3K1Je3t1jzGRzVbTqpo8PobjCWrKlChIp1W6B8zVl48UcpxhrvFjekXSz5cKka1xXDWi1JQyx3RVpb2RAmaA==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4UfextKfel7N1U8Y43MtfxV4hsFe1FBJiBcQos2AB62ZWBO1DiQJKRvDEzvDz7mgyuql+CAgi3sXMuwrFkYkJA==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RVjz+XmCta7gpUlpKZTvnRKMKoceMm8H6880KOVRVv3aWbZVoijcSwgNGslU3lQGn31jPu1dP0CBgpGOuI+wBg==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oVVTltrB7gcY8RiJefq4h8G6cS7/ttw0lJl2hBALgMNuBNTMKq08+aGJ8udivyGbN/iwg8HR8Q0I5Gn5ZlJznA==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SgBZ1sWIbOuIK/oJLSn3aetJfLk3PwBTAkz3iKdS5W1QsvEc6Kf7l8pSwQpif6A91UMaIG1eKquUXIxobdeQLA==",
      "path": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.App/2.1.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wCa/duA3dShDzhaTSBHldn3XH0YPobBCuvz2lgItN+aAJEmhq5oqvCUGnRkuRXg6e28WjYF7tzLjt8alkTBR1w==",
      "path": "runtime.win-x86.microsoft.netcore.app/2.1.14",
      "hashPath": "runtime.win-x86.microsoft.netcore.app.2.1.14.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4l3bvr8dwEeVYonH73/vHgvc4UFx9pHJg1fK/cvW3CVM+PBYt85ApHZyFn9YbtUMm4F6uF31SV3ELslJntILuA==",
      "path": "runtime.win-x86.microsoft.netcore.dotnetapphost/2.1.14",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnetapphost.2.1.14.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-d13uEV/ZI5gqmPtmlcKcTa2SGRUhDpWFgP8jwNMzTPVCimQVGjlUNqh2qiOm2kzBGT3duvBUPC9dTkkjkmXX4w==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostpolicy/2.1.14",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostpolicy.2.1.14.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.14": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z6ptVAB61Qe/RkBcabbuWqwIKtpUkfszumBGm63F2RYBbQCpkTCYD3x2uQslqXRF9tIB39OOSqgtZPxKJlUH7Q==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostresolver/2.1.14",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostresolver.2.1.14.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HvYmWSma38AzsPy6upawsOorF0HY23l5CJeMcPwqtPMWkWZgjvtyx5R1qdIN56FJGE8z69cItPWB+xzduXPeBg==",
      "path": "system.appcontext/4.3.0",
      "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
    },
    "System.Buffers/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CdZKgr/VDFt2djNHTHYjfJhEPuWxJD21p6msTZb3b0bxOxVis40B3kGHRotgTi7jLdCWc27mhCZEEsHujcUoZw==",
      "path": "system.buffers/4.5.0",
      "hashPath": "system.buffers.4.5.0.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EH05VOXN57O3w2H1c8bwGobSapmC8FfYnmAqAl2M+cLeJ3fdy5xUaj7KO1l7p6y3WOlHhMdQx7NA/J6Uom24jA==",
      "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-B/XrBuivsxkl3Eiz0ugRGz8eFbLm2k7tBngEOnXgtmhmDjebsEcKlmz9omARt6j2NihwI2/y+4Nn+4PzaJvuSg==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.Immutable/1.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RVSM6wZUo6L2y6P3vN6gjUtyJ2IF2RVtrepF3J7nrDKfFQd5u/SnSUFclchYQis8/k5scHy9E+fVeKVQLnnkzw==",
      "path": "system.collections.immutable/1.7.0",
      "hashPath": "system.collections.immutable.1.7.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8V7vN/yW3RsxEn+8oDs3eKxyieS8HiHSGhvt14dz/u3jBcaqzg5apAaSfM0ILlFsLHmRQpZG3tQyg8+EslpRIQ==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Process/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dtRJhA3UMjp0squChjeFPX8toSokrLvXyC9FcqaGhstfg88PJcMbVdGsZL3uaMHh1s0C8muKiX9Tq/OBXWKPKA==",
      "path": "system.diagnostics.process/4.3.0",
      "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.TraceSource/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==",
      "path": "system.diagnostics.tracesource/4.3.0",
      "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOgAD2cIRfl6nlxHHfeJhPpEwkiuglKP7dRIVfXqyqhb5K8jQ2wYD1XWAP2Kf9n7PytBrlcxEcbgKafq3WMLSQ==",
      "path": "system.diagnostics.tracing/4.3.0",
      "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m4jCV4Tw8VDx/Z9OEN5q0pPsIlqtKrdLvFAdZ0BiNOrDMEIs2DwwuZcaiBuJZ4vWyohtUytltJoZw5+Oz3FGSw==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-enl8SOfo7oJ45GER/NemE+QUDGphKKpAiSFc6YXFGAKLWcrdkFm64ZBpp7MNXkKrCvw3rN6hHHPpBAtiVaoljw==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-s8NgDRwRiE39NftXgRihGv7aIgTmOJ2xK/aj4yy7ZhjsvTKQnqdp6wlafz/CziuUi7NUus5+zunwyeB3taMYQQ==",
      "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-eTrVBEzJ62Htr3dXWuM5uHC5tNKAc5lACMNTfY47NczrUqF9yyvMMAcyDPTwnAEuhc39cZVEwjeHkFeCANKIgw==",
      "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-Aci8p6qeoujpgbWqDpLd31c9SctuYC7vLDjQ4MroaMUgOcp2Qaaivh09RpZZ7fe4J8Y9Sgcn5qfQVW3SidK+qQ==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Memory/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
      "path": "system.memory/4.5.3",
      "hashPath": "system.memory.4.5.3.nupkg.sha512"
    },
    "System.Net.Http.WinHttpHandler/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fEsjB8hXnH2xqGEF9NbN5EWj2JpHyqIw/VYbsrSNU0ri+ZBWLACLS9iKy8amjN5fw6cZRFxIG10j+osmQ1dRpw==",
      "path": "system.net.http.winhttphandler/4.7.0",
      "hashPath": "system.net.http.winhttphandler.4.7.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6nRPTU5HNg8g37evJqKTRaXg0ythOb3CcZNutYHlUd8EbDjhUxNQ3H6etIexN0X3cKGHy0TvXvTz+cEABWe/4w==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
      "path": "system.reflection.emit/4.7.0",
      "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==",
      "path": "system.reflection.emit.ilgeneration/4.7.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LD/CHqoy1Iptca8PB0bkJNOjriBiAG5qE1T3sw5LMpqT0JDR/1On8LTws9VxB344pxVEBaEWAmBMeX9dPNzgbg==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Metadata/1.8.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RRnWHNjNmb14+S+INsYe1A0b+q05uzLNzENcKe1GCkXT2gaKCjPxVc5TsLVgFZdAAPREnLHFohVbo6bGzEWFlA==",
      "path": "system.reflection.metadata/1.8.0",
      "hashPath": "system.reflection.metadata.1.8.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xY4LjC1LG5yOmHXS49aV9SqFHNsaYxr6F0ptCjhMgi8f/SClVSOvrLS8SUgpJKVrbjg2MLMVNj/Ewq7wrA4T/g==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VybpaOQQhqE6siHppMktjfGBw1GCwvCqiufqmP8F1nj7fTUNtW35LOEt3UZTEsECfo+ELAl/9o9nJx3U91i7vA==",
      "path": "system.reflection.typeextensions/4.7.0",
      "hashPath": "system.reflection.typeextensions.4.7.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tRdc+kaO2fJEMqI5RE0KBFHm0grqTAFG67Rk4DMZj6US7wBnozsEBDCMEl+ngwAfQWbq9qK6EPe+mum4fAKBfQ==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==",
      "path": "system.runtime/4.3.1",
      "hashPath": "system.runtime.4.3.1.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qAtKMcHOAq9/zKkl0dwvF0T0pmgCQxX1rC49rJXoU8jq+lw6MC3uXy7nLFmjEI20T3Aq069eWz4LcYR64vEmJw==",
      "path": "system.runtime.extensions/4.3.1",
      "hashPath": "system.runtime.extensions.4.3.1.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O3znPIfoqm45aa0H59dFOa1jJfOH4004CVLuAjc7w2Fi0Qwcrm+5DtWfP1OGGaUUkwoG1tBywHbSN3afES+tiQ==",
      "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-5gUhRSJwDhM7BRrOZno0nNDact37UXUqYs8xiE5Fk9FtvEOj8s6ne4gqZvJ7dClBKXfqXOZwQq2flykv4t5a1w==",
      "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-Y9Ugz9nWOKV9ksHyMiPFmUfDCfOyvRw6/MVol26eAb4KAuJsL0WoWc5G9f1pJKA+tMhn5eoyjM/UHepRr8FObQ==",
      "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Loader/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
      "path": "system.runtime.loader/4.3.0",
      "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-91QaIqwNiH/YQTjo88Xx4bP3kE4x39Aw8H/oOlxTiSDE7LDal3r1QRqBBzVqtwKltkqs/UdSayKs2/9lbwGyPw==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
      "path": "system.security.accesscontrol/4.7.0",
      "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DVUblnRfnarrI5olEC2B/OCsJQd0anjVaObQMndHSc43efbc88/RMOlDyg/EyY0ix5ecyZMXS8zMksb5ukebZA==",
      "path": "system.security.cryptography.algorithms/4.3.1",
      "hashPath": "system.security.cryptography.algorithms.4.3.1.nupkg.sha512"
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QKrU66UAivL86Blwmptypy9dHU8gyz4OQpFkckHYlNiTvc6RtjGCJ7gcnK47AlAuXHsSZ0uKHPyyM4VPVyg6Nw==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6cwhjz+qO/0Kl/ovM9QRMYlfXe2KO0tviLOlyV/tkMh+vlrYCTmMz8VxMiskwDb9woL1bckc0JLKKqaXvomkgw==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
      "path": "system.security.cryptography.protecteddata/4.7.0",
      "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
      "path": "system.security.principal.windows/4.7.0",
      "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1IvghtAiC3NC1915wBskLmHwzfC0OAW7hUQ3J2RMg8N1Dli+CAnTQandxoZGpqRzZgClzHBDYcl3dCGwvt5R+g==",
      "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-AUW7r9SfNstUbHM8f9dySWNRo8Jc99EGtsvR58kRp3ZaW8oZbJ/YIt+s7e58gBLuklVMws37+vdlpcSSLpHmXA==",
      "path": "system.text.encoding.extensions/4.3.0",
      "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YN2Y85F0siMdnxCsMp5LKL22d7MGos9v2+Y4Ao3EjTsYHibyovU0tP8GB+gQsWpl79jV1bU9IF34RbiYI7FHDQ==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lRvnMqP0YTbaTjO3//ix1LNLSg5cqrw3dWky8nE9oS8Zr6J+PQuoR8avMGSZrUGpucneL2BheEluXCoFIbl+Qg==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Thread/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uTjcNBCnvCD9c9pC5vED6TXK2b5mVRnhgG+lEh8XDcgt0hpE/ktt2/4F036TORdZSF5K2NKAfZVz8VdnMHwRTg==",
      "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-9i/ABtbd/UJysyS8vy514WROQPJ4Ku1M0SRzK4pZbmfyKlHnOP5St7dDo4Sjq4zkRfr5c1LQW93wipqjRS2SDg==",
      "path": "system.threading.threadpool/4.3.0",
      "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
    },
    "Fake.Core.CommandLineParsing/5.19.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Context/5.19.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Runtime/5.19.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
bin\SOS.NETCore.dll
md5: 2FBE70FF43F6BFC0D2411A870E6DF7E6 | sha1: E8ED31A4A9159EF35FE6D2D1E737238F343F8317 | sha256: 94B9B775CF88C9BC13670E9995EE7729E2FAA3C6D99B939B8C06E542AD4BF842 | sha512: 80746A243AA6CA68A0AC6962A5108B46597E8D4B76E002FDE2965087F06DDE6838DE4C7A133658939DE1D7A7D1F1F803692E1EF2277CE6605764D8175FD2539F
bin\sos_x86_x86_4.6.28207.04.dll
md5: 96B864E49CDA442238843FA9843BE29A | sha1: 4BD814546A99CE7DB98ABC150FD16E6B62D11280 | sha256: 357835A126ABE5DB3CBE354115ED975A96B14524F0D722FB54659E369901DBA5 | sha512: FE5A89F7DDDF4D22DD9D4CB1DB422AA64E5AEFEAE0F1787A1A0C2E33CB5D3BE1B48AE3B3339C7D5C9EDAEE1BBA4DA940CEE93E9B2A9F880F38345F10A7195F1B
bin\System.AppContext.dll
md5: B0470C647325B795B82DB87C81475091 | sha1: 0AF6175F0D88D6EDD6F792A5CAE4C9265EE15E2E | sha256: 240842CE88E961FE2B578B195D7468FEDE8D0600C430D716EAEB5AEC77F3B626 | sha512: B6AA29CB23EBE05003A2154A1F91B73C2B940C5F061D4A79935F6418A34B3147A7E48CFBA54592FCB5AF816B4B905F2FE31E0B217FEBF5E362A34035044E050C
bin\System.Buffers.dll
md5: 4CD0AAECF58457945B1808AC2F2BDFAD | sha1: CAF117BE972289FEC60305F0E823C21CFDD11F54 | sha256: EAE703C962CFA39292A5AB36AF29F730D613BCF4C866BA68D9F54636C8A30F93 | sha512: BBA79217E31F57BF669FB9523575E0D7FDDD68B81C3CA8EBC2531E8C5EAE84E6574F01C559E49D3C2C347CEE6F48C709F9F832B1B54A5EE6777F1C9C925493A7
bin\System.Collections.Concurrent.dll
md5: 9409243BF6C9EEC6D9D45219A4797DA8 | sha1: C63278EA6E3631E5473A6584DE8CDB457251CA3F | sha256: 361D02B4C18ACAF7EA60A409D47CD50276A9EFE269C8E7F99B410AE0C7990012 | sha512: F0F3E3DB10FA3B60BB4C2FC9AEB1F8D46C27E53F2017124A3EEB913BA662700941C9B218EF003F38E603FDC812DBAA98E4B71A774FCB182BC7FAA1C37FA241C8
bin\fake.dll
md5: 167021E30CFA78BB7257534E35E20802 | sha1: F8470A8003544FB2FC25C6AF787998173425227D | sha256: 3DA1667552693FB725EB3ACD3C8FB96308BCBC2FFAAEDF5B5F8884957014C462 | sha512: 71894F6322D0AB0840A02B00DF1E23AF10A89009CC4FF830539DE29E26B8DCFA0445A984B3F27DCED4242FB214EB85F0D35057DA81EFC331474D08C38287F140
bin\fake.exe
md5: 7A906E4A55471DBBA84CE1252D04E4B3 | sha1: A2E726315C05BE006695026BEEF1AE0784F1D120 | sha256: 57CF95177D6473502F8EA11F3A953BEF6B8AA44345D302811C4848BA6FF08D56 | sha512: 5315D33ED39431772C0BD7312B0BEA14B66549AEBAA9D183D80E357138C1AF756FDE6F61F4D2128ED784CC811378AA05BBD861B5706D4833E848B4A1268C5B87
bin\hostfxr.dll
md5: B09B00BE22B4A3BFF3DC86695EE77C2B | sha1: 4106A4C909D339D4A70164DC192E8D99C5F990F5 | sha256: B5F1C0219A1A8D18600B296994D5A4197F4BC282C00AA223A77AEB8C086910D8 | sha512: 94D2520FD59816585B06710B414672209B2B01748B9C2F7D6FF1BFA616D2736CFB2071B15FA842FBA2EBAC3E627E453F922C25108BEE2A93223E5014F906AE64
bin\hostpolicy.dll
md5: E1A3B27ACCE8E5302DE23B6547831B8E | sha1: 668BFE9D46ABDCD35C084137565FD039CAD17582 | sha256: 0F5F2753F3470A8E1B60637B993581BA83AFC7B5DF64A7D1221060E87BD8F61B | sha512: CD5310A9637D94F771945058AF526567931350C024E14DDF8DC5CDF93F226AB3E5C9C6BA07B110817016FF998C2FD11BDDEEBA4AA78B18608F8782AEEAE987D2
bin\it\FSharp.Core.resources.dll
md5: 0956DC987AAF4ECF36CA031D1DED01A1 | sha1: E601B2C760ADA2F373D0FDC1E6A1A3F815B98381 | sha256: E9AE2582B001F8AFBE933BA5637ECF17598A95E1E8AE7B8BCE17FF70EFF12AC0 | sha512: B8B8909C7F8849383AF08EA51E83DDF82EAA1818D6E62B9E0A09F00DB18A388DD2743AD81DF7903A09A5D95C34EFCE5B525B3C6B2138B4DA2424017E9AF990D5
bin\Microsoft.Win32.Registry.dll
md5: 6431402C47FFB48F00361935150EEBBE | sha1: A0CF83A7A85A4A2E01EFCB9AB9AA2016B5B8FA86 | sha256: 4E04BA83FC98C60B5C95FC01684E85AD19D5C135EC00E0C6F5F4A3F0DC22964F | sha512: 8088B1DBBBBD7729F593D37B62B146BA565B72EF9999B3BF3C4766A221598EB9B1E26B226B5D0E5E01AB701A018D5B83B7A51EFF17F9C9DADFCB50C125FB180B
bin\Mono.Cecil.dll
md5: E2697DCE91C53441E2D6FC3E1720F41E | sha1: 3FBDE864952DA9F475545CF22667F74C26F44077 | sha256: 834AC6087CC340F72DCD5FEA0772683BF7D41BA5778B13B48990CD9DB59BC7CA | sha512: D072B6BD5F1AC339E203EDB5198829FE3158AE8CA2E8630CB092CE780A34BCC2217F50A1479AAB97FDB6D1728217AD46F1484480FB456EB1CA1C20F21203E231
bin\Mono.Cecil.Mdb.dll
md5: E56BEA36BD685CA2BC1BBC9FF539D861 | sha1: 99AD53C3FA7C7DCEDF6009976DC5A6945A0ED78E | sha256: 24AE41F17E12A92C58F5C144E534F49F57626FAB8196959A45B08FC994AEA45C | sha512: 274DF93A00BC275974D12B80D058BC23844179CF31BF9C36DC8D6E83C25DCA23BF6E5BAAEF6022B9159ED86FE33ACB1A206C11AB9DE0ADDAC40EAAE2E6E962AC
bin\Mono.Cecil.Pdb.dll
md5: 532A45A9351C15019F803823F97776F0 | sha1: A6AD3038F5537FB1EF64B31A48EA7C4A29029964 | sha256: 15C15591BBFB151887FA3DDB9B0FA244B4BAA42CF4E4B5C8160CD47E306F5D05 | sha512: A04CA5D654436C9CC9A386573C306AAEA975086E76F7200D8E0734932E298A5D90D7BC816941FA4D640559AE1CE67240748AA3F39ED8B8BECEF35DB4E1EBC395
bin\Mono.Cecil.Rocks.dll
md5: FA8D1FFBF30391B9EEF0AD9DD55EB482 | sha1: B35D03214BAEB0CE5932BA7B326CA3371B3E282D | sha256: F8F51DE88B557827B5D5507BCB5ECC5DBC937ADEEC1650324A14A4CAE395D6D0 | sha512: 374D45D30B28B2BCC132E2B7C6E0ED66069A33B9072E732B6BB8756824FECAE1EA5323C42E5FCB38BB8BC9C2BD090F82E2CD81975D1A899BEC240A5C914515D2
bin\mscordaccore.dll
md5: E180CA61FCEEE2EA99FA82FC8F61A0C9 | sha1: BB2FCF7EF73A9CD14151256D7092A8A8F7136C01 | sha256: 62B683C3839B9C4F51B09CD6F35CAA0A0AB56286E57F01E61BADE4D7C34FC7FE | sha512: 722C7EA4CB7A798CD325D4BB2E06E746645AEB1534ADF406A8C8BF62B0700BA6EA41D3531C21738F5F538D6F29B367FBA7BA9C386CD6756514D8399709471AD9
bin\mscordaccore_x86_x86_4.6.28207.04.dll
md5: E180CA61FCEEE2EA99FA82FC8F61A0C9 | sha1: BB2FCF7EF73A9CD14151256D7092A8A8F7136C01 | sha256: 62B683C3839B9C4F51B09CD6F35CAA0A0AB56286E57F01E61BADE4D7C34FC7FE | sha512: 722C7EA4CB7A798CD325D4BB2E06E746645AEB1534ADF406A8C8BF62B0700BA6EA41D3531C21738F5F538D6F29B367FBA7BA9C386CD6756514D8399709471AD9
bin\FSharp.Core.dll
md5: 81A1C7D8914D95EF6363FB82FFCBDA0E | sha1: 3286C8D1B412F9F08931F15AE59BD7BB56FC1DAC | sha256: 2BFB97B847A247A93DD6A59A01DFF85E2437F5C3133277A4F10A39C1909D63F2 | sha512: 4DEF6A31C334782258051AD4D4D032E5666BAB284A94F9D3F51BE09092FB5A8A01906A20A1CF7E008E2378C5CAF881E252BE079E8E8FCD118DA35C599222E0B0
bin\mscordbi.dll
md5: 77AF5BFF95530EEB73E6D5B87C797850 | sha1: 8AFC671157EEC9F7D94DA13995F5543F2270BF77 | sha256: 981476B13CD757B7F98B56A3E50A0AFDC5F82787DD3C5E5DE51464B1E9087ED9 | sha512: 3712E105AC4C7F30BFE197573FE130055E38E382B77859CAA2C7BFB3D4C1A83E8528AB67D696B413C0E0568FE609CFAFEC5A414BB57AFD095B39AED969E4BCD8
bin\mscorlib.dll
md5: 4B585213EBF08CDDB760727AE9134129 | sha1: D219719DACAD50E13A135A1680B4206334916CD8 | sha256: 2D37397CB3139BF74D9C8B240000C5BF79537AEB8AF579406351A2ED3A9A2BDC | sha512: 2BD703E4C4CFE65F02626FAAEEE192D021EB164313A76894E81247AD6C5819BEDD3BA9FF488F27D8E918FA50CE025021A8FE939EBF436D69BFE780DFF297DCEB
bin\mscorrc.debug.dll
md5: 7825E145CDDFBDD38C09BE1A0FEE3782 | sha1: 49DDD744F913419AFEBE8EA98C069574210B4C88 | sha256: 7002F702650DDA54528827BD4F4268FAAB92525899D30CD66D7BE8B155F24521 | sha512: AEF4CFB812917112EEF0056D05DF429D84C3873D6222CE1C012E2DB56F58E1557BDD683A739CF043A6B3BD416A77B2B46EE7D9C73F5EC95DE961C0262D4B57C5
bin\mscorrc.dll
md5: 17A4569ABC34691116F449BF81A531E8 | sha1: CA53E15C54DA808B325DE51A10D4906836621DA6 | sha256: B43767B294D3B166B07377AB94E3D1599E676D52A8A4F2EC2BF1B3EF4EE1707B | sha512: 6FD45CC55F6D94F0EB10B2E8448C1B0FA186842D3599F5B87CEFBC789E3482D57B3144BC5AA89FD30DB69C9B5A349AC5938BB7923DC380F47DFF433F85B37F6F
bin\netstandard.dll
md5: 1D17D7DAC0493AA3FBACC8724366DC53 | sha1: 9504022C1C6CFC6CE3B591121818AFF8F1C6A357 | sha256: C0E93BBD3C4F8358EC0E21785E7EAFE8685B068F6F72F29F450F3609F8A2AC54 | sha512: 2C84420445488A0314091AD7C57530524011D09B777F3E53739D7085CB1D6E31E37572B968E4ECFD7729D9240E35B61250FB93649EA5913F9501E47BC75A0128
bin\Newtonsoft.Json.dll
md5: 9454AE6EB0C6AD77E93A95074BA29266 | sha1: DF83FCB3639596AD42D5BE8314EF9D672079198B | sha256: 99177A4CBE03625768D64A3D73392310372888F74C3EB271CF775E93057A38E6 | sha512: 8D1D2BEDDE2D5F33179560E1A4F72206EE1984B3F5EB96E93F94329C4C4A8044DD74D62F9E708293132DE8C8F351F0E7FED74A450A251A8ADE205702B29D9DE1
bin\Paket.Core.dll
md5: 095D59F3D822F9DAC918A56C3525D5F6 | sha1: E17F47AEBA698215500B3B5BEBA6484CEB8CC8B2 | sha256: BC027E3C4EABCE679B0AA7B41D39205A693F5F32DC434DB7AF3FC2E26AC1FC31 | sha512: 21A5699BD11019DB392686D67111A106BED5AE1D035B090E4DEBDF4AA968836090B8F6E7C3A9F1962BD47288D94EDECEAA6555EE0F3D9396BD77EEF66A44F3C8
bin\pl\FSharp.Core.resources.dll
md5: 63E27A7C469F55E66AE5E622D3131FF4 | sha1: 94F3DE04AC5053635DF6575DA20863E887BC83A9 | sha256: 0958E2E63A66C1948B4184B076BB49B39E1D4416F922511B9B73BE931D69869C | sha512: FF089973AF23C6C71F4CD862CA726407C876FC17AA89FA23846179F865D7089AD1C8012553D4A65CCDCB69F85D8A6DA80859393AC191D0842A8A7F8257BF1988
bin\pt-BR\FSharp.Core.resources.dll
md5: E621C64201D5522A41B6E13D12B01ACF | sha1: AD8E6F8474D6DEF6BCF57C4B082470C4B7ADC9FA | sha256: C34A57A569AB6EF33B8D0BE40A8FF189707461366C2F4B468B236D6C46B85FF8 | sha512: 550F3BFAD7438807B81ED702D00E8E6FCA29245CB4432D43C8150E179514A606E38011B0F6D4277CE402208D70D4F548897D1778C653CA565B483A8131F67026
bin\ru\FSharp.Core.resources.dll
md5: 9DC96AD036470AFC7C34E35D4D6628D0 | sha1: EE6CCAF6E55867137FC9B6F6C874CA857D4559B4 | sha256: DB3E73847451374BC2DE9E6E9D7F8EADBFFCAAFD28964B227BAFD368EBE215EE | sha512: AFEC74285E560933E04F7158330A7BACD9A44640E0884E58759B2A24EDEDEC755A843A53B8C459AFA00064B19761C09CB03A82CC436A90573E06673AB24B4B12
bin\sos.dll
md5: 96B864E49CDA442238843FA9843BE29A | sha1: 4BD814546A99CE7DB98ABC150FD16E6B62D11280 | sha256: 357835A126ABE5DB3CBE354115ED975A96B14524F0D722FB54659E369901DBA5 | sha512: FE5A89F7DDDF4D22DD9D4CB1DB422AA64E5AEFEAE0F1787A1A0C2E33CB5D3BE1B48AE3B3339C7D5C9EDAEE1BBA4DA940CEE93E9B2A9F880F38345F10A7195F1B
bin\System.Collections.Specialized.dll
md5: CE7E0BFFE2CB47D51E259F638C7A4E49 | sha1: BE93B265BEDCA99F70AE4D71B0A4667CEC82FAF0 | sha256: DE7B32D0CA3BB0E4DAB0DFAB1DEC91F02688DE757E248CC7421EC525576CC497 | sha512: 9330FB4C278567944A23F728A1E3E6A7DFF65A10827128599F41BCDCBAE329642ACD32C1D53A368294C612653C4EDE9E92352ED64E2395267AC91B671D65F085
bin\System.ComponentModel.Annotations.dll
md5: 32F8BF5BE6882B590D4581C1404BB7F6 | sha1: D6FA2C53F3979865FBEAE833D8CF1070B722FC19 | sha256: 29C5426C55DD7F5A41D221CAE91B494E350615CC0DA8EB9BF6C2F586C3779672 | sha512: D530975DE54416C478E13EEDC2330B0369FB48E2EF40D83BE37FC7E99AF8A8D29B05943AC98CFEFBB3E61187375B5FB6340413D1F2E83A8E6069B0B6122CB51B
bin\System.ComponentModel.DataAnnotations.dll
md5: 9CB67F5F00D30FFF2832DA14C421A80A | sha1: F0A355402A25D62DA52CDAA525CB05789FDBB74C | sha256: 129944766C82076C4DF2187F23A05AAD94DD5FD60A71DCA6F897CC4634255B4C | sha512: ED31FE2644D9E92DF112E836D1F55A463D69DE38FEFF002C963EED891EA16CF142C65639094594876F59C0A2D583669A619FB12AE21F802FAAC32706E113A991
bin\System.ComponentModel.dll
md5: AF7AF12073B09696980B253598A6AACE | sha1: 3A3196D31F94F6C931FCB2A77EAD0A2F0114B5C9 | sha256: BFD001E11AFECDD570FFA326620B69C0099E7EA7DF9CCB621B87FC3AF660B71A | sha512: 6733E9EF5A44A3ED779489B1A705EB320804B7A7F698EEEC5E730580464526C3159816B90A35DF99E26FB2D07BAEF2DA61E869A8E2C7C6702A6AF404145C7B4A
bin\System.ComponentModel.EventBasedAsync.dll
md5: 8C67EA6BB074137D2E9F04C0956BA93F | sha1: 0831E7F9046BF2A04BA5B283EBE7B1030F77B3D5 | sha256: 365CEB7F80C6E3E0698D1BB0A692AEC8C1221F0B22D84C38C79B5B453625E249 | sha512: 93277FD886740904A782860B8A84302082D964389CD4AEA19DFB5922C49C93411455AEE2FB7E4A386B07428A8091874A1BE9F39662D2A2D3D8D701076912368C
bin\System.ComponentModel.Primitives.dll
md5: 352556C7771830297C37D9F6E6A4ACCB | sha1: C406E5751AA9056F83F4147F1870C6342F38B554 | sha256: BE02CF575510B234953576FA3352CF02EDFE9E9893EB36E83C541312152C9397 | sha512: 52B40469401AAA3AADF0C31563022DC13D68D5247D43D4506A88F1778F4F3E292A895D7B10BE40E2644BC247154F970D2FA7800B0A506030EE9C47932722F115
bin\System.ComponentModel.TypeConverter.dll
md5: DF672AAC9D6B2B81D09BBF63017E5ED3 | sha1: B9D02222B4276698969C93387312EF62C538E198 | sha256: 2203B11B45144DC94C1D0A5781BDDB72CED2A0CBA3CC255AE4AC0B1FB8252DB0 | sha512: 9F907B6FC26CDECBDD2630629569BE913473560E876CF25DD293E4E15D5C74905F49A80BCE600B7F2E42E4370F380CD6098229EA8157F7A88FF222C26F44F37A
bin\System.Configuration.dll
md5: ED1C215174571E23AC0249BDBD31CC01 | sha1: 828094FDF47AE8CEB7985D919A1ADC373BEF51A3 | sha256: 9AB32108B1CE2FE576E80235500A2843A1803211B645334D1BFD78F05DF168E6 | sha512: 1DD491E1112FD66D2CA9FB898BD6BBEF833F10E01D9F1B0F71D1A4C575F80A55ED398C22A34CBD9DCEA00DA678F7BAFD35A274E2DAA90259F021062676FE3066
bin\System.Collections.dll
md5: D0E8E5365B1F6FF51826327DCA09227C | sha1: 1977F45FBAA87B06D81777D5840B37FE40AB4AA7 | sha256: 0D55526E19C7EC4295B459FE85EF6F4387431A9A7034CFDA22D57B0C3E4266A7 | sha512: EDCBA1032F90899959C080A327B69EFCBB682678EAE05434E6E6525D2F14B668E9591E2D82B44F9554312CCD8C3B4F9ADD4F22A06BC0DAC0C37A79AE8A05E607
bin\System.Collections.Immutable.dll
md5: 7EC24B7C7D3BEA8FE2A151F6E2C6059D | sha1: 0E5BC3F3B1A305198945156A44A57E2C472949D3 | sha256: 0595E122D16D5F52BA5018D94499E6827004D5017E9AB5DE3099391C7E39F9D9 | sha512: C92C563BB893D8FA10C459972BE4C049690A10420C334AF912C94E1D36199773D8B8648382BAE4165C1E08567D08EB6040CF2DBD0D3F5DA973D4B520164EBA95
bin\System.Collections.NonGeneric.dll
md5: AAC0FF5B8A7CE3EDEE06A32C32952EA1 | sha1: 86A03FFFC77A3EBAB1CE3F63D204CD7085401B61 | sha256: 09F2956FAECB2C5BF8134457E9A920C311BE09516634654223CD6FB7F5269A37 | sha512: 72BEFF53087970F5280DDE69D55EAB921D8BBF10D8EA46A966E062EEAAA62BD8EAFFB26945A281EBF941EAEE826164B7CEFF3E16185A051C3C15549AB46D0624
bin\System.dll
md5: 0C74C2BE95C22AE3DD16E0AB0E97EB85 | sha1: 9E9E923176102C8B3401CF14A32897F6FDD2CBC6 | sha256: E3BCB43F76E10E752D4F98025EB731C6003EA18FFC002354871AA9B248F18836 | sha512: 54F98F704E7138B0DE7E458D7328B6BDD96E1AA72EEE1A5B763B331005DE8E94A7BA9AB8BA42EB5F246B15A4BC9E10D9785A92948A34AACA5D70C2C20FBA321A
bin\System.Drawing.dll
md5: 1BA992CD87B25490A775CC49A17C7EFF | sha1: 0D040215DBD86A50885794DDAE8D6454FB78CF89 | sha256: 5F4EEFD8C96845F16F30330767A11735EC02CE7FE9D95308CCC9B6183E848600 | sha512: E2EC5E923258B8F9561F722AD3CBF5DA786ACB570E4CEB40E6599AC16CBA2B179ABC847EDDCC2752BA4576628CE9BD27087E67105BF7B48138C42A82BB3AE6B5
bin\System.Drawing.Primitives.dll
md5: EDA5E1A083531F79C760024A198C58AB | sha1: 66A8BB0225B7B8C3E1D4A8AFC541541395941054 | sha256: 0CA167D414C4D133BD29C09C913116F9F842CB0A8DA6E69D113D14646770A343 | sha512: 9F74723D45D9526F90DDE93AE5815BA686574C97478B146BEA056DD55F142564DB2D16958D0D7D539931FE046077784E6255309CBF1671B51024ED7D28BEFE31
bin\System.Dynamic.Runtime.dll
md5: E644F26152FDC8B1371055509BDE0A6E | sha1: 799AEC06E4C9DCCEF4D762CB528AD83B9C4D97B3 | sha256: 8E5D436C1BABB2F42975225B22BF8424B9EC61D74291A24B54465870F2FA22DB | sha512: 2ED6FB174795E720060E18E07D3E2E33ED4AB71175DA6ABA57D225D6F3E1D7D77F1FE3D446403831FCECDE30D16D6C18BC14958DDCA6DDC10F8B942B31F89CDF
bin\System.Globalization.Calendars.dll
md5: 3962030AC89EE31F09C9F55A59D011CB | sha1: EDC1B4420C387666E326D3B8EDC1EC47F47A1156 | sha256: 7E56C3724F9A3C6AE1CCDDC062598F75D45B83FE4F575137DE9C7D6C5488978B | sha512: 85BCDBA0770F563880BAF64DB1D3DC40F77C9308B3F0DF480822CAA27678D21EEFD7CF373899AC362CC23F7B81040502B76B214F3C6C5A736C8797A26A38FAA5
bin\System.Globalization.dll
md5: 429599B0348A0256D252A0B7411FAA35 | sha1: 03AFED38000479F0427A4C629DEA2947944A04B4 | sha256: E3B0AA429D5F77D3D1809DA65C5F045A45EB3FC0FF0388B74EA7C92965EB2881 | sha512: E4BA11D262338B2BD25ABFD65AC9245A120A8DBA7B56CD952FB69C36700FDC333477CAA7E25B6E015CF0D583F1EFEE15F2175A0DDC8A6155EAE02C923C440593
bin\System.Globalization.Extensions.dll
md5: 3AB7EED4108539C8D1711E57F0F35555 | sha1: 6A2EDDB2815BF00303D14D41D85A0A77B1E44ADA | sha256: 4E829A995A102E08A3BC0D05A628AB66AD627BFCA41EBEC2B4A892E4C8171E4F | sha512: 95867CEB453433797700709A3273DF5CE8ABD6F8EC3C15BC0F5EF454881162F923FBE961AC6FCD9D14453D8D1457C6F441CD3F401048F074176360D7DF85D689
bin\System.IO.Compression.Brotli.dll
md5: C007CC30960748752AF3D72E3138149F | sha1: E85E7B9FB262F0900A54F53BF4C193BF56C7AA1D | sha256: BE360D39450D9D1F23F0E48AABA94C2DBA0964D79D923C581B881A524643FD0E | sha512: 4FB2ECBA97CDF87663437AFA791394F8EAE4574EA578BAE11385243243EC02AC6D44BBBE98EA9962C4286EEF11FFFDC168CF1DF241D6C17B16B2414C6C673016
bin\System.Console.dll
md5: DFE0E0865153A4BC8E482EA39016D653 | sha1: 87FC935A7557A7FE2F71EA83F30A744D39649539 | sha256: 5E586F551E827747435AE8655F457A8E2BA697445EE3BB82AF5A139DCD7F9EB2 | sha512: BD2335826C631497C269217318EACE12C3941A137DCD8D98A13C39D57DEB2A495BC776036672F19BD5CA27AE2AF1529C599A36E5578F76A9E97E0291E34B9132
bin\System.Core.dll
md5: B0D7328A7B17166E9784E7FA12A15493 | sha1: B5F2046CFC6F90D54057E54E8AEA9707639CB4BD | sha256: 2B75FC4B38F60453DA2D59185317C356B4F577220FD6A68951C9F744AA3AC288 | sha512: C16A84963FE741B807B93930BD2D40F8962666EF9520593CF5D20F8E7D3BE4271BC6263815B78AA0E8E5443204B05527B877FA3B23C13E659A1CA25480479775
bin\System.Data.Common.dll
md5: 435764EDA274ECCEC9ED40F92C5501BF | sha1: A07D3D1A0B714289DFD2F1A167DB7974C9795D25 | sha256: 072320C2F324C379D4F7A0914682C391C3A53E90F39DC0A036F557AC9251781C | sha512: 54B559EB730F6684788099797D29EB74CB6EA86B5FEB817FFA1F40552FDA32D5028B5ED0B9ABCD605B24339E0267723A6A358F4B6EC5C7FB130129EEE4006D44
bin\System.Data.dll
md5: 5F78229891088FE585AEF918B859EC33 | sha1: 5B03DA856929D7D19CC9A27670E9E1980016DCBB | sha256: 9555E770E6DC0065A448D903308008777373A34A768C20C04E98C8B3C72AD162 | sha512: 3CF681B450096C55440CC103A18F5B2C200A50BCC609C790D520A1A7420D01FBCD74614FCC24B2942B247FF96CAC1E0B6A517E6D6E6768075FDDDAE59881AF6F
bin\System.Diagnostics.Contracts.dll
md5: B092C0896373CB3C237B02D0B7D6442E | sha1: 14C99E2943D6851A7FE81E457C8F0B3AE2493E2B | sha256: EE0AA938F8F55A2D9973628D9D87D07807BEDE71649306E6C02FFCEA3BC49A9C | sha512: 4FCBDEBD579EF45AECD54D081275A9189EC7113D6161DC489E363876822E477D741CFF41696B15480B35B86D7F3823C799677269C3BD76AD4FA63234B94BF14A
bin\System.Diagnostics.Debug.dll
md5: 55788A6D6B106139F08EF1A5F3EFC2A5 | sha1: 84B52054ACD5FCE3BB071F56E4674BE5216647FE | sha256: 632F003A3623C56003C02B0060F792C88A768F6AE84E89D9EA75781A93B6073C | sha512: 30F4BC62DBEA1700BE14BA1C4B01057F5920F554D7A940901784BEAAAFB1787456336C9F68BF02404BA6F3AB6B18EDBEE13B8D8F5798B03BA2F31C081C7C2269
bin\System.Diagnostics.DiagnosticSource.dll
md5: DE41522793B746C266E8F0C1B58FC7E8 | sha1: A01D648DD450902BBCE32E795D8F6296398E85FE | sha256: 933C2932515257DFD44C1D433AB6545BAC1E5D1EA36F486114A743661E74D751 | sha512: 6B4471EBACE7D848ECC6CD1F898328425447459F49500323624ADB717644AAB184FDFED8628EF2F23D46976E9EFADA289C3EED72EBAE2F388C8C8B2183174E9C
bin\System.Diagnostics.FileVersionInfo.dll
md5: 02BAAECB9DF08D896701985F17CAA267 | sha1: 5CC42AFA2947AB4F594AEE267BB41BD3DAEB818B | sha256: 87F18F62CEC5BD078CE89B0B3F707C6C7E6421F38C8DCC79C7A4EDFB584F7B94 | sha512: 562E5B3657719CDE2B057067C9491FBD1BAD2F3DF802A4211AC2AE51514B439174F4FEE770B5C41349C26337BF82248AFFF02F533415DC25B97886C4DA1CD249
bin\System.Diagnostics.Process.dll
md5: FC4FDF45305ADC017CB33EA782D983FC | sha1: BC697DC727BD78A035D9A62B5339591D88D11E64 | sha256: 133102918173701526458C7EC1C0DF4E35FB69C5684DB2BAD84104C98D139853 | sha512: CC21A07E41A5E03C159D17BCD8E5944824A0B50C2ED948CCF8213E1977F7D2A4248FB6DBE3B882D1E506847143BE93678DBDBE1634E1C3552F845F68F4EB93CD
bin\System.Diagnostics.StackTrace.dll
md5: C4D3683D3C65686F497779244EDBE8D1 | sha1: 558E73B20611D4F0200A9C29F932F05242598737 | sha256: A47A7F0D81A1A9D3BE481516375977127041A45B4EF2D5DE2493FC4AB30644EE | sha512: 68197A0E61239E1C598BD47E5858C4C448B3E2210D69C70572037AC7F74FC5078BFDDE4F109C1A1F51ADA9006F12E23402E89FA3B9CF3B65D7CE41256BF6C65A
bin\System.Diagnostics.TextWriterTraceListener.dll
md5: DD35C16AB5214C39D2AED09A5E25E857 | sha1: 76EE91FAA0C450D8CA9357C7391D4D5AC35F8ABE | sha256: FE9734318CB5E68F3BCA20496BFD57D9CFA9B7AC4A22BA9A1B413262FF1DD673 | sha512: 9FE050A0703E82195DAFA30E371D0F6EEC79098D61E4477CA52DE5605EBF30D3806EC3603166C85B4D6342DFB754E1E41190EE38E33C68E681C831FE2872B5E6
bin\System.Diagnostics.Tools.dll
md5: EA7A64F34E3C0612AB7AE810E6798013 | sha1: CFB1834A4D9856386FF9C7500E7E9077F9BF4A74 | sha256: 5987F300A5CAB7BF3731AC88A06463E421889A76D5610FBC09978E49144087F9 | sha512: 0E140262DA9ECE1D3EAFF164F324DF100E30F5D69E82810885E897DA660B239CCAEC69C436F6D52AB8AAF74DE1C6487AA57166FECED1EFDC1CBB7FC59B02531B
bin\System.Diagnostics.TraceSource.dll
md5: 4867EFA656AFB18AA51C9F8D57BE68CE | sha1: EFF6A2F00B07055D5080F914A6AE8BD7A8C5D348 | sha256: 588BC2D1234DF9FF3DB33DB20433E8F757BB3BDAFDCB6A15854A8C8A03BB8A10 | sha512: 219BA9EDFD89542B1211DF5DCE62790E726DEA7909AB2A28F821D5EF9F10EB65F9CBFA254F5999093A2539B6F829D68FF122BAE59E54B41080BC022CE06DA892
bin\System.Diagnostics.Tracing.dll
md5: 2AC44AB60910C662E23E2DCF323E2ED5 | sha1: D8BFD68F10EC8E8CF0CF15201EA59E9D1E8A9C5B | sha256: B692C1B7AC5FA6EF921C16FCEF1AB8E1348A64AE3B3A5FE5DA472E01054C3E3C | sha512: 5759B71D31275E19A40A3ED5176C483BBB64FA5FD10777566AB1EFA0BB8D761AE218000F8DA6F12B5E4432A314C4D90502D391003A087EF94F9CCF362C61D1F2
bin\System.IO.dll
md5: E0B62519F5039EC1C43EC6848B2F795A | sha1: 5604451EE66809E632D84267E38137961AD4A6E2 | sha256: 1282D4996AA9360F96DD2742A439CCE937995A1CDA847F168766F508A6CC715E | sha512: 49E82B3EBDA273871900F7F974308D7C3215DE610BE873A701ECF08CCFA8F076E68CD722D299418BF8785560F14ADC79E8E825551598E1334F624D5E39F848B2
bin\System.IO.FileSystem.AccessControl.dll
md5: 808BE63E89E55F9A71CB6CF467959F0C | sha1: C3A759A06C4C428039BBAAC31F00C1C9ED4896E5 | sha256: 9B67FDA76218FFB7C32C244D23D2607E34C6411C600ACDF3B1E06EB53D118E1B | sha512: EC871A00AA67FD6CB65262C196EA0A6C956772A7E9F48CBB77DCC2895ABD608F7C0980760C62F942566106B7753E8C3F6CBD8841EA6F968192EAAA7408EA5780
bin\System.IO.FileSystem.dll
md5: 02103ED158B9F827108DA996948AB9CA | sha1: 9476AA93FBE999ABDB80A572514CE01A952C503F | sha256: 3D678A8DA44BC8C64DBC6AA0C4F4A8678B7471513E5F486BE335AC8FCD982ED6 | sha512: 6AC81630B5341A180DA3EC3DFBE3C2263D0CD4652014ABFA231A8F00EC0CEF01A6D74F5CE02054747A026F16CBB98F3E8322199A59239FF39968690716345CDC
bin\System.IO.FileSystem.DriveInfo.dll
md5: 0DC30383D0F4628F0FE0FFCA9611A5EA | sha1: 14BF0B44B859A2B162046924916B89A05D67864A | sha256: 94D3D8EAF4614D158B56C607B00AB4F4739C242289E72D221B08B2D916900FB2 | sha512: A8E17F9210A1C91313D684B95DF0A756D70F31B1852C7C853510752F8EC0DAFACF82E7576165669DE6AB82461BD8CC2CDD265ABA97D13F5CA2E53A65FA3C226F
bin\System.IO.FileSystem.Primitives.dll
md5: 0A0E5E38D3C2CEB75978466BB139167A | sha1: 750529B648E6E2B620287C9D627E9DDD73ECCD6D | sha256: B18AC3A722D81379F1C1D059504682F501A23106A6C955730D613441FD022170 | sha512: 4F13568A9CDB4C837ECDE718271E7D5288DCEF2890F30350C9C804A940C10445AE6CCD7AB311FA8281F05C8E02F28AF4A3039F8B9AA4BA2A271A752F62FCE46F
bin\System.IO.FileSystem.Watcher.dll
md5: 37899E98C0DE4061621C2F58C18884F5 | sha1: 79D81CEAFB33BA9C4FCB26D34975A8A732468EEF | sha256: BA46BCBF43F3F4827C207D8C03CAD3DDE01326B1640939DA5A2600EA889B9D1E | sha512: B2CFBC30B8416A38FEF7AD00A2B287105A8ADC34F36278114A51DD71EE15E955EADB0D5A30591062BF5D2DAC27FB031C952D7B3E5C62260C49C74A4BA94FEE79
bin\System.IO.IsolatedStorage.dll
md5: C936539862C583FB0DC99DA127DF5A51 | sha1: F5C7B07B545D3AA86842D29F5BB3C6C743A38F3F | sha256: B424AEE074CA8B79376EF72B3AE5C235668964ED4336AD8B705A76A8F6F9F349 | sha512: 593437FF4CC6CB8D450182B26DF5F2E10703BB4E46C7304F001CD91FDB7DE1D59161EF82C9A0E3FF5F7091681C1FA5A3CB816D0BD9174E2F063F631B681DC794
bin\System.IO.MemoryMappedFiles.dll
md5: BE6E3BFF65F54024431BB6D0595AE7E2 | sha1: 361A26978171B9CCDE68E14B9E4D9C12DE9BB1DD | sha256: 707CD452EC450779F7A8ABE1087B20B0AB15963BD3794019D05A5BC98B04CA0E | sha512: 2805EF53E9D36F3F32A7EDC48D2067429341EF06A5F8E3129A01EE68028CBBCB745C45B3DC1CEBDF4685A2DE19622AE7708C989D6B1A9084FF8C506350FE3BBF
bin\System.IO.Compression.dll
md5: F77D049713EDD6258FAE99358092177A | sha1: 212A25444812D1919792A3C302F00C157815D298 | sha256: E506FC910151D2B4E31A6C5B206B95878A567E3039AA1C9152A83007011A13CD | sha512: 7EE42A7E191C7C056B668E81CF20A9562A5B5EA0CE5807519115F8A9E5C0F3A355AAFA129D3D5F3A74D4E3A423D427319355B86F1C050D09291B9505FD7F3FAC
bin\System.IO.Compression.FileSystem.dll
md5: F04E8C2746646D53D3C5D231A16073C6 | sha1: 6204B396793AA5ADE4963D03EB23E059775330DB | sha256: D07BE1DB143AA1221ABD82EA065E540C65C95F119C13CB70767D76E6C1E215D4 | sha512: CA9AF3E57A3631BF8092BF1372C39F7F51FE9AFACF04351F54D262CDF52E95B6212EE261B97844F2FB2A817D99984448296945A0E49C1BDA5DFE29E94BE0E434
bin\System.IO.Compression.ZipFile.dll
md5: 885359C82BA15B2BBDCE4B638EBCA944 | sha1: 4226DF403D2F0F81407A45BE3E626F2BD410F875 | sha256: E73FFAB949D68BB8EC7CDA65D53951AF8C920FF3B2778B7E58089AED66323198 | sha512: 58D5A7C06A006B835AB16BF7A010A3952175ED31287B721A354640AC616F34014A574111021D9E812403FDF3FBA576B885C4A114A0C93FE5B37444D53BB6038C
bin\System.Net.NetworkInformation.dll
md5: BB6F15539AA70D1BB4063E1687066FBA | sha1: D0CC43B2DC8608D627AAF1C53F90BBF6333416B6 | sha256: 29F348D2BDC2B63550D5AFDAF404D3C91AC9706F867716FC65F788EE116FA088 | sha512: 8A3C3959E5C31B2CA0F957C0C2BE04EBB521FCB5819B3A61AA97DE6C125E7C0E9297FF33B3D32175EEC78729E3021C8D7ACB0198A8DD5C616FA601BB1D1BADCD
bin\System.Net.Ping.dll
md5: A287188B3CBEEE44C00A90AFA1C21528 | sha1: D7BE0D65C721D4623CA7186BA49D5563CEDEBEB0 | sha256: 2B5BE9D140570634AAF436E6BDD02DA3AD769BD114B327D27459F3E3630E3A35 | sha512: 86BBCDF321CFE4543EBBFC06ACEE017719CF9AD5337A45F07112984F998D14ECEB1B8B10FBD021DF1F2E8F9C4D5676B965E5014202CCAC9AB231385F02620FE8
bin\System.Net.Primitives.dll
md5: 48462230311A270E91114F2E2252DE7D | sha1: 9BE979591EBC0E095AC91DFB4660E60B07FED167 | sha256: 649826AB544E3E03EEFE70F8CE13E6A6D70DDE38A6D47A56E82CB8E276DAF1F5 | sha512: D7F589547C313813B3025F90FCD86D9BC5BB670B0786233BEB57598CE4D3A6CBA9359470EFA4E24ADEF6DACBFC80F08B65AB636DACBD574F22C43B919682BB27
bin\System.Net.Requests.dll
md5: B83ADCE688B27AD7BA392F5AEB86E7CA | sha1: CA1A60C80B931D730CE4219AF5BBB30232387DE8 | sha256: 4209E3E6832B1BE2B16309CAE6C48714C2B9C2E5989AB6B805511A797150E760 | sha512: E70AAAB40F97E5304DC371B5FC22D4B868C5E474501F0591280E04CCD6BDBE86047668FAB59C28B7203AC5F3C80A9D6603084B404B58C1247C18A040F7508860
bin\System.Net.Security.dll
md5: 8DE8A7D656D700501639C0E7503C4396 | sha1: 08523C9FC18442B85BAA41767FB883CF3CE91C5B | sha256: 4C59AE986A03BBFCA236932A7D6C556DF5DB6552B27ED5092BBF69BDC5FFEA05 | sha512: B53DA42D8F7A791917E1DF477975A1B02BD62BF2646F4DD3D3F0E09B32F581E792CFD48BFD480FE01374D1B5111CBC164823AC1EA7308C7F9EDD170285751307
bin\System.Net.ServicePoint.dll
md5: 33CDD9588BF17BF8ABA6A1F9B129E3B4 | sha1: 7FFB79C862A2286C194A95903E7CCD34548E2479 | sha256: 9BF8757496BED7AFF6518AE5B633146F01BFE894052011970E376CE64EB120E2 | sha512: BF95D2F2E5D08A10C6B32944B26E1D704863AE77FB7D874A1EE37E84D75CC3F27BC7B4C27BE175F899AAAC4C1FCDB67D79FFA66A2E54880917DD9AC553B7CD4D
bin\System.Net.Sockets.dll
md5: CB3082BBDACD9C09C6B4FDBD60DA51A4 | sha1: 65B6EC922B0F5F2052BFC723A54649644A31FFCC | sha256: 2B3A7D029895D4F868CBA16967B013B6A7CD15B5465DCEF97CD4D42287096076 | sha512: 649CA2E5D0791E9AED1EDF88BF4FDFE74E63AAD2E947F20F7BCB55D5CB2C2EE89064986D8AB30C915B59B1979DF575B22631C0791F1EB65C41C89F3BB2C837CD
bin\System.Net.WebClient.dll
md5: F0B402C3E3703C0E00BCB9DE580F3F5E | sha1: 22A2118B6B5C45F6606F65D90AE47D797775D46F | sha256: 3C6A5900E19774B2B0E45C897B7BA3FFFF303FEF7692E3B8323F531132B195AA | sha512: 9075DBB1A3FEF613D126341402193533E46B742F2A1A64E9CE740F611E815DFB377A92532F076169F90CC51880911BD0BA5DFFD29C8C658246886E5378E0CC56
bin\System.IO.Pipes.AccessControl.dll
md5: CFC3D03C60036B5B61CD9EA0DAB3A093 | sha1: 9BAED8531BF39141209FA5335EA747EE85960D06 | sha256: 54CBEED527F4E72F0D3562A765A05B16F1E175A303C15F514FEF2B1D94DEA87D | sha512: 8F437B1A2F68225C99862524ED7822DB2CE175DE20A2F4E040C59376C7C6CE32F8BB713072B3F0F86D5888258F6D89C3301CB250CC3BB2E3A8E82A827DB14637
bin\System.IO.Pipes.dll
md5: B90F96DBA94B29DE96597FCDCE9169CF | sha1: 8FF019667494FCD6C160439087DA0F04F0BF5F89 | sha256: F4B9ECFB8A4E7E4B4C79622B145E23E26958BD600748806A5501F2A66D319F79 | sha512: 2FD49379EE6F21FB4F0B555479067B303458A0436ACD3E35FB19268FEB32EBACEF151798B1DD732D48CDB079D567B19DDB91C316DDBDE5E48758DF8FEF12F655
bin\System.IO.UnmanagedMemoryStream.dll
md5: 8B0E0855DCAD20CD3396AFA93AB4A39C | sha1: FB52EF18FFA06E454264BE7B9C2F682F41250402 | sha256: 436AE01F125DD8C3C796067C3B5CD30442FA22ED1C9177131A1502FFBD88BDF9 | sha512: 1D9C4C07461FE5CDFDADF69107CC0145815DE23DE3AE146FBF5B33A6A584655FE00A238470BD38AE1E5615584C76A58FEFBDDFF7C381C183A2A0A3FB0F558414
bin\System.Linq.dll
md5: 0C8AB8208C5D68F54432F4195921ACA5 | sha1: 24505A5120E9FB53CA66BAA8989198BB0DD2353B | sha256: 17C02D495F9DE1B237B46B1B7D264D0534E61092B8769C8E3FAA508945C42199 | sha512: 0461665B16FF0893A146F6035050F6681A8CC10AF5B8DC7E8621ABA021BE540E4E20162A18FABD41F22DD4B858141D2CA05E2475CAA96AA837E92786BD4EB540
bin\System.Linq.Expressions.dll
md5: 2074F53C67D3418FDA6EB09B4BEBF798 | sha1: 7CA5DFF5C4E6E8C7093ECC3410C2BF6F34BEE70A | sha256: 545851E5E2A49D2785034E383CF757A5C8043BDBC3C77855B2C5FFBF26B59A9E | sha512: ACAC7115028AC4FD6B5FFFD4252B13C6E36B8C750330275B50CA358A4BAF0CE68B04210B684DE53FF384729FCF33613F834ACC54B27F36DA57D1CC94E96AE634
bin\System.Linq.Parallel.dll
md5: AE2AC21C190E74671FA6443743EA9BA9 | sha1: 9065174788C5CAF1A106CF259037046FAB531F89 | sha256: 85D681D543AAEC116CBDC4126A0F4794063AAA08EDCBAB32ECF0F5C2C840BF93 | sha512: 5495CC4B41EB13999F252F24C489FCD1BFB901C01C33125EE801A3CAECC4DDF758A75102970DFBF3641BF6A60D3C21B89E97C29ADD9D956E131AEBEC9AA0540E
bin\System.Linq.Queryable.dll
md5: 2B14664BEC169B6510760D3AEE138B09 | sha1: F06798D360A02CED5322C3703A1038305D3758D9 | sha256: 10B7A4E0336CC560BAD5784C62447965E1F410B8F5EC99836E19C02FDF067E60 | sha512: 43362A157390996898838CC7D0FE719CFCF9E73E39E39DB5EEF39E37E3013D08214493832559A53A3FB176507BAC1971340DC6452783910538EFA31364DF9453
bin\System.Memory.dll
md5: 14034284EB7648A543960C2B1DBE78A3 | sha1: 6BCFD330B0D3DF13724600B7CDD3B1EE4986525F | sha256: 5736B284DE1274C95DA46BE089E6DAC567117ACEE26F39FD75AB7733E2CB183F | sha512: 9F35FBACD37BBB34A2C9F075BD7D7BFB7504D98059958DB3AEA2586E9D2A0B873D0E9766FD8EB03BB13D64D7712D361C40C596671C306C3DEE5D79E2D1EADD4B
bin\System.Net.dll
md5: 62E9449A26133983343DACC3E9BA5D87 | sha1: 1B55972EBFC43A54ECABC133ECA1F2239F69D97F | sha256: D4A509A94B0AAC28BDDB011D1CF6561A08E90F0D76EF63E7F2ACF96059E261EF | sha512: 021FCCCEC8F4FA3584F2D81874D74DC16C88D5F14321C82AA196C569487569DA5E047EB0212C13D22D63B7B1548DE9CB2385C42295A325170BE993A6F86B1FCD
bin\System.Net.Http.dll
md5: A99CC70EBF8634A71D63601C313A77F9 | sha1: 22FF02E34BC5BFAE3C52CCB451FF942AB48D128F | sha256: 4258B9932E857010B08FA1F064D80BA657F4BC990054BD91F94A69CA83B03E8F | sha512: B626658985CC5C4560A7B910CCF364AF4A04A9D291920B4346946B4D12F14939BD4C62FAF721667432F54464CDB17ED84597F6013EF84CDD3F512C8165CE94DA
bin\System.Net.Http.WinHttpHandler.dll
md5: 2D166686706438033BBA5DD8BBA4031E | sha1: 363B338899FFFBD69A05BF9CBDE7A50ABABB0F77 | sha256: 621D5B1C1D600ABD567ABE360262B250A65BB3B73B346592FF8A263CE992782B | sha512: 2A12B0DAF6C5A35B1BD7F4E9FAB731CB9A189922C1267D29EB4080F8719DCDC92C6B0DFBA67857578DC42D71231AC297AD62DA50866AA660418861925E50DE41
bin\System.Net.HttpListener.dll
md5: 0FB53508BF69708039C1B226A8A7E4AA | sha1: 90F34D2EBFD73C514535FF1491F183A9425E5959 | sha256: D8D16DD5EFC7C98914DDCEB9A4B6A7A977B7E44776FA65001E7443D61590427E | sha512: 01330B99C901F3357F131E21AF598CFBC1DD61984C745FACAEEB4782F78842D875E8CDB937734C3003C0AD2B472BE5FE291EAEA0C18EA64A491A11C6C1D048E0
bin\System.Net.Mail.dll
md5: 11C1871036365B7EAD959D6D600B6652 | sha1: A420750746ED8BD5AEDBF08DD31C57995A4E8407 | sha256: 9FAA1AEDD62B6C5F3D4D523100E45A2695036597837D8A4562D7A872BA6D0361 | sha512: 09E513B8AA770811E022004312054D87F8C98926B4835ADBDC86B9B800DBB3CDC5AC04A738AD65B8AB1286AF0C2358C93802D23DE3DC38EF8163AE36C01FA043
bin\System.Net.NameResolution.dll
md5: 3FE00D2AD361EBE582C0065E190F8A06 | sha1: C3BFE0B3A03A567A5350018F23FC2B7D6B7F47DA | sha256: 968F3A796EA8E4916193BD2EBD541BF811A243B30808AD6A3E15393DCC4DB8E3 | sha512: 650EAABC217167D9CA6A77338BA55112ACC51B3ED879213C1ADF0F29646CE5FBA8838F55A9AFE9093BF3E934888293B6C0DAAA702D4405AFE57BF1ABD480DEAF
bin\System.Net.WebSockets.dll
md5: 06C29CEAB34DA4CF16E49C736DBF9D22 | sha1: 9552DC39F8E4F468DB237D08B56ECD3B9AC6FC3B | sha256: CD9CB4CE26312F4D92AF0756957CAEA932B3F1DC0882B4AB0F279122A25D04FB | sha512: 95F466D0E1EB9502B20F4B68BC7FF1D6092BBA097D1191BC5CB4B9CF68893571EE2CF75F194DE0E6E6B506AD3C587688F0D71E17AE2D4B08CDEC3CF6CC4EB7C3
bin\System.Numerics.dll
md5: 4A6F2917982CDCB1BACAA28448D50777 | sha1: 6FA7B3D1ED03045F1B3369F3648F81C13F1359C3 | sha256: 97264E8ED2934F63353DA33262386AFB1DBDA51086AD5FD36D2000C9B84BA099 | sha512: 429DF9974B1FF5A6B2C4A4D6F37E257A4F19EB4D213FF443F99628B33C025F709FC68127F36AC31258C3502D593B8BC5935F5DCA72753448114A81E45ADCABB3
bin\System.Numerics.Vectors.dll
md5: C29DCDCAB1A86A8505386FE06C088D54 | sha1: F5D6418C004FAD944D4BB05E0FFB50EA45FBBA52 | sha256: 1A98A19137F077DD0B4B55308C051C3D1FBD79CA5C554949E92D7E8414BE754C | sha512: E44F8E41745B9CE525CE772A4F6EBC48ECE8383FC62BA531F9200A4D417B273A822EE00EFCA1649EB4B4543C9E245B187657BFA8C0EF8A058A3685250F15677A
bin\System.ObjectModel.dll
md5: 374BE8A80ED23B85A036B4C04F7D7B9D | sha1: E4BFC986115F4FE6100E27D9973136CD5D8F2349 | sha256: BBB381D2F36B0BA547252327A3F2E3B05C59A5708FF9684610F664C3EB17C28E | sha512: CF72024F90FA72A224B4CF6B7CC419C3F872B7173BDA4C6313D8073D7E65DFC9C812C925E49415D37B78DE16CA216C2AA1ABE1C25DAE56E0E74DB69E244CBA3C
bin\System.Private.CoreLib.dll
md5: 47D42D41D6952A10B787204FABEEC620 | sha1: BB31E5E2DD3B2B188AB520B64585F0819FCCEE6C | sha256: 056D78A73E434FDF01C54ABBE047D5AF85024E51B84429C47B0FD37942216A92 | sha512: 917A29AD3A44C0B94217739AE862C53846D681310361B7987F189BA2C352292D999CF5AE379B502FE84FFF4D63EAFFA1E429308CA0BD4E65288B6C14ABBB8C86
bin\System.Private.DataContractSerialization.dll
md5: 0ACFA88C28BA30B99E78E6951F7942ED | sha1: B5388C9C1CF779254C25A6175050EE6C7B6A4450 | sha256: 46EB91CD1C7E97CFDEC069E0D9B171F5B8536F971CCC5056D9FB4ED1798EDDB7 | sha512: A4AC7CB07C77BE9A261480EBDC579586DF6120A865FAA1B287306405A6B128573F54759418E381FCB4FD2E714F2A996EFFC0C063481A5FB33E9FD01F03E51968
bin\System.Private.Uri.dll
md5: 3D0AC90C70701B4A82E155E39F666736 | sha1: 4AD6760A4B6392341D8972DF9FD7BB4DC272F5EE | sha256: 29C696C527AF445F0B9F879ED699AA3A45B91D33AC5D238BB0D3EBF37FD0ED13 | sha512: 2B9E96C6CD43C2ACB5A83C171C0137CA90DF8177E827649AC95BE6D7AF684D08695D6054BEADC28C57443CDF820E5229AB0C77B462B78DFB4972A16A3089DAA7
bin\System.Private.Xml.dll
md5: EE6CE75DEAF653B3436D7ABF179D7C88 | sha1: 63507B4E36AA962BA1D3523DCEBAE00AA50708F9 | sha256: A8AD24E3E365B4186A361DF518E2A1A40C4652D397A0876720CE9D0FCCDF1A7B | sha512: 8776DB7BB5BB4A1815420738F8F47681F85A48CFAD819C2C18D63265D673FD563370851E3D7AF60A93097319179B4472376CF2F844D1EA8F0B28CA2275E5755A
bin\System.Net.WebHeaderCollection.dll
md5: 5AD1DEE10100E34CB9EAFCCBDE37C488 | sha1: 8B28EA81A6706BA79537375169DD0A2A096CF8D5 | sha256: 9D12702D37E0312C3BD97814422A7EED5F52FC93B43EE55909426069A56D7B92 | sha512: F31E470EE7AA6A036A6BF4AA78969B6D7EF84B4D64B71ADB513B6CCF504E1E097BBD62CA731CBF09A6FD5A9EF8EEEC4851013847D49E30C1067732F6E06CC626
bin\System.Net.WebProxy.dll
md5: 989BCC14E39BD310510F959453C37D30 | sha1: B969ADCB8C954D6E752CACD4966D0ECE2A882E9D | sha256: DFF9EF28FDB96D01CCDCCD098E174D2D53C333D39837C455EE037A9A438E3297 | sha512: 15B3B350D9C2196D43F40372D296A1A114B95268727C9C7F62ACB678CFCC3C5C0BA167B59B6DB2D957EA20741E39E08A600CFCC7C299E02EF8811BF7186C9BB7
bin\System.Net.WebSockets.Client.dll
md5: 9B344457FAA193E826CC004CCB712D7A | sha1: D3AF756EE00C30D406CE49035B61C2EECC5ACA1D | sha256: 366AE2F459D388C62A44C8E821E72FB354FCDA500EBF0ED2841F2850E04BBCEE | sha512: 1795725C09B3FBFAB62D44D54BA3D2B34CE821EDEF00EC303971BA98CE41EE9327C37F9D5DF013E5146821861BAFB9B80B538CC415D9F69B0217A0E883256DFC
bin\System.Runtime.dll
md5: EDA55F78FA65A8966B6B9626AA249FC2 | sha1: A41551BA5A474B4C4678DA84B658DAD4CBA740B6 | sha256: B70502543115B35DC71050897C576DF2FAA595EA93E882DA5C6CEAD4DE05FE7B | sha512: 23ABE4DB8CDFDE3623F7B3C8DB8E1EA383AEDA257D61273E85526030971CB18B761D9841BC635CC872EE7BB4086D8F6AC045DDF2E984D1E6E5ABC5EC4BC447D0
bin\System.Runtime.Extensions.dll
md5: 9A63342CCF7B3E500CB1E75B06B2B83B | sha1: 8B6AF3F795F389993586FAE7267C0053CB324765 | sha256: 55B4BE7652CE9BB9BB42E204F203B0E59220F4D66D16BE957A82079F8CEDF384 | sha512: E50626FFAC7456A544E292F030FC539E20100A21516AD32FF8C2EA672EE2548A98DE41E288BBACD881849FB36D59EC4F566EA3A5BA6966A20C80FF801CBB73C3
bin\System.Runtime.Handles.dll
md5: FE5E8F18821C32720115490BD2684E78 | sha1: 7D222070EFA3072D4E1C24A18A98DD86F02C8C77 | sha256: F3B7716E089612483A7A2619E6070DB416C534380BCE489ACBB027B232EA36EA | sha512: 70F248F0010147DC9A62A3C187252B659B6F7A48CE6623B136258F1B95A8F264E76E29F604535329DA1BD79212D7096D27E6E1988E1DD30488856D31C6B452B5
bin\System.Runtime.InteropServices.dll
md5: 0E1C590F9F40C04004D563DE9D484B5B | sha1: 12BDC9DD63E4718C679361F4B1A088C5367D98A5 | sha256: 7B1A2BA4F66F92EF3FFFCE133E980BD9915E0F76C351C9A12FA6960498DE394C | sha512: 01D047B6845541F06EC7BEDEA7B9F7AF81B5874C1C5CAF7274C53BE4205BC6017136A41E461DC0A7F8A52F70A6A3EDC58D9F38ED0C250D2F6441A3AEAE0E672A
bin\System.Runtime.InteropServices.RuntimeInformation.dll
md5: FA812C9E63E2DDFBF4A89A8ED35D7BEF | sha1: F85DC3917D70228E56A208A36C37740BAD0D6A9A | sha256: 11692132D38DCA1BB95F826B7454C54A6275E1A2D0464B7AFCE5521C631B3507 | sha512: 3E487E30E2D1B8AA3F8411A941F078B0A4A58EB5421571F01D0158FCF918FEF64768B8B2DEFB8A08658DF833AC8C0BC7C8D27067E48EF72A8F18AA1D24052E93
bin\System.Runtime.InteropServices.WindowsRuntime.dll
md5: 6BC41614716602DA52A62128D18A14A2 | sha1: 74FB2E746ECA6AD2D723D530FEFA607998FC81F3 | sha256: A9BA8922B6984C1F0666C763403916AEEF8991BA0DCD68D16FF923BFCB2D7AE7 | sha512: 1B575BDC84ACAA87253DA4CA67AA21739EB34DB1FB3FDD8DC254B274894668893A9C938203938A8DEB2F7D03920F4799FEE8EE62F6CA9D9139B143FA0375EACB
bin\System.Runtime.Loader.dll
md5: EA5309C4825F9477F3B8DB9AE772D2CB | sha1: 5A760D9ADB06B1731305B9CE86626C6FD1C73DAB | sha256: 68D5511DD8CE3A9C67894AE43D9DD0E6E3936984A46EB9ABC0D9481364232B3F | sha512: 3BDC47E7AF44DB420E908C7E0984DEAC6AF5C8A212F3F18BDE215FA78064A797B0481A9BF09BD523FAF610B99477E3F7E629041479F2D5A9D89F2EAC8256F9D9
bin\System.Runtime.Numerics.dll
md5: 060E7613BE0632E9338C4BC8B426337F | sha1: ECD0C63A71CC9D06B21E44AE48231BACFE7929EE | sha256: 8F2DF84628D34C847624BD459F5F6F2D9C98EAFFD0FDB75282A10861BEC96CDC | sha512: 7D7FDBC856AC37A6D0C004DC149CC1B8D066B50B7983DB0FC8E3A7C9DD2CED11FE317E76BA5C457DCEC62C65DB41B9F03E984386EA0B62C7350F3A2EB16BA8BE
bin\System.Private.Xml.Linq.dll
md5: 1BE0E20D006C636BE1A5D06671787422 | sha1: 181E51C77CA52EBDA800426FBBDAD4451A74DB80 | sha256: 5BE88E62E8C27966D7C9B08E8B3BBA0FD4EB1EE5EB17BC7EA4053DBD83136D61 | sha512: D42DF0D03B82DB196544F7BE57CEEB5B633A7D398CE5542773FB2C353965DB0B9A68BA719FC2FC4653E3753AA677323DEBD1832911A61A87A442D5EB87A77F07
bin\System.Reflection.DispatchProxy.dll
md5: A74A163730B7576326612365C93EEA0E | sha1: D05E2C3B52D92CDAC91E9F2E84A62E5F55E0908D | sha256: 1C73F31BB2B1A93594D9CE54A28ED34965E5A3AA1062183C9952C775F9F188F3 | sha512: A66650CA3CF85D6BDBF4514939FE51D47A1687EB47A9A9A46DC1EB0AA4F208403CA9688C7001FCB0B23BE911838C612A3D9CC7D48581F9DFDB9366549DD95330
bin\System.Reflection.dll
md5: 8D217B7D5728B0AEBCC28375658E8594 | sha1: 332B0E2CBEF574AAF1E0F45C8ACF3C2B6FDDD067 | sha256: 9A0A15B6DBBC03A1886367A2787CAF540C364CCFF0C59A2D8F003FD54F9B192F | sha512: E7E38FA2FE3C8AB9DC9D5A72D4795EA5D1A07DEABECE42BB8FF007CA4DCABD9E840FB7129C000C1D1AAB382072C4A4FA1D27A918E84A574AF13CAC3A57B1F23C
bin\System.Reflection.Emit.dll
md5: BDEAA61B3D976C5EF4BFB4192E537872 | sha1: 07D121D585546D811F304A34B7A55BC55ECAE793 | sha256: 257C5C0D30E79F328F5775AEB04AB4ECFE729B38DF1FDB4C2785CD6D884D83AA | sha512: 71542B0DF4F7C450AE9865BB63F221660E3AC00F46A47B5DD98104722A85C6FECFAEBACA5603697760E0D32F747E15E5042F1321AC65EC4EB2D2A05CF3F154DF
bin\System.Reflection.Emit.ILGeneration.dll
md5: 4A684C26BF8843C1FE1D4E56F6DC3677 | sha1: 2785CFDAE206131869DE41288F59E693FDCC7C8F | sha256: 737CBBAD57E3680E0EA022FA2BCD82B9EC49C202462A31EB63CAA6F76FFDC62F | sha512: 003B3B40318341CA26871D61D2148C9F3E4A2A0F1859B62B02920F08B6A850B7425CF246D38B6214EDFC0411198A3B6E08F00BC32D80D1B69DA96253F1A3ABCB
bin\System.Reflection.Emit.Lightweight.dll
md5: BF2A3EFF1358F17783EFFAC9F51B6A16 | sha1: 08294E6FC89A9343571235D23C38B57F4D124932 | sha256: E04E716D2BFA5B4FF31BEA0D2898C97D96FEAF8A5BDA06C8ED2E2AEFFFB77475 | sha512: D92D4DB7EB04D7A88BFFED9ACD2E4A90840AB95933E93CFD9A3BF347236ECCF310874E5554819080E99BF727988BB35BA6F013187D00FEDE0FBF3B6AD00BEC17
bin\System.Reflection.Extensions.dll
md5: B3581EE8FAF249C31A1C2E66F7A8F9E4 | sha1: C07DB055154FB524D9B1884C8E8BF9850A464118 | sha256: 887DA6BE69ACE97EC11B40EE37965098477E4A1CEF9B61824715A45982839D54 | sha512: 243CE341C60ADBBB0365DF0B38A0EEA0CE2D558E7A052E47FE28D1CDAB48A3E8329A199FDF84B240CEA48BF392C6D8BBF8B90B627B9E5FC788684876685538FB
bin\System.Reflection.Metadata.dll
bin\System.Reflection.Primitives.dll
md5: F2A5767715F8FD344314715D959D7F62 | sha1: 305DF97CA65DC82875ED3AEAD2177AD63CB563DE | sha256: 2D7D55CC25ED7E213B11960433CA5C8BCF9E06374E6A4C4595A2C465F01BE628 | sha512: AEACC743E5B581C65C6704FEF5A982936ECCAC5E8275109F790B262E2E87FAAF0D9D55BE85D303CBAFC5D21D691ABC6740684C79A8F55B7A57C32A731F531774
bin\System.Reflection.TypeExtensions.dll
md5: 6E8235E8EC741ECBA3C041599BB9DB4C | sha1: 570932411BB060A24DD81B0146D8A392E0C03C3B | sha256: 69E6410CD68786EC314680E4598CBBE5A3DAE59813D9D91C1422D3628CEA0524 | sha512: E553997A0A0C87D3DBBBD00E12FEC200F7DB5DEB6C64FB1C1D141DEDF56567259ED4830604E9E701D247370743D10034E06C2FDBF28316FD03A93B1EB34679C1
bin\System.Resources.Reader.dll
md5: 549E80692E6466B9CD31D2F82C3BEFCE | sha1: 67A54D8D7639DA8D307EC3780E8C0C996EA43BD1 | sha256: 66584185E1878D4B25D7FCCDA9441C6CAAD7A8193E3EAD63900EF822556ECB6F | sha512: 2EEFE8F2F46E4C46456CB5F09E2B2EA57BD335A02BC714FCAF18C407B708F1BE53660786A87E105A7A6B73B44E3EB32399CAFCFE2268716204201248EC5241F3
bin\System.Resources.ResourceManager.dll
md5: 06AFC3C5232497B9F87FB69A80C3BDE8 | sha1: FF949E3785E3ABC91C489C723F360CCB3212DD19 | sha256: FE6113B09C02BA35E621B4C0B9E043130CB04FC9DDF4553889228575DF87289B | sha512: FE387C00AF7AF9EB5C3F2D895125E1448B10051F4A96F5D91D494A08E5CE59BAE5AF4709EE61098A84AE45910F9262740AEF24651B3865752B24BA2DA7988A4F
bin\System.Resources.Writer.dll
md5: 792A5496A9D999B786F7E9FB3B2DDEB6 | sha1: 6819D79E1B975FCA8FDF082B2B2515DC7ABA49E3 | sha256: 6B36D7C8348241F26440ED328AF65616D5557B484F2A757F7CD3E7846F11B30D | sha512: 9FBD251F152396AD2B98D032A73C253E210DE7E2867B958330E88BEDECFA146C4D47FC48C4A031B3A7E5E93255A91888547935D6A011C414006CA2C8D934BB56
bin\System.Runtime.CompilerServices.VisualC.dll
md5: 6BCD348B06F3B8A0FB378ABE6E06624D | sha1: 01153B6591A0A1A2089267F59773990AF8E24BB2 | sha256: 14670AB3CF0ED4A698597B00F138F85D4E2A3F5602561ABA331BBEB4EC1AE1D1 | sha512: FE4E61199827C4A18362672F1B83478959C0DECE7EEE6AA85BFD163ED43D99CC3798E8931AA6BD5EBA11F9B4D0E0484F2C1DE509E306B0CE848D2291DE5F89BD
bin\System.Runtime.Serialization.Primitives.dll
md5: 6D08E7F719C6B67BD0EF6E738349D11C | sha1: 1623DF438F011F33453076A311466FD0E9EC2F3B | sha256: 7231F40717CA735CF3B7D632E7D57B9E03196FEEAA42B49A43F704ECD690102F | sha512: 80C5F8C823E385884DAD1B6275E566CCB8F21233E3C8F3354170BEB716264048EA1B582B20C3DD71945CE8CC084A2CB159426A9F0075C4018F74AA214D8FF1CD
bin\System.Runtime.Serialization.Xml.dll
md5: 8CF8104F9D52B6DC19DE2AC5F4843EE7 | sha1: 68D3C58E53874B43F58E9FCA55691A7786917C04 | sha256: 8B244B438D221ACD49C27C9AA928534B253B3B20B95250E6BFB7B7480A7E0FC6 | sha512: 2435AFC079CE5DCE94D305383F9E40E1BC3556EF8871DBF6E41216AFD2B032F1AB0BFBFF3232B4A330107970DC510791471770D9512FE0A9C1D46131D9A148B5
bin\System.Security.AccessControl.dll
md5: 2CB23A23369178CD7E238705B238E516 | sha1: D71AB8B69734F983B8F102885390447FF9651666 | sha256: FE46D8C19CA5D1BB123C5AE8F464597EFA03496B081840AD2A57389E1C0EFDC2 | sha512: 42D3AFFE595F7F7AA55396A3226DC9F265C7F257C6F62C4D274A465E9FFC4A260F4E4F4956068D18F81571C5B3DB11871E3EAD2877197D90E699AB5EE0FBCA56
bin\System.Security.Claims.dll
md5: 2219608CEA554A281DAE1A0DF404870C | sha1: E3AEBB23BF762F65217EB6979AD59848C017301A | sha256: 82097DD7A02C5CE3EE6A0B85EC512F5B9B8F8A9478127CCB8E843B2DDF5BB12F | sha512: 1EF837B0DEAA5B75B6997D6578B03803C6F98023D7B6C7FB27B9F3A1D26053A1380C4F8189E8D0CD3D683D3C4148C003C6ECF0859D56CABA84C24DC374036492
bin\System.Security.Cryptography.Algorithms.dll
md5: CE31546639D0673D24DF745D063160FE | sha1: C34E39EE2993D3F3575B383094C875A912E6343D | sha256: 076141B2DC870591916BAECD99F1D453A59781B03241F0A948F7B342FE57E1E1 | sha512: CF60FD6CB78F4072F6A3F72D1979AF799A32EEFE00227828FFE7BB573A10677D96CB7A1ADDD8C0D20347C2EF541B713344C51052519276997FDE315EC4F45C4D
bin\System.Security.Cryptography.Cng.dll
md5: 0358C76A11C1DC83AC42C4072028FC33 | sha1: 0EE7CC0863F4BA810F25EA939E38DF685EA7C7A5 | sha256: E9D3CC13FB3702008E8D524D144C493B9088843122B16D28A0B1D0D71CAA7CDB | sha512: 36DEB06CA95C784ABB2376F25AD736F5123320BC4ED22976136D4A1E1506803F4D513DCD1D2B4881911EE70C6194CD131A22BE39EE4A6415A07C73EDD8D745C2
bin\System.Security.Cryptography.Csp.dll
md5: B3CF3BB2A7A2B57DACDC274B771F584C | sha1: C4510F10463110FC17B11065FB9C1028C25823E4 | sha256: DBB158CA643E302CCA2FD13AE202EFEB83725D8FB51366015AC576D73F0B0323 | sha512: 369C1C00B9246293CDFDDBF8A00A54E26163EF29D0E647C1DDA9F91DB4D1816EA94EC4DE991D96C7B63666E4F1D157A87336842A5429199AC72C7FA069C2906F
bin\System.Security.Cryptography.Encoding.dll
md5: 2422141F9FC993584DF3AA9F254D314B | sha1: A0626E9DFD66FEB393E19D47CBDDFD6B1AAC25A1 | sha256: 687617DBDD6A17DADB49114C4DC3407BB80153E2FA2AB7EC0CA7DA3350783A33 | sha512: 1D12DE99E46A180C1A41A8CB32A49CE17F5D06350E124C11CEDBB44ABC5BA1505999A9AC29F9AC895D1D98448E2EDFDF89FE9EC6B65EE0153B18C90FEB0D6DFF
bin\System.Runtime.Serialization.dll
md5: 7DDB7C484E663B63369CE5B951B60EB8 | sha1: 8B1273EE5E3DBF56754DF7A201D34BBD2508D808 | sha256: 281849162D033F3977AD35B2AF011775FBB4795EC7F0BE78AF7CD28B8CDFB761 | sha512: F45B17B7DB55F32F5248BE52C5388AF1826C80DE0CBD63A8B8377F8B93A58E7F96B4B5481E49F884FCFBAE1421F355006D7F23DDF874F7A652A919000A9E108B
bin\System.Runtime.Serialization.Formatters.dll
md5: 51657427E7F94867B391247482607F67 | sha1: 9164C1BD52F1D7274D47E0959889A6AECEC2ACC9 | sha256: DCB81F0F23BCF8E443B9D5CD1BFAA020CFC375C60B29A8AE966B83F5A8BDFBE2 | sha512: 425DFD5CEBA6813F1F1B678DCB18E1E1B92123F906317B264A71A6825E80B12A7249BF8C67B9BB0E20F32CE30C7C0BAA4B927F4348537CA670009AF86720362B
bin\System.Runtime.Serialization.Json.dll
md5: E432B2FC13D2B029C808C6DCE0D444C3 | sha1: 11E249C876C6EE66A6B0E7385A37ADEA8D772637 | sha256: 11A2012F610A9F88B4BCA03669803F4494D7F7633C30F647EECCF4063C6462E1 | sha512: B66A81905709B131C68365C0523FE95741FBE27F539127099A3E62DA08069B09E984965C0006832DB1E43AD0AEE83D49A5C50BDA3CB62DB73B95B8924D13FA7A
bin\System.Threading.Overlapped.dll
md5: F357CD400AF0828BD7CBCF4F9DF45BE3 | sha1: 4A783C7E1AE71352F0225CCCAF4680D7CBF98C95 | sha256: 812A362A4DF46370FE5ADED4C102664E51C4A7C3EBB5FE11CB830AC692AC2442 | sha512: A1F9E42A4E31F4F2517CDD5938795E2B7D112F771484EF2C8E961DAFAF8A30CA8084D30128176088D229B9AB794623FCD8150B233A9CD07638BF94CEABEA7337
bin\System.Web.dll
md5: CDC83587A7706478207BFA121FFF4AEF | sha1: B18143A99F7418DC52B47DD670C0378A65420751 | sha256: F5B72639C7C4E83144F8C8494985F561F203C63E7BD1A5F4422B3D15B88D7D49 | sha512: 8F684EE5278A288D58163DA1E7B48F32228C138DFA3172BF57991914E30BDF48E50B6C83541C80CA414D9BEA0AAB0E2A1459090E87EEF5B2D32AB91B23CC0840
bin\System.Web.HttpUtility.dll
md5: C5FAB03E3D77B703E9324B16608CEBA3 | sha1: D86AD6224E2CFFD44832F1DBA1592F30C1357CB1 | sha256: BC3BC54926F6B89F6527EDF715C12E8513B0B309C2FD43ADA9E776A60F5FDA51 | sha512: C916CDACAB908034BB80B4D4F1BC3E04D7E41C73E56773F7D0B11B32696857BC9BBCBFAB0B8807303535C40F4FB3A6CE5B90EA43A6DF191728456E41650CE8CB
bin\System.Windows.dll
md5: EC33DB393D552ED570146F0A566B682C | sha1: E4214A0AD3A199D78061337E7969565BA6AEFAFB | sha256: F052DE15D945BFABF6911A934D7C9DA9D86BA80302DBE7FB4C70B51C95DFC1E9 | sha512: CD31BA01FE3952B817B049202AA667AA3ACD99CF01F7406CEB598E48C2F04C494BA678C3F5EEFBA305C25F085C60D2E157C02E746B4BC1A562CFDEC9D9C09C38
bin\System.Xml.dll
md5: 831220418C7EF8064A08A55B4C7564B5 | sha1: DB28711995865F00E845F90C328D61B4F5AE2ED2 | sha256: 89E102B626868CBC3A3285E0C4C3AF67593CE7926F999476F8A322448A4A99CC | sha512: 56880B49FF81401BCD9D9D2123FB3507BC6476EE13385E862F05508CD66796BD1B56C7E20988EC4B109E9FD02AC3C28481CEC22C9CF26A8190FC03965B9CEAE9
bin\System.Xml.Linq.dll
md5: BB09936560A7CD93C2467944D66DC853 | sha1: 49126CB0409B03A39F1D95CB841FB516698BADC7 | sha256: C0554243E61F50369EC5A8F19A8A31E499390AD088A1EF389A9BD4EAEAAAF776 | sha512: CE837568942F77EEBA3FAD02C0419C80982B72310A8E1F131D7A0DE348443C5526587D8CA4A0F990E890A76C7B568AE277076FC9740C4015FC7905E6C1F2F8FC
bin\System.Xml.ReaderWriter.dll
md5: CA1EA3CAA48DA2D58A15C416193A2AFC | sha1: E9CD16D9554B4136C42AE429776CB344B33AB728 | sha256: E4F3F574D937418091AE12743C56238D72FD0AE5F3300D1E08A49148F65B6E29 | sha512: 7732E0A780F4D008FBEDC23F9B7AC726D99FA75B5551646D4069C1C0AD16775EF2DA1FC7A46D9F6B0D2B7E2B1E2DFAF53C79C36D44D1956C1CDD15A7A9427EE2
bin\System.Xml.Serialization.dll
md5: ABBBE7A3F4F144F30A40CB4FDA341670 | sha1: 098907AB3AC9081D4392B270FDEB616AE62D8CBE | sha256: B9165B7169A5CD02254F56624E336E548FCF5C106EABB840462ECABF21F0D40E | sha512: 06B53F5E3A5746ECBAC764F03A10EF8E036A223C250D9A26D0E87746A5F69D333EF73CB21ED9F9EEFD108AC499ACEDA1785D4803AA4FC48463F3BFE9AA2232CD
bin\System.Xml.XDocument.dll
md5: 0BA1C7EC855509B54042726D2B17A896 | sha1: 32AF67EAEEEB33A30E5644F11E9EA15559345D1C | sha256: F5244103DCD7F6756AA184A55C9B1E34A18ADFC6B88ABDF94E0A965C56BC860B | sha512: 7F2FCE65D38DEAFCB2E5573F2E3B9D58AE4A1A6A6FB5FB44E8454DEF51D19383F38680F554820D91FAE48A16D16FE3DE8A47119B5AD0CB38114A848DD3400061
bin\System.Threading.Tasks.Dataflow.dll
md5: AEBC3041B671DAABFBAD6F7D46E7E0F9 | sha1: 78F6F51DB6CA4466F9B9CA0C714CB8E3C9B80E2F | sha256: 10792FB472976C2349D47B9C78CDB09EACD77FB608811C8F283CE24BCD6461F1 | sha512: 93699304E1C1FBF668A9775384915AB3DC16DEC614760224EB2874BF6C5EA947D262BBFCB2F261C81619C0F58742F50C0B8DBF8A66515617DD8D9365E0F3F409
bin\System.Threading.Tasks.dll
md5: DC19761C73AF99EFBCA12639CF4A4E28 | sha1: 86E70714E646A07BAB360C6CB0CA38685D011B97 | sha256: 7E77638C8697EDFA0BA25B9A48B312CB30FC193401EDB46480022F3FD5EA0743 | sha512: CC98370648715F0FE8C4453F7C33207EA5ADF794DF80F333B818BE8B04CE8DE5C03076CDBC32548E304094BAA413453601A748C6D299BBF13CA9DE1D2AB34157
bin\System.Threading.Tasks.Extensions.dll
md5: E643D9B0588188B833AD1FC734382729 | sha1: A88EA98566D9A71409F55302D81659C7D32248A5 | sha256: 0A9A26A7FB114CF4CE166CEDBFAF714787603CBB6FBFF8C94AA453831B753064 | sha512: B26EC4054F3B7E53A164488D5394201E4DF4B8F73BF52D1047408B998FAB9AE32EEFB0074F4DF478E6C80D6C9AD2B2F30E90014F4409C35DFB72B8E9D6751590
bin\System.Threading.Tasks.Parallel.dll
md5: D884B961D52D035A96E9DB0E0592278A | sha1: C7C42CCF514B734A98683FA22A72E3221B488495 | sha256: 6EE64EBA1B023C0558F56E76C3712874C98F77E82596A54E979B06E81C6D6A27 | sha512: 1A547E4E51F8A2C23548BBC804B579ED96DE15CEF3390E3ABD8A839B99971925EB178B50234712EFC39C836FF319646FF55079D36AE4D6D22183A0D849D47C0F
bin\System.Threading.Thread.dll
md5: CB689F93DAFC27AE19AE02D360E8FA90 | sha1: D07A44950C5EB2D10B65678EAF3D0B9ECC864B89 | sha256: F92EAE723847BDCBAA2DBB11D5750B4263494759B3FA5855B366C6D2223B7E27 | sha512: DC06E8B7FB956110556803BC2F1C9BC011C4A4330640ED99D1472D3DF07B2BCC218953C1ED095A9A023BB554FA39F7B87C4E8D043F5A76AB20375879BBA1BDA0
bin\System.Threading.ThreadPool.dll
md5: 5896F4654A2606C4B9B14C787253D6B6 | sha1: 609EE15BD9F54D639475B54FE7753BD72D5982EA | sha256: E61EFCD49ABC2880A1285293811D259C21393692377496775828C2A02BC5BF4F | sha512: AC67D9FE60A727E914A1C9F2CAD8321F005B13D8A5204CA6892EDE66A07F5E05BD8FCD1235D18709D5F621F8D293FC981D3A2A459D37955E9A7F2A1722AB6F8F
bin\System.Threading.Timer.dll
md5: AF82A983468A3159EC97BB4F2A45BDEB | sha1: 715EE2098EACD7AB0284605FA31DB6696DE0D6B4 | sha256: 8546B2A5BA06337716DFC0D0CAC3ED395B8FF968281E56FB810044AC258B2FC7 | sha512: 9F51106CEEFCC0DCB6710C42F02206B98008437A227C7A19DBB3E6BEE6A819C63B87DC440E9C004A44F3AD40E29792CEDF637423DC3B968D6D1E8EE364B8BF9D
bin\System.Security.Cryptography.OpenSsl.dll
md5: 98555CF3D83FB99937DA7EA050380B88 | sha1: 65B37357A09267BEB2ADA14A731999617D320F25 | sha256: A3AD49B20E98A10CC587DF515D587C76F05E2C8EDB34690EDC86C38BE3BFB836 | sha512: 12DE34DCBA057CA6A5C88C1730DAE07757BC03B7270BDF0459EDCA031E10300A509BAF9D2617DBF351D619957FA28AF128704415F4890C7FED765E29EFEDE629
bin\System.Security.Cryptography.Primitives.dll
md5: E7DC467A02CEADA42D6235C17D1F4967 | sha1: 2169A70ED5FDC2D023EAE646D6A527C1EC158656 | sha256: B73B0353BC2028E6AAB09848219F115CDEBAE050626B7B4BE1E2ECFA2BD5CDCE | sha512: DB03C07A6EF5917796272E9FE45722D98D491111355EA6FF387A846FD3849011C062422424A487C060A1C8FEBD69BD26F6497256EF11F0B0BB18C696FAF2A2E7
bin\System.Security.Cryptography.ProtectedData.dll
md5: A03540DF7D46DBDC432635BF2A27963E | sha1: 40DFBC479D15856E1D324BC34D9C83A0FEE5781E | sha256: A2C267A61EE145D69128220C10B3DDD451A137273126EF7B4BD306059E1727AF | sha512: 9A811203AC66805BA80E09AB63B868291CB3764D0581C09BD19BEDD234144EE5050AEA1BBDA51981505264E35DF2AF58F9BF2E9A80DC71F18AA7215D5524CA67
bin\System.Security.Cryptography.X509Certificates.dll
md5: 6068A659D47C1FFEB9245CDD2104E471 | sha1: 1988FD1D239FFC03AF5EA64FED2EBB64F9E04E08 | sha256: 1A33418ADAD79097536897DD766F9296C1FA053918D6AF1172476F19A9A497D6 | sha512: ABF2C37DF48433C27A5000574E0008F8AF5A0C50960F173EC68910D1CBEC8960DBAE89A35628969C4C66C82332A9D975E0B2272CC701444239CCA874A9B86B77
bin\System.Security.dll
md5: FB7B15306D1817D4CCABD4C24CEC85EB | sha1: 8A432913AD37EFB642F336A0A88E321DC60E9935 | sha256: 1AB5A8B9E15A0AE5969B42FA3D690CBEC61C31DA8FB0857BFA9E57D2ABE0D08A | sha512: 877CA7CFA3E259E2E3F950C0BE2FCBC7700421CCED6F630C89F5BC8380AB6D62C3E48CF2AE7D1F65023AD40BD59FAEBDE68EF1415536F708EAE17D1A8FD0C2C1
bin\System.Security.Principal.dll
md5: 5B212D7DBF70EB956BB85D3B99D911C8 | sha1: 561AABD69838C66170A92B1334FAB3DBD0D8683D | sha256: 80C1EB82A5F8ABD2A56E6AC58EE432FF97A49D0185F4D29E51EAB3AAC002323C | sha512: A99A8530062C0601D657DD8945245CE03919C70DE266DD88442CD15EE149CF8057211F4796F49EA49603E5E6327F3B0D957DC114D02967E3011E9D9419056FD6
bin\System.Security.Principal.Windows.dll
md5: 6649B90B2F163268FB8FB578F25194CE | sha1: 9D3A984C00A29AC53B4C2C0577AC6ACFFC22BC5B | sha256: 99DF0E017858DE6377C868CB661B125DB0E924E29626FE659167193012624852 | sha512: 74E2624F592E75222B9B6CB80C90572B0C03E40F7E20398A9635A5E5D0A821A72BB16D8EF3081A9F942171421C93C2F9CC1B50498D71F748F284D90409F5005E
bin\System.Security.SecureString.dll
md5: 4B1F26FD7D6C6A810BA17E78B1254B81 | sha1: A151F4FEA2FF40B3ED8ED46919FEF89B914CE945 | sha256: A40D18C2C11F51210E026E952D3D8703B90E9266BE2449803F03CDF96591F97D | sha512: 021C3A87E9B49CE51D827A9D7A92EF6350765E559BBEE1E073BE528C9A1AE3382DD4B9F794410F9C4096B09C37CDF2FAAB26DD72B81B08A58768810A72B7F62B
bin\System.ServiceModel.Web.dll
md5: 363AA4F116316BAA12F7CFC70987C04A | sha1: 6A1E48705FD092874AF145B4648E8B206CD2C899 | sha256: 23D45B0264D6D1EA1189D3589460701A32692FAE1BAC915AF126F330C93BFD90 | sha512: 55B11767C6BAF68349881727D863676D84825E005F34C7A6C9B5CB89B52A0593C976E0FF2163214265C6DD26EC958DBC5B69FC6F2811A4570D312D5A73624845
bin\System.ServiceProcess.dll
md5: 66F76C4F8BD50FF09FA389E8228EF1F1 | sha1: 6BAE15A09F0276F88D7459CD9E7FE3DAD3272ACB | sha256: 800DCB55B84D369C7B824FE008C73343007D5D7CE9853346CB994158ED9F8572 | sha512: 9F080692CAF5781972A45AEF6D7F30735F4753164765690A1EC33DDA42E7BD336214D057108C7F8BE571AA9C8D71D9CC88EF78A2C9C73E90D45B6D1D3CE2DE2B
bin\System.Text.Encoding.dll
md5: 88A46764F5F7DA2C2F22720543003803 | sha1: 0B564783B88A323351AA4FD979E4DB53C872764D | sha256: 70C18391EDB01EC42B4FEB9D6DC43E8B0EE2157C7DC6FE6D56D5D2DD1769EFA8 | sha512: 645939A0B7362B12F0DF1C2E19101A041A05680CDE549A4716239D13655A98B9BEC7EEF6DD7B73BD506CF29E096B01C0981F58FAC59BC631F7E87B1D4F6875EC
bin\System.Text.Encoding.Extensions.dll
md5: 26EC28559357D25DDC99E1268251BC56 | sha1: D9B4669C17F74C1AC0A4106365F4D0B42B2E9E90 | sha256: 005330CB12C84A562640CD9C1BF22075643C7600733B088F140E7C741424F84D | sha512: 5D8DF208751F37C391D27F512A0FE470363A6B78AB659B979AB779F9C8B0457AAFAE55A8E0DEE41176EF42E218C620A9907A8922985CE8F6AE8099A7933CCBB4
bin\System.Text.RegularExpressions.dll
md5: 162EEA2857FED23996D4BE86160DE2BB | sha1: 2B9FC23E99048561F3F1C432B511BFF26184D9E0 | sha256: F3A1577211C2A5A8F514FCAD716B6F4123D5E1C70E6580B2DC30D1AF739DC337 | sha512: A00D3F4E39E8F04822C541C9F21E0070B652954FD65F4B9B04186A94D7A30D6E0CB3AA04D498BAE8E01C4A1420766CADEB8DD358FFB9165E786FBDFBE5DD9073
bin\System.Threading.dll
md5: 45561E3F8104071BE291D5E3499E7827 | sha1: 52EE22C87C72B47E83164A3AC76A5BC4DBB34DF4 | sha256: 662110D6F9FA26583052F50054466B35074632C1CA82ACAC161376CB5A8FBD8B | sha512: E08C89352964179138CC39D63F4674F253264BC9DF51808286C192AC127AD86345EEFE6788F1301F8E7DFC3E73E82D5060E1C0C5340D8DC29902ECE7326175E4
bin\System.Transactions.dll
md5: 3DF1850EBD10B78CC2F12DE3AF3D2EA2 | sha1: E308A29D1BA6BEA58D604C365657348A2497081B | sha256: 1B7DEA405BDE57ECCF33BBA075E190C8026CA86F9C5A0BA8731417746BA99B7C | sha512: CFF914632236A2160572BFF4B54AACCEB3E2BFCE96A65756AE2FDF7D2DA044DB78F586184F7FDBAF0AB0364852111FCF70E07CB18AA52C885DB15F67BC01A4F7
bin\System.Transactions.Local.dll
md5: 06667C27EE1B11406AD3A7A7517782E4 | sha1: 5EF14FD42453105FC8BFC2C1B35305866DAA6349 | sha256: 0342AB18D718D25536397FF01EC4F7AC982501223E0F796145FF6F79BBB4F467 | sha512: 9BDC4CF78F817710539236834FC5A86F44CE486D332916048E8A0DC5654FA188FDB5E6BE17E317F6AB95E5B59421DA605F8083FE4F051BE82912D2480A6A683E
bin\System.ValueTuple.dll
md5: 0A50F5D7E56DF8D305169194E4DF3952 | sha1: 84CC345296DB7C3B5ECB03A03686A803E4DAC31B | sha256: 572AF77D1FD5AEBD452FC820BA34722E14CB89788F31E557655F710D159CD3C4 | sha512: 9EAC01E7EEC189D4D9027FCA95FE8D942593A20AB87EDEAC76D562F8301774434B6043EBA7D5BAFF08E151A744972B2C6D5826CCED5B2EED02B1333AD29BC37C
bin\System.Xml.XmlDocument.dll
md5: A6468F5EEB6EE52AF381C9DD600F037F | sha1: C3F1FC10930D14B5666753A1261CF9C70A1F8BA9 | sha256: 4A116083C3302142CCDB1D6C0435F926275DD42382C3D9179D59B861F5506D7A | sha512: 819BEC4BAB2F893579C2A43306F4F97E951B5BA5BCD0156530D3DABEC936A8E7841FC4E4001DF6836146BB86218A770E9FFF30D18929416DA7843C8B7558C262
bin\System.Xml.XmlSerializer.dll
md5: 5E68B8B3D6DB6F7BD23F35E67575869A | sha1: 2CA76FD3CEE765CFB889212310B4199B0017D41E | sha256: 6B3C5D1768C4D28CEFCC9CC89B9B4435F41234EC482417E8EB451A4D0EB59CF0 | sha512: 3BB8C71553D9812A6398B9D3BF42AC06E3F7AF54EBCF5FCF0AD853848DAEDA18968918053C434588FAB126ADDB30CAD8E23482E18814C03D8ECA34CFB82CCF89
bin\System.Xml.XPath.dll
md5: 52C1ECB213599E1F83377DE00DC83726 | sha1: C6CE6CF6A808909332FEB6E69E75BC7EC37E382A | sha256: 36DD6CECA0E24AFAC910A24B379D2BF3C43561F3CCB1A46D8B02B326E25B9692 | sha512: 916AF7E900850C0EC21784415E6B79C928CAB034DB0C9B657B767B6420730EA982A1F36388A709FFC1B10199865D38B67B1C7C51E7F4F605B3FE41B25F71DF27
bin\System.Xml.XPath.XDocument.dll
md5: C36A095158AB12E52BAC3EB7C83547B3 | sha1: FF373BA6265515F3BF06BC01F08D2F3638DB0076 | sha256: 2FDF04411EC2063BA94396B3502E1475AF68F7E9C3F6CB5F3910A7311E9F02D1 | sha512: ACC168174FA4897DA120048324C3ED620E2B250D7381132147CA29C96B78CC48213E8525D7F34DDB03B6A1CFC7F87CE04E213E85C45B46EC8D219E81C929AE25
bin\tr\FSharp.Core.resources.dll
md5: 4A2F8DC2302A4DC37E9B6D9B09B69B8F | sha1: 6D3489DE5812FDA32666519AE989C0FDAD115767 | sha256: A5222C5BBC951141B6795A30861816E15437B30C3229C1AC11317D75EDEFB5F1 | sha512: D32DCCD931A696F1A57BE0878A7A9379726747FC4F75712715C3B31A43888B54025E826EF1C567AA232328F9F826C24428A498EDCE98F9EBE95BE25EC810E2C5
bin\ucrtbase.dll
md5: 6343FF7874BA03F78BB0DFE20B45F817 | sha1: 82221A9AC1C1B8006F3F5E8539E74E3308F10BCB | sha256: 6F8F05993B8A25CADF5E301E58194C4D23402E467229B12E40956E4F128588B3 | sha512: 63C3D3207577D4761103DAF3F9901DD0A0AE8A89694AD1128FD7E054627CDD930D1020049317C5A898411735E2F75E2103AE303E7E514B6387A3C8463A4FB994
bin\WindowsBase.dll
md5: 6FCE9EEADC5046C6037D24471B50E1E2 | sha1: E7124B97BD2386CD00A28046AA78ECEC21329D68 | sha256: 143C9FDD4947D7B4A282B6340327C25C3C1B055420501C5676F022D18847FAA1 | sha512: 121E59354BBE7C4E9D03AA20A37C501B331289EBFC336D1BD3F3C9997FFF12F810C24CAF179096CD6974C71F8FD25A0B1124C5A3E41DFBAF4FB95F24E31548C9
bin\zh-Hans\FSharp.Core.resources.dll
md5: 7953A9B567C81D42EB54F3E1A13338EE | sha1: FCA776611BD28B416D2DD8B4A25D65329BA33C04 | sha256: DBB521A06A3A63FDF55381376AD1F9B8B8EFC44F5294A85E289CF310AB51827E | sha512: 6781BDE1933C3CA2FE247198085738AA90FD19B1B197433D979E1C0A42E379DCEF4CFF26D001358A7BAF1E7E039856BFABCD7BF31E42C7F7A11CF4D4DEED0C19
bin\zh-Hant\FSharp.Core.resources.dll
md5: F9AD543059A7FE640DC1A15B439A6CEC | sha1: 997890D56FE5D3943CDEAEEEF09A839D3D5F0160 | sha256: 39FDD09C1A3F4ABE7474FFAC969A88C099B6885DD7B33D50A95B9D30106D470C | sha512: 4F06B5864EF8A6F53E484D3A018A068B17331B75A245A4B4A87855FA9DD4BFD360F78C46BB6998C41C054C74E76834A740E20E60C0FC309D810A93E20A3BF066
LICENSE.txt
Copyright 2008 "FAKE - F# Make" Project
Copyright 2010 Steffen Forkmann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this project except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


You may choose to use this library under either the MS-PL or Apache 2.0 
licenses. Both are included here for reference. 

Unless you explicitly state otherwise, any Contribution intentionally 
submitted for inclusion in the Project shall be under the terms and 
conditions of the Apache 2.0 license.



                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.


-----------------------------------------

Microsoft Public License (MS-PL)

This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.

1. Definitions

The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.

A "contribution" is the original software, or any additions or changes to the software.

A "contributor" is any person that distributes its contribution under this license.

"Licensed patents" are a contributor's patent claims that read directly on its contribution.

2. Grant of Rights

(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.

(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.

3. Conditions and Limitations

(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.

(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.

(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.

(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.

(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.


VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package is published by the FAKE Project itself. Any binaries will be 
identical to other package types published by the project, in particular
the fake-dotnetcore-win7-x86.zip binary release.

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
FAKE - F# Make 6.0.0-beta001 51 Wednesday, December 21, 2022 Approved
FAKE - F# Make 6.0.0-alpha004 37 Thursday, November 17, 2022 Exempted
FAKE - F# Make 6.0.0-alpha003 33 Friday, November 11, 2022 Exempted
FAKE - F# Make 6.0.0-alpha002 38 Tuesday, November 1, 2022 Exempted
FAKE - F# Make 6.0.0-alpha001 29 Tuesday, November 1, 2022 Exempted
FAKE - F# Make 5.23.1 295 Friday, October 21, 2022 Approved
FAKE - F# Make 5.23.0 183 Monday, August 1, 2022 Approved
FAKE - F# Make 5.23.0-alpha002 44 Friday, July 22, 2022 Approved
FAKE - F# Make 5.23.0-alpha001 42 Friday, July 15, 2022 Approved
FAKE - F# Make 5.22.0 345 Monday, February 14, 2022 Approved
FAKE - F# Make 5.21.1 155 Sunday, January 30, 2022 Approved
FAKE - F# Make 5.21.0 138 Monday, January 24, 2022 Approved
FAKE - F# Make 5.21.0-alpha004 80 Thursday, January 6, 2022 Approved
FAKE - F# Make 5.21.0-alpha003 132 Thursday, November 11, 2021 Approved
FAKE - F# Make 5.20.4 513 Wednesday, March 31, 2021 Approved
FAKE - F# Make 5.20.4-alpha-1658 105 Tuesday, March 30, 2021 Approved
FAKE - F# Make 5.20.4-alpha-1642 282 Friday, October 23, 2020 Approved
FAKE - F# Make 5.20.3 678 Wednesday, August 5, 2020 Approved
FAKE - F# Make 5.20.2 519 Saturday, June 27, 2020 Approved
FAKE - F# Make 5.20.1 272 Saturday, June 13, 2020 Approved
FAKE - F# Make 5.20.1-alpha-1590 244 Thursday, May 7, 2020 Approved
FAKE - F# Make 5.20.0 425 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1584 207 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1583 219 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1580 182 Monday, May 4, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1566 238 Monday, April 13, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1545 263 Saturday, March 7, 2020 Pending Automated Review
FAKE - F# Make 5.20.0-alpha-1535 239 Friday, March 6, 2020 Pending Automated Review
FAKE - F# Make 5.19.2-alpha-1526 179 Thursday, March 5, 2020 Approved
FAKE - F# Make 5.19.1 590 Sunday, February 9, 2020 Approved
FAKE - F# Make 5.19.0 403 Thursday, December 19, 2019 Approved
FAKE - F# Make 5.19.0-alpha-1473 202 Wednesday, December 18, 2019 Approved
FAKE - F# Make 5.19.0-alpha-1439 232 Monday, December 16, 2019 Approved
FAKE - F# Make 5.18.3 524 Monday, November 4, 2019 Approved
FAKE - F# Make 5.18.2 385 Saturday, October 26, 2019 Approved
FAKE - F# Make 5.18.0 359 Sunday, October 20, 2019 Approved
FAKE - F# Make 5.17.0 349 Saturday, October 12, 2019 Approved
FAKE - F# Make 5.16.2-alpha-1304 306 Tuesday, October 8, 2019 Approved
FAKE - F# Make 5.16.1 718 Sunday, August 25, 2019 Approved
FAKE - F# Make 5.16.0 497 Saturday, August 17, 2019 Approved
FAKE - F# Make 5.16.0-alpha-1228 239 Saturday, August 17, 2019 Approved
FAKE - F# Make 5.15.4 579 Tuesday, July 16, 2019 Approved
FAKE - F# Make 5.15.3 396 Wednesday, July 3, 2019 Approved
FAKE - F# Make 5.15.2 313 Wednesday, July 3, 2019 Approved
FAKE - F# Make 5.15.1 359 Monday, July 1, 2019 Approved
FAKE - F# Make 5.15.1-alpha-1104 332 Friday, June 21, 2019 Approved
FAKE - F# Make 5.15.0 501 Monday, June 17, 2019 Approved
FAKE - F# Make 5.14.1 361 Thursday, June 13, 2019 Approved
FAKE - F# Make 5.14.0 344 Wednesday, June 12, 2019 Approved
FAKE - F# Make 5.14.0-alpha-1085 309 Monday, June 10, 2019 Approved
FAKE - F# Make 5.13.7 509 Sunday, May 12, 2019 Approved
FAKE - F# Make 5.13.5 447 Wednesday, May 1, 2019 Approved
FAKE - F# Make 5.13.3 360 Tuesday, April 30, 2019 Approved
FAKE - F# Make 5.13.2 498 Tuesday, April 23, 2019 Approved
FAKE - F# Make 5.13.1 313 Monday, April 22, 2019 Approved
FAKE - F# Make 5.13.0 447 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.13.0-alpha-987 284 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.13.0-alpha-975 360 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.12.6 693 Sunday, March 17, 2019 Approved
FAKE - F# Make 5.12.4 584 Wednesday, February 27, 2019 Approved
FAKE - F# Make 5.12.2 348 Tuesday, February 26, 2019 Approved
FAKE - F# Make 5.12.1 511 Friday, February 15, 2019 Approved
FAKE - F# Make 5.12.0 992 Saturday, January 12, 2019 Approved
FAKE - F# Make 5.11.1 642 Thursday, December 6, 2018 Approved
FAKE - F# Make 5.11.0 379 Tuesday, December 4, 2018 Approved
FAKE - F# Make 5.10.1 671 Sunday, November 11, 2018 Approved
FAKE - F# Make 5.9.3 645 Monday, October 15, 2018 Approved
FAKE - F# Make 5.9.2 403 Sunday, October 14, 2018 Approved
FAKE - F# Make 5.9.1 338 Saturday, October 13, 2018 Approved
FAKE - F# Make 5.9.0 410 Saturday, October 13, 2018 Approved
FAKE - F# Make 5.8.4 528 Monday, October 8, 2018 Approved
FAKE - F# Make 5.7.2 602 Monday, September 24, 2018 Approved
FAKE - F# Make 5.7.0 342 Sunday, September 23, 2018 Approved
FAKE - F# Make 5.6.2-alpha-494 337 Sunday, September 23, 2018 Approved
FAKE - F# Make 5.6.2-alpha-491 311 Saturday, September 22, 2018 Approved
FAKE - F# Make 5.6.1 535 Sunday, September 9, 2018 Approved
FAKE - F# Make 5.5.1-alpha-403 373 Sunday, August 26, 2018 Approved
FAKE - F# Make 5.5.0 420 Sunday, August 26, 2018 Approved
FAKE - F# Make 5.4.1 450 Thursday, August 16, 2018 Approved
FAKE - F# Make 5.4.0 380 Saturday, August 11, 2018 Approved
FAKE - F# Make 5.3.1 461 Sunday, August 5, 2018 Approved
FAKE - F# Make 5.3.0 482 Monday, July 30, 2018 Approved
FAKE - F# Make 5.2.0 610 Monday, July 9, 2018 Approved
FAKE - F# Make 5.1.0 564 Sunday, June 17, 2018 Approved
FAKE - F# Make 5.0.0 651 Wednesday, June 6, 2018 Approved
FAKE - F# Make 5.0.0-rc018-248 412 Tuesday, June 5, 2018 Exempted
FAKE - F# Make 5.0.0-rc018-244 423 Saturday, June 2, 2018 Exempted
FAKE - F# Make 5.0.0-rc017-237 363 Sunday, May 27, 2018 Exempted
FAKE - F# Make 5.0.0-rc016-225 406 Monday, May 21, 2018 Exempted
FAKE - F# Make 5.0.0-rc015-196 390 Sunday, May 20, 2018 Exempted
FAKE - F# Make 5.0.0-rc014-167 381 Saturday, May 19, 2018 Exempted
FAKE - F# Make 5.0.0-rc013-141 333 Friday, May 18, 2018 Exempted
FAKE - F# Make 5.0.0-rc012-95 403 Saturday, May 12, 2018 Exempted
FAKE - F# Make 5.0.0-rc012-93 336 Saturday, May 12, 2018 Exempted
FAKE - F# Make 5.0.0-rc011 490 Sunday, May 6, 2018 Exempted
FAKE - F# Make 5.0.0-rc010 359 Tuesday, May 1, 2018 Exempted
FAKE - F# Make 5.0.0-rc009 314 Tuesday, May 1, 2018 Exempted
FAKE - F# Make 5.0.0-rc008 416 Thursday, April 26, 2018 Exempted
FAKE - F# Make 5.0.0-rc007 412 Sunday, April 22, 2018 Exempted
FAKE - F# Make 5.0.0-rc006 352 Sunday, April 22, 2018 Exempted
FAKE - F# Make 5.0.0-rc005 419 Sunday, April 15, 2018 Exempted
FAKE - F# Make 5.0.0-rc004 391 Monday, April 9, 2018 Exempted
FAKE - F# Make 5.0.0-rc002 326 Monday, April 9, 2018 Exempted
FAKE - F# Make 5.0.0-rc001 363 Saturday, April 7, 2018 Exempted
FAKE - F# Make 5.0.0-beta029 499 Sunday, March 25, 2018 Exempted
FAKE - F# Make 5.0.0-beta028 328 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta027 385 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta026 356 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta025 437 Monday, March 19, 2018 Exempted
FAKE - F# Make 5.0.0-beta024 614 Friday, March 9, 2018 Exempted
FAKE - F# Make 5.0.0-beta023 498 Sunday, March 4, 2018 Exempted
FAKE - F# Make 5.0.0-beta022 352 Sunday, March 4, 2018 Exempted
FAKE - F# Make 5.0.0-beta021 360 Friday, March 2, 2018 Exempted
FAKE - F# Make 5.0.0-beta020 459 Monday, February 26, 2018 Exempted
FAKE - F# Make 5.0.0-beta019 437 Sunday, February 25, 2018 Exempted
FAKE - F# Make 5.0.0-beta018 419 Monday, February 19, 2018 Exempted
FAKE - F# Make 5.0.0-beta017 360 Sunday, February 18, 2018 Exempted
FAKE - F# Make 5.0.0-beta016 354 Saturday, February 17, 2018 Exempted
FAKE - F# Make 5.0.0-beta015 318 Friday, February 16, 2018 Exempted
FAKE - F# Make 5.0.0-beta014 392 Saturday, February 10, 2018 Exempted
FAKE - F# Make 5.0.0-beta013 445 Saturday, February 3, 2018 Exempted
FAKE - F# Make 5.0.0-beta012 405 Sunday, January 28, 2018 Exempted
FAKE - F# Make 5.0.0-beta011 357 Saturday, January 27, 2018 Exempted
FAKE - F# Make 5.0.0-beta010 647 Saturday, October 28, 2017 Exempted
FAKE - F# Make 5.0.0-beta009 355 Saturday, October 28, 2017 Exempted
FAKE - F# Make 5.0.0-beta008 443 Monday, October 23, 2017 Exempted
FAKE - F# Make 5.0.0-beta007 383 Monday, October 23, 2017 Exempted
FAKE - F# Make 5.0.0-beta006 382 Sunday, October 22, 2017 Exempted
FAKE - F# Make 5.0.0-beta005 500 Monday, October 2, 2017 Exempted
FAKE - F# Make 5.0.0-beta004 391 Monday, October 2, 2017 Exempted
FAKE - F# Make 5.0.0-beta003 474 Tuesday, September 26, 2017 Exempted
FAKE - F# Make 5.0.0-beta002 376 Monday, September 25, 2017 Exempted
FAKE - F# Make 5.0.0-beta001 373 Monday, September 25, 2017 Exempted
FAKE - F# Make 5.0.0-alpha018 355 Sunday, September 24, 2017 Exempted
FAKE - F# Make 5.0.0-alpha017 346 Saturday, September 23, 2017 Exempted
FAKE - F# Make 5.0.0-alpha016 362 Saturday, September 23, 2017 Exempted
FAKE - F# Make 5.0.0-alpha015 630 Sunday, August 27, 2017 Exempted
FAKE - F# Make 5.0.0-alpha014 473 Friday, July 28, 2017 Exempted
FAKE - F# Make 5.0.0-alpha013 438 Wednesday, July 26, 2017 Exempted
FAKE - F# Make 5.0.0-alpha012 403 Tuesday, July 25, 2017 Exempted
FAKE - F# Make 5.0.0-alpha011 413 Monday, July 24, 2017 Exempted
FAKE - F# Make 5.0.0-alpha010 563 Monday, June 12, 2017 Exempted
FAKE - F# Make 5.0.0-alpha009 529 Saturday, May 27, 2017 Exempted
FAKE - F# Make 5.0.0-alpha004 621 Saturday, April 22, 2017 Exempted
FAKE - F# Make 5.0.0-alpha003 492 Friday, April 21, 2017 Exempted

NEW: Added Fake.Sql.SqlPackage which is a redesign or Fake.Sql.DacPac and added support for publish profiles, thanks @kmadof - https://github.com/fsharp/FAKE/pull/2366
EHNANCEMENT: Fake.DotNet.Cli Add timeout field to kill the process after the given timeout - https://github.com/fsharp/FAKE/pull/2425
EHNANCEMENT: Fake.Core.Target Add notification when a fake worker is idle - https://github.com/fsharp/FAKE/pull/2425
EHNANCEMENT: Use SPDX license expressions in the nuspec files, thanks @teo-tsirpanis - https://github.com/fsharp/FAKE/pull/2403
ENHANCEMENT: fake-cli Update bundled paket - https://github.com/fsharp/FAKE/pull/2425
ENHANCEMENT: Fake.DotNet.Cli Add support for suppressing copyright messages (--nologo) when invoking dotnet, thanks @objectx - https://github.com/fsharp/FAKE/pull/2436
EHNANCEMENT: Fake.Installer.Squirrel Add additional Squirrel parameters, thanks @pchinery - https://github.com/fsharp/FAKE/pull/2431
EHNANCEMENT: Fake.Testing.SonarQube Several improvements like workdir and local tool support, thanks @vilinski - https://github.com/fsharp/FAKE/pull/2438
BUGFIX: Fake.Tools.Rsync Fix typo in Rsync.fs options, thanks @rmunn - https://github.com/fsharp/FAKE/pull/2432
BUGFIX: Fake.DotNet.Testing.Coverlet Fix Coverlet output property name, thanks @SteveGilham - https://github.com/fsharp/FAKE/pull/2427
BUGFIX: Fake.Tools.Octo Octopus deploy trace always marked failures, thanks @ids-pfinn - https://github.com/fsharp/FAKE/pull/2428
BUGFIX: Fake.Core.Process Process redirection was not working as advertised, thanks @ZeekoZhu - https://github.com/fsharp/FAKE/issues/2445
DOCS: Change the README badges and their placement, thanks @teo-tsirpanis - https://github.com/fsharp/FAKE/pull/2437
DOCS: Several documentation improvements, thanks to @jhromadik - https://github.com/fsharp/FAKE/pull/2441 https://github.com/fsharp/FAKE/pull/2442 https://github.com/fsharp/FAKE/pull/2443


This package has no dependencies.

Discussion for the FAKE - F# Make Package

Ground Rules:

  • This discussion is only about FAKE - F# Make and the FAKE - F# Make 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 FAKE - F# Make, 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