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.18.2 | Updated: 26 Oct 2019

Downloads:

57,338

Downloads of v 5.18.2:

385

Software Author(s):

  • fsprojects

FAKE - F# Make 5.18.2

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.18.2'" [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.18.2'" 
$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.18.2'
    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.18.2'
end

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


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

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


package { 'fake':
  ensure   => '5.18.2',
  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 26 Oct 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-console-l1-1-0.dll
md5: AABBB38C4110CC0BF7203A567734A7E7 | sha1: 5DF8D0CDD3E1977FFACCA08FAF8B1C92C13C6D48 | sha256: 24B07028C1E38B9CA2F197750654A0DFB7D33C2E52C9DD67100609499E8028DB | sha512: C66C98D2669D7A180510C57BAB707D1E224C12AB7E2B08994EB5FD5BE2F3DEE3DBDB934BCB9DB168845E4D726114BCE317045027215419D3F13DCFA0F143D713
bin\api-ms-win-core-datetime-l1-1-0.dll
md5: 8894176AF3EA65A09AE5CF4C0E6FF50F | sha1: 46858EA9029D7FC57318D27CA14E011327502910 | sha256: C64B7C6400E9BACC1A4F1BAED6374BFBCE9A3F8CF20C2D03F81EF18262F89C60 | sha512: 64B31F9B180C2E4E692643D0CCD08C3499CAE87211DA6B2B737F67B5719F018EBCACC2476D487A0AEB91FEA1666E6DBBF4CA7B08BB4AB5A031655BF9E02CEA9A
bin\api-ms-win-core-debug-l1-1-0.dll
md5: 879920C7FA905036856BCB10875121D9 | sha1: A82787EA553EEFA0E7C3BB3AEDB2F2C60E39459A | sha256: 7E4CBA620B87189278B5631536CDAD9BFDA6E12ABD8E4EB647CB85369A204FE8 | sha512: 06650248DDBC68529EF51C8B3BC3185A22CF1685C5FA9904AEE766A24E12D8A2A359B1EFD7F49CC2F91471015E7C1516C71BA9D6961850553D424FA400B7EA91
bin\api-ms-win-core-errorhandling-l1-1-0.dll
md5: D91BF81CF5178D47D1A588B0DF98EB24 | sha1: 75F9F2DA06AA2735906B1C572DD556A3C30E7717 | sha256: F8E3B45FD3E22866006F16A9E73E28B5E357F31F3C275B517692A5F16918B492 | sha512: 93D1B0D226E94235F1B32D42F6C1B95FADFAF103B8C1782423D2C5A4836102084FB53F871E3C434B85F0288E47F44345138DE54EA5F982CA3E8BBF2D2BEA0706
bin\api-ms-win-core-file-l1-1-0.dll
md5: EEFE86B5A3AB256BEED8621A05210DF2 | sha1: 90C1623A85C519ADBC5EF67B63354F881507B8A7 | sha256: 1D1C11FC1AD1FEBF9308225C4CCF0431606A4AB08680BA04494D276CB310BF15 | sha512: C326A2CA190DB24E8E96C43D1DF58A4859A32EB64B0363F9778A8902F1AC0307DCA585BE04F831A66BC32DF54499681AD952CE654D607F5FDB93E9B4504D653F
bin\api-ms-win-core-file-l1-2-0.dll
md5: 79EE4A2FCBE24E9A65106DE834CCDA4A | sha1: FD1BA674371AF7116EA06AD42886185F98BA137B | sha256: 9F7BDA59FAAFC8A455F98397A63A7F7D114EFC4E8A41808C791256EBF33C7613 | sha512: 6EF7857D856A1D23333669184A231AD402DC62C8F457A6305FE53ED5E792176CA6F9E561375A707DA0D7DD27E6EA95F8C4355C5DC217E847E807000B310AA05C
bin\api-ms-win-core-file-l2-1-0.dll
md5: 3F224766FE9B090333FDB43D5A22F9EA | sha1: 548D1BB707AE7A3DFCCC0C2D99908561A305F57B | sha256: AE5E73416EB64BC18249ACE99F6847024ECEEA7CE9C343696C84196460F3A357 | sha512: C12EA6758071B332368D7EF0857479D2B43A4B27CEEAB86CBB542BD6F1515F605EA526DFA3480717F8F452989C25D0EE92BF3335550B15ECEC79E9B25E66A2CA
bin\api-ms-win-core-handle-l1-1-0.dll
md5: 18FD51821D0A6F3E94E3FA71DB6DE3AF | sha1: 7D9700E98EF2D93FDBF8F27592678194B740F4E0 | sha256: DBA84E704FFE5FCD42548856258109DC77C6A46FD0B784119A3548EC47E5644B | sha512: 4009B4D50E3CB17197009AC7E41A2351DE980B2C5B79C0B440C7FE4C1C3C4E18F1089C6F43216EAA262062C395423F3AD92CA494F664636FF7592C540C5EF89D
bin\api-ms-win-core-heap-l1-1-0.dll
md5: FF8026DAB5D3DABCA8F72B6FA7D258FA | sha1: 075C8719E226A34D7B883FD62B2D7F8823D70F1A | sha256: 535E9D20F00A2F1A62F843A4A26CFB763138D5DFE358B0126D33996FBA9CA4D1 | sha512: 9C56FF11D5843BA09CD29E3BC6C6B9396926C6A588194193BA220CFA784B770AB6756076F16F18CFEA75B51A8184A1063EF47F63804839530382F8D39D5CF006
bin\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 19D7F2D6424C98C45702489A375D9E17 | sha1: 310BC4ED49492383E7C669AC9145BDA2956C7564 | sha256: A6B83B764555D517216E0E34C4945F7A7501C1B7A25308D8F85551FE353F9C15 | sha512: 01C09EDEF90C60C9E6CDABFF918F15AFC9B728D6671947898CE8848E3D102F300F3FB4246AF0AC9C6F57B3B85B24832D7B40452358636125B61EB89567D3B17E
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\api-ms-win-crt-math-l1-1-0.dll
md5: 8DA414C3524A869E5679C0678D1640C1 | sha1: 60CF28792C68E9894878C31B323E68FEB4676865 | sha256: 39723E61C98703034B264B97EE0FE12E696C6560483D799020F9847D8A952672 | sha512: 6EF3F81206E7D4DCA5B3C1FAFC9AA2328B717E61EE0ACCE30DFB15AD0FE3CB59B2BD61F92BF6046C0AAE01445896DCB1485AD8BE86629D22C3301A1B5F4F2CFA
bin\api-ms-win-crt-locale-l1-1-0.dll
md5: 034379BCEA45EB99DB8CDFEACBC5E281 | sha1: BBF93D82E7E306E827EFEB9612E8EAB2B760E2B7 | sha256: 8B543B1BB241F5B773EB76F652DAD7B12E3E4A09230F2E804CD6B0622E8BAF65 | sha512: 7EA6EFB75B0C59D3120D5B13DA139042726A06D105C924095ED252F39AC19E11E8A5C6BB1C45FA7519C0163716745D03FB9DAAACA50139A115235AB2815CC256
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-crt-heap-l1-1-0.dll
md5: 1776A2B85378B27825CF5E5A3A132D9A | sha1: 626F0E7F2F18F31EC304FE7A7AF1A87CBBEBB1DF | sha256: 675B1B82DD485CC8C8A099272DB9241D0D2A7F45424901F35231B79186EC47EE | sha512: 541A5DD997FC5FEC31C17B4F95F03C3A52E106D6FB590CB46BDF5ADAD23ED4A895853768229F3FBB9049F614D9BAE031E6C43CEC43FB38C89F13163721BB8348
bin\api-ms-win-crt-filesystem-l1-1-0.dll
md5: 228C6BBE1BCE84315E4927392A3BAEE5 | sha1: BA274AA567AD1EC663A2F9284AF2E3CB232698FB | sha256: AC0CEC8644340125507DD0BC9A90B1853A2D194EB60A049237FB5E752D349065 | sha512: 37A60CCE69E81F68EF62C58BBA8F2843E99E8BA1B87DF9A5B561D358309E672AE5E3434A10A3DDE01AE624D1638DA226D42C64316F72F3D63B08015B43C56CAB
bin\api-ms-win-crt-environment-l1-1-0.dll
md5: 39325E5F023EB564C87D30F7E06DFF23 | sha1: 03DD79A7FBE3DE1A29359B94BA2D554776BDD3FE | sha256: 56D8B7EE7619579A3C648EB130C9354BA1BA5B33A07A4F350370EE7B3653749A | sha512: 087B9DCB744AD7D330BACB9BDA9C1A1DF28EBB9327DE0C5DC618E79929FD33D1B1FF0E1EF4C08F8B3EA8118B968A89F44FE651C66CBA4ECBB3216CD4BCCE3085
bin\api-ms-win-crt-convert-l1-1-0.dll
md5: 9DDEA3CC96E0FDD3443CC60D649931B3 | sha1: AF3CB7036318A8427F20B8561079E279119DCA0E | sha256: B7C3EBC36C84630A52D23D1C0E79D61012DFA44CDEBDF039AF31EC9E322845A5 | sha512: 1427193B31B64715F5712DB9C431593BDC56EF512FE353147DDB7544C1C39DED4371CD72055D82818E965AFF0441B7CBE0B811D828EFB0ECE28471716659E162
bin\api-ms-win-crt-conio-l1-1-0.dll
md5: A668C5EE307457729203AE00EDEBB6B3 | sha1: 2114D84CF3EC576785EBBE6B2184B0D634B86D71 | sha256: A95B1AF74623D6D5D892760166B9BFAC8926929571301921F1E62458E6D1A503 | sha512: 73DC1A1C2CEB98CA6D9DDC7611FC44753184BE00CFBA07C4947D675F0B154A09E6013E1EF54AC7576E661FC51B4BC54FDD96A0C046AB4EE58282E711B1854730
bin\API-MS-Win-core-xstate-l2-1-0.dll
md5: FA98CFE8680B41099A5C28B86182AE6D | sha1: ACFC599A06DF83213D0727ADE0D8C7C7A403A5CC | sha256: 52F7421C081BB49D96473BD91665BB38C86AD151A1F738FAB3970EEA6316C6EE | sha512: FCA2C8498A279F91CA7D1F7E3F9BD1B989201F32BF3AFD58797F08C920D33A5652312952282BD597D9406B1FD414F434698FDD55958A74016C5A2C7017DAD399
bin\api-ms-win-core-util-l1-1-0.dll
md5: 29E1922B32E5312A948E6D8B1B34E2D9 | sha1: 912F54BE8438F45E1562A47294091D522CD89356 | sha256: 34C5DEE6D566252C0CEB7D9A21E24D5F297AF2B26C32E0C7808BBD088AA9A6A9 | sha512: 837CD03EE0195DC94BAB0662FF3B8CD1BE2DEDD8A3254318D25DFEA6E88D07211186FA367F41AB864560E10A22220DEB3ED05CCF82D60AC80C71DFED08AFBEA3
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\clrcompression.dll
md5: 0D427323294176FBEA9CC5C931251191 | sha1: 8C1F9BA4E518D4B434986A0EF6B5E346098B5050 | sha256: 902C78D1B9C41BEBFE4AEF49B56BC84C605EDB588515844EFCF2DF0DFC5FF6D9 | sha512: 5A1FE581FCFA5FFB5D2BA77F6657300350CDBA3F62061210CBE14E95BEDEDFB83E682C2F04C4E70A3BBD24F04AE3469B38535DB382D54DC46B27EC4FC051C05E
bin\clretwrc.dll
md5: EDAD14C8F419499A6CC56B48E3284476 | sha1: FF79E235998E7477ED0999A56C3B1B5810275002 | sha256: 150EC209332B017FA407FDB66C840F5BD2E458ED39BF314DEDC47154943732E0 | sha512: 79BB5BBEDD1DF48A4C8421694222B5AEAE10CC5000DCB02E928A8CC5B735B0E318EFF328391109FAB107135A5A0029444861936501282455E1FE28E87120BE86
bin\clrjit.dll
md5: B66867CA5059D7A7BFB5E9C39408A54F | sha1: 79544461F6513AF2C69168F98DF593D8CA84DEB3 | sha256: 5A235907E2DE02859C2BAA9C1420D45D075467987CA239C0718C957740BF9BDE | sha512: 025482D5666019DE01461F049AB51F73FF3271396E71E1A840586B36BEEA08E21F8955317F1607CF7E21F598F77237B9505512E93B65001DB0C27045CDCC2F29
bin\coreclr.dll
md5: 3C3A80C9A72EAC1ADD264C46ED68DF26 | sha1: 35242E3B243FF319CA659448E0D4C1D35B69A82B | sha256: AEF3611E1370D3C58A7BF1787993F9A27D927736C42B45511945EB7A1D870347 | sha512: 9F39D2D038C214457246C9F1DF83A04E6242F190159144EE700242B22D68B2B00D797CE03077C9DC17BCFF265ACE1FFC3A2C6FF909CF59EF50A22CB2B7AAA1CE
bin\cs\FSharp.Core.resources.dll
md5: 0012A01AC4784210397933159B457EE2 | sha1: 1EC65481D3152DFF25AB730E265CA26888C4F799 | sha256: 6756D9DFA3B8A82C9F7978FC9F573BC145B2CFA60C671F4250ED09723BE98157 | sha512: D9264571644F7026C17286BFC9FCA8D213DA3A88C787E5F46F54EEA2A4B26E1199BF321935BB4CE304FBDADCC29DFFD8F65F656645A21E8B1AF7D14DFCB25D6D
bin\dbgshim.dll
md5: 1EB1A61610CF04BFF93C3E077E6595AF | sha1: 3EF0EB67F1596582A53B880A1528F2CDECAA9ADD | sha256: F732BC6DF6068AD06826A2911D0C3CD1FC2A963090283ECC3468FF56C81718B3 | sha512: 3C5EAF9D73F03F882FA026F90192DCCF84060C5E5D86454DC65BC78DFB6158A9BAA57F96B55E837C5A6FFC60AA7AC9F7AFB2B762228103DB5369CF78E637186C
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: DB33DFE69FC365F293A933BF1E1C5A0D | sha1: 5A4710000B11763F5DE7BDA61AACF8B3D29BDEE8 | sha256: D133A8905DBCFFFC25CA02848002523B6E70341AA28D94275ECA2686638DA8CE | sha512: DFBD386199643A86859613E792C8D3D912D286EF5C35AB6E5661C164618D687675C5E69D77A8325907CC60A30D956178A76ED57464AD1A44C7018D8DFE2BF260
bin\Fake.Core.CommandLineParsing.pdb
 
bin\fake.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.1/win7-x86",
    "signature": "5df2e5f66ec924100c30d03832c4af5295d0bea6"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {},
    ".NETCoreApp,Version=v2.1/win7-x86": {
      "fake/5.18.2": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "4.7.0",
          "Fake.Core.CommandLineParsing": "5.18.2",
          "Fake.Runtime": "5.18.2",
          "Microsoft.NETCore.App": "2.1.12",
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Mono.Cecil": "0.11.0",
          "Newtonsoft.Json": "12.0.2",
          "Paket.Core": "5.226.0",
          "System.Net.Http.WinHttpHandler": "4.6.0",
          "System.Security.Cryptography.ProtectedData": "4.6.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/32.0.0": {
        "dependencies": {
          "FSharp.Core": "4.7.0",
          "System.Collections.Immutable": "1.6.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "4.3.0",
          "System.Reflection.Emit": "4.6.0",
          "System.Reflection.Metadata": "1.7.0",
          "System.Reflection.TypeExtensions": "4.6.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1"
        },
        "runtime": {
          "lib/netstandard2.0/FSharp.Compiler.Service.dll": {
            "assemblyVersion": "32.0.0.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.6.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.12": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.1.12",
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x86.Microsoft.NETCore.App": "2.1.12"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.1.12": {
        "dependencies": {
          "runtime.win-x86.Microsoft.NETCore.DotNetAppHost": "2.1.12"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.1.12": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.12",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "2.1.12"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.1.12": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.12",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "2.1.12"
        }
      },
      "Microsoft.NETCore.Platforms/3.0.0": {},
      "Microsoft.NETCore.Targets/3.0.0": {},
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "Microsoft.Win32.Registry/4.6.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.6.0",
          "System.Security.Principal.Windows": "4.6.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.46214"
          }
        }
      },
      "Mono.Cecil/0.11.0": {
        "runtime": {
          "lib/netstandard2.0/Mono.Cecil.Mdb.dll": {
            "assemblyVersion": "0.11.0.0",
            "fileVersion": "0.11.0.0"
          },
          "lib/netstandard2.0/Mono.Cecil.Pdb.dll": {
            "assemblyVersion": "0.11.0.0",
            "fileVersion": "0.11.0.0"
          },
          "lib/netstandard2.0/Mono.Cecil.Rocks.dll": {
            "assemblyVersion": "0.11.0.0",
            "fileVersion": "0.11.0.0"
          },
          "lib/netstandard2.0/Mono.Cecil.dll": {
            "assemblyVersion": "0.11.0.0",
            "fileVersion": "0.11.0.0"
          }
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0"
        }
      },
      "Newtonsoft.Json/12.0.2": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "12.0.0.0",
            "fileVersion": "12.0.2.23222"
          }
        }
      },
      "Paket.Core/5.226.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "Mono.Cecil": "0.11.0",
          "Newtonsoft.Json": "12.0.2",
          "System.Net.Http.WinHttpHandler": "4.6.0",
          "System.Security.Cryptography.ProtectedData": "4.6.0"
        },
        "runtime": {
          "lib/netstandard2.0/Paket.Core.dll": {
            "assemblyVersion": "5.226.0.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.0.0",
          "Microsoft.NETCore.Targets": "3.0.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.12": {
        "runtime": {
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27818.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.27818.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.27817.1"
          },
          "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.27818.1"
          },
          "runtimes/win-x86/native/clretwrc.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/clrjit.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/coreclr.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/dbgshim.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/mscordaccore.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/mscordaccore_x86_x86_4.6.27817.01.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/mscordbi.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/mscorrc.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/sos.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/sos_x86_x86_4.6.27817.01.dll": {
            "fileVersion": "4.6.27817.1"
          },
          "runtimes/win-x86/native/ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.12": {
        "native": {
          "runtimes/win-x86/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.12": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.12"
        },
        "native": {
          "runtimes/win-x86/native/hostpolicy.dll": {
            "fileVersion": "2.1.27818.1"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.12": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.12"
        },
        "native": {
          "runtimes/win-x86/native/hostfxr.dll": {
            "fileVersion": "2.1.27818.1"
          }
        }
      },
      "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.0.0",
          "Microsoft.NETCore.Targets": "3.0.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.6.0": {
        "runtime": {
          "lib/netstandard2.0/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.4.0",
            "fileVersion": "4.700.19.46214"
          }
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.6.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.0.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.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.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.0.0",
          "Microsoft.NETCore.Targets": "3.0.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.6.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.46214"
          }
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit/4.6.0": {},
      "System.Reflection.Emit.ILGeneration/4.6.0": {},
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Metadata/1.7.0": {
        "dependencies": {
          "System.Collections.Immutable": "1.6.0"
        },
        "runtime": {
          "lib/netstandard2.0/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.4.0",
            "fileVersion": "4.700.19.46214"
          }
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.TypeExtensions/4.6.0": {},
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.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.0.0",
          "Microsoft.NETCore.Targets": "3.0.0"
        }
      },
      "System.Runtime.Extensions/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.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.6.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "System.Security.Principal.Windows": "4.6.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.46214"
          }
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.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.0.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.6.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.46214"
          }
        }
      },
      "System.Security.Principal.Windows/4.6.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.46214"
          }
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.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.0.0",
          "Microsoft.NETCore.Targets": "3.0.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.18.2": {
        "dependencies": {
          "FParsec": "1.0.3",
          "FSharp.Core": "4.7.0",
          "Microsoft.NETCore.Platforms": "3.0.0"
        },
        "runtime": {
          "Fake.Core.CommandLineParsing.dll": {}
        }
      },
      "Fake.Core.Context/5.18.2": {
        "dependencies": {
          "FSharp.Core": "4.7.0",
          "Microsoft.NETCore.Platforms": "3.0.0"
        },
        "runtime": {
          "Fake.Core.Context.dll": {}
        }
      },
      "Fake.Runtime/5.18.2": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Compiler.Service": "32.0.0",
          "FSharp.Core": "4.7.0",
          "Fake.Core.Context": "5.18.2",
          "Microsoft.DotNet.PlatformAbstractions": "2.1.0",
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.NETCore.Targets": "3.0.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.6.0",
          "Mono.Cecil": "0.11.0",
          "Newtonsoft.Json": "12.0.2",
          "Paket.Core": "5.226.0",
          "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.6.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.6.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.6.0",
          "System.Reflection.Emit.ILGeneration": "4.6.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Metadata": "1.7.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.6.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.6.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.6.0",
          "System.Security.Principal.Windows": "4.6.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.18.2": {
      "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/32.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ADSdt5v26ep9Koj1ZtHhhYG8Iqe5vk868dJj85G65rYdx45vVaIkyclgLovbSm60h28aUZeI+oQE5Rr4fCMHvw==",
      "path": "fsharp.compiler.service/32.0.0",
      "hashPath": "fsharp.compiler.service.32.0.0.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-+uoj9jqIwx8qes+JETjnltWfC/IPhXLu4mkZW3t3hXQ+BLBJkDbrVxy8PhOGnyG3zV/m7DuXvMKhjhDOf6CDdQ==",
      "path": "microsoft.dotnet.platformabstractions/2.1.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.App/2.1.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oVeSsnIqzD0VuS3xoZRA1SAfq/aLscEy12TaeIP5H6FIOBo9Ta1sMkyc7Pj3ZDJz3fsWeYf/4fR5Ft8Y+oqdzg==",
      "path": "microsoft.netcore.app/2.1.12",
      "hashPath": "microsoft.netcore.app.2.1.12.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.1.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bjRuqLIp7JLORwwH5PTZOKIozs68ulLLcSMRcTmOymOqV35PFE+VE6M2SmR6OQsxG0ViIuxM1YwQdYwlIzG3cQ==",
      "path": "microsoft.netcore.dotnetapphost/2.1.12",
      "hashPath": "microsoft.netcore.dotnetapphost.2.1.12.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.1.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A1tafTgEtO7yLIst4n7PrZJtqyc25JHEPII5/2tTIqTymaUA8p8wun9SpwX0dTYxcQbQmfK2yp402kuHU3oVcQ==",
      "path": "microsoft.netcore.dotnethostpolicy/2.1.12",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.12.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.1.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-S7trRhPhQ/O+ZapKoKyjmiveC78yUAQ1usE3qsVT2W9NfI1Hk04aIwDwmio9GWNqUljXzCbK+B7h9CQe5GPJMQ==",
      "path": "microsoft.netcore.dotnethostresolver/2.1.12",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.1.12.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TsETIgVJb/AKoYfSP+iCxkuly5d3inZjTdx/ItZLk2CxY85v8083OBS3uai84kK3/baLnS5/b5XGs6zR7SuuHQ==",
      "path": "microsoft.netcore.platforms/3.0.0",
      "hashPath": "microsoft.netcore.platforms.3.0.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/3.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WOwoFoWQ+/njjM0pKbnkKTBo8q3NphEOtu1zMXbqRoWsI07JSXWSycgN3cdM+NlhkXxH4TNEFtI5Pjm94N6DLw==",
      "path": "microsoft.netcore.targets/3.0.0",
      "hashPath": "microsoft.netcore.targets.3.0.0.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-47DKtn1O+1YLWM9omwB3N9ZtkygHoBsW2oLYDSJ3HCiMOxnmTKcUa/f2dQt/N6iYLKbzM7DADgO8y6v4sOuiMA==",
      "path": "microsoft.win32.primitives/4.3.0",
      "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Xuqo5Lf5h1eUAbT8sJwNSEgusyEcQQQcza1R8dxJ6q/1vLSU1SG/WxtgiCPAth14dz/IjBXCxWT/+6E9glX33w==",
      "path": "microsoft.win32.registry/4.6.0",
      "hashPath": "microsoft.win32.registry.4.6.0.nupkg.sha512"
    },
    "Mono.Cecil/0.11.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Oq/xuL4giwKo4yveCw+VVXILaylbyN2QakWRV/840mLCO9B6xvs+ADjSZagyU8C9aEiFFTZE2pNnobSrZWTVlw==",
      "path": "mono.cecil/0.11.0",
      "hashPath": "mono.cecil.0.11.0.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8wNbsc0dhW9lBd7MJRZJD56/Que4e1c2LZb5sRelaiqEYR/Wwy9L4epf5AyEJhyNjlokKAklslVVhd7AaT4yxA==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/12.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
      "path": "newtonsoft.json/12.0.2",
      "hashPath": "newtonsoft.json.12.0.2.nupkg.sha512"
    },
    "Paket.Core/5.226.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fV/9/bCofJhVvwvK309ZOVHRtrnOjmpFQej2oCkJ0arWlFJ/d6VFDjKH4h3H88i98muaQJOwuexfSolQrUfUFA==",
      "path": "paket.core/5.226.0",
      "hashPath": "paket.core.5.226.0.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.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1cIhPLl6boIYYyVADtWSVGDgLJtdT5aHo7oeDC9deyv82gx5pMowsAiV9tQ2losj7Xax3rLlbyNh6UOte+PYtg==",
      "path": "runtime.win-x86.microsoft.netcore.app/2.1.12",
      "hashPath": "runtime.win-x86.microsoft.netcore.app.2.1.12.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pxXLkvYvM6xjZbILQ9NmfZxLgUm5m8F/xKCiCYURZ8D47ErPv5bQMtFsqUwD3pHD2HuFI90zNghjooRL7qYe3A==",
      "path": "runtime.win-x86.microsoft.netcore.dotnetapphost/2.1.12",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnetapphost.2.1.12.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z1y5bKz9AQbzSiLqQarlBHLkTHVJp6GIS1q22XwatLyXptEoriJgmeNPcVbzRe6h5A5szGGvF/T0uwa4+LVgRQ==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostpolicy/2.1.12",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostpolicy.2.1.12.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-evcWAugroTr6ckGN+s0fYdY3j36+su1KTaCoo9GcTWZ3m9+XzHcyOfndLZRpY/YG4DxFN6DtTNy2ULPDLlr/jw==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostresolver/2.1.12",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostresolver.2.1.12.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KSO7+xONvYerSp9LD7bCoSBfR8AT4dWHlNNHUuQmTEVPGqBGuQdDPTUR7w07cet7qnFkX0ZdQnc0LZQ1k3+kjw==",
      "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-htog8OSItdt7HM8RfsN7ZdmmfJvpgwygxe+HYKzkjsgFhMSeKp+EHq1IdKhZp0Z8xH2OmlCn0heUPTPswrhkPA==",
      "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-PO8jyfVlRcWPgnqMY9CpZzZCjWy6wr5Wtc464Smm+fF3mXD+ZfQ6GJcjGh90qwiNBDz2k1M2gpFcegthAzp4Hg==",
      "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-bVMUBhSEjezit/1So7XH5NJRvFN8AISmoGNpiB5LTPY3/PP6kU9g34cY+dKldp+sw02z1SwSmGBEa70lEago+Q==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.Immutable/1.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+aL946rTSJyo4PqstwsVZ5RBfaxfkIx+nTMfpmaxzorqgifRJwndBZhXPWNWGJpys7cQ1/vCvilYN9ugM05JFA==",
      "path": "system.collections.immutable/1.6.0",
      "hashPath": "system.collections.immutable.1.6.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VEWpajMmbMvtA8+Ydayg0SXeohRWocrj79ltW3mWRBYJ+KwyCNq4eaZcxbVnskJ7ccOSD5xrbNGvUo60xxACwg==",
      "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-ebhCqYP1DJghwD/39/XLrywBFcJNZO6tt83JuoeWmgXackG93iLDcqZrbeMgfymhYih1jwIfk4PEbCkdfeHbvw==",
      "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-uMEZIb2D+mfBIfqWfjsogR5oGJIGB1wihuaMncWN/GT6unJI2He8GOZaQHNU6bkBCetnAlXQb1gVYOfubh1p0Q==",
      "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-xNGQ8ntXbaq0NSNP06mkRhoWoETQDrt4lXT3bfm9WXrYkp7vJHcfzFrmAWjB5i2rVUjzf+NBwyF8htDs5waukA==",
      "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-TDn+P5tQOJFxEiFS9/0davJz0oCm0OO14Xz6IB8HhNdUKA94e5dxxRRXPu/aApItGGFMoWS3+8QBrhWJsV47oA==",
      "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-SxIc0NEOnE5DYw+gp8hLnJH7fw8T7VlVwWrLLyV+Vin0HdeWj+gJ2UVwklfqt1M86uxbY8zxifW+S1hMqkMxvA==",
      "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-c05toNog6Ops4vzVyYUQiPKGkO3u9FVSDWiYtWqtdQLvl7+RukgE5EKag1uDlwRj9jSXoQZTyJxdlC9/NlS2xw==",
      "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-EG1vKCfKMoBvIAmwjSXv6f3DfL1HJthdVILNUZ/+B1yQSFTQF2z/L2b1vABZvVi5VLqs+rVmjM+ruGDDlrQPmA==",
      "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.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VSPMaiVAethqkRZNUiVeqHI+ZZmsQYJYHkTYkav2VCXp6UOQB/uMetUL9zcW8o5dqjy/b/2E7vlOW9MPG31/Fw==",
      "path": "system.net.http.winhttphandler/4.6.0",
      "hashPath": "system.net.http.winhttphandler.4.6.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FZT6ixr7mOS4w+pS3ZdWhpCureT+xukeMjxWFUkDoTHBNcbYxZU1GzzCT0xKzAj+ldlwhESawjw+gU6jyIzCZA==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qAo4jyXtC9i71iElngX7P2r+zLaiHzxKwf66sc3X91tL5Ks6fnQ1vxL04o7ZSm3sYfLExySL7GN8aTpNYpU1qw==",
      "path": "system.reflection.emit/4.6.0",
      "hashPath": "system.reflection.emit.4.6.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z3r/uEhMj+1wUNUa/EA2bWxEL9M8bgFt/22xCOQivES28ex3zWxE+2j0gQF/mdRwzlr0jir64HVlwV5J4zTOfw==",
      "path": "system.reflection.emit.ilgeneration/4.6.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.6.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SYJaUtZ4V6X8VJ0/trnzpGZaw8X43e0Csi0QyqVNDJHZ1hivY10WdAQ6SJQK1CLlHjGv10TQA4hK6e477hoOfw==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Metadata/1.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PodRDaRRNI3BcF3zuEsrzn1jm/zws5UevTzIv5FqcOwWB3VPaU4jS6vt0tSxu+i38Wtn9vXFNgDHw09nDv8y5Q==",
      "path": "system.reflection.metadata/1.7.0",
      "hashPath": "system.reflection.metadata.1.7.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CAkKDCJuT7wupmAAja3uOxRA690khGhVt3w0bk9ZjY5YOFAHYTXiFIW0jJvf/GilbCoT21xputhQVsWMHvsxiw==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QdTazwZFwrbACRQz1nV2PBqQCDAG+Wfat3dNBiuDp3JjIZo+SsKGLkSK0hc3+pdprRNKZl59HP3LM4DwDdt0LA==",
      "path": "system.reflection.typeextensions/4.6.0",
      "hashPath": "system.reflection.typeextensions.4.6.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jVkZDZjUR7WbLqCvOic+8riK+to02eBNnt1lFF4nDpCt+FSa1c6/x3AkBzVMboe3BZpUFrCcC/9bkXeTOBVgLA==",
      "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-qe1O/pA84zPbQqOElk+key6maB6szVZ7NySXZdag1CjST1y+AUV4Xe5fCmwFPeq55p34ibTNgPdqtcW9U74YjQ==",
      "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-LJIgRmUkMoXJ+LzzFztLaO9PdV7DX6MpgaVGeTrbb0o7NRdrF8pA4Pff45QLX3ru6jmg276lcqcyRlW924ReRw==",
      "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-skiED6OwwLFoZNKAXxgEYw+uhH4ur9p4L/R70WBg504JpxsGqAInFEGOGFeTzxPQfq0nK6W+o0gMf//AVxVADQ==",
      "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-HbrrMZqU5NXE0tUE3Y54gKyK4+JKWsUr44Olb7fvkyBLuJcPkwYjPuxfGfkiVUfL9jQ7bsxTKgdorDqv7FqC1w==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gmlk6khICtVhiUnVBBtlsH0H/5QFDqhTZgtpp3AX14wWE6OIE+BX95NLD+X4AolXnIy/oXpNNmXYnsNfW1KuDQ==",
      "path": "system.security.accesscontrol/4.6.0",
      "hashPath": "system.security.accesscontrol.4.6.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-i+405oHgJkXpebgzoD8okfUphw77WPWdhPJ9rGxpJYhy65/DS/ZarwXPv26S4IoldipKi2TYGyMRHHHAobKibw==",
      "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-XVEJ3n1C6rFV/dAAGSED9uN9tO0YcBTXnbKh5U/dbUfRIihMyvc4sz4ING5W6o+A+8V5mIMvZmJoWwKQwwMw0Q==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zdCsTOakmbAQVyOI6+ZadvXZgzSiFiY5nXAfGUQNGrz3ofc9sjehpXRvqYb3vWUsvloYFILSpiQCjiZVFKRBjA==",
      "path": "system.security.cryptography.protecteddata/4.6.0",
      "hashPath": "system.security.cryptography.protecteddata.4.6.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mdukseovp0YIGaz16FMH6nbfgZkrCFOJbtXQptv0aeBO9h775Ilb9+TDwLVTKikoW7y7CY7lpoXl9zmZ5G3ndA==",
      "path": "system.security.principal.windows/4.6.0",
      "hashPath": "system.security.principal.windows.4.6.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5CnxQvOPN6/Q1qII9tq5NVfmDPIZOR5W0hzABPP9pXDqermkDUFvV3JdLk1CMqql7OUNjUmYcOzrueeTkgaZMQ==",
      "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-eDIDNjQH4CSXRiOw7urL5ICqAxL7HFWBJDu+KDW1t4yKvv87jZiDWsq65IZj4fWbis2q6zZNGafFzgpR8RLDxg==",
      "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-NJS03lOHb054lzoHd2ojnb7/LTmSZAMVHHGBXk3SybfIqqlrzUaD9yqWcHAuDJhrDQIPlwB1hj1ADD3sU08k4A==",
      "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-evpQLe4Nit1vCknj8e41yLsMqwBs9+OHRVowNzqhoHpZNrzA6egw+lceviWxiMXGKdXWC7efFj2sxW/Ntib6xw==",
      "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-4f45U8g4skTbGAstgp9MwXlTP30yMTJ+wW3BQZJzcZOI4bTaKFXoIlsu7OEJD/oi7dzHPZ58g06+7iFuudaNrw==",
      "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-60vNZzCZAlz7uiwvtgM+w1eYJiiKKUHfTCMBz7KbsoG5SGkcKWfpNSSA1y+pMmV2N/FxhZJD2yTMSwi8LplbVg==",
      "path": "system.threading.threadpool/4.3.0",
      "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
    },
    "Fake.Core.CommandLineParsing/5.18.2": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Context/5.18.2": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Runtime/5.18.2": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
bin\Microsoft.DotNet.PlatformAbstractions.dll
md5: 8ED1B343DC98E338ACC983A0687DE49E | sha1: D63333AFF2861F9FC39F3AB5DE75B7C8D6DD3340 | sha256: B9C07D7163691CF99134836C74FCB7ED60E9304A45E180990E8DB585A398165E | sha512: 68B4B1C4BC6345BA7796CAA907B84818E806FF0E16D93911562C62E85C274F0950EEABC616C220CC7EAF743171A03D30651F5F8BD0D8E2A5753AD00E96C27368
bin\Microsoft.VisualBasic.dll
md5: A95C0B94BC824424272239221EAB9A44 | sha1: 166491B257B3A916F46DA82EB5B41C083FEDE555 | sha256: 45C654591A2EC8EA56F9B7EFB00D605C3447EB50C7637F2437EE687B7B7D405F | sha512: CED876EC657E6E68758FDA19FAF69B476D89D330D29184BAACAC9202934053DE5DB4A26B8078802DD545F00FEEFC7E638DA95C5423DBC8142B54FF94B0613EB6
bin\Microsoft.Win32.Primitives.dll
md5: BFBEB143134236A95E4554EBA9F1674E | sha1: 04ED04158CABBD34889F09F88D3BB2E6613518FE | sha256: C007947FF2A2CDBA87AC6A503FB7683AC251F4AEBD44873DF27DF751A6EC9BB8 | sha512: 3D7F63A704215FDFE0B693653A92CA67D380E3AFB9CC6F41DCEDCBC7A552AA4D8920336721E80B67E5E39998570076457C0963207D663004A1ABA4C01FD559D7
bin\Microsoft.Win32.Registry.dll
md5: F50D8BE77D0F7C69F9719CEC37CF5A99 | sha1: F8F1EAF73FE9368E38C6A4313E37EF7308082123 | sha256: 11B8B6DF08EF15AD63CDB883B531E94D79392A87AE8E9CF3F09984283A59964B | sha512: BFB0B2674C44CAF892D1A5F821CA42BFC6CF8FFAFA6E77513E62DC33244B40240A3DF52988BD0846C8E74F27E4DFC162FC58C69D4AD2F244F4B9AD5982C4B1B3
bin\Mono.Cecil.dll
md5: C43B3C59AEE07B27B93CAFD7244F1FCE | sha1: 53CD0354852B09618DE8777F78CC15D4F245E784 | sha256: BF6BA56D6855798AE42E3558D7CB22572C0E029B40C999ACF873C527C51D47B7 | sha512: F08D9FBAAA961BBAA35762F2A769871A89590C60BFBD24C77C4B96EC39E3FE17CB2AB275ABBEBEAC9E02FA8AE4C7733BAD53B6F693EA704CA34E3853DD62751A
bin\Mono.Cecil.Mdb.dll
md5: 4DC624285473B64B7D83BF3D992BAC51 | sha1: 93BE12B98C45F1D0A9E2A017A7353A20DA2DCB90 | sha256: C2B964952F29B37B6A104B99C795D9D647582C4A04FB929D394AA67523955FEB | sha512: D35BEBB36CD201A1D7AA5303B3C62F615007E20BA3763DB5C03DE763B3C0A623A35FE35EF542AD48160A85D091F112AE6BCBDDDCB9941BAA414B72AEE1357D97
bin\Mono.Cecil.Pdb.dll
md5: 63FD597DFDCF62E5A7F4BBD9E0067B8E | sha1: D9B37497DE86CCDA8967F8C934A5FA20D7DF176A | sha256: DC86A0BEBF7C4FB21CFA3876E28D9EFB7ED3B47ACDBC359A12F03A5B687A9307 | sha512: 86FB8FB8DCFA18E001DCC94CA5D54FB951D6D64CA6BEA3AB53C5BB2E5682A98F620A8E09FE0075AD66649E80C666BA4F144A697ADB09E983324147C19B4A0BE3
bin\Mono.Cecil.Rocks.dll
md5: 93E6C027E45E495156226DA204DCA7D2 | sha1: BB4C4C87FF5CFF1B882F646AFE7DB177BA5D2AA8 | sha256: 475F83BCFA19E8492E5741CF3ED16AAA7D72D34A50A3B8D5B52EBA32DC806303 | sha512: 6A5872A018CA587FF65757720C2A270DCDE0356795B8EB9FD9D3BDC302DB26A674B0EEB642890F9D13414813FD150F1EA607B94C5FE8FA783A5B0AF94F6F8740
bin\mscordaccore.dll
md5: 581CB950C1BDA1515A0957F9ACA38F88 | sha1: F0BF4119BE7862FB4FF59C1667B5245E42E024E6 | sha256: B12BAA525623DD8590FFEEC25D0E1015B774BD353FE798649D33F7CAF6D87D7A | sha512: B271B750CF59DB106F37908B2187499C5A8E6198EFF3FACE819364424B9812E2D05D9136C796DAF4E895241D191248094BC335AF7EE7C3BCA33FA09B718B23D7
bin\mscordaccore_x86_x86_4.6.27817.01.dll
md5: 581CB950C1BDA1515A0957F9ACA38F88 | sha1: F0BF4119BE7862FB4FF59C1667B5245E42E024E6 | sha256: B12BAA525623DD8590FFEEC25D0E1015B774BD353FE798649D33F7CAF6D87D7A | sha512: B271B750CF59DB106F37908B2187499C5A8E6198EFF3FACE819364424B9812E2D05D9136C796DAF4E895241D191248094BC335AF7EE7C3BCA33FA09B718B23D7
bin\fake.dll
md5: 65D92B208DD1FC1FAEE9C7F4C112FCC6 | sha1: 662BAB54975AA79E195FED5B0320DEEC16955EA5 | sha256: A1F9787093F64EB5D65FE36D96D0E5E10FDBB31E54085548E16B107E1DC9638B | sha512: 0F1DBBFEAF0F0FFB26C217CE9B9B03AAE1BE6ED098425DA5AF371386275FE8753F296EBAD0E6A8041B68A9D9BCF37607C7F007B000F1E0A040ECD4BF619574B1
bin\fake.exe
md5: D5B94F74974186AD1F5309F674373DD0 | sha1: 187CCF1AB81CF02C337A768198E3E0ACCFFD642E | sha256: 1AF100A5ECC09EBE4186C5E02DACA4044ACBBC49E0E871605ACAA1BBF24A7506 | sha512: D1FD9E13649E1010428D38323F490D1596E9E3AB402D62C2C1D9E99480C581CB0BAAD066E88A813C26F6A3261995CBE6859E2858D8ADA4D67C1945B064FA5013
bin\fake.pdb
 
bin\Fake.Runtime.dll
md5: 6276F9BD8A132FEB5C26C351ECCA8710 | sha1: 77158F781BCF97AC6FF4ADA6B62B75DD906B4574 | sha256: F553BF9122999FD44E4EE5DA6F29D319CA052B51F6FDE9CD331107DB36090EE1 | sha512: F58AB618EBD18DD2E9F5E87B05D288185363C82A788CDA25437F5022BFB8E492D944971AE038FAD3D5953CACDFE2C9213D9FD25B4EEF77200E84CB998D092CD4
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\Paket.Core.dll
md5: 3FB5D996FE2FCC2C6FB4AF86B4972996 | sha1: 8123BC5B1FFCBE568798240D6F04EBE6F951F111 | sha256: 402F84A44B07DA8009B9DFA44FE8171356DD76AF9F9E709AB58C293975C07799 | sha512: 9634CED7D69843E73AF425057FB73946AD71BAD4FC3ADE3CFE78EA103C3E7A0BC8AF4E975E0ECECAC76BE3EA884831198E5481E397CB7542DAA7078F2E9DC648
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: D28DC9D56266EF9C60237FCD716B5138 | sha1: CB2B15CD6640A61823D339C6183D006E37A046F4 | sha256: 708967C151300B043E5A064054D170C947C01B647006E0668093365E74CA2CAE | sha512: 2BBC9F6717723C97593EAD1BC2391E2D22189D909DF1C61626F67331D4BD806B69C554DA1B5F1AE25195CBB7E4EC33516F738DAE47DAF3B4CB2F2D34AF31876D
bin\SOS.NETCore.dll
md5: 9637D557191E35BCB7110B603F171AF0 | sha1: 3361DC44D653FFEC10AAEBCC8D292CC58774CD4E | sha256: C0D572B44D3B5D2EAED5687EB5BB44FC95797723D8ACF49BFFB4DFF3D2EEE339 | sha512: B7FA2AA3D969DD39442F94FCB4B38F9FC0AB74BBE52B8E626CADCAAE6E6B91BBE0D3596BAE45DE088C51C787D170842BFF2F123B8AEE530365A9D3902728E185
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: BF73FC735B2ACE961BF7AD67BED16B35 | sha1: 8BC8AAF5EC75ADDCE24961641E542B54D5DBB594 | sha256: 6B1F1511B46BD71DEA4D1FD9D1FB2D0BC7A13B37A60BDE1324EAACA0FE3953D7 | sha512: A893A4D782C574487150BF86EBD5CAC04EC7B229ECB0BFF2ECF0AE73EB13DAA9A807C9653122C52280537FD025968440C89C33A0600DB7906C0B2382CCCE5EF3
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\fr\FSharp.Core.resources.dll
md5: 527D92EAF53C08AC00D932032469FABF | sha1: 3528969FD6385B86C4D282C668140ABF234436CB | sha256: 2D9CFB328E5D059836746D5A013382B8D481722E1E9B9E5685B1C57FB79ECAE2 | sha512: 4FFD1AF2A8499EBD75C1311818CD35D93712D95ECD4CD84DAF3B72F483612CB15B5ADABB4BFF32AD688DAAA02A15FB5BA8DCFD338C408FDF0A561A724D1A3829
bin\FSharp.Compiler.Service.dll
md5: 5793E44D11042EC8C3D05EE45E92D684 | sha1: E4703D44D2BE2CAB71AE77B1B2263A7B37609052 | sha256: A0D0A7616933267370429DDFF707ABE9704F4FE10BCF63F7624E6721092B91B7 | sha512: 6235FCC872B94587DD1642BAF62ED6C98B67049EB03CAD2682AF44A302DF5C50394E7EAF1E4B521F340C7B280058C9BEF49F89BC9414A823AF05A9CC9D588E56
bin\FSharp.Core.dll
md5: 81A1C7D8914D95EF6363FB82FFCBDA0E | sha1: 3286C8D1B412F9F08931F15AE59BD7BB56FC1DAC | sha256: 2BFB97B847A247A93DD6A59A01DFF85E2437F5C3133277A4F10A39C1909D63F2 | sha512: 4DEF6A31C334782258051AD4D4D032E5666BAB284A94F9D3F51BE09092FB5A8A01906A20A1CF7E008E2378C5CAF881E252BE079E8E8FCD118DA35C599222E0B0
bin\mscordbi.dll
md5: 189DD9B5CD296EA4AF76D46A1375AB50 | sha1: B1E7793E79FC57B31CE93B2A9048039D82BFF0DA | sha256: E56C201B4C550EADB6FE72B3405880E9E4DA21C0C64D40F770368AC5C8581700 | sha512: DCD898EF749B15689D515D3D758B9F73F56F3DEB39E3A40C59BBFCE85D631AE7B907B5A6749D242031E78C944149C41F6863CB8975F763EB1849BEBBDF12D861
bin\mscorlib.dll
md5: F0E9F736BC78C470492106E233CA0FB9 | sha1: 7C4001A1D5A54836DABBD982B6225C4E5A983E0C | sha256: 226D0689664774CAF4511FD3F2FB373E8A71C006594DBE7E2AD11DF01F32A096 | sha512: 4827762F167B96EC7425DB3228FCF63160B82F1C52762572086CDBC1CC2C23D11B38E68A38A0064BF3DA9D2DACDCEACC4834DCC0B6AB7AB1052327C3B9B2E55D
bin\mscorrc.debug.dll
md5: 2D27739875BED83F7193792148925F86 | sha1: 6D64BF6759A95A1C12B7063E86B759F6C4D07A8A | sha256: F0D2CF2C8B4B60B06B9B4C92081707DE296AFDF34309BF7E30889C825EB29693 | sha512: 03FEFAF1729729324907733E54ACBAD49C71EC11A26118B56D51C8AC3757B6F8A0297E1B1DC478F46B21892FE1C7A3585BD8D51CA08777D5113C168F7A923A74
bin\mscorrc.dll
md5: D811419CB4B9CBEB4C397B3A1F39F6A3 | sha1: 03DA64502A5F88DC6637B165071742A528EB7731 | sha256: 8CD26A49C5EC19D73040C42DDCE4B30AA47F3C4303CC0A548483FFA309BE2548 | sha512: 0E265E59DE22BEC1B100837A61FF281F213687891D15252747F540A4F4833165CEEB17DF9C924198FCD92C11B3C11C33A093786128F0DDF3FBB2C6E97325B08F
bin\netstandard.dll
md5: 60C705E655EC57495E220EB301084597 | sha1: E22A1F71A2DF39847C7CDDF6652EEE3C77721810 | sha256: 12584B35308F1C21239858B91CF374540176304C594405CA7383E67DC2925A48 | sha512: 63C4AF99C7E1A96A76CA27C83D0672664AE165DFD9CD4A5673EA3ADCAC7442970E1E089C388F61965432B933797A5F574A221C845151EC77B242F10AFC64EB72
bin\Newtonsoft.Json.dll
md5: 1F478E39A4C06EA7C6DCE92238F23EC1 | sha1: C1CEAFE3FA14E099C9782058CF598686361902FD | sha256: B9B4E633EA6C728BAD5F7CBBEF7F8B842F7E10181731DBE5EC3CD995A6F60287 | sha512: A192E7B5B67259128CF7A901E549722903230618C0E10215F802E22FE9362339F8CE5482B729A28FC284670D984B2B79FC4D5F10E37A2E734A61200DBCFFE859
bin\fake.runtimeconfig.json
{
  "runtimeOptions": {}
}
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\hostfxr.dll
md5: B168A7D16B0803CF493481E7D10091D3 | sha1: 1FDC910ADAA1D12A1D9407B5E2596FAA15436F93 | sha256: 42228F9D06EB7D1256831CAD909A8F781664E26E6C3C2D6290D6D166C1CC54F1 | sha512: 425D87785274D020A37341AD4164B6F91BE2B8C67854ED7542205B60F5F1E92E4C8017AB10AAC5BA9669E8CF4C9794793AE25B810AF9CEAE7DE26EA8D9FFA0F3
bin\hostpolicy.dll
md5: 211F49F23B0E2EE9AD45DF278DC807F5 | sha1: 9AB48A69C200AEC2E41E631C52AB33A78081B95B | sha256: 46D2AB512B4BF8AD705F3589AC1B092BCE9C0E0AC8B432E4A6D50B1C674C6A1C | sha512: BAA57903DA6E87DF661DE3A90A32248F13D28DB53EE4D4A70CABB6401CD8D07C771878C1564F24CB0AB028F963062DC350493D62C84C186EA8AB7C2738BBBFB1
bin\it\FSharp.Core.resources.dll
md5: 0956DC987AAF4ECF36CA031D1DED01A1 | sha1: E601B2C760ADA2F373D0FDC1E6A1A3F815B98381 | sha256: E9AE2582B001F8AFBE933BA5637ECF17598A95E1E8AE7B8BCE17FF70EFF12AC0 | sha512: B8B8909C7F8849383AF08EA51E83DDF82EAA1818D6E62B9E0A09F00DB18A388DD2743AD81DF7903A09A5D95C34EFCE5B525B3C6B2138B4DA2424017E9AF990D5
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: 816C16BA50B44D7BBD531A5C17608C7D | sha1: F727264FDDD121A1211B6BC26965ABAAEC62697A | sha256: 5441A028E27297A273B4889C54B75CAF988809F0D5F1A5D460D06F25A27A1C5C | sha512: 2A03670F0EAF519B6F3D57C2F62D5E3820967078F209DD6E108A7CE44B4B9937F61B3F34BA5C0D0CA89DF5233AB9A41A720505F2BA943A40B09165C69BB1AD04
bin\Microsoft.DiaSymReader.Native.x86.dll
md5: 4FF7094E3EDFDA47CED912012044296B | sha1: C6F3C9D81713687DC3820D8CABF14C2A32208D27 | sha256: F21DA9FB831AC943736135B6EE109A4B352511B8D6C07CB03C66B61996D1DDC9 | sha512: 372867BBAE96C51EE11B413F552A67A53992B16DBFA44105381DB3813E3C2F9A3DC9D16FC6BD6366514D4E1B4BF1EECCCE5261BC3DF837BF3E3EB5A04446C551
bin\System.Collections.Immutable.dll
md5: 3AA5DE6CECC1A15D5FE3049D20D1073C | sha1: FFF8EE59EA4352556EEFF58569CCA6324E45F2A2 | sha256: BDF0BE4271015E83588930810469B617A25CD8FA8A2CF9872E0D2D0E9792B87E | sha512: A02A73B02D7126E05AC389920E3CEF1E91193982524D3D13066854BF7F3C9A4D34DDE6152E04FC8C8CC800080EDD0D5FA5576E17D78D2F73F1F68BDE5FAE68CC
bin\System.Collections.NonGeneric.dll
md5: D417F302AFB482F31C9B9EE75A360030 | sha1: 3ABA48E39A948930963D47CB6E51815E65505A87 | sha256: C0794F37D941CDA8D7BB965021A005877F85610C7BC60C55F0BC3D34990317F4 | sha512: 96518FE1F369130F9FFBCBAFD717A11BB48779B798EE848FB9C9539825584A71CF4CA0A9E088E5886CD0E5BA9EB3590A61736C3050980A58686E3ACE1DD12B5A
bin\System.Collections.Specialized.dll
md5: 30577FF748B78C517BB2B732233C3B87 | sha1: 4FCE740B64C8B1FA573867F155BB11D12924A0FB | sha256: B216917630A992F226D9FF7CA37F0E0A0B4B23140C8E75863F41CAD2EDD1E439 | sha512: DC71116A05600C72409F0950A3DF4BCF929473AC23BF8F6E40561CF1DD0DCEF53FF72B5163D639462CDC63B9E0A442C88388276BA7B7023F1E994447DC0FD075
bin\System.ComponentModel.Annotations.dll
md5: 1F4DC4202A73D287A849E9F53238C009 | sha1: AA6D2265F7859015A69A300D8A11E6764511AF3E | sha256: 0AF13DF4ACD23BBDFA97F2317B7BCD1AB741AD05CA9E0DA12608D828A8386AA4 | sha512: 0C846B1AC4292667EAD56958B8186F47A1D2B7081E82EA8B9DC55433E8D5380083F3E666503DE3FC461E2FB957BF8D2C24DAF24970EE63E6719E70EA43E3FC26
bin\System.ComponentModel.DataAnnotations.dll
md5: 24F5E16DA194ACABC600FFC758B1B95D | sha1: 45F4F0C471A21A778D1ABE838397531796DC342B | sha256: C5B40AC39EC4B96800F0CC755412092D8760220986DB0251B2D05C27F4869A09 | sha512: CBBE8E87247FA098CAB5570C9C1E5ED1452573CCE6936B90C6F94A8B9999481E9EC56EAFD3C925AD7C7E50B655D700B145BDAAA6CF2A2092369A7131B5A5DE7B
bin\System.ComponentModel.dll
md5: 36B08279DCF3B4A3BD9C8B185E406980 | sha1: 3D5F14DB3F92C787B81897B55659FF014842318D | sha256: 67DB7B8740AC2604D5EFC3C6FDFA4BC8318DCA4B4E1CABF4310324C869A9B4CF | sha512: 5638404646D6FE1728A610EF5CA4EEA676814958D81E23C7CA227AE5ECA54C62DC6CD34055E8D4519196494510D7292D954E8D092248BE8DC837F053E79D0428
bin\sos_x86_x86_4.6.27817.01.dll
md5: D28DC9D56266EF9C60237FCD716B5138 | sha1: CB2B15CD6640A61823D339C6183D006E37A046F4 | sha256: 708967C151300B043E5A064054D170C947C01B647006E0668093365E74CA2CAE | sha512: 2BBC9F6717723C97593EAD1BC2391E2D22189D909DF1C61626F67331D4BD806B69C554DA1B5F1AE25195CBB7E4EC33516F738DAE47DAF3B4CB2F2D34AF31876D
bin\System.AppContext.dll
md5: 0B2BB7929330EC27E5CE002E72B1A292 | sha1: 8255E90C09EE904778BEFEB6F651668D2FE51B70 | sha256: C79D4C1653519B133ED6EB01C56AA08C70DD67A377B74555C5763131C4961FBD | sha512: 52BE8823C83D7E9EA530DD0E8F0293969C43057CD572BC1B212C5694CC0F56EF744707789D30F8438396B8F9DA99A7379F58C1A641060AA403BF209C853ABCC4
bin\System.Buffers.dll
md5: 1143B3C22EAD7EB1E0B6EE78078EF985 | sha1: 9E9BED85090A1AD649E347453D707925B5889F58 | sha256: 52BF39A23B88DAB7C5A0D89F400DD033288FCB8FA53953B973D66F8ED2289C83 | sha512: 956D85E8B5B0485AB77799D189CF71BAA785D2AFC1BCA3B30E87CA16FA46E26DE9A1FC6A3F65C2288D1D468334012F8527FA5860013859E90EE91016EDA62605
bin\System.Collections.Concurrent.dll
md5: F4E4A529724CA17582BB742A8EF7836D | sha1: 2703F116845755B969026A1DF09F591942D322B3 | sha256: 42189C21106B15F3526859BF523AD2259719539FA4912AFDF4B562AFB941EB1E | sha512: 8910EFE6D498B1F335E6C7D1990C2B481BB2F70CD0BC2DB5E5D67F611BF5FDA3E8B5F01D3B00D7D0EEED1E4F472FC367695960E1748E9008F415CB17A3617680
bin\System.Collections.dll
md5: 992EB98FF62A19BF897D316DACF6DB5D | sha1: EBA5EC0D7FD1A931C26AC6805F5259F2D3AB73CD | sha256: E1397CA4DC14644C6607B5BDB425A437E3B59576CC1ED550D20A19C495E259AA | sha512: B5C7DEF3F314FB89989F52CFE03FD6657AF84F9CCCAA9DE1653623CCF1C73BD76634EC23337AEAAAB526930B0980FF4B21A480DF8C50113F96EBE5A62EF15EF6
bin\System.Diagnostics.TextWriterTraceListener.dll
md5: 978D4A6B132445061FDEB8EAB9DC64A8 | sha1: F7B88CD97FB0C2BA4188F6250702CA4380F2C2A9 | sha256: 2E813E93D8F1AD0E94C875B4346E624C723FA1443135F40A75EF3CF9A8A15B78 | sha512: EEC9EDBB7781748B8985B38243AC6E5D8FA283A4D9B31025E9EAEE9290BFE392B9FB2999666C3A94A78D800B3CAE02587958ABE75101EBE9DD115502E69F02E9
bin\System.Diagnostics.Tools.dll
md5: 214408E9AA996A9A13A15CB73F9E3ECF | sha1: 3E974BC8BB0587EA3B1551A4175BBB7007120599 | sha256: 7AD7A60D898624EAE933E16BA74D61BEF8CA6216BAF27D8307BF84E6CFE0DDE6 | sha512: B846C038579449F025032E469E65ED676D882C7828CBD824ECDAA9A4F5176A009B069AE8072578D1337FC6F9ADC02E86194CC7A9A2EF26D87B7662E044E03CD6
bin\System.Diagnostics.TraceSource.dll
md5: 3E9220F5122C237C8F28D43C2F480350 | sha1: CA58F89CEFCAE1726BEB24601258820914E386A8 | sha256: DFF568DFE884F83D9FE555ABCFCAAFA03899FF9ABEDD38231906FB024324B38E | sha512: 6D6CA697E8B54A8A48E7256CF53DCA0978A01DAF86732B66AECC894FBB69DF7A0D41ADCDCB337F2CD3B13D3B3DC011A2250B41C0D4176439A2274156E9DF9950
bin\System.Diagnostics.Tracing.dll
md5: 0DC3B1C6C06C0E4F44FC1EC4F1687118 | sha1: BDE89CFC1CC9460C0946633BD9DE00965FF53AC8 | sha256: 7568E7F796C10C0DE68187C8D08126ED282402099FCD1F4BDBD397D93887314A | sha512: 5E11561B75C44163179D083B3F3EA3A7816C93A0DB62CA687F1555D635EADC0E423AFC299E55D53C1F834375641EC7FCB8C017E50AAB2FF30CD16AA847BD37A3
bin\System.dll
md5: 0AF80E302E7A9F4A61372957746BCFB5 | sha1: B859F861AAEF9BA8624F77E4B80251951567098A | sha256: 23E27A823960234F98BFECFB33859F8C9DECF3998018AFE6CD9D1DED4C67A188 | sha512: 911715248AE28BF77A8EA3EDAC12FCDBD8CFE2CFED987CAD9014C81CA007917D466786C809357E74CE88710B37CEA9C8EDB282235B33D4FEF4D9EFCC60958A09
bin\System.Drawing.dll
md5: 8A12ECF0634BF344017DD0285DA07E6E | sha1: 2B9C7EC56FF0A4DE47E76D76ECAC95B702C742EC | sha256: 18A1112891DF21504985D68C6DA079554D70D841CE0DCE8C9B780B8153D9FA9F | sha512: B24AC149CEF1E5B5ED5F8DDF9F5BFFDAE4224E492163AEF534B86D4541AB4871A0091EE1BE1FBBADFD30414A7BBEAE5E50CB509E1F587AAB50B4AF024A3A1A81
bin\System.Drawing.Primitives.dll
md5: AD1E6EC2770B5E087D1B8A5CF12E33E8 | sha1: 776CE17601A823506A27892E38B6230B748EE84A | sha256: 4CD9AF9D8DDD944C3BB031F0CF832E22B8C201D8FACB90FE26581C39766FAE0E | sha512: 507304ED2EC76CF9B04A98187156245C2AE0660F150CF7BF24270545463DFC94BB193B12B3F3B44662F6207F591A9F455D42D0B1144CCC6259BCF42E13D2FCE0
bin\System.Diagnostics.FileVersionInfo.dll
md5: 5B5F55262D2ED95581EF5289829B5BC0 | sha1: 11AB34EC2698A223BF3A1611EF4E894B1F64B664 | sha256: 2A78C78E69AF10345D93B732990DB105721752E5074B2442AE6A86D40D62E260 | sha512: 8EA600548C72360145B6B6A83F17E8A2DBE0859A4BA60E1627AB635183AF742AEDD89AD31AB9D20F825F25F603D54238129A8BBD90BFB51CA1F4C5FDB64FB337
bin\System.Diagnostics.Process.dll
md5: 56200D57902C826B1EDFDE34BD27457A | sha1: F55AA4F225E46509913177BD252071705B7FBCDE | sha256: 723DC5724F9FC92B345F8CA3099FB5735FC465895FA6E413703FCC8319450DAD | sha512: FB876195609E3F4E7C4D7A9F2F2E0AB13B7D178C09AF50D992ABAC6D090BE997D78B889B835CED147E5786722FCEB89C83FCBF4A0309143FCCB5A8922EF06E63
bin\System.Diagnostics.StackTrace.dll
md5: E8AD2E46900138A464090790D2491E7D | sha1: 2E2C3B5A59664D13653D1CCF4CD9007D9220E1C0 | sha256: B0B62E4047CBF7A14932E76FE30EBEFE046B6ECC027EC6D8234B746716DC5868 | sha512: B12B60D4817D859A2F020D8BCE5188696187BADF60209D391B6B17A04CF8531CEF6C7BE4C64F142E294CF9921069E7B8A80C726B70323CE80901E44C3C2BC8CA
bin\System.Dynamic.Runtime.dll
md5: 79B3B11F7D2273BCFB69AA4F84A6C196 | sha1: 631E9A85009AF735807EFE6E7CF4A4A35CFA182C | sha256: 12DA0414216CB99C1286B23144906D2BD1F989866864EE76C945E5D05A2D9B7B | sha512: 2B6711098C6F0D18465ADC57822180885347983A16BB252637A36A7FE337ACC1B289F246D3DF291F9064DAA1649E8BE28FC0B696CA4C74B92DB0258C69F48B89
bin\System.IO.Compression.Brotli.dll
md5: F93672A925CD883412B93202972B97ED | sha1: 7AB6223B541809634D121DB23C3AEAE83074AFFA | sha256: 5B52CE32562C2780F338D1AB74329791C1C3A7ABD11F9FA37963447D30775F73 | sha512: 57ADC8EF390BE53E426477445FF0521B3F828799FB738DAB46AB4F7588B9D6EF086BFC987FC535BD7D7D8807E073F952292D71C73F2EB3BE10E999E7339D6EDA
bin\System.IO.Compression.dll
md5: 823A73C94E94AD1F2385C489E323870D | sha1: 116458F0940B93B6BAF24FD7F100414B4D269C07 | sha256: 2E8F972DE554EC7EDCB499EDD3F88B012B3EA585E50BA82E83742BAA34A80D33 | sha512: F14F74B67A3F35399978145722164158546033E4EF3410A723A47C1F411AF9223CCB1B4D7A4A447C999D94103D53D9F6AB54D813BC4A23DA5FBA1DF2C27956C5
bin\System.IO.Compression.FileSystem.dll
md5: 00B912FF759CE03EA11D2AC408A41C21 | sha1: F5B6500370018267F3159101A4688019EF8EDCD5 | sha256: 7E9FF812814AD394AC80396F4B3542DAA0E3AE77D368B9632994A79E1C9396A9 | sha512: 37CBBCCFEE7B0E60EDDA4A4120F293202BF3A0C59A50816185396F1B6A7254F15F3229BA3AD587004A13CADE9C768FDDA2130B9428B81FC4F29EF8F4DA0E49B3
bin\System.IO.Compression.ZipFile.dll
md5: 480EF63F125D80A8538DC26587B47FFC | sha1: 37CAF0FC907142ED53E9734C22B3DB16BB3E6523 | sha256: E84F0AF3D3F329CD163BD8CA2A96F010190BB00F7CC2D7DC9A7B4335DD6285E6 | sha512: 1B3D79365AD1691ED213BC27918901C5F4FB5B68D63995455F0BED0DFCDEE4F1BFAA7B151631B26CD9D4D84A1321AFB993C1BA4E112C2A2F774E84139A62C28F
bin\System.IO.dll
md5: E583BE5B7B7A7DE9824CD370D7CE3AF3 | sha1: BFAEF27E34FA1EABF8B208173578EAFAF1837527 | sha256: 4D44F9A3A951E4F50971BE9CD5182E05B0A5827C74A9BC8BE05A354D5869E04C | sha512: 684BDFB754B6791B5687FDB2373A2C73DEB762082EBB6D589F91939C8F2CC1302DC796C1B3934F4DFD14E177901E7BF7F79C3F83C3F9397FF83A38850662D0F5
bin\System.Linq.dll
md5: 60E9882C03C72F8EDE94399CF1A4EB62 | sha1: 8758516E57B6D89E39FE4EB2D6C05153EE25C71B | sha256: 0B570455100B0221DB366D8C57E3E0898189DD818C2F3C868FB0D108675ED622 | sha512: 6289CC697B59A631444C32D1431F222257289F03A1ACF582A7FA0B519C706F60503A8CBB3037F592A834010C936CFB14DC72A212DDE837F72A1CB52C3932ABBA
bin\System.Linq.Expressions.dll
md5: 7BBE0D325B7A04DC2B84C6576597D459 | sha1: 526DA0ABB3A2A33BA56D9D7594AE71ADD0F0E7C6 | sha256: 75E323F9F76997A2453A79071B709AA4027E8CF6CD0B8E81B4B86A2820528ADB | sha512: BA2B834BB66F0FDC6F6108207E9CE1CCE1A2D3B70079751D302F59F8F89A2CCA65695DC3FB283F3F7F0AE46C787FA653BC6A41F9E63BF06930C5C8AE8A6DF8A3
bin\System.Linq.Parallel.dll
md5: 64C134DCF9C3D774BB467295A6B35E76 | sha1: BA3E246E0B093D4B1356A42BDE8771C9D50C0DD9 | sha256: 98415914E68DD40A645416D275F665F46DD7D6EEFD1E4E20D9EAA30897E0A23B | sha512: 0075A0F3326A1BDE0F9EE58C31F5C214B4D26B9883DAA273CD7B6C4B0B1DC85F5C15F9FF3071140326713E551051D330DEB71A78747EAEC8D9D76496CA98E286
bin\System.Linq.Queryable.dll
md5: 994E8545E73169CD45016625DB9EA920 | sha1: 364D02D1E467408E67320FEE855822206102EA93 | sha256: 6CCB15E9A72AD83077A1012D891037E20F8EE8AE87FE7F9A024060DCD4874361 | sha512: DB0E199EC8FD891CB1EA807C0C2937CC6F16CD56206D3B925ADB40688F13DAE08455CB2747693CAB6A8B02C054F63D4BF2998994D0FEDAEAC5F3E4D1B7B19788
bin\System.IO.FileSystem.AccessControl.dll
md5: AB48AE7CBEB4478EEDEA79D59056B03A | sha1: 19B6CF98E5501D63A83DF473B7BBB0A9B08169A8 | sha256: B6E3FD278B2E0552617E84CC15BA13185790C3EC708835AE187A7F9E93619B45 | sha512: 80EFF7314C706D2F3D102702248F3129707471BE079C5982A1637A519E38E719D04086BBAAF43879EF908DA498288687A4745D95723BD846197C9E71A18F40E0
bin\System.ComponentModel.EventBasedAsync.dll
md5: 41D410DE6A0DD4F3F6480DBFA90D71AA | sha1: 60657D806BF5460FBBF8E8288951D9DC01FF8E83 | sha256: 0456F3074C3F3EAB5D99E67A296DF067E6D4224A96B2CBF50C18600BD56504EC | sha512: 097711DF11D08AEFD827D5B1D84FE7D4ECB0CE48F48E036B3B93975C0F37CAA4E1F20EEF2E05FB468822712586C4E0B1CBE406424BDEFB465E300F3EAE61BDC0
bin\System.ComponentModel.Primitives.dll
md5: D2716638363CA06C7C2A9BBA84960979 | sha1: C1021D2AEDDA4A2BF660DDAA0941D242F8EB2B4A | sha256: 017D126A18ED6366CC502C9DB717C67233FA9EBF16FCAC2CAD89A36CB13E7232 | sha512: 79D1A7C1F45F87AEB2C44359D9DA5ED03A0ABDBB271EA8B82B75060BC8564E3576900537C93E226F09C9C90DFCE736B48F4D0DAF6E0FF259667A91D19DA54DED
bin\System.ComponentModel.TypeConverter.dll
md5: C2A29FBF1EFC14D179A15136181FA156 | sha1: CADE9E94D2D583BE7EB1CF8CC2E90C2E67961D47 | sha256: 1894D1D64F0139ADB4B70D7FB207C45790D882E915AF2A91EFC45AE09C24E2EB | sha512: 15C52383A87DA6DD1433454D3C01D05A3320234605B79D8A866D34569AF90A274E39084CD987448B95878DB258C2B8DFBE3E383B300A80BD7026FF1E3844A62B
bin\System.IO.FileSystem.dll
md5: 3C2DF6B074E909D183D9F716CB01B2CD | sha1: DFD658882F2B6D3BE9864E5E52AD1952A2A3327A | sha256: DFB316CA3BA3346B155311279ED2E96E62C2874C6228D57464BF30623FD2CA5C | sha512: E52195EFAC3A12ED491AC75CFEDE0A42BDC240748994DAB9F611FF6CBF3478EC60EBBE41746893C0BF52CD1D7C786D9CEF9EA2626FA1130722714F11D0320D79
bin\System.Configuration.dll
md5: 2F8E344F1D31079C94F3C9CAAB36292C | sha1: B7945C5BAE385742E31B40C17B8D0B990C6EFA99 | sha256: D96481267DC2D87EC89CCD50383464B1347B954E40A34AB94AF2007D542A5F2A | sha512: CC820514CD8B881BBEDAA9DCA063ADE9EFFBD1FEA0242CAA53A0221CA211512DADF4267E9DF8C1822A39CB7B5F38D49AFD5FEFD11AFF964870D9812DFF55567F
bin\System.Console.dll
md5: F8B39948018294CE2EAB7DFF022587DF | sha1: 96EB103B5F61FAB97A40C42CDAB2F21E28BA8CB2 | sha256: DF851E1FA9C682EDCEC4B1ED151E378A0ABAE38599D1C950F1261D10028D682E | sha512: 4254E94E304599AFE61E8981443B99F82C16D38B3208DC53CCC2BBC24D395E4EE7F0103A45CEA305261998321DA4D84BDEA6B6ACA16BD20F7193D16C14B6DE11
bin\System.Core.dll
md5: F3343ECA0572E4905E1447F7EBB2D06F | sha1: 81FA3E6A099DE32DA28209AF3153EAF390BE567C | sha256: A869562C71C554EEDA853207E8006BDF5ED0ADD8A62DA071FD26572D8455453C | sha512: 2BC1C750B7CD795C1B62AA99D847E01BC2733350CB5FEF02A7A95A6A9C7153453AEA72266985C028433F351B0B7F2AAFD4982EF451F9376E0B12A8E0FF96A2AA
bin\System.Data.Common.dll
md5: 23087332E704406AEABA9A84A5C7D6CF | sha1: 2A678FBA0A98E363E55B1641151551E3C19C708D | sha256: 99A41D8F6022D914902000545C16012ADBF85AF8C4E935AF58E6EC134833BC17 | sha512: 361092978C35A6AD5263DBCF9A148DD76681E6D32E3A93F078343318A8CEAFF987C366BD21447A2321DC7A870C918C5FD3CA70B59BAC8830083D99F7DF92336A
bin\System.Data.dll
md5: 367AAB7544975AD27A176290321E7CAE | sha1: E82C28B9B343A8FF9117A946565CBE314D9D8116 | sha256: F9F256DC8CBE39B34BF1E7BC4D6FF181291D7519E56CCAF341DA9FE2CDA7C649 | sha512: ED7635394DB8A0B55FFEB98B6A1AAA500BD9E2950A44D9996FFA68C1737F5091683A3EAEBBC00847B6DF3DB5CDAD4BA24FB94623CFDDC17E2CDE41B9CEA3D8E9
bin\System.Diagnostics.Contracts.dll
md5: 66D16534EA3AFCC4DC0E1264EF59D434 | sha1: 57C1BD40ECEE244B5BC447B41BFC017ADAF8CF5D | sha256: 76BF83602FAD194C834FDB71E4CCAB07AAA38399470F0B16BCA681A96A87E9AB | sha512: AAFA7441405D118F63F2366B0A6644F305C543684E1E7052636AA3DBF306F1409DFD2889226C450276141951457611885DBB7652BBC34C296DE6E3AE8E20BDBC
bin\System.Diagnostics.Debug.dll
md5: 823083CEE26DC1B2F4408422C0BBE8D1 | sha1: FD706A4C8B5B08FC7FFEEC3A92ADCDB46AA54C20 | sha256: CB8217AF862FB3B4E6C141C48C7C14DEE55FA132751682FE803A08413A4E8E1C | sha512: 3D7A163DFFCC66630300449436AA4CB69F4E3984743C74EC99427F07004EA554AB391C913C548E8EC744E88614489FFEDB1889EA6A822F951BE815CA1ABD843A
bin\System.Diagnostics.DiagnosticSource.dll
md5: EBFA1522260D3801728582AB85BFBCF4 | sha1: 9C271E4C29DC8F432C1AA428E1743DAB462F91E4 | sha256: EBBF3A407A2F98CC4F14DD022DD32DFE5EFDBA20BC32A028F01C198D420EFE28 | sha512: AB553A6B5A5EF36C21D67148CC89B967F130DA5F5D74CCC2A05ACDF7ABB8EE1DA451696862831CF554BD1D3C1AAE1336CBDAF67224CC22A17DD38EAE6813922E
bin\System.IO.FileSystem.DriveInfo.dll
md5: 827EB640A33F07153E2B4F8D05E62FE4 | sha1: F3211DF43E33A4AAAA8C24958D736E050B0D0DBC | sha256: A299F88FB2BAB98313871079ED097A42AF80B9B93EFDA844234BD0CF54C23F86 | sha512: 3FE50830B320703569ABBFCE402BAFCF5B9A146B82741C44E8DB07F61A1A60381A061D1F4A99CF18C2E3C9348BEB0A4CEA673F847E1520B0DD32213DE5635E5B
bin\System.Globalization.Calendars.dll
md5: F9F333B5D4617052DA7F48F40128C09F | sha1: 6A11832CB62FA8D1FDB9F17B3E7A1C51F4A91D09 | sha256: 03641F800C9686FA312E4DAB0B7284A491F3C23408DE5F3769CA876CC7DF6E8D | sha512: 7593708C5F258CD02E0BCC241B69B4ECC3607C30E57DC401A45CD3339ED885F46C355BFB1C42FFD1C1570E642B670E962C85CDCE0A19E51F223733C60076F1B1
bin\System.Globalization.dll
md5: 388DAB5888947C03788E6671C34D71A0 | sha1: 03C6B3343C7CED35031CFCF22BB1BC2509EB6256 | sha256: 82FD9C4FBA7704BEDC302D18ACE6648FA05A67361FAFF1D2F33799B83231FBFA | sha512: 2221B32D8FE217BD2A6122AF6065D89149470728310AE0EEC473FA1BCAF03D6DA2062D4D5530AD884CADC00534720531AD99D588CE382BDCA299508D7F5A7DAF
bin\System.Globalization.Extensions.dll
md5: FBA43B532E019ECD5B2AD74234F43B50 | sha1: 44507665BDDEC6BA5DA55248466BE7C3B35754D3 | sha256: A34F03C1C7F1A12C4C952446725C1E8213C75D2088762A35D068E84B9332FC9D | sha512: 6209CDFC2335D6E8F383D8B818AB882C0412608B5173A0D5090122AAD97683F33A0701901974C48BD58F5125D7E00DBE21D18A04EF536E714159FD13233FC0B5
bin\System.IO.MemoryMappedFiles.dll
md5: 65912D738702FEE00018F68E644DFD99 | sha1: F817807212DDD1A9616A046710C91989C6F9B218 | sha256: C737AD1C593AC848881FB138E5B089DC0F80AAA8CA1453C54EC05767B0395604 | sha512: 0FF65017542F70F616DF11D7B6DF083ECC1835544C69D243DA2149E29784D0472549865CEAA5BBE114E6BCDB60625599DB626AE79910C175DA6F8A011AE0FCD7
bin\System.IO.Pipes.AccessControl.dll
md5: 13A4523F0C25D920CD8F5AFCE2382195 | sha1: 907855359E7404A3394EDF28E138C352F2C5EFBC | sha256: 8EF1724AEDBBEAB26BE7326B16EDAF4822BD1612CD28DAEB43E3FE0903BAD613 | sha512: F15D33E574F4104E52207ED2CBAA169D8B689E5E4FD99DA60C1BF5B3CFB138B9A373BD1FA65E4642D1A2A71FF06A9819D4716895824ABF281F14C5FD75179C37
bin\System.IO.Pipes.dll
md5: 589D104360EED2D573BE018109DCDA4F | sha1: F1BC3D98BC992AF9F5238B76A4062E7BC7C4F5B8 | sha256: 36DF36A910123F88E865A4147BB24F06B510D60CE9EB530A84ACC1574186039E | sha512: E5C93B1D8F0C30B531BC0ABB4D11C4383EDE55F75B1EBD7F27C7CB6328816C8F0996549AFC6BB116F682F34E8D600F3D415246B7C6CC85D9B1A5F2C442F82CF3
bin\System.IO.UnmanagedMemoryStream.dll
md5: BB132AA8F10C649FE5A5E1883DB0E7A7 | sha1: 006A84E4B5BF232224AAF46ADF619FF30FC41FA2 | sha256: 609B307E975161D18E71646EBE4D0F28341322FF796D01794981CD3BFD194C36 | sha512: 360CBC384BD1E6BF813942BA1520E2EAF37BEA4ABBD4FBAA3A86B925C09C9041CF0CE5567F91994695E99D4A5EF70F29E32B3DB1DEB10EEA4CEE61B89836DF12
bin\System.IO.FileSystem.Primitives.dll
md5: C8A912F4984D98149B620E754E82381C | sha1: 6CEED93EAC6BB6509FCC8ED2BD769859120928B7 | sha256: 6D37BB5FEFC7C70ECE4823A4D78B6ABAC97A662C0582910462ECE93463F7A571 | sha512: 668FC8611995349E8A035687BEBA0C3AD5656A078BFCCCAF0D6366BC5AC9C1705617AF403460AF404D72330F6017231DA6D1BBEC3428BE6CF711AE3D234E0F5C
bin\System.IO.FileSystem.Watcher.dll
md5: 4D0D2B661CB86DFFDA2F9E380489BCCC | sha1: E74B1E07CA4DBEB708B44580BA5A7DBB96422AE3 | sha256: 96665C579840B22201C6A0A1FB90D6C3FFAA2A8E56CE7727529A7AAA6C313DE3 | sha512: 11E3F93F499285C9B1D5491C1600194E0373BA5B86C36532564549435AAC8E11DF17E30EC50F7CBBC1811D2FFD2C7A07701BD6E1FBA3BE159BFFD61A5C809F1D
bin\System.IO.IsolatedStorage.dll
md5: E9B5E2C753D42D9DE986347AB3F36475 | sha1: DA02D8D8E91BF7AAFC2B626787EE82D4E0EFFD3D | sha256: BD845F50ABDE5752BCBE46DBA69103185A47B91BDAEB161541B60A26AE5C5C94 | sha512: 6C61D3915672072B8FC3FB195C29EF195A0B088FA81A124DC9336BF6F835ACF5F4B50A45D60BB7D684FCEAABE139C8EC301EF59C16D778FF387704FC6478A537
bin\System.Net.WebSockets.dll
md5: 3CC2774CA43C28A351AE38645F645676 | sha1: 7A0B172B19BFF2DDE95EFEF6DEBFC09C6C891285 | sha256: C003C81FFA8B403FED3CD6A3600A8889C653C61C394FB8CBEA07444332C397F1 | sha512: D4BF9EFB8CD7DEA85A8217DE1C23767B025B1F1B5A48C4999443D6DCF9ADB454760107E3A746CC893B8B2A99E056DB3FFD0B30BA40C7970C8738BC84BD7CA153
bin\System.Numerics.dll
md5: 3F5DDEE79FA1623C2B2935F014DCB9E3 | sha1: FF1E8C99655FBBAD77CFBB0295A7CD5FD6B74E17 | sha256: 9BA668ACE9994CBFC576EEE2A6DD9404BCB9E55C2E3A789D5544BDA28519CC92 | sha512: A5B5CB8843CC70FC599F9D04FDD086690441DD323039F058DE98199D14672509AC2EDF217DF5E1792F65B1B14ECA9EC4F8765AD0EA782F20E2526E8773A695A8
bin\System.Numerics.Vectors.dll
md5: 963B7D11C5BFA169590F5EA76C9F8F65 | sha1: FE271D8CB95D1A6FBAB79A1350155599E8C56385 | sha256: EECF09A986D14B30FE68BBEC539266AF0B92061DFF8A43DD1805A26B9E805337 | sha512: E1FF3D90CE91D8CFA2E45B30D3E4B88D8561492E5933EE2CFA953A5B4B2B2AF01A605AE7BFF1803F36337322AB99DD900B54C8B4A1A0CA2D02051860C0B9825B
bin\System.ObjectModel.dll
md5: C2C77C03FCE2D5F8430F7888547B1B05 | sha1: 270B73EE7C4DA22D51F212F62CB192730F091780 | sha256: 7D51C39CF6E117D247E94668D75D9AA7600627E75E794563AB39910624ECCE35 | sha512: C03C0D94E0A7C8B4D02385E6450FABEF92688E6D9C17CB841D840CE922AEF346463FB3E78A708BE675C30F5CCD57FDCCA2107D9765D6A0E452C70291458474F0
bin\System.Memory.dll
md5: BC2E8B3DE718EFD4EEB6DE21D45FC6D7 | sha1: 2D03098C26EAB032F8D323E44D5DFB9F21DE0E1D | sha256: 34AC3BB434EE7E07E2E0904124CF1621FAF15EF3565AE6A70F9426A31DF007A6 | sha512: 41E67C6E21D7B259CD149B1536219A44BD99B29B4376691FE6735AD040965B57E7F092AB63B20CEAAFCE1546385ACDE4E1CE87B74D954E5124CE8CD79812DA44
bin\System.Net.dll
md5: BA5D5C94BA901205095379F1964C2C69 | sha1: 50552C6340471FF1D15A30BAAAF05B388188C64F | sha256: 59839B02B0CD9B6744A925307DD02565E09AAD61F9841B3D3C139F3BFCDF410A | sha512: 29DABD66CA276523D98EDC1D027EEFEA075E398FBA45A35280165ADB1652970D5DC0783AADB92F63F7518D5AFE6BBE2A537C93F36BEB42AF3B34376D057CDA5B
bin\System.Net.Http.dll
md5: 3E2B3C17CEA5BFF55EF5A72E2493604F | sha1: B98B560B22B92AAC6DA14A46954DF22830BB01A7 | sha256: EC365C4B282A54AC4D698221FDBDEF016B8D9498114E6F2CCBA7232ADF3687A0 | sha512: FE1D1991FC11C41BAF759848720C2EE872A7329FBE5681886ED8523F217B6860F2BE547E050DDE47FAC9896733E643117BF88E31F42F1D97C0524A805CE9D875
bin\System.Net.Http.WinHttpHandler.dll
md5: BC973F37BCD481BD00EF51DCC91ADC91 | sha1: C209A9D8D2DBD92F1B3DC37CA3F28C021C2F7991 | sha256: FCDA33CA421789432BD60491962425D799CED994E8B3FA0C60B3660BBAF1C8E9 | sha512: E2D7B09E91FB2B23E796592DB6EEF01F468A938883C8EF84AFE7C5175F799FE237782A3C1625B7693CB0CD856309A5084919FB50659BE9F3DD780C18605D2D7D
bin\System.Net.HttpListener.dll
md5: 70641AA34736AEBD4CA6B1F19B5BD438 | sha1: 0EDDF4CB0CE5B3285B8995BAE11253816EAA44D2 | sha256: 9FD3949D9B0C35DE7F33CD99122C458D596A97F16A2E03C90F6503B084F59407 | sha512: C250ED8F083B9C22F557FEFD1F6CB0AB11C4AF4D5B7B01B517B4C70FCE09654F0D6D052333DB130EB8FF9E123F73252AFE65D34273A3A0DD08571EBDDB12E84D
bin\System.Net.Mail.dll
md5: 235EF561BE62E3E2E5D78C5383BB9E9E | sha1: 7E3B39C9AC6E94A7084FC59D235FC7C69C9B30A7 | sha256: 0252B6C68E28B39673088F4FCDD28506387CAA4049C811CB9DE35243930AFB72 | sha512: 852173E1564172EAA64B83BEF0DC574D6E43DF5600CDAD5062DCB4FE6B4F4F7ED13C228889631B2088E6171B88D4795199487E89486DE0EB663D4190982A9C05
bin\System.Net.NameResolution.dll
md5: E16151325D530D633386EDB1DDCA2CEE | sha1: CF312E3D74D7352F6E3C22EA10B05DDA92E97EBE | sha256: E0479B8F3E7B04E67796B9536D82DC941F484F61D2C9E4CD2560AE7ED5E0715C | sha512: 45FB47368156B99F10EB513663528BF317BF1BE73E5DB9BC152AC7442CFD042EBD7C8EFE2D7D5AF17250820CB6BC19F8B474C1B81D8284883DA228D64916831C
bin\System.Net.NetworkInformation.dll
md5: DE27F3FBB1C9F64D180C18CD3D08B89A | sha1: 829EB0A6B7358751FE0D72935A72D76AFFE219CD | sha256: F98696A1CCA161EB9DD0EEF4EE7735C0EE51F0BBA98F858F5341E80E42D0670D | sha512: 5994AACCEB518CA0114C1154EAB01B392C3AD4D01D9A5D5FD2306001C75C6B644399CD136DA18F7EBAE455B9B37675D7413A2C422307DA8C0B83F16E8590175C
bin\System.Net.Ping.dll
md5: 296EE0066A71BFDE89767FE076FDCC9E | sha1: ED02F2CC2D187E34B34E7DD835788D9DD362D1DD | sha256: 79A6888FE3B3AF21C6319FDCB91E3E85EFE979FAC4271088D7CB26190386E26F | sha512: 1AA05B11EE518D7D059E7784E01CFB0E8176D83BDACCE7E1B047D69476407F46A690D1DAC5DF862737BF78A46794295AA6B0A34BE27628F75C68704550C8F75C
bin\System.Net.Primitives.dll
md5: D59E5CE1C5513F2F2A9DA16133E6911F | sha1: A0017FF385450AC54B1242142282363B0933CA8E | sha256: DE05ADDED5DB1AB90FD1E39905769E7075810E47A5885AC1248FB97D8DDE81EC | sha512: 931653449ADE4899D4C6C1E0DE4370E988D71367EC6C37DB8B7F3108265C91DBAA063FD1F1FC215A3466656B00BAFA183D60F7EDE3122EB093025F8E204DE015
bin\System.Net.Requests.dll
md5: EE8933B544E29F6F41222F5995E1B949 | sha1: 60AA64B2CBACF0C99517A0AD346A6972B3EFCF4B | sha256: 9ED04DDDA4D929D318285DCB76CC794FF0A001B8FC987B3A46994B2039A3223D | sha512: 35CB22C931FBDE0B8F64AB165EB611417F4FE28E235DC7999E01290402A4BF49C4F7A0F6B0EB325C2DBB7EDC0C6D0D4DC1F892F51BC749A0D724B5557AC9408A
bin\System.Net.Security.dll
md5: B8EA161ACED1E8776D574FD8F52A60D5 | sha1: 8AF4259A991C2C84F87F868DE45F0F27ED5D157E | sha256: DF031B01CC7C85926EF435B423AA86D7430FA0EAEC0368BD7264DB68BA769225 | sha512: EF2E1C537FA325C77B97446DAE314FFE94E5FFB206B6244482CA87DD93F1AA1463B943AEB90D310FE74C0258C80B51061C78D0DCAC0E962FC0E0811E358A9FCB
bin\System.Net.ServicePoint.dll
md5: C96CB81E9DF6630DC03873E895EC3AAF | sha1: 03B4FA372B35895E986ADD2DA18A6F195B2D309A | sha256: E84BF338F9E211B060E6E37A52DBFFB882261AD9266E41E51664176733BF0131 | sha512: 152DDE67F93BA0D2231644F0BE32395B55A8340463C0B1C7356BCE98466B9BDBC5BA773C2D53A325EC68283D30614E9AA8F79EE0E01507BC98D467E2345A7DB8
bin\System.Net.Sockets.dll
md5: 19C593D6BCCE94DCB8E81C32C97DC6A8 | sha1: 95A112D63410D9E76559F13DBDE5A4AD1A29BEEF | sha256: 47CDBF482405E4B6375968BACCD00765D2694313F86D94D7492175D579ED71B6 | sha512: E2E701BCB55BB0189B3A07DB385748D254D0490A4D08D99C5DEA028D6DF55CD5D715D7F5FF31D7A237EAE4895239B45DFEC0F07296432615D42623BF3FC03F11
bin\System.Net.WebClient.dll
md5: 5B1BA57C23B938DE70A7A9F2D7338BA5 | sha1: 0E40F53F84B250C64532BCF1FCA52BA6E0BEFB04 | sha256: 06EFD851787EB46C9B5FECEF65DD8CD271CDA4AA205E198B12863593C47BBB50 | sha512: 1BF73A03D02A2592B1D67FF553F3F8E8B64EACA22FF8D9960D5D7F262DF0461CB42CB6FB1C0DD92FE293A350FF7F6D7B89A9C68DF334B8BEA73FC5ED74BFABD4
bin\System.Net.WebHeaderCollection.dll
md5: 0497B8084C9232E1017DB906C139C7D0 | sha1: D5337C96B4C899C08B5426BE98FDD0849DA57174 | sha256: 863F1E7F996F6893C20731A337D2B14CF5E6F42FA948C1D7CF357787A016062C | sha512: 0EDF0C6C1F8A77164A5CDEAD33FF99C7473C74DF6C7957077533C4C3C02F9295D032E2016D2C460BC3146E0F3835D7FC4262A2DAA3B8579282A9319E655608C4
bin\System.Net.WebProxy.dll
md5: B1940B1B16862464193DC4D6F3684565 | sha1: BE29CCBF0AF49AC8EEB0896F43D67D26BD679851 | sha256: 9C0853D3E011FB10659E7A5BCEB236C21D7C08DDBBC2453E1762AEE148801A01 | sha512: E6836EF67E93E35F108A960F36D08F406155410A435CC94CC2729AE4551414E5962116E33D783F36E0CE66387E81F67CCCCB61F2E3F7F19387E367644B242B0E
bin\System.Net.WebSockets.Client.dll
md5: CD9B37B1DA929CF9EEBA9864F3E7A8ED | sha1: 9D39EABDC819F209D9262EA40C98D31FCB327DB1 | sha256: 269AC4CCDBF87BF6D47F3695D0D4E80C9DD7B18F36220C33201CCA3E5CBAC0C0 | sha512: A79CE47BDC1500B8A6757728AFA61AE3433FDF758CA390DDD717F72C1D3DC99C072E2F8C963B93C29AFBDE14F2756524C3A91B3022ADDC3C35B3E428069178C8
bin\System.Private.Xml.dll
md5: BB60ACD827AFE7CF894396CA65A888FD | sha1: CAC7CCD7FD55A2AF469175EE04A677C5AAE2204E | sha256: 8AB867344C47EC9BD4A2BE2617288239EE8FB9DCA6B7EAD777FBC14B6E2CD56C | sha512: 206738F88C2F4218077000B8E44867AFF5BAC73DC64791DF908754BD871177EA56410B0884F07EAE1FDB27A084278B05C01E670C35BD07F0643A4E8055BC7FAB
bin\System.Private.Xml.Linq.dll
md5: AA95FFDFCC37CB3924A427149C4DCB59 | sha1: FB138A59B5EE46BB656F676FCC6E4B6782C4F1B6 | sha256: E45DFBD1AF69FAD7C4549B58D7DDCAA2B3A4CA0962569B0643840EE9686E445A | sha512: 00F78EF38D5E6C4A655AA929E96AFAA542AB4EC64AF1EC20338DF918A1F26CAE48C04B1064FBFF6E8E89C6DC9A6AE052DCD04E595B92208B8A77738C3ADB6011
bin\System.Reflection.DispatchProxy.dll
md5: 1A97FD4AC3BD2386A42016F98F3588CD | sha1: 431703FDFBBAA2958B3B1BC30109C59991C3F9DC | sha256: 2917ACE0B823DE0435CF72E4242C697294A6C4847DD64BE9EB8B18F04E5DEA2C | sha512: 8B9E7C29A3F0F0AD9D4F65C39F495C9D7BE567315C7AD70852AE30C62B64710827183D1C35565955C4ECC29CFB4226BC27E0C60DCE7B5F41E83483BAD2FF41FE
bin\System.Reflection.dll
md5: E59A52AA46B6C3BE969C4B1412542643 | sha1: 1E3E84B95D6F5462549DEAA6023417BD6826878C | sha256: 1D90F4B135AE8AD9ACF5142886528B5EF89873B7F4DDAF528F8FAFBF6E21A604 | sha512: 73B28398010929D23A9FD17CAC0575D8A9ED374EF0450D21B1F74FDC58A79107D0BD12F00357009BC7A46F54609732B8A4BE3D08CE6F3F679C321900C8F25429
bin\System.Reflection.Emit.dll
md5: E5FDE113E861B46CDFF720F97331C7D5 | sha1: 4BB0D81192D93026741E2CA2DE2B3DB8F0D5646F | sha256: 6553B7D2F7E7F18A899070561BFB142ACBA8DE14826020593EDEF95A12E639AB | sha512: 43D65E86F8EB19D58CAB85499B0E9B8CBF1D1943013F82D931C1A5FAA803A7B7E9CA0789CD58D867C1491409CE8D98160064EBDB0FAE35E2FA23C76266CFB059
bin\System.Reflection.Emit.ILGeneration.dll
md5: BCC3E759ACEBA5B182BF4C1B99A4DF2B | sha1: 1BD189B4DCB3EAE0CE3D618621124B9964A7ED5F | sha256: E46CC3FA2AD03ABEB65C4F09A6FB68EC2D9F35259C2071A902713C9E24228B48 | sha512: 66900E187AFE1BCC3C2D51AFE12EC0CAB52BA41A6B03511B6E37DE78EF6413351407AEC3EAEF156D214C6820B649E96399C0217BEAB8A39085A9158C840540CA
bin\System.Reflection.Emit.Lightweight.dll
md5: 13673E17BEF8B8CCB3E5832809349D62 | sha1: D36CC923CF60EDE8AACFC20244616B37F0F5699D | sha256: ACC558FBBE2583BE2E1AA54DF0405F8A1317EF1EDED5D712DD3DF0193115A33A | sha512: EA1D2762847CDF8C5613F5596C09830A5586EED9F14C975DFF74C432BE942CF6D7C4EEB6943DB89B6D5347B8D6D9F3F413D5A9EDDA259C4D3ACB5A844DE7C379
bin\System.Reflection.Extensions.dll
md5: D32039A81DF16D5B1121D6D189296673 | sha1: 7508FEE38FEE8420200A5546CC8F287E41EB6BB9 | sha256: 7F033BDB50B90AD9C7A929BCEBB1E23ACBBE06AB58E70CB20C94FB05B72EE773 | sha512: 711EDEFDDF65F1D4C0E125C75F1F9278090794395BDB1A1B77D22CDE7CC84E95B5B5708C4B335BD2ED80FC5B9AE810A0D7D84A10869D80100836C6A0A381E2CF
bin\System.Private.CoreLib.dll
md5: 0C918B6AC3BC88C04D7FBA13D7D89992 | sha1: 35E280CC10FF9281783B32219B8C9789E11E5EA8 | sha256: 30F2769A73CCBC676EB29DBB6C21C95D5A16F1ACBF90A9B27CB655C83273073A | sha512: 6484D32A1E0C767C8AFDADE61F4B1223E123ECC661218EC3C3DC8A5D5C4BA09DFA45FC1011DEDAD3F6B876ED46EEAB00944CB932422B08F9E5FAEC49E2DB0158
bin\System.Private.DataContractSerialization.dll
md5: 90DAB4E883F7ABB543614D6E6055430E | sha1: 541617E49416F39B2DC5463DE82E09D4532940C8 | sha256: 65C16A5063B92AE98FB9EBCEC7B493F695CC89CBF8B435CA4B7CFA4D49A2544D | sha512: 9089E2A34E6822E13A44D30D8C93EE2D21FFB901301C95DDFAB42DC9063825E654DCC5E3CABA7B8E26A7A0535C5C0C18FDC3C046A5CF59D65FEE5C0B81A0CDE4
bin\System.Private.Uri.dll
md5: F6F5AC4DFC8D36B2D25A1C154186DFE2 | sha1: 2B2EE337ADB6FFC4F8543CFE012D28731851ED03 | sha256: 8894C594BB1F510E74E4EC2C15EF87DC35DC7A86072E091CD370EE178F0036D4 | sha512: 185CA4EFD1FBB19798DC5F895AFD3CF1F3D3CC8C06FD8671049B0803CBCCD1563A3BA8E9CF59B82422E934868476A6FEB6C8695AC9131B7083B74BAEE635ADDF
bin\System.Runtime.Numerics.dll
md5: 14C0455FE86EF9E73A5729931F8786B8 | sha1: CBF3F3B2575D8661E2EE2895DDE7CC2E87A3817E | sha256: 25B6912FE97436F562524F222D66990E311759F1A67DC813A7AB2D17A74DC0DA | sha512: 0603C39CAF155E3EAFA214048A77E0A20A97EB16D81BBB82F87E60C92A342C5ABCD097486627FDFDFFD3460DD4FB6BC881AD0FD202692B7AEE860F0EA8C71FFB
bin\System.Runtime.Serialization.dll
md5: F4BFD7A730933BD757D7766BF6C76CDF | sha1: 20DECCAC3F22836F3063DEB8243C397641F403D3 | sha256: EB0F48C70F8E486FF60C1667529AD26A1BE0BEBA1A45BD05715255DD86F0F66E | sha512: 348E39DB40756353CA9BE74D2AAD94FA75A68793DC573D41672FE0ACD6E12C498A92B890508DD43366A74D92ECA060FC02B6E916A421526654B391A3C322794C
bin\System.Runtime.Serialization.Formatters.dll
md5: 89135788C1E17DE6435088A83E15DDA7 | sha1: 80CC46FBFEEC32F769F28CE700F5DA20B4324D7C | sha256: 87B4E634EBC0DAD7E7BE88639C820AC0C05020BCA3DE90E6FEE38EBBE2A37BDB | sha512: F366D6793975F550271B645EB1499AEF1DD264335DC017E9FC5D9B58A1F9B4558975CCFA94041251AD2075341A3758831A4A925945F2A1C67D837CA2B55A9E61
bin\System.Runtime.Serialization.Json.dll
md5: 9D3D9733CFFECD64428E8E95ED56FDC6 | sha1: 35FB94EC5F249CF83F8FD5BA4E9BB685C83018C0 | sha256: 91B1BED472A72FF6103D9F32FE818BBDC41997A70C5E307C2A200DA8072FEC29 | sha512: 2AFD788B40C1AA3053E4089B14F872505102A0B19D0594E05F0C1AEA16CDC66169F35EF0A3819F2F8BE3DA5FB0BF68D11D406354A6336F4D8564678D4F764866
bin\System.Runtime.Serialization.Primitives.dll
md5: D6B2FE1BE226BAF6632F4B9B4F998711 | sha1: 12D2C747068FD18D27BD4A29A2C13231F62226DF | sha256: 7FE572F91E84F15E9848E2F05891F3E6ABBDD97372CBA56CDD14A8CEC3A1F3DA | sha512: 3ADB05571D5F8461C4A5C31B848E78F66C8448585DE843FE3240299CC8CBD989E586EFC5D699FD2217BCFB0414C8F7C754D9E8E0917D07944CBAB19F0F06FEEC
bin\System.Runtime.Serialization.Xml.dll
md5: 0777BA27B03523D9360E7F52885BBB41 | sha1: 57C3D07DA86AFF5A45CE352FB3A4933628A79742 | sha256: 3EC09CC57055963D9578BFEEF9BFD2C29869B2A00624ED2709C87D5EA220C605 | sha512: F8F2B9C6D89F28C340E3FC4602909ECE2F1BCEBADD581CD66BA8798C987E2F47C233E5E5CAC8929258E9DE9E80DB34FA01CE91368EFB2BAA497C267D13560B59
bin\System.Security.AccessControl.dll
md5: E8ECAD22DBB8A19F68B2EB2EDBD13AEE | sha1: 0A6F0683D9D44E9DB6CF26E2BF8A7A2E87F561B7 | sha256: 0B46D61043905AA69018EF8AD419BA219D9633EC624BA88864FCB25990CD02EC | sha512: 8AE9C0AF88849A3BBBE9C61F97E0EB0BF655B3F37A58626483B6008C4DC9EE10AABC13B9880927EA250810D929178FFF596099D7F2CE64AE8CAB5511062848D9
bin\System.Security.Claims.dll
md5: 686479D9C80435DCB139A024E3AA38E6 | sha1: 2A5CD0942DA9DE3EBD4DC8016E161628C7A8FEC5 | sha256: 3056C1AAE0628E55C72ADEF2D9E24A803355C15817010FFD565E23D7AA8D8C60 | sha512: AA786C881E0F3CB2778B9843894F76E10008673035B57B883AD5071DECFDAFFC00B17B00B5058DC9DCDCFD80E8CC629DD01D697C1B61131E86BD5B117EFFF367
bin\System.Reflection.Metadata.dll
bin\System.Reflection.Primitives.dll
md5: 03D6FB4176E1C919F2BBCF0B19342F52 | sha1: 6430447D8EFC7731C750793A236A7F648C0DFEED | sha256: B460B1BF69DBB690DD17A42BEB5D09A964B94C07B1A9E86685DCE4910E73CA76 | sha512: 5D97D70C3B461613D4A240AABBF4DA2A47C89CFB3F97B90A2E7378B03F0388E5C792BED1504320D5EAA62A61A026A722BA5C4CF3DE33AEA95A5D32BDD06A7043
bin\System.Reflection.TypeExtensions.dll
md5: 14B59C878371AECCB1C5874222072C97 | sha1: 34F25E108BB0C6A51CE0A288796E8FFFCD5352E0 | sha256: 59241280D9975F6A032631DE0FF92B9FFE0A5DDC77F3AAB223062B146DDB2331 | sha512: DC767B7E3A425060C4EC0A4CFD3201D54554E199DC4A77C3A79D9AEC80BC7DC6B49C273DBBB1D67073B1662094875A0210976B8C627ED9426D68FB48E9D815A2
bin\System.Resources.Reader.dll
md5: E6068D490F914760E41997D0703672B6 | sha1: 6BBA7E9E6ECABAEC7862DE01D491D53B2EF4020D | sha256: A71855DCC4C0CAC89AB6FF00B4F20A78D9237BFC3E014E1F9BB29D91DCB9189C | sha512: AECD17B7E5FEE69C320A1DD9D62D261C14C1A49B69346D1FB5322EFE7C4173107222A1ABAC6739299A34846D79D39A089D452977AA91234D4809F7312FB35407
bin\System.Resources.ResourceManager.dll
md5: 7CC30D9E14F986A4D3DABAC37B1DD413 | sha1: 0D1CF95DE84A320F449154952E326793D6C538DD | sha256: B9117FE6574ED666A7ACB820E59AA300B31C5A64AE7C4680520FA9D412500AF7 | sha512: E1B945EFEB4B905D53973451DF7D083E842EB71FEFCA5FA07E3EFFF69F14F5AD7830128A24A921A9D749968B1B4DDE8C0A6CAE01E337B753CD5F18FE7D86C5E9
bin\System.Resources.Writer.dll
md5: DC633C3E61BE21F1B12AFAE46A3CDC79 | sha1: A8893A82B1AB4662C8A066F22388B59B8EBE02B9 | sha256: 332A8936A97593C4C01FB4CD7175D3D4499C58018E9E86C0AC6C0D6B492FF8AF | sha512: 1F67B5D44DD6D865BA7EF7945E4D8084BF9447D9C2AE305AE503E36F09AA79966A483443048D8372AA38667F954388CA1F1E1F007E2E1B685CCEB4349121C348
bin\System.Runtime.CompilerServices.VisualC.dll
md5: 7D816BFB5810FBA5087A58A82E5858E1 | sha1: D5678EFC0A4F729796B91CA3E86463C63BAB31D5 | sha256: A1A3D570EE08B548D6118D5D5FEF464668CDF2ADE5CA28B7ECDBDFD69D94B6B6 | sha512: 29F03ABAE56C9EB78ED978A4C8F299D1F3A70310BE41F31CE1E2759392204B0933623605B9A5DFA2F54F6B69F505E619C80ACA62B99169BDF3EA9B243D8DA852
bin\System.Runtime.dll
md5: B6CB5B2C874F7C2E65CB54C482BD65B3 | sha1: 72FD73CD98DBC768F5EE1534C37B7904D435F0A1 | sha256: 7F2CE03736E5E3A40B2EB052E5FD39B2DE1D05E2974CE0DEBAC89FE791182B66 | sha512: E760F361AAC78D155F6AC9F6310664B5FB21F48D2CBF0609291292D725949CC1D70E304DF2FC9B6C259A786E1D771B08C37A56D22B2EEF7C1512C67FF960333D
bin\System.Runtime.Extensions.dll
md5: 623A52A8DF4F5697B34A7F776F209F33 | sha1: B5C3BD91DD8A3F1A00F9A04BBBB1E525CFD23953 | sha256: D53924F77C85947B72344723C59DB4BBD0E81E90C0E603448BE4624E0C585DCD | sha512: B7889F14D471F79E6611701626D34ED1873347AF71CD54276087995B984D8D1BF5BB8710BD9E44BAE5820AA09CB7E5DFFBB84AABB7E7B5F7B79C63DA401F7462
bin\System.Runtime.Handles.dll
md5: 15986276F6728F66003E428AB5720570 | sha1: 4147B9456CE2B1B3441BE6102E92497C47D1B559 | sha256: F7266B3DBAB6D1E9835C7484A0450DFFA484825D6E4C455AE32718FB255F58CC | sha512: F72CC46F151912BC59221478A6E1286BF3DD7F0F0AEA36F40F41673C72E68CB6A4D346CF6420B8F148E422D14635E045DCF95E292EB5C1F30CB1A3F6F8DEAAB7
bin\System.Runtime.InteropServices.dll
md5: FCA9EDEFF805509FFD836C8F605143DB | sha1: BAA71DF894DC42819ACC7B5DC9B307195A01EF16 | sha256: 88A46894065D56467610321CEC951418591454E00B9FC167BB4CDF5708E3B6BD | sha512: 27DFAF99B9BDFE18E71C79B3CDC7F33C8FD20DD54DF90791955A6BF840C731175555BC757DC0359E5F5C54D4B7F6ADCF6EFFDDAB0F622941C53F71BE1FC5E761
bin\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 2D1340FB5712400EE10C88C1EE7932DE | sha1: BAB314818BD3EBD8CABB3C9BE050E5701F5AB9DF | sha256: 081A06503A26D0FE939DBA4219C377403A502DD8B5D06834D02BC9D0DA2927D4 | sha512: CBAD4F3496AC6E6C51C0074EC07A24F7FCF905C214BA7C21B9A63D88AEE1005F85399006A86F2C396774A6FE2F4B72AAE4C9DA2831BCDD6333852193F9691FFC
bin\System.Runtime.InteropServices.WindowsRuntime.dll
md5: 5988CBFACE0CBE42736EE63D2C2C9D51 | sha1: 5AA34597E6A160337253A0516C99454D3D685464 | sha256: 03BBC198784D588CA9244B4B22A090B59C55814B990ACE0B5CB3858E7815BD18 | sha512: 6647733030AF3504AB68F5C985F3EF0CB619719E2A2129EBAA9C28311CA26B9AECC018CA454D1056FB554A15C5BE54CD08094FCFB7EB9832D2AEC2125F802381
bin\System.Runtime.Loader.dll
md5: 636AEB1E3713E9222D27E0C925025D1A | sha1: CFF0DDF6751D24C0ACE085EAF72C469538AC0202 | sha256: 40F11830F6C9EAD6E9B2C9F209D43E89BF88AC5BCF631B05F625C4A674C978D2 | sha512: C5F149D62C3B6321AF8383F66E4AE235BE2A158ABE01527AD13292DDD16DC03362295CB8D0A0478463BC21F3B33DC0EBCEAC38EC7C789291D18D65F137ABDCE0
bin\System.Security.Cryptography.Encoding.dll
md5: 57345C886359F6749816A3A0D35B0302 | sha1: 5F0BFA5F42E22DA6648474BAA70060563ED05AFF | sha256: 70D37A3DE7A9D0E8C10C86BD2C99C042C52173D574CB2E7CD990E47EBB39503E | sha512: 63DE27776B97B8BF200D77AE365D5E835FCD79B5C6F0DC4900BB9CA316E0C70F10A55F7A69088803065C793245C76D014C4ED5FA250750C769F89B41BE805231
bin\System.Security.Cryptography.OpenSsl.dll
md5: 076A29CA452AAA264B067E57078E45A0 | sha1: 6D5CE546935690FE8E783B6B62475A8B255AE69C | sha256: 7BBC66B54427E22A36135927CFDB99559F05E64580E17FBDC9C1C4C7990DF398 | sha512: CE2DE281D4FE64F2B448A4EB99BFFCC56050A538B393C1888ED70EEC7C2A12AFE8057B3A94071ACF18F3F396B88830200963D9BC1D60BB659B321B72E9DF5C2B
bin\System.Security.Cryptography.Primitives.dll
md5: F072E2195678E338C2BF40777654642F | sha1: A3FC672DD917AAA4677F29F482F89977B38CF977 | sha256: 2FC459EEB32762D87980CF6649B368D69880F544F2A38181D262CB24CD9E6AA8 | sha512: CC82F87E16D507D1CA2ECDE2B5E747C25FA93F9646ADA3FF4C287A1287AC1138197BDB4BEE0E9FAE29FE528D4DC5675AA316EF693B0ABC359330EF8D4BE49A99
bin\System.Security.Cryptography.ProtectedData.dll
md5: CE564CBDCF0EEA63B73179CA09C5F6E6 | sha1: 2907DF8478C08130ADAE5928FE64C0C632501D51 | sha256: 2AC4678EC99FD1F844BAE79B730A4D3C2F6586869DB1B281B039C4D39FEFEC60 | sha512: C1B832154A4164A7BC758E8E4EC5799D9447F68452DCD5375DDBF8C22F0D3947E57B3F924983D364162E34BA2437C4D0F8E79227F408451B4C7C3374CFBB86A7
bin\System.Security.Cryptography.X509Certificates.dll
md5: B923D252C1D39FCE8BCB86352E562972 | sha1: 66D000ECB3E49940DE8928624FDD7195CDFB4B37 | sha256: F6B2A53404BCC049A04074A5DB6B680F57F2D382100DBC302623623DF3AD01AC | sha512: C8DBDAD89EC8BAC00F49A223E8BDB2EB3D02FBE01FACF5FD5000884E975C9FEB2966D65F9E20B53591426A00967C32A59E4E105BBA335F89710FF6FF6285C01F
bin\System.Security.dll
md5: 8A734D486EBB0CA54C7632BED9579960 | sha1: 011A9E11D7E39AA39452D634B0574F62F4403FCF | sha256: 815E764E60D4366825DE683ABCFC9AF6735A8AFE25CEF351C6EB7FD3A14C7DF3 | sha512: CB61DCFBDF5D39B2D9D2C7D5627D9B06CB19A168C8FF33695AF748209F8AF6B62030C9455CA081ACE68DCA3C7DB69624F2AC693F4527452CCB3048B9C05B8150
bin\System.Security.Principal.dll
md5: 51FFCC6BD1C9F5181D5E33D28A199338 | sha1: EA122CC69AE58694DA3C34DDA6D3DE2D83F75C04 | sha256: F7EB9FB68BA00A3C1D7189E782C92E5C967770EC73D7F06D91530A490F998BC6 | sha512: E2A8FC866C5DA12CB6978A6A4B6067242BE48EA5AECFD10E96AD5E38428D45189A6D30D98A3D182E8D13CF7C42A09E34A860104137C1EEC0A0471950377A26C9
bin\System.Security.Principal.Windows.dll
md5: 68227145637FA3EC2CE3FDA38790AAD5 | sha1: E86A715CB971E05E544C4EEC04821C3D7391F896 | sha256: AC6DAD4E434EF76282BA578C79A308AD0A801D4ACD3136D1BD8CBAD491BB545C | sha512: 45694C6B76159766365D38B0EBAF72133805F37C8C06C2BBF219EE75050CBFC8E2F7795DAE41F32360697977840A0C34CB6B1699AF7435EEDDBDEB263F31FD35
bin\System.Security.Cryptography.Algorithms.dll
md5: 296818D508F32C5BEF04A7CDE8F83B14 | sha1: 4402FD68DA63BF5BA3934AB434B46AAA64BF21F9 | sha256: 228070EBBF3E7308849DA96BE91A61264C2C823A83F333F23523AAC2DAF403A8 | sha512: 6ABF786D68E400F265E0C8B1EE1B93F949B992F20796486FAF20090F07D0EFA8301DA85E2F4A18DBBABCBE5C0DFD4E7ABA8882255F984C9154F290D5D4D97929
bin\System.Security.Cryptography.Cng.dll
md5: BBB7252B76B8FE95476679A051BE4F41 | sha1: CA0FBB9F913FE59055CCA3920D84AB27CD9C6B18 | sha256: 46F8CC7500F983D42F3E877F6026C7E0970302615619D745296A3A1F8CEB798D | sha512: 8CFC9B882895DA3886E500ADE26D71C9EA1E05D818E1F68AFA8606C96E2F34A9C1E52D4736BAB4470F144E2AA23C40965B759AA9C7452376C3CB9989008FB0E0
bin\System.Security.Cryptography.Csp.dll
md5: CE6A279E3C7302D0CE5CBAC19D9C4EBE | sha1: E25E115651B27E27DEBDA33BBA07A364D8233D36 | sha256: 91E3D99A4B21D060A0018E18F4BBA0EB479FCF2B71A6826A259DCF341B97D359 | sha512: DB329F78424238B946206EE36BA2ED0289C645702FE5FFDE6D7FFC69F752F7377C57A9EFBBF7FA9F81135DAA6C43E8772CA5B4681DB9B3C7E3FC7BDEFE988A50
bin\System.Threading.Timer.dll
md5: 7137C26EE83D95DF213370B28053DB01 | sha1: B7D91AF4015280C3F36692D8596EAE9F1FE5B82E | sha256: CE5BA6E1A3768C3BE3D5D0004465A8281A23B7DC26F2BA24FF05EE9F976699CD | sha512: F0EA55AEA22F4EF9F2FA0A30FA91C6AA16A3CB3208992D3C50C8D31F1EB88C5D012F3C4510EA59066ABE83AB668BC5EAEAA420CDD2128BB0332933A1CEAA5847
bin\System.Xml.XDocument.dll
md5: 735B301706499C62334C8A54FD267AB5 | sha1: C8A67F7C7E6E81B91FB47C34DC68687497563365 | sha256: 21339350C3C0A291A98ACCFA0FFBFCF740F90C309C4A87690156EB94C5D4278F | sha512: 26F35CA1F11C782C6AEE0A8DA91D2F937B2F8BA9783BF18243B7845342C55CED43AB07A57A34BD8A44C37EF6CE70FFCE9DFAD5831CD2D481BE06C4EFDD117955
bin\System.Xml.XmlDocument.dll
md5: C338ACAFBD17307413157FCD94D58D4B | sha1: CF986A434F68059F45E428F48A5E017C95056287 | sha256: 9F07631180DD9147EA355E9933B79E3A6EE907DC0E5F207F08803A7A0239E711 | sha512: EE006D3AA4555419D56A601A68B0A6C947DB38344CB4D02B8AF6C75DAA0BB24CB4C83A47F05E779A671918D5D964ABE9FEA9712F628EEA4AB91FA3ADA02D5B2D
bin\System.Xml.XmlSerializer.dll
md5: 7EF3014B60CF32BA714FA5F3F971A64E | sha1: 7BE3E660E15E067FB7D99830AB17F7D41F4FAFE2 | sha256: A139799B31A47176073F17BC283E45F97B657190FD69C441C8A423273F132768 | sha512: EE3F1D206C0C0F6B44042D31E505AAE0F99F48FC483245ADE9F960AC5E01B09DABFBFE8859CDD8C08FBBE730E6616A75C07DF1E44E22504AFED4ECED382CAEE6
bin\System.Xml.XPath.dll
md5: C88C2D38D1D93420FFC83EDB09FA922F | sha1: 1739737D67A556FE9CCDA0932D7B880B6D3F36AF | sha256: 972417919094BAB2E33A7CE2CB4216AD2869136F8A53E40918D8E65A79B36C10 | sha512: 30724E0186FEAC45A9E21901BA4824C0B55C75BBADA41D822F89B2089311A9B3FBDFBB028FA5588EB83A2ABBAB26601261B659CA64FA5E5248B70231B3CCFB42
bin\System.Xml.XPath.XDocument.dll
md5: 25CE11CC595528798040A9CE116A342E | sha1: 7EA9AAC313C654F799EA699FD5FD9B5D6525E392 | sha256: 4E61D8FD2273AD71339F32B378FA7BD5F9F3E63292400CC9A49B56671C1C3DB0 | sha512: 7A0CD08E51771D0C9BFF2C5EF9F770C2E390EEFCC76F029E2F69C7BA83ACDFC0895FD87F3507E927F94EC8D2C223F4ACC079492C1B61FEF4559B2F9291859C9E
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: 9997256E1341F8483BC59C514776D8B9 | sha1: 16DD4ACFEBBA7D110AB81A35CA9A909B8F665F6F | sha256: A9B3A0D26E8D5DB7FF7EB389AEF38DC841B498D9A8EDF2820FFA5FC1957888A3 | sha512: FD372755674310287D1EABE6AAB9C2B1ADE611BBD7255B57AE11E8C3E1F417B3530D3F48D5332B9D569E0FC96F9AF3A60B495A9C4001BF3ADC0EF60BF6A520E2
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.
bin\System.Transactions.dll
md5: 75021525D8D5ACB309EF417FAC90AB74 | sha1: 474C47CCE122B09DCB73DC4AE8AD673C4ECDEAC7 | sha256: E76550AE2B918454781B7CDE191BF92A4B463D2D9B8501770A6A541C432C2E25 | sha512: C36BA697AA86DFDFC445EAF232E4D941EF8A47A629A9BDA4FA93025B78B800BA65DA4F79520E30A23C88DA05A0D7F8A28A92F9D1601DCCEEAE16866ED604360B
bin\System.Transactions.Local.dll
md5: 8BDCD843E30121F8BA25A6371DA037DE | sha1: 02CFB6EA4C20DA63F152D6A5762008338CEE8C77 | sha256: 2C5F7DB18032FCA2666ADB69814A2D03D6EA1DB65DF5D1EB33B49764E951BBF3 | sha512: F093EBEF863069B989DA108C78218CA998E8C3F71989E284C7E9A39C3F150C6E9E2216C4C26C3E36576F23E21A91435B9012CD20D00A8FAEDB4F412284EFBC20
bin\System.ValueTuple.dll
md5: D63D354B4B99DE616B9F28F6C4A43B43 | sha1: 4406E3F929F59683906E24314E68EBA420AEA8B3 | sha256: A2D3E30A225BA985817C5DCCA1FAEAB28082C2B733DD727225B683403FCC257D | sha512: 0A052ABA0AE45967DBA07F650945F35303288E3EF594CD05B817B8DF7A554A8037DEC338A8045718BAFD98E119F28EA06AC95340426C8452BDB325DA45AED0C2
bin\System.Web.dll
md5: 1CD69A7CC2639856D6B7DF0425AA57EC | sha1: 0B49141646118CA7D7B4B87E6684C1BA5E878BA7 | sha256: 0EF072D19D87EA6ED8A509119CC034BF92DCF14E7E5A0DE03EF0EBAD107E112F | sha512: 45EEF38618A2223AEF8A16033F682C0FA33D39DC1FB1A4A93F1FD1204521E3EC9158D9D59ADC9710D2381D6186DD767E60DE47046CB8538D8EC3798F7FFB0DFA
bin\System.Web.HttpUtility.dll
md5: 411D58507414BEC086E7513F25BB93F2 | sha1: C416B33450CF010352AD22DBC542B5662AEA7738 | sha256: A7148EB76BF4A1C001815430ED3F03969C007018AFD1CC6D8B7A3BF3CE03F2DD | sha512: F2CB74BCFCDCB4ABB7EC7D76C1A546EB737CF48E34EE341977F99CAD49FE21BB4A5DC8BAB2DE76400E728A0413F31002455F63BD19D926D00A54E1545F21BC5E
bin\System.Windows.dll
md5: 40F0664BF61864AB8484DDEA7452008B | sha1: 2E0439079DA5151DF29822618197EBBBF2ACA905 | sha256: 32F4D1EA51E655B449E3DBA67CDA509386AD57E3AF3318825D9AC76788A2E13B | sha512: 335AF18FBCA4992DDCC5399F9A25DA3D73BD1B64ED0801EECF40687741B098E60033996F1314ED95687B9B3E550AA5D5025A81AA917C56E050F9358B32210087
bin\System.Xml.dll
md5: E69642832B168A89645E6A752724BBC2 | sha1: B3362BEEA2484195CDE7BD9D4B14A697C0012552 | sha256: 5F3997D3F18F5A89E5CE72616A055C89E4AB698B1471A1894EC41EAE472E51ED | sha512: 120BD0B4830C524EACE9780DC9560153B3AF97101A6FD9FD14A69B0C12B7F18A5C2C1641C775AB082BF305819B9B06039EA61B462E6FEA1F16904B04FC6D4C5D
bin\System.Security.SecureString.dll
md5: AAFDE88DF8A32CF659581FA8CC01427C | sha1: B7AB27C770F05C82D1A7708475024C3B14F10C84 | sha256: F87820961E303B849E24E814400DBE0CC932A442129BC53CB06881E2ED72E774 | sha512: B45EC958A4155187675A7BF3198F3DD0DE53AD9889003119A4F22A2046062F8EADB9EED1145B1CAD44B27E14C95FBDB3371172D59704B7E96A0C85E2B19AEBD6
bin\System.ServiceModel.Web.dll
md5: 1DA2AC8AB714BDDC8AFE07EDD97C3532 | sha1: 5EC66AAC569320C0E2FE4AF324E4B53A43ABB5AB | sha256: 7F2C02073468255C9797D718FE41AE26A9A937D0DB5BE8F3530612ECDC969867 | sha512: 0A295503E1BD036CB5B3AF3BBA7E1C4A1E1508A52A4EDEB654F5EA19B166EDA3BED6AE7B6C9F4E8BFF72C5A6EAE46DD9BA0B8B421677BAF6403860BA5105181E
bin\System.ServiceProcess.dll
md5: 0B0A2A9B1D1F607182E587553936BE04 | sha1: 2853D214B8FD16F94E4D7261515EB02F5E2B317D | sha256: 2E957EA123807664314BE8865C323DA0791DC7AEEC484917AA58DD19D8BE6526 | sha512: 7900C8D25B98438E8027256E95D4C7F67DE70111C2B8C44CB3C066E3FD342F99369B848DF529390A52EDC8BFB26A245207B5EF85327E2C74C44D6B48D8020414
bin\System.Text.Encoding.dll
md5: CD1DF8D1C13D3F5BA494D00CF80F78C9 | sha1: 44E101D4DC928E514153B322DFDD875CDD761976 | sha256: FE345BAE86D2BB0EC26A27E8EDD179CF5348C7C29421E98C568BADCBEDD38F01 | sha512: 9C929EF130E8FA708D21FC6AB4DA348F472633397361600B9C8784B177E6CDE88C6238520338D5459A8C29C496FD787B701116D240F9511A14231B72577775AC
bin\System.Text.Encoding.Extensions.dll
md5: 4FCC6A715166973EFE16C41C4614A216 | sha1: 524B9D3E5EB49EFFD9BB68B66E300AF8E01410B7 | sha256: E8A98048A4100DB40F7F1823BDCD78B5A46BC32D977CF06F1F55C3C71C7956DC | sha512: 9563018A9AF32FFB0A80EE5FC76BC9AE420E3F5FF91257C6B68CE9BF4E1B98C4362FA1915B4672A8D93E55804009D3698E44FF0078DD1683599E5069A7E98374
bin\System.Text.RegularExpressions.dll
md5: B679977F14AE52D156A87E1784F6DFFA | sha1: 9196835A33D727D883DDC05534C7079520C71065 | sha256: 59C0F0DE2023FED7ADC0D2E2E4D0654D51A1A29E80EB8E2C1FFC4DF8C2C04568 | sha512: D8C3CB8E290A83062E7DCF8F18F4D8D53BC28BBD1FF255E2E4F629115E8B6C87D02FD1F8BA6B538D141929FF9D27C43344BD51A9DE0A153106B1C206BF3DB511
bin\System.Threading.dll
md5: 790062ABF95832680F6073242367A8F7 | sha1: DA17D5D3B40D581AC86DCF2BF0CF846A964F5629 | sha256: CCBF79215731EE3B74B01073ED4A3724AAEF6D56D7FC7FD504EE556403250905 | sha512: BFF28EDF8D7782FEC5A154941730212D73E7FBC209A222532B1717AC63807D41BD372B005FA026E7882BD3D18A33007D64F874D97F487A35D60A77EBF684E535
bin\System.Threading.Overlapped.dll
md5: AF05857F2369C08D81C661EDA5EE2F9B | sha1: 68514DBC203D5234B1A0B39B412386FA5C0F3E23 | sha256: C1A50E2198B6D63B963290F7E0D91BD1B7DCD450261AA896E45B75C81C1C5940 | sha512: D2FD8F3EECA9CC2FD0B4F6800B0B014114D5C183E300167278021F7135DBD81EF5909A0C6C37AACD79B26F46A5230E918DA4EB8C682FECB7ACA72107D8BBD0BD
bin\System.Threading.Tasks.Dataflow.dll
md5: 92A2E631D21FA10142EA68C48FEC0915 | sha1: 2763DC468002399145A4F9D0C41B265A4E835893 | sha256: A0369D4A14DBCB0AF3A67BCC33084F21B8A5CC33C3EB2F4CBD04B526915F42DE | sha512: A2775EFACD0690229F3C04B8C03C7EAFF455E5805BBBDF94AC7B695BDDEF88D62BC06BC0BE71CEAF90930C9B5CECB1FA221E3E5617F827A683D7E1EE52E85B19
bin\System.Threading.Tasks.dll
md5: 01ACBC2A0C5639F91D812C9A581E1A50 | sha1: BAADA53695D293B183E565A8048B60E82ECEA459 | sha256: B9256D8469D6435F75D3D2310E6179B635EF4D97FABB16B3D80C82D5A5952272 | sha512: A19250339DA56474027C024122ECD2BB0C4CD6D4B7A27AA5B4CD3991A9EB6A142DE9432F5D714F46889417BD62A6A1A9C6AFAE1B8F508BE0B001A55544BFE11B
bin\System.Threading.Tasks.Extensions.dll
md5: 28B82848046170DB604643255A4C158F | sha1: CF893C0F2019C492E844F270A895970D1ABBFC8F | sha256: 76FE66F7A7330BEC06DE1A25E4C86CC45F66903913E5A65F96ED411403035854 | sha512: 099B55ECE3C27C18EDCBF44ED2894707A6614D349F9C945E6A1B652D02D135BB2BFC92EC805F5AA52E61F6EBEEAE2069CC9EE5D675C659EC8B488CDF7FC1690F
bin\System.Xml.Linq.dll
md5: AB0E030AC04FA0FC01B5359845A2E91D | sha1: E9B3A7284C9EBFC15E027BB5D58BF6D37B7E7BC1 | sha256: 89EB83449ECB2215D947873652946E6F08512608FE8A5F624206AD6F5E592A73 | sha512: 09BCF60B4B99CB1B0F56DC5B73244F2A9549F54855BC036DB0B22989F3602092CDF68755E7CEABB223985B504311A128CA5C2E8223912FB50CEE7725DD1E0688
bin\System.Xml.ReaderWriter.dll
md5: DEE47768E1D56FAFB9CFDA37709FA270 | sha1: 51BF200ADEDD682773C4DE8AD2AB754F900D1F12 | sha256: 4F8E3AF6A4B7B91FF9484DD9D9293A1678C5A02A2FFBD92328EB3DFEE4D6873E | sha512: 74A0D1B34CBCA65D6C1C7CF12F2D1BCBDD8BA9DD95BFE60AB620BCAEE233E32C15A2E259A40EB33C3BE24C2AC4D84FA9FF19F2037E831F87E4B0103FCC75433F
bin\System.Xml.Serialization.dll
md5: 00E37AEFE59DDE0973765AB592BBF422 | sha1: 1DF5C173DD317CF98776F1F60D6375C67BA32152 | sha256: 35D25F8CB38D2A8F9186233ED826DFEFBD7EFB8B1E7AC3B9E8E2BEE47ABD61FB | sha512: B74B6D54C4EDBD17C8180AD0EE3E1F773C95A93399E014F223E9970753E2B8E6073BECB2F2DBC7F0FE9691F2ED66F08A2468E8CE7F1457B570453674E50B0171
bin\System.Threading.Tasks.Parallel.dll
md5: 963C0BECFB7F1886290CFFEE64AA0C69 | sha1: D08BDFEE338A7C59631196078E865D76D7CCA76C | sha256: 99FF15B6629852689FF5993383899FF44B45976C55904F1D2DB96E8C505DA669 | sha512: C89DCAF6692125750262A1A854698D3730E9F334D571F97F572493522120592234918A0E9030E2C07BDA72CC336DBCB27D21B00CE188FACDA5D72D6213C19838
bin\System.Threading.Thread.dll
md5: 906A9306250EF159A2C1F314AC316516 | sha1: 59A84439D62CEEAB25CB81D26898C8F9CFA02FC7 | sha256: 3B65AF5F29E9409797079D6BB05305F589A501FCAE72B7B24E47B8E3D3D39B60 | sha512: 3A45179BC1F26D02D475642F0A51A132CF00FB6C502E4D546168C82A5E999E4F2D5ADCBB04C27F3582459ACECB2A590B68D11476A3CB2A97BE3A64C792658C2B
bin\System.Threading.ThreadPool.dll
md5: 485A832AA79E3E7BD5037128BA767E58 | sha1: B9EEAF9CBD936CDFEAD2493356762F45F896673C | sha256: C8F17214881AC9088FAC19D2F12C9FA0C3BB536117C4E685D160BA57EDC6E61A | sha512: 392FDA673B7BCA46ADBEFC390C6DD7993C3A32D422DDD4650367838D0FC8F975253640DA9E770093F8E257801F9107F5F95C2DE4BFCC67255D7880E40265DE7C

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 411 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 613 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: Add Fake.DotNet.Testing.Coverlet, thanks @Tarmil - https://github.com/fsharp/FAKE/pull/2413
BUGFIX: paket pack module was broken, thanks @sergey-tihon - https://github.com/fsharp/FAKE/pull/2418


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