Unpacking Software Livestream

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

Learn More

Chocolatey Product Spotlight

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

Learn More

Chocolatey Coding Livestream

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

Learn More

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

Webinar from
Wednesday, 17 January 2024

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

Watch On-Demand
Chocolatey Community Coffee Break

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

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

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

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

Livestream from
Thursday, 9 June 2022

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

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

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

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

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

Watch On-Demand

Downloads:

57,344

Downloads of v 5.14.1:

361

Last Update:

13 Jun 2019

Package Maintainer(s):

Software Author(s):

  • fsprojects

Tags:

fake make dotnet csharp fsharp foss cross-platform

FAKE - F# Make

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

  • 1
  • 2
  • 3

5.14.1 | Updated: 13 Jun 2019

Downloads:

57,344

Downloads of v 5.14.1:

361

Software Author(s):

  • fsprojects

FAKE - F# Make 5.14.1

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

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


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

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


package { 'fake':
  ensure   => '5.14.1',
  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 13 Jun 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-core-interlocked-l1-1-0.dll
md5: CFE87D58F973DAEDA4EE7D2CF4AE521D | sha1: FD0AA97B7CB6E50C6D5D2BF2D21D757040B5204A | sha256: 4997FDA5D0E90B8A0AB7DA314CB56F25D1450B366701C45C294D8DD3254DE483 | sha512: 40EB68DEB940BBE1B835954183EEA711994C434DE0ABBDEA0B1A51DB6233A12E07827AD4A8639AE0BAF46DD26C168A775FFE606C82CBE47BAE655C7F28AB730B
bin\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 0C48220A4485F36FEED84EF5DD0A5E9C | sha1: 1E7D4038C2765CFFA6D4255737A2A8AA86B5551C | sha256: 2DD4EBAA12CBBA142B5D61A0EBF84A14D0D1BB8826BA42B63E303FE6721408DF | sha512: E09951785B09F535340E1E6C256DF1919485B4DAD302B30D90126411CC49A13807B580FA2FCD0D6F7B64AAC4F5B5EA3E250B66035A0E2F664D865408C9B43D48
bin\api-ms-win-core-localization-l1-2-0.dll
md5: 23BD405A6CFD1E38C74C5150EEC28D0A | sha1: 1D3BE98E7DFE565E297E837A7085731ECD368C7B | sha256: A7FA48DE6C06666B80184AFEE7E544C258E0FB11399AB3FE47D4E74667779F41 | sha512: C52D487727A34FBB601B01031300A80ECA7C4A08AF87567DA32CB5B60F7A41EB2CAE06697CD11095322F2FC8307219111EE02B60045904B5C9B1F37E48A06A21
bin\api-ms-win-core-memory-l1-1-0.dll
md5: 3940167FFB4383992E73F9A10E4B8B1E | sha1: 53541C824003B0F90B236EDA83B06BEC5E1ACBF5 | sha256: EC573431338371504B7B9E57B2D91382B856AABF25D2B4AD96486EFB794C198E | sha512: 9732ACAA4DB773F4F99F423D9FEAEBB35C197BBD468922348E0AD086F7131D83F6D9714DC7D375183E7CB8920CFE37F3DA19B0041A9063CC60ABE183375B1929
bin\api-ms-win-core-namedpipe-l1-1-0.dll
md5: 990AC84AE2D83EEB532A28FE29602827 | sha1: 0916F85CC6CC1F01DC08BDF71517A1DC1B8EAF78 | sha256: DBD788B1C5694D65FA6F6E2202BFABB30ADF77EB1973CEB9A737EFB16E9EDAE2 | sha512: F0E4705A6890B4F81B7D46F66CA6B8EE82F647E163BCE9ECAD11D0BBD69CAF4FF3C4F15E0D3F829C048B6849B99A7641861E6CAF319904D4D61A6084F10DA353
bin\api-ms-win-core-processenvironment-l1-1-0.dll
md5: 0C700B07C3497DF4863C3F2FE37CD526 | sha1: F835118244D02304DE9EB3A355420BA9D0BD9C13 | sha256: 9F1F26794FD664E0A8B6FBD53BFCA33DCF7B0DC37FAF3EB7782BC38DFF62CD8C | sha512: 8042DBD9E80E33E41993887B0289E143E967544389500ADA9296B89BDA37BB26918E4F370F8A1BDAB8FAACC4E0A6980794D6A3B5320E170AD4EF751384C9F0A8
bin\api-ms-win-core-processthreads-l1-1-0.dll
md5: 1DDA9CB13449CE2C6BB670598FC09DC8 | sha1: 0A91FE11B9A8321CA369F665A623270E5AC23176 | sha256: 4F187F1B4B14763360C325DF6B04D3EC3CC6D2CECC9B796BC52A6C7196B0B2CC | sha512: 4E106C8A52033352C91B65CF65EC459DE764C125136333A2F4BA026EFDDE65F3F71B1F6F11E4C580150AC8A9779825BA5E2AF0E14DF999A198CFE244E522C28D
bin\api-ms-win-core-processthreads-l1-1-1.dll
md5: 95C5B49AF7F2C7D3CD0BC14B1E9EFACB | sha1: C400205C81140E60DFFA8811C1906CE87C58971E | sha256: FF9B51AFF7FBEC8D7FE5CC478B12492A59B38B068DC2B518324173BB3179A0E1 | sha512: F320937B90068877C46D30A15440DC9ACE652C3319F5D75E0C8BB83F37E78BE0EFB7767B2BD713BE6D38943C8DB3D3D4C3DA44849271605324E599E1242309C3
bin\api-ms-win-core-profile-l1-1-0.dll
md5: CEDEFD460BC1E36AE111668F3B658052 | sha1: 9BD529FE189E0B214B9E0E51717BDF62F1DA44EA | sha256: F941C232964D01E4680E54AB04955EC6264058011B03889FE29DB86509511EBA | sha512: 2C845642B054BC12C2911BFE2B850F06FECAFEF022180C22F6FFD670F821E84FCAD041C4D81DDADB781DDB36CB3E98DFE4EB75EC02B88306EF1D410CBB021454
bin\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 65FC0B6C2CEFF31336983E33B84A9313 | sha1: 980DE034CC3A36021FD8BAFFF3846B0731B7068E | sha256: 966A38ED7034F8D355E1E8772DFC92F23FB3C8A669780ED4AC3B075625D09744 | sha512: F4EBC7A6D12AE6AFA5B96C06413A3438E1678B276B1517DA07D33912818FC863B4D35CB46280F12CF90E37BC93E3AB5E44EA6F75767A314C59222B7D397E5B6A
bin\api-ms-win-core-string-l1-1-0.dll
md5: E7A266DD3A2A1E03D8716F92BEDE582D | sha1: D4B97CE87C96DE1F39FEA97CCA3992D292B2C14E | sha256: 339966AE75675A03F628C4DDD5D3218ABB36CBCF6DDCE83B88C07336D732B8AE | sha512: 31168663FD71B901B1B9152FF288D4E1567003E5FCD1F1C9DFE36D26D2EB16B0932EC8CD34833DAB25531F768A01DE45C2483F92D4E79F92A89389C02BC05156
bin\api-ms-win-core-synch-l1-1-0.dll
md5: C1DCDB0FABC8AE671A7C7A94F42FB79A | sha1: 99355912D7A7D622753B2A855CAE4F5A4E50146F | sha256: CC76A4E82E0E0CD08DF3BB8F5AD57142305E0F666CC32599D76E363D0B43EFCB | sha512: 6D92E7520AEEBFE60AAB43D6616B76A2DD385EDCAA217DB60003A0C0CBCB0E367063D240E38A19D0B8BEE2F2E7D4B982C4F08C8E9CCF34C7F670CB49F6561FFF
bin\api-ms-win-core-synch-l1-2-0.dll
md5: 6E704280D632C2F8F2CADEFCAE25AD85 | sha1: 699C5A1C553D64D7FF3CF4FE57DA72BB151CAEDE | sha256: 758A2F9EF6908B51745DB50D89610FE1DE921D93B2DBEA919BFDBA813D5D8893 | sha512: ADE85A6CD05128536996705FD60C73F04BAB808DAFB5D8A93C45B2EE6237B6B4DDB087F1A009A9D289C868C98E61BE49259157F5161FECCF9F572FD306B460E6
bin\api-ms-win-core-sysinfo-l1-1-0.dll
md5: 887995A73BC7DDE7B764AFABCE57EFE7 | sha1: 363FD4E7AD4A57224E8410154697DF5E8629F526 | sha256: F94210B39CDC812BEB7342A47E68673EA2116D0AD9266FCF8D7CEDAA9561FC38 | sha512: D088EB1C6958774E20F0E2884136B4E2B978EFD16F557DBC55E64011ABBCE0768054F7E6D881C110182824143A39101FDAE273ED614738AA7BA5C727B27F6677
bin\api-ms-win-core-timezone-l1-1-0.dll
md5: C9A55DE62E53D747C5A7FDDEDEF874F9 | sha1: C5C5A7A873A4D686BFE8E3DA6DC70F724CE41BAD | sha256: B5C725BBB475B5C06CC6CB2A2C3C70008F229659F88FBA25CCD5D5C698D06A4B | sha512: ADCA0360A1297E80A8D3C2E07F5FBC06D2848F572F551342AD4C9884E4AB4BD1D3B3D9919B4F2B929E2848C1A88A4E844DD38C86067CACE9685F9640DB100EFB
bin\api-ms-win-core-util-l1-1-0.dll
md5: 29E1922B32E5312A948E6D8B1B34E2D9 | sha1: 912F54BE8438F45E1562A47294091D522CD89356 | sha256: 34C5DEE6D566252C0CEB7D9A21E24D5F297AF2B26C32E0C7808BBD088AA9A6A9 | sha512: 837CD03EE0195DC94BAB0662FF3B8CD1BE2DEDD8A3254318D25DFEA6E88D07211186FA367F41AB864560E10A22220DEB3ED05CCF82D60AC80C71DFED08AFBEA3
bin\API-MS-Win-core-xstate-l2-1-0.dll
md5: 6EF77A06BCD9D1E79BA416DE3DF0B639 | sha1: 542340B22D6F6B11C03473B7E33D3F887457F51E | sha256: 8B8F62298DAEA2D85446835BA2481A082FEDC7EE3F55EFD305CDBE01059B7126 | sha512: 2DB4380245995A1B9699CC276BD57959682A66D591535DF65F34B766E44EB8F3A40DBAE596D285B681D2111DE5FCFC359F67C844076A908B4A43F2858E5AFB09
bin\api-ms-win-crt-conio-l1-1-0.dll
md5: A668C5EE307457729203AE00EDEBB6B3 | sha1: 2114D84CF3EC576785EBBE6B2184B0D634B86D71 | sha256: A95B1AF74623D6D5D892760166B9BFAC8926929571301921F1E62458E6D1A503 | sha512: 73DC1A1C2CEB98CA6D9DDC7611FC44753184BE00CFBA07C4947D675F0B154A09E6013E1EF54AC7576E661FC51B4BC54FDD96A0C046AB4EE58282E711B1854730
bin\api-ms-win-crt-convert-l1-1-0.dll
md5: 9DDEA3CC96E0FDD3443CC60D649931B3 | sha1: AF3CB7036318A8427F20B8561079E279119DCA0E | sha256: B7C3EBC36C84630A52D23D1C0E79D61012DFA44CDEBDF039AF31EC9E322845A5 | sha512: 1427193B31B64715F5712DB9C431593BDC56EF512FE353147DDB7544C1C39DED4371CD72055D82818E965AFF0441B7CBE0B811D828EFB0ECE28471716659E162
bin\api-ms-win-crt-environment-l1-1-0.dll
md5: 39325E5F023EB564C87D30F7E06DFF23 | sha1: 03DD79A7FBE3DE1A29359B94BA2D554776BDD3FE | sha256: 56D8B7EE7619579A3C648EB130C9354BA1BA5B33A07A4F350370EE7B3653749A | sha512: 087B9DCB744AD7D330BACB9BDA9C1A1DF28EBB9327DE0C5DC618E79929FD33D1B1FF0E1EF4C08F8B3EA8118B968A89F44FE651C66CBA4ECBB3216CD4BCCE3085
bin\api-ms-win-crt-filesystem-l1-1-0.dll
md5: 228C6BBE1BCE84315E4927392A3BAEE5 | sha1: BA274AA567AD1EC663A2F9284AF2E3CB232698FB | sha256: AC0CEC8644340125507DD0BC9A90B1853A2D194EB60A049237FB5E752D349065 | sha512: 37A60CCE69E81F68EF62C58BBA8F2843E99E8BA1B87DF9A5B561D358309E672AE5E3434A10A3DDE01AE624D1638DA226D42C64316F72F3D63B08015B43C56CAB
bin\api-ms-win-crt-heap-l1-1-0.dll
md5: 1776A2B85378B27825CF5E5A3A132D9A | sha1: 626F0E7F2F18F31EC304FE7A7AF1A87CBBEBB1DF | sha256: 675B1B82DD485CC8C8A099272DB9241D0D2A7F45424901F35231B79186EC47EE | sha512: 541A5DD997FC5FEC31C17B4F95F03C3A52E106D6FB590CB46BDF5ADAD23ED4A895853768229F3FBB9049F614D9BAE031E6C43CEC43FB38C89F13163721BB8348
bin\api-ms-win-crt-locale-l1-1-0.dll
md5: 034379BCEA45EB99DB8CDFEACBC5E281 | sha1: BBF93D82E7E306E827EFEB9612E8EAB2B760E2B7 | sha256: 8B543B1BB241F5B773EB76F652DAD7B12E3E4A09230F2E804CD6B0622E8BAF65 | sha512: 7EA6EFB75B0C59D3120D5B13DA139042726A06D105C924095ED252F39AC19E11E8A5C6BB1C45FA7519C0163716745D03FB9DAAACA50139A115235AB2815CC256
bin\api-ms-win-crt-math-l1-1-0.dll
md5: 8DA414C3524A869E5679C0678D1640C1 | sha1: 60CF28792C68E9894878C31B323E68FEB4676865 | sha256: 39723E61C98703034B264B97EE0FE12E696C6560483D799020F9847D8A952672 | sha512: 6EF3F81206E7D4DCA5B3C1FAFC9AA2328B717E61EE0ACCE30DFB15AD0FE3CB59B2BD61F92BF6046C0AAE01445896DCB1485AD8BE86629D22C3301A1B5F4F2CFA
bin\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 19D7F2D6424C98C45702489A375D9E17 | sha1: 310BC4ED49492383E7C669AC9145BDA2956C7564 | sha256: A6B83B764555D517216E0E34C4945F7A7501C1B7A25308D8F85551FE353F9C15 | sha512: 01C09EDEF90C60C9E6CDABFF918F15AFC9B728D6671947898CE8848E3D102F300F3FB4246AF0AC9C6F57B3B85B24832D7B40452358636125B61EB89567D3B17E
bin\api-ms-win-crt-private-l1-1-0.dll
md5: 3D139F57ED79D2C788E422CA26950446 | sha1: 788E4FB5D1F46B0F1802761D0AE3ADDB8611C238 | sha256: DC25A882AC454A0071E4815B0E939DC161BA73B5C207B84AFD96203C343B99C7 | sha512: 12ED9216F44AA5F245C707FE39AED08DC18EA675F5A707098F1A1DA42B348A649846BC919FD318DE7954EA9097C01F22BE76A5D85D664EF030381E7759840765
bin\api-ms-win-crt-process-l1-1-0.dll
md5: 9D3D6F938C8672A12AEA03F85D5330DE | sha1: 6A7D6E84527EAF54D6F78DD1A5F20503E766A66C | sha256: 707C9A384440D0B2D067FC0335273F8851B02C3114842E17DF9C54127910D7FB | sha512: 0E1681B16CD9AF116BCC5C6B4284C1203B33FEBB197D1D4AB8A649962C0E807AF9258BDE91C86727910624196948E976741411843DD841616337EA93A27DE7CB
bin\api-ms-win-crt-runtime-l1-1-0.dll
md5: FB0CA6CBFFF46BE87AD729A1C4FDE138 | sha1: 2C302D1C535D5C40F31C3A75393118B40E1B2AF9 | sha256: 1EE8E99190CC31B104FB75E66928B8C73138902FEFEDBCFB54C409DF50A364DF | sha512: 99144C67C33E89B8283C5B39B8BF68D55638DAA6ACC2715A2AC8C5DBA4170DD12299D3A2DFFB39AE38EF0872C2C68A64D7CDC6CEBA5E660A53942761CB9ECA83
bin\api-ms-win-crt-stdio-l1-1-0.dll
md5: D5166AB3034F0E1AA679BFA1907E5844 | sha1: 851DD640CB34177C43B5F47B218A686C09FA6B4C | sha256: 7BCAB4CA00FB1F85FEA29DD3375F709317B984A6F3B9BA12B8CF1952F97BEEE5 | sha512: 8F2D7442191DE22457C1B8402FAAD594AF2FE0C38280AAAFC876C797CA79F7F4B6860E557E37C3DBE084FE7262A85C358E3EEAF91E16855A91B7535CB0AC832E
bin\api-ms-win-crt-string-l1-1-0.dll
md5: AD99C2362F64CDE7756B16F9A016A60F | sha1: 07C9A78EE658BFA81DB61DAB039CFFC9145CC6CB | sha256: 73AB2161A7700835B2A15B7487045A695706CC18BCEE283B114042570BB9C0AA | sha512: 9C72F239ADDA1DE11B4AD7028F3C897C93859EF277658AEAA141F09B7DDFE788D657B9CB1E2648971ECD5D27B99166283110CCBA437D461003DBB9F6885451F7
bin\api-ms-win-crt-time-l1-1-0.dll
md5: 9B79FDA359A269C63DCAC69B2C81CAA4 | sha1: A38C81B7A2EC158DFCFEB72CB7C04B3EB3CCC0FB | sha256: 4D0F0EA6E8478132892F9E674E27E2BC346622FC8989C704E5B2299A18C1D138 | sha512: E69D275C5EC5EAE5C95B0596F0CC681B7D287B3E2F9C78A9B5E658949E6244F754F96AD7D40214D22ED28D64E4E8BD507363CDF99999FEA93CFE319078C1F541
bin\api-ms-win-crt-utility-l1-1-0.dll
md5: 70E9104E743069B573CA12A3CD87EC33 | sha1: 4290755B6A49212B2E969200E7A088D1713B84A2 | sha256: 7E6B33A4C0C84F18F2BE294EC63212245AF4FD8354636804FFE5EE9A0D526D95 | sha512: E979F28451D271F405B780FC2025707C8A29DCB4C28980CA42E33D4033666DE0E4A4644DEFEC6C1D5D4BDD3C73D405FAFCFFE3320C60134681F62805C965BFD9
bin\Chessie.dll
md5: B5AE1290B559675E28546EB000DB94B0 | sha1: 607A156129BDF9954243802DB35BFCF392EA595C | sha256: 1D7ABADBB1231FCAD053C40F17C5C0931F64F517B8F007D6368E7640D31AC069 | sha512: B8EA6028647C758519A556CA249CCE3E108363C15C34819AF647887FAE147CFFCBD9A809919601DE239C057BC9F1DEBA60AB76034EA639E94372A86260F0F237
bin\clrcompression.dll
md5: 5523689A9808AD8348EF31F97837A154 | sha1: 6046259AF09269F2551AB985F4E6DA024182189F | sha256: 2E330623B3ACEAC0244E25F4CE68D79008A671DA37235B20A931E436DB52B983 | sha512: EBC1A007C55123B75A1DD8E1250B552022C8CEA91A00930C4D0652E5D6FDD57C64ADDF387A5DE7B33D59CD69D45238649469B2AE0D14C7191FFD380985F8F4B9
bin\clretwrc.dll
md5: 5B1E0BF0A2DA8011BD8190E2B21B87DB | sha1: F90B3E44154620F6A91F6600C15213C4E737FE40 | sha256: FC0AE9D3BEB8DED9D50E9F9DE37CDD20CC695AB0EAAF4F12DD1E3F6228ECB151 | sha512: 40406D20483DCEA573DB6D9CA0E0627AABEC2B558E4115B239C3833EC8186EE8A00CE7AAA7BB9DAD20292CD9AC1A887DCF9B2FEB6378F5E255E4175B9A3077AB
bin\clrjit.dll
md5: 1FBF1BC487741B4903AF1644F9B8F6D6 | sha1: 5919FBE7ADEFE9B276BD84E756125E6B50F780DF | sha256: FB3FFB0DA9D313A8C5B932DEF0DA3E128C3141A306DEFFBA40DE18092B577114 | sha512: 74427F80EE21B8DCD2EE3CC05988ADA43B13F2795FC5D73F2321C24596FF60BB7E1AEDCB0748ACC9390F03CFF9608FC450DABA2D23AA8C8E8D08C90602B41999
bin\coreclr.dll
md5: E3E5B73BB2B28E2EDDBFD0E3595B748E | sha1: AF7D3E72D33E68B9B54CD032C4FDCE1F0D80A970 | sha256: F2544329D09A2168A628D8DE2CD01938470043207885DA35F75070DB91AF85B8 | sha512: 5C5EE7EE8AD99CD03738A74EF7E886F3349BE50295D996BE7E23038CEB5E517732AF36E5728871FC49E5AA00E7B933FF8A6AD0A2DB436B6DAD6ED12193C670AE
bin\cs\FSharp.Core.resources.dll
md5: 95ABDAD17A11B6F1FFFED18E6535EC30 | sha1: 69299BC2D375DC88BA9D4F4CE1AE136FB283C1CB | sha256: 948DFC04EA6C5650832BF9F8CA500D464594F76D3C66AFEE65BACEBCF4B1885A | sha512: 1EC8CF819977141EB7DB4DC122FBB7FE3FEC4B8DFDBEBBB6E9CE876760ADF3562725AECF28BA0A39A3208A3E3E59F845B767A9CEDE4249D19A7A7DD2608C7638
bin\dbgshim.dll
md5: F7400217A4030B9C44FB0D27DF9F2F2A | sha1: 6CE25F1B04EF12012AB9B1EFFC2AFD85B390FEC5 | sha256: 45182D6A65A85D78605EE982AC0647A47E9687CF3833F7280ADB86769C8CB9AB | sha512: 0B06D39115BE78AD400D1275D81DCCADE422E884B30D6A7F63539C159FAA880A2A868C75AC665AA84B1F110E5C6003C08194C9062EDD338BED725F56DBD19EFF
bin\de\FSharp.Core.resources.dll
md5: 5D2B3C7CB5674AB579FA6113A3EF49DE | sha1: 00F13EAA5E7EEF3F4C9B893B3C824A51414D2B66 | sha256: 9A81512873143FA74CBE015328A78533C40CA060388A0FFF3F6886C26D089B8B | sha512: B0CA123101F9930D26CB5E161FD760517C65E6B946BBBAF36E91AB70E541E3DD6BF630E4575095E4A709175EF4DF6935E30BE576829597C27AF36C4E10674652
bin\en\FSharp.Core.resources.dll
md5: C10BAAA3EA88787ACD9EF6B75FCCD096 | sha1: 8E2F387C5D924864AC27CB4F7E6F3EDE839FC125 | sha256: 9BEDFBFBF96425FAE11CFD0C48E271CA87D41AC6D0316D0519A90A8420F1CFE6 | sha512: 4FBD2C361DBE555CD6B14C91A495EAF8C757D403E348433CC872CEC8816AC52336F219EB5D8992A52F085820470ED96B922961BCA86484F59B44BAB5C37AB1A4
bin\es\FSharp.Core.resources.dll
md5: EC0E45C36E3A31D8B25B997409E2CA13 | sha1: C38804435566E823F38890987C73DF3C961D9C3C | sha256: 13BDC6CEDA2C331FAEF041313FEFC398AEB1EB6DFF4DF4865398208066E32430 | sha512: 77CE76D25DCE219B71E55CE9411B120EA8EB412CC08DAF64FF44388CE1F67453D9E16491FBE84199E7B2A1487477095C2E744EC98CEBB00086E22055EE9FE1FB
bin\Fake.Core.CommandLineParsing.dll
md5: F49185349860A83461E3DEAA604BC960 | sha1: 7F11F21671B77F62A269206186E951A41293825A | sha256: D7A6B5034C24335F7777DAC4AE9F57E991CC34061DDEC8448352F00D775A2832 | sha512: 65FC4F6B9FBEFD897A6359C90BD5A0D8B8931B7234E381550CA4EF43C833E57DAF69F95810A0A7960EB0C1FF4D2ED04687CFEC586D31965A7D75A6EFAD9A8094
bin\Fake.Core.CommandLineParsing.pdb
 
bin\Fake.Core.CommandLineParsing.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.CommandLineParsing</name></assembly>
<members>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sdh">
<summary>
 matches the stdin [-]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ell">
<summary>
 Marks that the given item can be given multiple times 
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Cmd">
<summary>
 Fixed command, like &quot;push&quot; in &quot;git push&quot;
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Seq">
<summary>
 Sequence of items, if the items are only options then order is ignored.
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Xor">
<summary>
 Either the one or the other
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Arg">
<summary>
 Named/Positional argument
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Req">
<summary>
 Requires the given item
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sqb">
<summary>
 Marks the given item as optional
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Lop">
<summary>
 long option
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sop">
<summary>
 Short options
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ano">
<summary>
 Matches an option annotation [options]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Eps">
<summary>
 matches nothing?
</summary>
</member>
<member name="P:Fake.Core.DocHelper.OptionBuilder.Lines">
<summary>
 The lines in reversed order
</summary>
</member>
</members>
</doc>
bin\Fake.Core.Context.dll
md5: 5FCAE2F2B1382B607DE650961D20E88F | sha1: C72418D1BC7223E5429358D29B2F3415BD236BD6 | sha256: D8EB8CB70FD73FE790BD7E36FA21B123DFAA9AAE594E50D34A74B29F8F03E6D4 | sha512: C439770A9FD861A3274F469AFCD861E0CA223EB0CD247A925414442DD0E5EF6F03D48F81A34686022C81F373814522A4C2F078DC0709AC06B719F22325D871FF
bin\Fake.Core.Context.pdb
 
bin\Microsoft.Win32.Primitives.dll
md5: D98551BF68BD4BFE39664B3CF70DC0FE | sha1: CA5699B57FA20BC357A385B36D35431563F780D0 | sha256: 5C256BBA4072621CF9CC0EA9F65BEB55C425060AB9F99CD8B3C93BBD25AE302B | sha512: 544F2A37E4B54442F811C252815F3A7CB8139B1277B827438BAF8DD25998AD0261B39CCB2D5C32C8276FABE90156CEECE6DAAFB788F1E7CB4CB5F47AAA6438F4
bin\Microsoft.Win32.Registry.dll
md5: DD3BB3F7222535888B7AD834489E1C71 | sha1: 23D1B27A5622370DEF36D7FD0DBFE10047369852 | sha256: 2E28E6A8FFDF44A645F390A9E08C5329D22B23BDC3C4679446257B18B25AEF75 | sha512: 581DF8A4A9F30446086735F3E4C9D343F3687579832BA57A206BA4ADAB18BB6F3D0233E6F05CF6A2FBE6D61DE21C53EDBE44F2F883D49EA794235CD62F8599AF
bin\Mono.Cecil.dll
md5: A475F028676F60046D3655FBBDDB7FBB | sha1: F7E0B9DB31C94DDF8E820BA44E0EFDB19F3D6C13 | sha256: 55B42ABF87761CBA81CCBCB2D31319AD699E5E8927B1581AD3CB27D4AAE56356 | sha512: 0A07A1BE92CEAF78D7EA87FFA223E64057A9517FD8ED2753048B7A9A5D0E86CC637A23082FC8E9F9AE3E13F193702422B7D449435FDD7878B27E72B415EA453B
bin\Microsoft.VisualBasic.dll
md5: 5E8D2C15CEF73256DF86CDEBDD99AD4A | sha1: 8DF5B77AD06560AC02976DDD70A5F5811EFFD859 | sha256: 564685549E9794B7E3D525D8164F0CF9518831D7E96EE5EDF1C8310A0D6091BE | sha512: B3F5FB6A6E5BD2C43FCD81E2B7E8A143E3ADD4AB759A70F5197321690016A1D2E884E42BBC3C0422A2B99CDEB194058705EF61BB0CC0B9C1980A4402446F0DA8
bin\Microsoft.DotNet.PlatformAbstractions.dll
md5: 8ED1B343DC98E338ACC983A0687DE49E | sha1: D63333AFF2861F9FC39F3AB5DE75B7C8D6DD3340 | sha256: B9C07D7163691CF99134836C74FCB7ED60E9304A45E180990E8DB585A398165E | sha512: 68B4B1C4BC6345BA7796CAA907B84818E806FF0E16D93911562C62E85C274F0950EEABC616C220CC7EAF743171A03D30651F5F8BD0D8E2A5753AD00E96C27368
bin\Microsoft.DiaSymReader.Native.x86.dll
md5: 4FF7094E3EDFDA47CED912012044296B | sha1: C6F3C9D81713687DC3820D8CABF14C2A32208D27 | sha256: F21DA9FB831AC943736135B6EE109A4B352511B8D6C07CB03C66B61996D1DDC9 | sha512: 372867BBAE96C51EE11B413F552A67A53992B16DBFA44105381DB3813E3C2F9A3DC9D16FC6BD6366514D4E1B4BF1EECCCE5261BC3DF837BF3E3EB5A04446C551
bin\Microsoft.CSharp.dll
md5: B74C3E2E25C7816A2A13887312057E6E | sha1: 512F6FA86F92031EC52407E9AE1D6EB76ACA8BF3 | sha256: 64DF9A3666912FB03B6C6C2FBBE0C5DE6244C161A205AB657CB6CDE6A93959C4 | sha512: 4E46288A082D74C05B166C10FD9751579D7CC07E8830CFA4C6A087F70E3E17766C18FF9CC9C7F83D13F53291B65A5924D0A4FEFF13C214C6D55E4ACE4919A6C3
bin\ko\FSharp.Core.resources.dll
md5: F18EDD7BEC247D10A2FFFAAC5E18F750 | sha1: CCD69E831A13729536FD8B3E47FE7932DE9C251C | sha256: 486C278A460BA1C0D527DC23E146F5E547D0908B86FB8F7FD678B82F807DC649 | sha512: 1BED63A781A517E1C2493F6011A77368ADD0B202EEBC5128FF8D5050B32EF2D865726D05FE72F0E62EE8516F509AD533719B1ED4D0A2D16D37FE47D9D167BDC1
bin\ja\FSharp.Core.resources.dll
md5: 35D27BE3C3A69C2BEC03D9EDAF82C44E | sha1: 79BF0DB125795981065C3C50B6C41ABB1096A5B1 | sha256: 83C4369A0014BA88C042C07444985156B7AA354BF35CF28D248D40663CEA5B78 | sha512: 3A4D571179557B16BFA089F5AB72F0EF64C826A267B042481C988C22528123783F5F0A9E13889AFCF3E0F98E5A98906091B6C7289D8ABD7E83E277AE1D8B8E73
bin\it\FSharp.Core.resources.dll
md5: CFC07250A42FC06537AE754BCFD80ACC | sha1: 5D103D6BD3CC579DFCFEE28CC2747D2E2BE51FCF | sha256: 2229EB94F42360095EB206EBA498147FEB0E3B35A9A5CE3AAE700FB51F8E33E4 | sha512: BBD5070F21AF552C6E20B8ECB1219288837100C78C1A661CB3AC45322A5549C174F3240CEEEBC63BF082822D850FEB42DCA7D3395C47819B0D50FCCD8FA79965
bin\hostpolicy.dll
md5: D445E60883EE4B64C18CA3296FAAAE61 | sha1: FA28D79C6A2321207A4EDF6675880AA3A1B3C6D5 | sha256: 5A3A1B8C75A220B10F5C580479082F2DF447203F1C1B2AD61CB40AEA18C281F8 | sha512: C55F60FDD98EF43CC3346E825C5248C009FAAA4EB266DAB72D6817066D28C9D2D6CF9FC90A3776EFB4026D9C1E8176AE0CB5B2FF503E762A22A1E34685F6ECD2
bin\hostfxr.dll
md5: 31617CCDF79DBBA503E0B8857A4D67B9 | sha1: 813AD31BD357CD47A77E49515577733C85706FD4 | sha256: 972F7F3C82C0628380501056035ECA80AC980F248CF7619F7C11CE6EB091D6CC | sha512: E8F8541FDCD85E3363F5B3198D83960E7D0105CC6C7A136B6B7556F1AF342EF816D614D9F814F9EAD696267199A53BCA537ADCF401389C8B2BABFB479E63457E
bin\FSharp.Core.dll
md5: 7D2DEE5818D18AD0074A62EC04CE6585 | sha1: 7C5FFD676F7914AFA59961F8C0D24AAA0937455E | sha256: 7ADC09D1A4E1CDA1B1DE82AE6D00FA333F0F3E9D5D7E11F5005E6E571BC9ACEC | sha512: 958CAD928716F15523B742EB71DBCB7146C49568C7302F0AD71195FB4D3B0C92BC5CC390254211265F020292EF2D18F36FDFDE54338F0D799CB58266D90D7C13
bin\FSharp.Compiler.Service.dll
md5: 26B289622747C58B0408435C1732803D | sha1: 9613D77AFA86C1783D017BB01E6942F50EDBDC8B | sha256: 8BDCB0C4BE0461DBE86EC2C563CA9DC2236B1A413D11E3F245494FECF67B81BD | sha512: F5E1EE8D4BAFA716799D5631C1A3D1EA7C91846297A337B745F19CD76760FF32F5580C1C7225A078ED9DB09CAE8EC3DFE31AEEBC5B7F13094B0312A94AFB68E9
bin\fr\FSharp.Core.resources.dll
md5: 7526DF7DD7C1F74663BAD48679BCD03C | sha1: A7720C2F9651C1C507AFD3A03E195ED4976EC2A7 | sha256: 847155185F8614C71439AF3F526192A513FAF349862DCC3B0ED0CEC58EC7670A | sha512: CEDFBE308AC53B3131A9707C79584E6CAEF2FB01D092A321D60591E6EA18CDEC35BDE1A353724F660D6B5CC988115D9DAE7D15BE67A4974736D566AAACA837C3
bin\FParsecCS.dll
md5: 9429089F36FDBCE49285742E22418923 | sha1: C4C21B40950FCAD7648BBEC2918FCA1B528E0F29 | sha256: 69AB2AE85FEB972C3140B01E1B1FFEDE6D0E037651E89F13281A978098DA5E07 | sha512: C8A7C1997A495606A68BB4FFA54E5BAC94C249A59C7960F5A1BF129F285A17C5AC81F00A111B0FBBE9A0D4CCB16B965CBB3F37FCA9C911FE16FF73B0723B9125
bin\FParsec.dll
md5: B508930BA7F4E87F295EC5057E522255 | sha1: E160F283C4C86FFD6B115D1B9B7C7C7216372F46 | sha256: C5E63264FF4D209E0C45B93F7BB8732FA5050F21B5C5944B740D9743052C87A2 | sha512: 186B7EB6BE544C1E12A9DC1275CBC9E199CBAABC8E8B1FF7CE8920010290585A51EC3C8100329E6160F517B033CC45BF5AF2F61299AA981AA7FD5E7487E513B2
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\fake.runtimeconfig.json
{
  "runtimeOptions": {}
}
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>
</members>
</doc>
bin\sos_x86_x86_4.6.27414.06.dll
md5: 778633A90402BEEE2966FF06BF97949E | sha1: 610FBBB85188DE2EB69C255B5918891EE60CA0DE | sha256: 26A0FAD1DB646A2D89EB13736BC37E8022D05DCEE80E1600E31797A9DBB3BFFE | sha512: 95AD4ED257EB45EF1D9C1BC430B2C5B0573551CB582EB1007C8AFE342EDA201B41FBA5B067AB5156DAB4094CBBA99AA2A1721FFE24F200DED7FFA24227213100
bin\System.AppContext.dll
md5: 83A2019D75168C0C9832341FD404AE63 | sha1: 513560E3AC23418BD1CCCEEEF598AC9FE8DCC280 | sha256: 03A7CBB5AFCAE9253D3E91F296398BE0991C8089EAD594417CE5714D937C1629 | sha512: F690997EEA8D8087B64E2907D4085297D6992354C71001BD161C03C4E4D9FAD93FAB41F2B321D62FDA43CD7FAA4F974027B5BE66DE2317043627FC366FC2A383
bin\System.Buffers.dll
md5: 57518F88DFDB12D74CEEBFBE6C957BDD | sha1: DF305CE00DAB4A89C4EA2AEE5BB4FF3162CA7AB9 | sha256: E840261939A1B7C50F46609B83723D65FE0F77594299FD73328FA39F88288DFC | sha512: 5CC57A754EE4D02CE4B15C03004C01C65473BC38ED5D334BE2DB5706D7985F4BC3E112346CE2D1252517A4BDD940B42F13906E681B6711EC24B9EC9AA4B9254C
bin\System.Collections.Concurrent.dll
md5: 8CF106CEFFA0773FE47A0E3504308296 | sha1: 1ADC637879637F16BD359FB1966CE8145610274B | sha256: 06332B523B8B4F6C97863BDB1F92F72EE4179D52AE1AE2A0EB8FC50C2734D65C | sha512: 0BBAC560735A3FC64B8C7A2F741FDD52CE2EB24438721EDF69AC731483CCB96F2BE5BE10C941935A1FAA41E856549A9246F058A90EB0D10CF604B132BEA512B2
bin\System.Collections.dll
md5: 412732D06833986F1A52E726EC31CFE5 | sha1: 6B6771125BC3BEA3184B0D13BBB4DE57E095300C | sha256: CBE8A5E94EBABD69C4222F7FEDA30C40D21640F7C1C4B4FF233107896A2CC00D | sha512: CF3C2533519D721417152858970F6525C200980CEAD660593482E5E6487234B176F42FF5C852E61C23D3EA0D230B9708C63B661AF9BA98912A18DBAA82C73E94
bin\System.Collections.Immutable.dll
md5: 8C701661331F70FD5A4985BE3070B6FF | sha1: 9ED0C6F5772B008F8CBB2FA47E33097E07A50FC9 | sha256: 03F94C27987570C80B444DB125CDBE53F1324F10F7A8E62556FD31114881D237 | sha512: B053A1C72F8BA7C2A311F4B56FE108D59857DE7D6EE49B77B58B353F41CEEF26904868CFE1B64E9C3A1C1ED02C1EBDCCD292CF085770D868129F3D4269C4007D
bin\Fake.Runtime.pdb
 
bin\Fake.Runtime.dll
md5: 85C4F7CC53F2CF72E8457F3D3C98825F | sha1: CA6836BFB94933212EB4AD69F981163F767BDC91 | sha256: 1461C123B1B9B2E3438ACF8F2DDC8A9EF71E53E891B3702FE531A33FC7E53780 | sha512: D41015526BE2DB5D96057B47D870531DFC5DC9491C973461189905783447EB31990762B5C793396277AA067958F97FF665DFA84CC6E854FE6A7DD1636AFDD42F
bin\fake.pdb
 
bin\fake.exe
md5: BC263C3799B87C474E1021C289BB7FB6 | sha1: 8E3A6D6CABC0F8F9C14D594C6E28D2093867B8FD | sha256: 7D3A8B2839AE19EB1C3B8ADDB71C3845E1EC7D40295BF3DCC77AAE717A855B20 | sha512: 8993BF9ECDE8D5DB51CB87ABCDAD592D9C32C54C8A963F5F520F55A5430E93463700F63A06F46EFA0A47F25FAF83EF3668158ED33614A2BA3A8E7E53FBF4D0EA
bin\fake.dll
md5: 892046333AAE3F6E3FD98E013F71AACD | sha1: B914F8D346C4953ED65AFC06C0A6619BC9DA3550 | sha256: B7C82C4A806C8E38A0C8C780F17B1754867D8AE7FF068744EB22BDB88066AAB0 | sha512: 4DF5C10BAD7C9DBD950CF3C2DE5E8A5A43BAFCA9A9ABC36FD7F6AB6DCDD5DD4B0F558243A2B94669AEC359D8BFF443521F32BD2590CA8621BFFC0E55DE34B328
bin\fake.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.1/win7-x86",
    "signature": "ccdfe674ffec35930282d375779454054f9dfaab"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {},
    ".NETCoreApp,Version=v2.1/win7-x86": {
      "fake/5.14.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "4.6.2",
          "Fake.Core.CommandLineParsing": "5.14.1",
          "Fake.Runtime": "5.14.1",
          "Microsoft.NETCore.App": "2.1.9",
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Mono.Cecil": "0.10.4",
          "Newtonsoft.Json": "12.0.2",
          "Paket.Core": "5.210.1",
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Net.Http.WinHttpHandler": "4.5.4",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "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.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.ProtectedData": "4.5.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",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        },
        "runtime": {
          "fake.dll": {}
        }
      },
      "Chessie/0.6.0": {
        "dependencies": {
          "FSharp.Core": "4.6.2",
          "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.6.2",
          "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/29.0.1": {
        "dependencies": {
          "FSharp.Core": "4.6.2",
          "System.Collections.Immutable": "1.5.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Runtime.Loader": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1"
        },
        "runtime": {
          "lib/netstandard2.0/FSharp.Compiler.Service.dll": {
            "assemblyVersion": "29.0.1.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "FSharp.Core/4.6.2": {
        "runtime": {
          "lib/netstandard1.6/FSharp.Core.dll": {
            "assemblyVersion": "4.6.0.0",
            "fileVersion": "2019.2.13.3"
          }
        },
        "resources": {
          "lib/netstandard1.6/cs/FSharp.Core.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard1.6/de/FSharp.Core.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard1.6/en/FSharp.Core.resources.dll": {
            "locale": "en"
          },
          "lib/netstandard1.6/es/FSharp.Core.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard1.6/fr/FSharp.Core.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard1.6/it/FSharp.Core.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard1.6/ja/FSharp.Core.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard1.6/ko/FSharp.Core.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard1.6/pl/FSharp.Core.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard1.6/pt-BR/FSharp.Core.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard1.6/ru/FSharp.Core.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard1.6/tr/FSharp.Core.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard1.6/zh-Hans/FSharp.Core.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard1.6/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.5.1",
          "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.9": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.1.9",
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x86.Microsoft.NETCore.App": "2.1.9"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.1.9": {
        "dependencies": {
          "runtime.win-x86.Microsoft.NETCore.DotNetAppHost": "2.1.9"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.1.9": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.9",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "2.1.9"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.1.9": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.9",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "2.1.9"
        }
      },
      "Microsoft.NETCore.Platforms/2.2.1": {},
      "Microsoft.NETCore.Targets/2.1.0": {},
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "Microsoft.Win32.Registry/4.5.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.5.0",
          "System.Security.Principal.Windows": "4.5.1"
        }
      },
      "Mono.Cecil/0.10.4": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime.Extensions": "4.3.1",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/Mono.Cecil.Mdb.dll": {
            "assemblyVersion": "0.10.4.0",
            "fileVersion": "0.10.4.0"
          },
          "lib/netstandard1.3/Mono.Cecil.Pdb.dll": {
            "assemblyVersion": "0.10.4.0",
            "fileVersion": "0.10.4.0"
          },
          "lib/netstandard1.3/Mono.Cecil.Rocks.dll": {
            "assemblyVersion": "0.10.4.0",
            "fileVersion": "0.10.4.0"
          },
          "lib/netstandard1.3/Mono.Cecil.dll": {
            "assemblyVersion": "0.10.4.0",
            "fileVersion": "0.10.4.0"
          }
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1"
        }
      },
      "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.210.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "Mono.Cecil": "0.10.4",
          "Newtonsoft.Json": "12.0.2",
          "System.Net.Http.WinHttpHandler": "4.5.4",
          "System.Security.Cryptography.ProtectedData": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/Paket.Core.dll": {
            "assemblyVersion": "5.210.1.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": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "runtime.native.System.IO.Compression/4.3.2": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.win-x86.Microsoft.NETCore.App/2.1.9": {
        "runtime": {
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27415.1"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.27415.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.27414.6"
          },
          "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.27415.1"
          },
          "runtimes/win-x86/native/clretwrc.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/clrjit.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/coreclr.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/dbgshim.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/mscordaccore.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/mscordaccore_x86_x86_4.6.27414.06.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/mscordbi.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/mscorrc.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/sos.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/sos_x86_x86_4.6.27414.06.dll": {
            "fileVersion": "4.6.27414.6"
          },
          "runtimes/win-x86/native/ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.9": {
        "native": {
          "runtimes/win-x86/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.9": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.9"
        },
        "native": {
          "runtimes/win-x86/native/hostpolicy.dll": {
            "fileVersion": "2.1.27415.1"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.9": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.9"
        },
        "native": {
          "runtimes/win-x86/native/hostfxr.dll": {
            "fileVersion": "2.1.27415.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": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.0": {},
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.5.1": {},
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.5.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.Tools/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.TraceSource/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "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": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.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.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.IO.Compression": "4.3.2"
        }
      },
      "System.IO.Compression.ZipFile/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.5.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Linq.Expressions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Emit.Lightweight": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0"
        }
      },
      "System.Memory/4.5.3": {},
      "System.Net.Http/4.3.4": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Net.Http.WinHttpHandler/4.5.4": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {
            "assemblyVersion": "4.0.3.2",
            "fileVersion": "4.6.27514.2"
          }
        }
      },
      "System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Numerics.Vectors/4.5.0": {},
      "System.ObjectModel/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Threading": "4.3.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit.Lightweight/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Metadata/1.6.0": {},
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.TypeExtensions/4.5.1": {},
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/4.5.2": {
        "runtime": {
          "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.4.1",
            "fileVersion": "4.6.26919.2"
          }
        }
      },
      "System.Runtime.Extensions/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Runtime.Loader/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Security.AccessControl/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "System.Security.Principal.Windows": "4.5.1"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "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.Cng/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "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.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "System.IO": "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.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "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.OpenSsl/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.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.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.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.5.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.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.Algorithms": "4.3.1",
          "System.Security.Cryptography.Cng": "4.3.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Principal.Windows/4.5.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "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": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Threading.Tasks.Extensions/4.5.2": {},
      "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"
        }
      },
      "System.Xml.ReaderWriter/4.3.1": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.5.2"
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1"
        }
      },
      "Fake.Core.CommandLineParsing/5.14.1": {
        "dependencies": {
          "FParsec": "1.0.3",
          "FSharp.Core": "4.6.2",
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.Compression.ZipFile": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Net.Http": "4.3.4",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "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.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "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.Tasks.Extensions": "4.5.2",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1",
          "System.Xml.XDocument": "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.IO.Compression": "4.3.2",
          "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.Core.CommandLineParsing.dll": {}
        }
      },
      "Fake.Core.Context/5.14.1": {
        "dependencies": {
          "FSharp.Core": "4.6.2",
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.Compression.ZipFile": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Net.Http": "4.3.4",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "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.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "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.Tasks.Extensions": "4.5.2",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1",
          "System.Xml.XDocument": "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.IO.Compression": "4.3.2",
          "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.Core.Context.dll": {}
        }
      },
      "Fake.Runtime/5.14.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Compiler.Service": "29.0.1",
          "FSharp.Core": "4.6.2",
          "Fake.Core.Context": "5.14.1",
          "Microsoft.DotNet.PlatformAbstractions": "2.1.0",
          "Microsoft.NETCore.Platforms": "2.2.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.5.0",
          "Mono.Cecil": "0.10.4",
          "Newtonsoft.Json": "12.0.2",
          "Paket.Core": "5.210.1",
          "System.AppContext": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "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.Memory": "4.5.3",
          "System.Net.Http.WinHttpHandler": "4.5.4",
          "System.Numerics.Vectors": "4.5.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "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.5.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.ProtectedData": "4.5.0",
          "System.Security.Principal.Windows": "4.5.1",
          "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",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        },
        "runtime": {
          "Fake.Runtime.dll": {}
        }
      }
    }
  },
  "libraries": {
    "fake/5.14.1": {
      "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/29.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gSw9YyF9ZjLpMKk6w245zukd4fEcLG/3l9DK/wz36cbzQ8lXjEBq08hHilf065MYcSRxpjt2MlNt2UrgDEAeHw==",
      "path": "fsharp.compiler.service/29.0.1",
      "hashPath": "fsharp.compiler.service.29.0.1.nupkg.sha512"
    },
    "FSharp.Core/4.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/waJ3a7u7MjFOGnXOfokbG1N1FH7VCmP3Fw1tJ8Q75kIj60LYBL3eYzab9hDimL5E21uhQ/1wf04M3dRAYemlw==",
      "path": "fsharp.core/4.6.2",
      "hashPath": "fsharp.core.4.6.2.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QryxJ1PPlLP3+Xxk0oAMZA/AbOzk7WdoEzmMuJyT1Ivnvgmo654cDR5p8frkHHN1zd2NVamEDfsR+dusk7GIBg==",
      "path": "microsoft.dotnet.platformabstractions/2.1.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.App/2.1.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VT0aD8pdfkc7TPmQVQ7TRRuZUDmjy+lmkYUzBj9f+wPslRA4C+Che7VNKtpTl3jJxIdEadLp7s6KHzk9WnYyrg==",
      "path": "microsoft.netcore.app/2.1.9",
      "hashPath": "microsoft.netcore.app.2.1.9.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.1.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CKpa3HIUXszITY2tqqy6Di+pf4USgvyYCYkvEktuPdXdRndqhJmhOSQXU1v3cEWT0aJmTtwGNUCvcGbKJfbpzQ==",
      "path": "microsoft.netcore.dotnetapphost/2.1.9",
      "hashPath": "microsoft.netcore.dotnetapphost.2.1.9.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.1.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YZl0uX9/xcC0W8oe5Oy5B0Jes/aZ32u3n0CZ/pTZ81eaOuD+3ypdzF1pm0SF5SsHL/TUwrXS8L1MGqwOHFfLxw==",
      "path": "microsoft.netcore.dotnethostpolicy/2.1.9",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.9.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.1.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ctqIRSBuyZbH6++xgZnbnr1aMxrxwsbOEocvHSW9lklPT9n/WgkwZ8DYsWl2egFjGyi0bTmjvz8n8Wn1GBRBBg==",
      "path": "microsoft.netcore.dotnethostresolver/2.1.9",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.1.9.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QRGQDN9a/RflmqEpT47gJ04befYL1T+Z7ctRuBfc5PdUO3k5VnV5Y1glBMnWbAPGfP62x8EAwmZPNEpsYX/qig==",
      "path": "microsoft.netcore.platforms/2.2.1",
      "hashPath": "microsoft.netcore.platforms.2.2.1.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pbJis7eSClyXFn1adJUyqaChzAaAhCMmI/wOA+xPx2h8Ff7fy0ZMd4wTW8Sz/kV2WoK/e+CoT/gB8JnZ/Dc7FA==",
      "path": "microsoft.netcore.targets/2.1.0",
      "hashPath": "microsoft.netcore.targets.2.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sof4Y5iZgHWk7BmIfGMs+1daDsvy92dRQjot7DL/YbTvLFXvOmox/km8Rz3KC9mxvpUPpTMj64KgM6w4G2gVHw==",
      "path": "microsoft.win32.primitives/4.3.0",
      "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4qMeYtof6EUbAWihe50M3jGeoSTkdUnkMVkFahzhnACE2PsHF/0jOWmRghLUXCdWDQ6m/UfqEWZp8d0FPIGIwQ==",
      "path": "microsoft.win32.registry/4.5.0",
      "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
    },
    "Mono.Cecil/0.10.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BHukPf7zfXu+akTcFEAWvU4x3hVMMIDC+ihGAl/+8OozrY0f/ajrpuaSUf2Q3Xvgsge5NryvOkjtyhV5TNXoSg==",
      "path": "mono.cecil/0.10.4",
      "hashPath": "mono.cecil.0.10.4.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3XEONgPiC5JAGx0oeMI8crM6jhhLtCBHfEgRVooPGTkBQsV9TAGeDZhi4XdLNYwwyI59E33kKybB/p0ihevMDw==",
      "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.210.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VgFGV9Pkj4D5drHbjMkUcYy5ZJkTA9CGTkD2f7CO2knzTTHQBvxfrqluA3LpfyCvqeobd+i9//RONApbNcqhgw==",
      "path": "paket.core/5.210.1",
      "hashPath": "paket.core.5.210.1.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.IO.Compression/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LdyvCnD5/1nQvtYaf6d55s9iRiGLHJe1J6uIrbRHzYtb8WenKbY8jmxK3n+iMouaxW0FeGwwHWhPX9X2muEcKg==",
      "path": "runtime.native.system.io.compression/4.3.2",
      "hashPath": "runtime.native.system.io.compression.4.3.2.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
      "path": "runtime.native.system.net.http/4.3.0",
      "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.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.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kGIwcjlQrh1TextPod7HDQmd9ZxyZnxZzbY6Uy7/h5DQoAHZsilkagVPcCRajPjdWH3siUDD1ddmsL7QCphHyw==",
      "path": "runtime.win-x86.microsoft.netcore.app/2.1.9",
      "hashPath": "runtime.win-x86.microsoft.netcore.app.2.1.9.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W6lYXrOhajfyUOYrifurqvEr/mUx2kzIIsknsoGvHx9pr9ZuOtWqo0QCHG7bnNH6Qu5Ukyan87G1yP/bca24Cg==",
      "path": "runtime.win-x86.microsoft.netcore.dotnetapphost/2.1.9",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnetapphost.2.1.9.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-67esab8VoYGCWV+hirspadQwwJ7t6lnRZRu9uBMIhyT6oVvuWYKpntusPDjMibD+tsenYTJuvvebIlWSGLhOlQ==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostpolicy/2.1.9",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostpolicy.2.1.9.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i8W48AaSWqdNybVM5Gi1cTF68pjLLubUGPVKtkDcAsipOc1BbJ6lJS1Hh3dpL/nGLJpsYz92xtxuCXw1oHowKw==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostresolver/2.1.9",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostresolver.2.1.9.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+6wUPlTV4c6fiE0UOglREK9JMSyT7Ye5yhaSPKJfPhk2Tx+dSz8wo56XnNB2d8SXRJl42VXu3By66xMgq779ew==",
      "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-1gXMJNtqlOKAn3Sr/XF/ntxswABj2UDXVtKZwPxkPuFyHEmSMUTmjKUX+pjVO4ylqvwnpFj2B11EdPT+8uYYZQ==",
      "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-1KbZNBooTddT0Dj+da1WFhKrrMOdBXgU7kDxctZuG1xwz1OxVTL4wf3kYqLadht8j6os5WQanJBrGO/AAM7Swg==",
      "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-CQTchjX03O+vAxyPkfiIxpjbiE/wudL4swGtK4buRxow0SVfMF5gz564418HXURdMlmP2wD8NvjFbAnJVQ3IPQ==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.Immutable/1.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-em3DzQivBsDRdoVJ6U2zx6PaimmGMmeffEd7QMjru3SRW3nZgBsgAbnvkVUYsHFn20Fa4jDdhwhpeRgO34I7NQ==",
      "path": "system.collections.immutable/1.5.0",
      "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6IS17jJYLe3Al3LtFHhX66cs8G4tCvHJFS44ccROqgGautwI4E36Sw5cXoYFgRMwE3MK7bH0r6IdWLfI76q7UA==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zCno/m44ymWhgLFh7tELDG9587q0l/EynPM0m4KgLaWQbz/TEKvNRX2YT5ip2qXW/uayifQ2ZqbnErsKJ4lYrQ==",
      "path": "system.diagnostics.diagnosticsource/4.5.1",
      "hashPath": "system.diagnostics.diagnosticsource.4.5.1.nupkg.sha512"
    },
    "System.Diagnostics.Process/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qbUvqMpXImtOT3VMaeELbkG0NWzw+DwrvBo3Y5V0VE1hJQxufgWdlPfut+lKLXHkPQQWqUdZoKZGOVmlskWl3Q==",
      "path": "system.diagnostics.process/4.3.0",
      "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tools/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VLuy3p0jEzfTtYFmFYACMHeZOy1h3JN4baqI9jDho9RYW2SGL3L2VvvV0rpVjO4DBPBc+a5LPP+QLcaPDIK5Hg==",
      "path": "system.diagnostics.tools/4.3.0",
      "hashPath": "system.diagnostics.tools.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-ISemFXLKkREq60qsL4qsoHr6cs45eUoJYOu8n45tN3V+4XfpVmG3BYphK/QngBWrbeehHFyoPaf+vZzqx60QLw==",
      "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-eV/IUuxKeafm6GxmG5UGymYhAAEgd03INCN/ITfmIDgqvjdoclNA7NF+WhBlC/YIaMElvkempPAFLfb/wkEvhg==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dZpcRrNIi/G274mFyYsX+OkdpcuHsAaxvPaR6cyUQz9EpRVj5P/1pPZUQAFef1vlG8BGdSKQ7kIoz/lU6qCdTw==",
      "path": "system.globalization.calendars/4.3.0",
      "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VWTUaBLpKZVt7OxB5U0gCV0PZ/CuBHcYw6vAchYhTuSYByYY/SjI67z6ulXHgewBRyCilC+twwdTi7jGSBY9kg==",
      "path": "system.globalization.extensions/4.3.0",
      "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aIS05vQWiTIbApzP30hA2ULEudaUbb35ZnhhVz8N700zCiDhNl8l1vHylDYJ+JMQTMnXfpjE/v8dhzYwoC3qXg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-H9SLMkOJYvRhT1WONHyT/+mYqCP8WI6Tu26FIvgUN6yELWlSD6buQJrLvh2bz+zeo1gkq7/cYggumwgvsizpyg==",
      "path": "system.io.compression/4.3.0",
      "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression.ZipFile/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lKlBUK0aOueF1Tzzy+DuOP/+KURg24pf3UvleLAE/01hqT1GSjA6KH6vtsDoDPPzd7jkJO09JdAR4bZ71PgkWg==",
      "path": "system.io.compression.zipfile/4.3.0",
      "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vPCXDoVDkyji5Wo2hZcZ59ssE1IcqCG6ToqmoRWkFueUsn79s4D7W/HuQ3idyG5EfrJiQVvlW+l6Wi6eaJFIvQ==",
      "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-mhc6x/RG01XlQhKBIZMP37yGlv1ggXCQS/XBACW2o4YQjiUWMG9Ga02WZ15cmblk+vqTMk2vGx09Te9FNUu44Q==",
      "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-5JElG4h7eTA7ktzueovrukMMfUNa+1nsvQiBpw7EpGs1C92llisLt/HROt+DZkPS6XwDMBML4EW4RIGnSkR22w==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WkOb8cfE5O4ry4ipGq4nvTRUf5ZVbaZ/TaGgje2iGTdFjOTdlkmrCtNh1lEPLv4G4pACt4/ZQi/S7qNAyvHlvA==",
      "path": "system.linq.expressions/4.3.0",
      "hashPath": "system.linq.expressions.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/4.3.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==",
      "path": "system.net.http/4.3.4",
      "hashPath": "system.net.http.4.3.4.nupkg.sha512"
    },
    "System.Net.Http.WinHttpHandler/4.5.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ugUKd9n5hb6MDmzhW8At0TTilHYsfYP0aLDv+mKAkbWtrivRj3X5KjkkDa+QO9gTOoNhdTEsZdycofPUNgVyKw==",
      "path": "system.net.http.winhttphandler/4.5.4",
      "hashPath": "system.net.http.winhttphandler.4.5.4.nupkg.sha512"
    },
    "System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
      "path": "system.net.primitives/4.3.0",
      "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
    },
    "System.Numerics.Vectors/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ohoMaE0p57FPys43yzjzHt13UGMtNHvl9pXrl4PapV5eoBmvucBd21AWv0nHeFAkLjBh6Wjyog6nnA6/A4VCjg==",
      "path": "system.numerics.vectors/4.5.0",
      "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EgiMs6w9GOYy36J7AYw88bgmVCQqrRzRpARlX+OnYT4FV0gPHm3X85mYL9TcSMH0HHQwspdX2w0JUA4m2g/YLw==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z088QWUW2HGkVVbLKhaTLa5C01TTQi+uA4ngu7ZO0utXaZspda65yIOpSa9LELtrLdj7nQrx/1mgqn9zKlnuGA==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P4+mDxZB5a8vhJ7edZ+L5V6DrP7Qi8/vTk7rtwNJNbeZkLlad/v9SfdSfWsqhO+ZmPr4CHXF2ZQfxETNsIUlzA==",
      "path": "system.reflection.emit/4.3.0",
      "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JBUEL55ft7H0hn8qKbE2MNLhDvQIHR5nbwpkJKn2kHTic5CmbMtgaDqrZQOuWxJCcwx2csLa14r//oKbsico9g==",
      "path": "system.reflection.emit.ilgeneration/4.3.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gvkHueg+xMvEJLFWWtywCzsRU6H02931lPnfRc3O6MXrB9rmZncG77xDr75cogDQEltRiAlaEWP3oDLypLAgsQ==",
      "path": "system.reflection.emit.lightweight/4.3.0",
      "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-K0PlTGfnVjpnBKYEj6Ymso+8GNGnrkVc1jMHVoZDPXRwwE15f3ZRrifzW3h4VkO+6pQY47ayGPS+6ziWFAlvuA==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Metadata/1.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0ILagiQ7zhjpCgHHzDZKw3o2mf9A0bSTfgOmdTKKp75EmXH9EWqbcFKz8J1UwvhcYNgzX0l+dqqyvN/zkeqFmA==",
      "path": "system.reflection.metadata/1.6.0",
      "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HaDPPytcd6fG6WDD5jZ0A5bkRT4PBMdyzCyPYJGC2VAEl2geUoUwH8QjnlcfIXqd1O4derfOKSC34zm0qm2gdQ==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fO8GMEkgoKioJ7cglZbhcnBgkCWWn9poS3G2jevS+fuwW9xJXMx7/1kr7dkwOJfo0pWqxLFWVcxlOr+WeK5ipA==",
      "path": "system.reflection.typeextensions/4.5.1",
      "hashPath": "system.reflection.typeextensions.4.5.1.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SybRtGdwywp48x/OWXitwa7LkgjzVPPP9HiqZKq7SBgDEtrHLwZdU9Ur5Vn83DK/8Lov5si7pDyvYTRMf6BzWg==",
      "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.CompilerServices.Unsafe/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==",
      "path": "system.runtime.compilerservices.unsafe/4.5.2",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.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-QkF8vzGdD/0+H6KfxaeQgTZAitdr1cNCwHs2rUygQAaqt6TbV3XYb8HGOoxYSN6QZ+NvEuXKy0eaFRymHgLmUg==",
      "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-3LNRDtxiGvQvDoT86CzoQyhXh1QqPB9f7QQsL5mFHkXFF7INdiNKr/JUAZwiu7S43mq3wNVL27h/9Hn230m2mg==",
      "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-TzNWfL3JcY1EbVoVWRx2D+ETuUv2tE1cOrj0Jlj5Pox8/HAqOKVSo6w6Y9bnbMep6V7YvL1E/SdRa4Ud3jlEfA==",
      "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-18Wx3vmQhZRuAC9/ISn82aitUjj6cvMrNJeKh1kgW+EGxoSFITmp+z2KRW1+KY+I+pxdZVTE9I6m+26/+skI/g==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gy5iVmjiIbwzmDf41r7TIDrZRbX4OJ14r8jWKqrObtHtZp5MvmnAmcwvSK38oJ/Fp0qfUvhwTAgrs9TR4drrNA==",
      "path": "system.security.accesscontrol/4.5.0",
      "hashPath": "system.security.accesscontrol.4.5.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.Cng/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
      "path": "system.security.cryptography.cng/4.3.0",
      "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lf+aavCtu43O2+D+JxRgo6AunMxeY2hNHuzH8BdV87pGrNCXr7SFKV7o0RsNh0e/z3kTH/1na2rj7tArP7TglQ==",
      "path": "system.security.cryptography.csp/4.3.0",
      "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5B5q55fCA5Cm1FfXwmfQFrOawmf2NCMe0MRW12cvHmKjaWY4VlNuoUOGYRnZaCCdTvCS70QTL85203SKLhZVnA==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
      "path": "system.security.cryptography.openssl/4.3.0",
      "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yF+fK2IuK8QoilehHhW+21hVkUexiF2NPZpCEAWLAbaDnLQXhNN1T19fOpVut/njVzBhfBvybNQNdvcrKxrvXA==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
      "path": "system.security.cryptography.protecteddata/4.5.0",
      "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
      "path": "system.security.cryptography.x509certificates/4.3.0",
      "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-L3R/xk1s+AJB/ZRrwXyjXMmKp+RNgLP92LSidWEM0iCouznJoiiBloDCxRTjmo8hTDAKSWaMrltsttUzg1RhjA==",
      "path": "system.security.principal.windows/4.5.1",
      "hashPath": "system.security.principal.windows.4.5.1.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5urrRKlmRqg57O/H5k2Ci75cwvaXX5cHR49riSaJO9Ux1k7IyX9rD7XtRjNyN0MtuRQwQ9iSGJfuFqsl7hJENQ==",
      "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-9RWsdexKJMgpChFj9JpvC8kHizJZE5uknoe4j3qJWTfgwAn3yNC6gUuTHZwjhAVA2hd5bHSpYHXO4+fb8TMSJw==",
      "path": "system.text.encoding.extensions/4.3.0",
      "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VWuxSRqQpgt0L1Mu2F89ASfQwrx9m75p9yS/CNe2mFWK1+iO/cFq0wKdVFCVTH4+11QQdeKQgCs/nkgJ+rtmjQ==",
      "path": "system.text.regularexpressions/4.3.0",
      "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uivhXpZsGM7FsVfc9Q6pkPmRSVH2QX486+YT4G8LnZMkaYjiStxPX86r+SEIhGMD1bak8DMqsv9JJUVSAWAbMA==",
      "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-F/Jpx48+FUWEFFKCQswZehxzrkTWOA5XmXr9G5FWBOvEM/KIDbYJe46jH/H8rQKnifq6cpfmUlVVfKO2099Ciw==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BG/TNxDFv0svAzx8OiMXDlsHfGw623BZ8tCXw4YLhDFDvDhNUEV58jKYMGRnkbJNm7c3JNNJDiN7JBMzxRBR2w==",
      "path": "system.threading.tasks.extensions/4.5.2",
      "hashPath": "system.threading.tasks.extensions.4.5.2.nupkg.sha512"
    },
    "System.Threading.Thread/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mvCTo5A6/P+f0gTXNiUIk91vuyLAFNafkxbivleY9/P/XuphM01FWrbPp73Fotf0W2e5VABL/RYzNwayzSouAQ==",
      "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-vHwLroretPC0DPicQH/D5kDFUGXtuJMrpJ06/CPjVJ+ZMHrQ+HwqFYGLcD81q8HK/ml4mnkcvjvoII6durZ3fw==",
      "path": "system.threading.threadpool/4.3.0",
      "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fVU1Xp9TEOHv1neQDtcJ4hNfYJ1pjfXzKY3VFeiRZK6HTV4Af2Ihyvq1FkPLrL1hzZhXv7NTmowQnL5DgTzIKA==",
      "path": "system.xml.readerwriter/4.3.1",
      "hashPath": "system.xml.readerwriter.4.3.1.nupkg.sha512"
    },
    "System.Xml.XDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sNvx+eNAvP9Se/+P2D0BRXjWuFsSD1hGw8WGoUOetllarftVlZkdGYPRfIPZi9FqM7nGzAFyA28TkE6WVCybxw==",
      "path": "system.xml.xdocument/4.3.0",
      "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
    },
    "Fake.Core.CommandLineParsing/5.14.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Context/5.14.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Runtime/5.14.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
bin\System.ComponentModel.Primitives.dll
md5: 21C15E62A9754953B62AA223A36087B7 | sha1: E74CB8F531E0CF5108B69C781953D72E63DF3089 | sha256: C81C8B413D0BB1CAC1CED89B3154494BDB37DCBFA19F4BCE97EB955E9E5BE8BE | sha512: 60D64C5D87E84CBCB9B0907D04330BE1012C7D4629216FA5827DBD7D9E5A0126CC00B996F7085077C9E0689B6887627B35DC50F468CEAEA505C557B9641A4B28
bin\System.ComponentModel.TypeConverter.dll
md5: 7235BB8E682E8A8726D21572D4E1FADA | sha1: 262B780BC966397A7AB77B697A0D54E922F1DC51 | sha256: 212707525A1E70040EEC1CD5DB591A06AC872755171D2A11E4B2395D7ED11B7B | sha512: 19845133943D8E35412819C44A62D9382F1A3AD434A841FFB92627323033F544DF0E7BC1A98665FB37392DC96C791D04C5DD7230A247F259FDB9A46635DB4780
bin\System.Configuration.dll
md5: 653A15E180883933C962FEFF0F798CB8 | sha1: ABC7778CBE8C5A78C8912D88F35F223EA57C7CA9 | sha256: 5C107601714A014DA2E8085E0405FEDC9B3BCE260BFBBDD10AD3009DD226CE61 | sha512: E1281E9BD586CE6823E61D1024CE258E36772A2452A9B62618179025E0953902E7B0EF1B23032F7895AE0545239593DC80DE9CFFE78FDA5C69898CCAA1C49DE3
bin\System.Console.dll
md5: 40DDBC1D6C3B69CC679A74F67FF624AA | sha1: 2D49C5A7CD52FAED1EE5EEBD89EFCBCFBC3FFD8C | sha256: C4E3248161254946B43404C96B3FB59B669BB99879E6892F25139E43E2CDF1CF | sha512: 45D5A33A6E7F3C6BD5C0696B58CD76D15EC9B728944EC9DF1607769D0C7B12769D1BEE93DA7CAF5A5F10BD443AA7FF36392E8C8B0CB24B533B3866925F6FC9D1
bin\System.Core.dll
md5: FD29EFD8CB3424A1166FB31BC34669F0 | sha1: 388BB5A5CD8EF08B511A67CE1B692C652F1D4E05 | sha256: 3A81783C027387E3450AA4D581BEB522694DDAAFB40579D4B7AAD1BD0B835AE1 | sha512: FF08BB99CD8B7CFA4B9C2A56A4351EBFFCE5C901E351A2ABE024A69E136EE433E397EFA975A8FA2321C5D79D4B94944D7AC8A0C70D3AA98FD4AA6BAA4BB41BBF
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\Mono.Cecil.Mdb.dll
md5: 1B58AC1791DF47E8E1ED288D78FF685F | sha1: 306302512AF4E54A24994ED7B5F9351AEADF335B | sha256: 1570BCBDA91121020D465959D1CAF52AF56FED8112233F80B35F61EF025EF0A8 | sha512: EB6D3EB2FD85B9915961D71A11663C64B0A135AA274CAF1F4533130CAA343092360A17B73F7270775A7349D8B8EA4165F0E0C8512035516F6E7BFEA75D422178
bin\Mono.Cecil.Pdb.dll
md5: 678EF3353741906F1CD8989F7C558A1D | sha1: 843F2540C92AB79A13C20EEBC02D34C353E11B15 | sha256: D0077E4BA9CD00F76AF68BCF8CF4AC891FC08276AA7BCB91AEE1D5149DF77AA1 | sha512: F40599F74EC2A1B451685447B261AB7B8949567335CB2F6F6227CA5225DE9DEADCC14E816B3644020755F943133E45B3F2B8CD25FE2656CAA839AFD7B333B1A7
bin\Mono.Cecil.Rocks.dll
md5: 8A1367CA5DE61FF2522803B2158975EF | sha1: D700F1452B9A11FFB90E4D703E5F42EA11D96DEF | sha256: 68A0C6046646E2695CC50035C4673DF74DF9E4F826605002C0B513610FAA2A3D | sha512: F44BBFF3606918F7DCACD43BFF335617DE7BACC8A65EAEE1BC238FC5BDDCBCF1068D8A0FF587C21FAA281DD675874BCBFDC4BEA5C611794EEC1B70B9F22DECCC
bin\mscordaccore.dll
md5: B31BF8FBA0FDA20A34C6B742876C8611 | sha1: 8262E2A3B5C2D4FD4FB1761EEAE6F826EE3E64D1 | sha256: 172E71F375DD7F90352CB93D305E65FB428225C0D5F84F5F7726D4CDD67BDF2C | sha512: 52A227522BA1801FB010F07E74070D418001F8E7BA061D6A292394B4CF38BE74D90CC9FDBEFA868EAC93E878EFD6CFA9E3B1E2AC47C0EA74A9C80F3E963DBE49
bin\mscordaccore_x86_x86_4.6.27414.06.dll
md5: B31BF8FBA0FDA20A34C6B742876C8611 | sha1: 8262E2A3B5C2D4FD4FB1761EEAE6F826EE3E64D1 | sha256: 172E71F375DD7F90352CB93D305E65FB428225C0D5F84F5F7726D4CDD67BDF2C | sha512: 52A227522BA1801FB010F07E74070D418001F8E7BA061D6A292394B4CF38BE74D90CC9FDBEFA868EAC93E878EFD6CFA9E3B1E2AC47C0EA74A9C80F3E963DBE49
bin\mscordbi.dll
md5: F48917F602AEE962CF3BB6AE3F81C21A | sha1: D39F61F89A0D6420317F49917B73EE723F49FB2E | sha256: 9A7E86E08A6D38AFEA52675A63B3817E397FCB4FD064DF8829FFA1A6CEC6073E | sha512: 446A714627F7EDBEACE78CA8997106545DA0F725E7093E6DC0A826BD6ABA899E611A59FB8F6DF1C8FD99CC991A0D2633AA29B53A727B6E6429E88BBF82EF751C
bin\mscorlib.dll
md5: 59E518B96B99B6F58A81455B3019DC4D | sha1: 8B4C8C345F036184FE0CFC1FB86A5A9B06E0E477 | sha256: 015C629EE4DA5C8402EF9A45166CBD31735863B32A1CFD6FE56132B6060799C1 | sha512: 6E32AD23706D685F55166F1C9D7B4430A2A18882FAE325B622C03FE033D1667041B28FD2FD187481C7BA63E6F283D55A29F43A291B24FF4702C94AEEDCF5F061
bin\mscorrc.debug.dll
md5: 6170235867438F5B7BCFAB2EDC709AC8 | sha1: 7069930F518F399DD3F7E0884A0DD6F15C02A26B | sha256: B141ED2E5533FF7A29B1EB6A8838E430D0C453E15B7608703E47487DCB3ECBCA | sha512: 9496D41E87606D6B4D06DC2031ACE3B62C938D74410E8F2C33655771849B1289DA5F9610F30399FED557BDCC2ECD34B2128D2D3195AEA90006DB8DD00468116A
bin\mscorrc.dll
md5: 8E8A33803522F553AFA1DD998C31AD2D | sha1: E66F000EE7A15B8A2022F3D8707BF2D4AA089C93 | sha256: 34B65FEE88B336BCB4F6CFA67E4DEA28866C3D0A631F6F1844CB87B56C00C9B8 | sha512: 74C5009B91FFC4FDEB81940E7F01B09ECEA7A6948E1DADFE3E94B300AF87182FA55502003853A9812A262D298CA991D2C3615057259E1675A30D53441FD9466B
bin\netstandard.dll
md5: D122971674E7E23CE814C03B6F77143E | sha1: 716A0AB67E9FB1F392DB2B25916F704AB12415F6 | sha256: C64D6CEAEBBDAE32AD3C9108CB5607C6BF7AF1797DEC08604CC1B4F4EDA263A9 | sha512: D06F0E8A865D2B9F3F182C1C0A0A0A6E32E0366A9A0E15A77AF2B756ACBD03FC361075C861C5C70148F5A60996E081ADDADF484B20EE2BCD797A01FFB7694EE1
bin\Newtonsoft.Json.dll
md5: 1F478E39A4C06EA7C6DCE92238F23EC1 | sha1: C1CEAFE3FA14E099C9782058CF598686361902FD | sha256: B9B4E633EA6C728BAD5F7CBBEF7F8B842F7E10181731DBE5EC3CD995A6F60287 | sha512: A192E7B5B67259128CF7A901E549722903230618C0E10215F802E22FE9362339F8CE5482B729A28FC284670D984B2B79FC4D5F10E37A2E734A61200DBCFFE859
bin\Paket.Core.dll
md5: F5162493B703051C382A345B5EFC3CF2 | sha1: 054C59E858F612F0332DC4DDAA6A49824DF58607 | sha256: D20CB7BC6F68B61539126947B011897B05436CAF64A2F9B06DEC84A62CA2961A | sha512: EA11809292C5BD91EF80DCE92DB5D6AAE1F1E3BD650DABE965464E64B7420A1D0047685A70580CE756C5BE9ADBDFA1A14E5C3CB66B7583532ACDA9CA8381B3BF
bin\pl\FSharp.Core.resources.dll
md5: EBDD6778C59DF35AC83DAA170705DB7F | sha1: BAE36AEBCF510A4EF7AE69D34972367839385CCB | sha256: A6D38D7C1CCC987B629E2BC7CBBA80E04F4D8D04DE941266EBB81765AAE3C5A9 | sha512: 410F1741F4717ECF42A9D5612131C77047788500F528BA5C2EFBC8542B64ECCB2178CFA0E3ADC32229A89D3D9F3707181CD3F7F287EE55F44BC29D4EDFE572EE
bin\pt-BR\FSharp.Core.resources.dll
md5: 4AA6A32C6556F7A061913ED10C294593 | sha1: 41FBA2CD5739D89ED25A2841F531C8196A99405C | sha256: FF4B6C1EDB87D7BD78ED5FEE25296BA16BA860A6A46F098A411044EFC7C77601 | sha512: 8AD0FA6FDC3545F46E6CB351A307CB2C2F32EAFF88FB89FE97AC5A283EF59917E8EF75FA3C8CFD6531F34C6A527435023F18D82868C3FDB412A4C7B23951EDD1
bin\ru\FSharp.Core.resources.dll
md5: D1BDFE82F260109746D2825FE7D26E00 | sha1: 921740C3799928CFED4AEE70EE7667B164E69A0E | sha256: 3CC04FDB34E90B87F1AA5803EBC491B3A97AEE0B5D5F889B339CF7C91B2F3871 | sha512: 3C4FE10AD57BB2C98A707080DF3D5938744A7528CEE6BC034ECDECE3FB210F632D3A6EC07D4C21667B782806E6836EDF27F75873487389A45991A06CEB2D0DD5
bin\sos.dll
md5: 778633A90402BEEE2966FF06BF97949E | sha1: 610FBBB85188DE2EB69C255B5918891EE60CA0DE | sha256: 26A0FAD1DB646A2D89EB13736BC37E8022D05DCEE80E1600E31797A9DBB3BFFE | sha512: 95AD4ED257EB45EF1D9C1BC430B2C5B0573551CB582EB1007C8AFE342EDA201B41FBA5B067AB5156DAB4094CBBA99AA2A1721FFE24F200DED7FFA24227213100
bin\SOS.NETCore.dll
md5: 38560AD7EBAD4EBB91D8A14FE30C04E6 | sha1: C34DB3AB5D6DDBDEC2CD76F47D2254E4CE11AFA3 | sha256: A32A9155CE218F6613F58995731320298436D5FEC19B54AF1A82F3BAB4E1B262 | sha512: 62C69300DB1A404871BC822E0C2E24126198FAA4DC025421D070279D8ED18E5CE277B85AD0FE04642F02F4DDAC0CE9D14ED67D9E5B08553276D5A7EAA68A4F9F
bin\System.Collections.NonGeneric.dll
md5: 26862211F7AE51EAF5CD4F3FE4CFFD6E | sha1: B51A9F3D6649F5C3FE6792FA2D72BC6D3309D373 | sha256: 18BCC596C8113312DF6B6527EDB77235DC551E71FD563F41529AA3D753C4D115 | sha512: 30A23283DB86D3B5E8644B028C6F8F57D1A01A4A834C7EC70CED4B7D64224E05A6DAAE608BDE4187386A3E8C8B790708F005110F72BB69BEE3C5D79E3B7B8DC2
bin\System.Collections.Specialized.dll
md5: 187A9480DA152469BE0DA5136A648A1D | sha1: AE8230C3632596BBCBC1A12BA9AE3A45A17583D0 | sha256: 985DA341EE47018FCF8085DA94F4E3CA5ED1FA8F67FBB3D9CD887730E14E489D | sha512: 91B965311A8034C191830B18B651912B7272B9856106631C00DA20F313055846AF625C74783877D32B7D2C679C96374506DAD981CB708D06A75F7762D39DAA1A
bin\System.ComponentModel.Annotations.dll
md5: 345F7255F6934AF50CF6707B13B97262 | sha1: 49802F1575ECDE3AEAB2DCFCA02C911A42B3D20B | sha256: 4B1CAA00B9567A49B066BFA4A907C7E22A759BD62DAD6C550077EDE1710DD6A7 | sha512: D74CA9D8D30BD88D6DFFFA8C673B4D75C549BBF380218A4F3CA6FB926EC8AD272919F6DF7080CCEE65FAD5245A356C71B03E33297B12F8593CADB0BEC9F8A3B0
bin\System.ComponentModel.DataAnnotations.dll
md5: 724A775D7E08A93479900CF97B0D7429 | sha1: 558F320AA706C12A8C60F3748D75DE6E30C107A5 | sha256: 6547DECD6BA7CC6735550B8F3991CAAD752C5C4EBD3C6E90694210657B636E22 | sha512: 13022FD5BC8139C6BAC21858B93030560ECDA3C2E9EAA9B6056704079A01E5183A2FEA51836EEFED3FF1895A1613E58E8CC5E826EF45DEF1FEE52ACD4F60FD86
bin\System.ComponentModel.dll
md5: C76A70F2043CC6DC5366115CB923173B | sha1: 710CD93021483671852011C713348A89C65838BF | sha256: 07B161F9919F2F0CCD94586E7BA4E36B2D50AA44A0501B16ABB55777A168476F | sha512: 4A0801EDC5B744F444A3A3E3F5F67B7789ACA63A1C600DC0B1488A1FC3DF036827C66428363804038C3E7DC8AD956427CEAC8470596F6980AE2C13F3BA7BCC53
bin\System.ComponentModel.EventBasedAsync.dll
md5: AC88413CED1CBDA56B6832F6A521A949 | sha1: 6C7B587EFDDAB44550FFC46FF67AF43A14AFF7E5 | sha256: F71AA390EB6465722139E3C6766B72DA4A3612A7B63AF3AB7ACF9A1C55F2574E | sha512: 186C45D0F11AE1E2E642E47ED19FA1871F542FE4CAAA8B38BF71E17D0713C6DEB1E98A13BE8B1556A6C348DA5AE4E1E9EB294EAACA6FDE12DC01EEB19339C3D0
bin\System.Diagnostics.Contracts.dll
md5: EE305D8145CC46D86BD8C03C8A0204BA | sha1: 553C161E29350BC0E2153FEEBD78EEB41F1BE320 | sha256: 5819E771AF616AC5642A379530971B3C239ED8DCF3CF90666F83FEDDA1D6413D | sha512: AD941E07DA6BFDFD90C1B16511C271B4831F0870B7F9A782B52287CE4069225325BBF3BE58F769576065980C43DDCE3C8503347236A894F112A22A224E45210C
bin\System.Diagnostics.Debug.dll
md5: 8D0F5033D31324D1712A9C66E92C0024 | sha1: C4A487F48EBD917564DB3CFDE0B92A29988C8273 | sha256: F487C130C86F3402BA5E8980F442746E288584BCDCFA0651D26AD95D1E339C4C | sha512: 9C53256B44D2C3B7D5FEABCEDFBEDF3E4C301C21907538E057DF6A4C21D00CF0DF6BBA0F25721FA7200071CD7D3FA9365954F2ED873D65B025D6B86AF6AD2999
bin\System.Diagnostics.DiagnosticSource.dll
md5: BC1093E72A56E6E01DC8E2AE11B1C7D5 | sha1: 85BB5C4ADFBA5FD3B68ACE5BCEFE344855EF5D19 | sha256: 44A8B00E2A2C84A43303EA27E3FE7E03D021520DA2A7B9878F332473233782B7 | sha512: 774D2246CD14F5025CB832835E4B6E8464B939664F440E34E0D125DA665534C07CCB5C6FE3BCAD00FBA1309EC4DFC79EADC4FB72C78FDBA9C28DC1E001E0F7EF
bin\System.Diagnostics.FileVersionInfo.dll
md5: 8548A7E8F4EE070E1A83997CE06E4C0F | sha1: B656D93022E6899B09367D6C8FD78952CC433059 | sha256: 9A2C7B8385001A82D4B7710F9C1AEE44969C003DDBC98F7E4BFF78259F843B78 | sha512: BB5AB40AAB83345D696F77561ECB92C500F0F27FC34980FA48EDF987ADB66D1478D64384C560549F82708F6AF554C46528862F0DFDAFD43A31965CD61461768D
bin\System.Diagnostics.Process.dll
md5: 0E18033F045116423406DD87884B7E96 | sha1: 51684991F5FFFAE40BBE9BF09683C3F4A25D37B2 | sha256: 4137F4A04D45E07A506E9CF9A39B9FF1C788595B5D6D253CFB06EF9953CF27BE | sha512: 27F88D6B543617AF8768FBDBE0559AF0D2F57BD9FD03360F458A7A5CCC6E3100C574F86957B30FD457EFF786E73698F9AA1FC0C212D5EBECAE90F763E115EDB0
bin\System.Diagnostics.StackTrace.dll
md5: 092F8E5ED1A9EFCD9809EAC294887445 | sha1: 369FFED849D5F83BD31C7028B2D57A7BDAEBFF2F | sha256: 6F9D8F8776B4AE74D241F7669026D0D23CE6B6BE8D1F9F7173DAD0CD90393BCF | sha512: F98AEB93EC6FAA54A05255D15038853E8B6FA08FD7EC5DFA235AFC74344E5F90B27D7C8D62F4F8A7C7CB13DC5CCA28DDFB98133B0C32272DF90D80741B7D65AD
bin\System.Diagnostics.TextWriterTraceListener.dll
md5: FB85E4093FF3B5E7939D454CA556138C | sha1: E747CCD68BA551D460FCDC5CA286F7F88264A8E0 | sha256: 075428CCDFD4EC1A74F575B0562046652276731E64353207C5CAFB80188A29AD | sha512: 275CD1DFDB1652C0C59DE2E89BDCAEAB1AE57CCC5E3D0257701268AA36F7BB34FD1829FB69F247A092925135F96B41C39697AEC567FAB7DEBD8C8DF1FFDCCBE3
bin\System.Diagnostics.Tools.dll
md5: F1A14921485B20BE40347F50A766FDC0 | sha1: FFB003D4CB8DB9B5ED3D4F2A5D12A504B60CBF1E | sha256: 36E490C54F70179D22D855C2083024B1CF7BE662CCE7E6298C16FEE59026B7BF | sha512: F52E9A2F4FDA905BCE1A90EB5DC71523D646F82EB1D8FAC3E086227303E9B7322FA64B9B8CE97851BB0419F0F7E7B7C070AB4855C080261E3812B765324DD60F
bin\System.Diagnostics.TraceSource.dll
md5: AE1DEB5B675EDEDA0AC587A51479AF02 | sha1: AC6F03A52094A7DAF660BC4968280C16FA9F6ED4 | sha256: 3FD36EA610FDF966E031DD4011B5E8ED36961261DED01342DE450CDE926BC2D8 | sha512: C77F58BFA8994B9C62E325F018C1F5F67A7D1D15C30910DE9E72380063F4ACC8090A080999C5AB68AA8012BA834258E6D3FF5E3CD34D04BB7C3B385AA87FBA16
bin\System.Data.Common.dll
md5: 0FF053BB663B6F154A3ADD73FC9F3F88 | sha1: AD81F94CC6CF1BEE8A18F8F8F2FC6B7B5E040429 | sha256: 7EA336213D2C4FB61E7758225746B4D39FCB3F67D174699486B7302B60BEA604 | sha512: DEEE366E777161274D7F612E162EFBD61AC88BE4786B81F7BF7695C75DBE67E01D9DB919E7551C34B8C1806CD4595ADB15627186A4D838F902C0E58174DFB345
bin\System.Data.dll
md5: A13EE90FA6E78DB3E4838CD1D6FC7919 | sha1: BCD3780B2B69FF3520940193D835DE57F855CADA | sha256: B48C5E49FF22999C3D570AF30717205239F68F845E803AAC4A69EE091BE9B19F | sha512: 1A8790B79B5E66B2CCDF0C8294D7D2AAD5705CA09288F0FDA94BEDC30012670E2C4C90614C752DABFE2901C38DDC143D4A95FF0396D88322650E264B14B1159D
bin\System.IO.FileSystem.dll
md5: 4C4B7046E0CBD96EA92AABFDD3A231C5 | sha1: E814B531876F8AC10FC8A4ED7DF6D25A46CF2968 | sha256: 2EEC463665E58545206A9F8A3C068763DC05D64F7AC8AAE3C66072816C318985 | sha512: 1EA2ECAC5B14FAA6D6501EF421D49826E506D8F854645057BE0662026DCBFCEC989B3134699BD8209DDEFF7BF519042F8839FA03D8757DEA1A2D7638CB1F2C5F
bin\System.IO.FileSystem.DriveInfo.dll
md5: 7CDEF8EF71B61C5BA0D61BCA66E99757 | sha1: 963775E8017C9F8088CFD609EAF4972387FD6CC0 | sha256: 442A8C2F1618FD5BC4528B40063320E0653AC023BBC2E64CC0F58D5991E24F29 | sha512: 221358B22130025EBD322B57298D12B70B5016B81615E1EEC07DEC76FEE809E3FCBC2F49D21AF8447F2390A1A72B2568709BA5DC92F0B4DDB4E30200C7BCC94D
bin\System.IO.FileSystem.Primitives.dll
md5: 07DDCB8781FE818FF796522C933C9D76 | sha1: 5F9F0C5F70666AE6DFA5B6275F432A56BCF7961A | sha256: 8BB08809C5C8C6DC4860BF5D93FBC9A34F61A1D0BE8BD1E86613B197269D7732 | sha512: 5B79CBD91411B557B61183C17509B25641BCD2242AB8B878C7955BF707AB895D3C2E019A8DD81A56727D42F77419930790904E55E57B5F0DFCDE9E64E249F492
bin\System.IO.FileSystem.Watcher.dll
md5: 9C523C442DD5C8F1AB2194EFB458C2C3 | sha1: 0AFFEC1DEB6DD9F0B517CE0270F587C006C9AEFA | sha256: 7E3ABFF5FA0E21AC1C7CDA96E5FB4E95A44D67EB07D0A393E6A5074A6EF7BDF2 | sha512: 155F6938F35757F4FFAC9039355A384E70079B05E65F79FAF472C0474D2E5277E066E9AD8D18914D0D6C18729F6AA7A193E03DB7D7BBEABDF84E2C32A436C434
bin\System.IO.IsolatedStorage.dll
md5: 0AE8EC1247C6F77121B06D82499829E4 | sha1: 1FCED73D2C2C6E9FC73779E987BECA27B1BD3665 | sha256: E4BEAA36659E906A726AF80CB9C0DE74318951B173DEB439E63CDA3627E9B54A | sha512: D1ED8BE53E22C36B1AF952871485229F1E6717869A836C5460C3A179761E14206FE5A6CB3A4022226B768A8C3C8E4F9C685CFA56A56122B0E222CB52D7BE15CA
bin\System.IO.MemoryMappedFiles.dll
md5: 955CA27BF8120C4341ED7C5BDCE50C3D | sha1: 4CA48CB0A340B0A7E0DD8BFB45AC5AC66C2DA88D | sha256: 45312668FCA72BD8F47C9D96A454C953545CE8D194A6BDD453B20D3F1FB51E2C | sha512: 8CF2D1B56895DF19FF9F8691C6258B536A3439C7EA3A85EE306A5FABFC333BC6A6F4B2F02DD13E20ED2973740193EE7A41AE4CDE0574CB05F52AFF58319B27EF
bin\System.IO.Pipes.AccessControl.dll
md5: 64B965C49CD5482C1DC85C941CF4C2C1 | sha1: 7CCD7DC99B77A09B15ADF4069452DEEC0C2A66F1 | sha256: 6A897E68368021006EB96E364CB142C5B9A92AB6DFA1BAA3060D3FE9BD838F3A | sha512: AE3C75D56F0CE632310D6E7E1C773292470F0A7C0A0FA220FED71F9846D47C064E6924D326A8868127AF3332F858161EC01D6FAD35788024BD48487ECA4034AB
bin\System.IO.Pipes.dll
md5: C1F2E8CAAFF533E29166C0F43B952147 | sha1: 42614462D4B26D14C89071524A327E189A0A0196 | sha256: 9207DC2B2C4D4377817D9D940215D79D58BCBDA65E8284DC170C0D2E0D9F7639 | sha512: 8A023F3DBE5B0429AAAE540B1B024193FE0F3FA649AF8EEA0C1EC454F318AEEC20F1AEA589D02E61F32C2A2F810A0FAF87551242F0FCC68C1B8CACCD045C0F02
bin\System.Diagnostics.Tracing.dll
md5: 234865574B151D509ECC696FC14350E9 | sha1: 0EDB49822F2380ADBB0E39312999D70E830AC78D | sha256: 2B66D949FDE75472E907371183B99FA410D5B872493BB6C2BFD9A952DC0CC204 | sha512: F0B19604F817E3E2BB433E48987F6436F38AD957E74CFCB29748CBC1D632CC576DE41C5EDFE2B8B0739B50D53B47AE1A1544622538540307CAF0CA106D720042
bin\System.dll
md5: 46CD56264364E809D2FE1086FD2A90ED | sha1: CAB061C54AD9CD288EA8506863AE27FC231EB5E9 | sha256: 108CE5194BFB45D2AD4A1664B28545E896D970EAEAAD651DFA912F27706ADF20 | sha512: F00DD640BD1C32A89E6A72067EB0B8DB521148B8A136766CAF0CFD02236B658C0970ABAFD5FCB505DE1DEDF116D2398AD67CD7DF817AA30F375D8B30FA9DE05F
bin\System.Drawing.dll
md5: EE852ECEE3DD0FB842116AF07A3C1CD3 | sha1: 1E47A6EC3F718EDCAB820DFCD54E790BBD9E38CB | sha256: 38D800500B434D757926E0623F4E5BCE4F140EFE109484D6949406C423FA1521 | sha512: 0880C00B37AECAE29DB54EDE202E8E503EB41C64010D685FA6077FB08E9BC4423706241D8C962C3BDEDB7A938D07C72C2B203EBD966D9CB5D2BABA416E807C54
bin\System.Drawing.Primitives.dll
md5: 5B3D4BBCB8B61905C0A2A38366A32CF5 | sha1: 079D89DDE08F434831338072B0AC76E0588CF2C0 | sha256: E719B7BE607CCE647CE85CA059ECDE87684D21ADD1819B4D692ED7063D7452AE | sha512: 190C7D95DCEBDEA30C692A18A8806C649AF02466FD41484D3768840E8D5D799C103727C5F2CF263C3B6C587AAB549EF38E5437180AD0B48E00013D2CDD50D4E0
bin\System.Dynamic.Runtime.dll
md5: B06D68A7FB7FC0789AF27D01B8DCBF33 | sha1: 66C3851FC4508ECA6DC740FAC1452BD35102AA89 | sha256: 14C4152A1CBD1F8A4ADCA0FB9172DC4D56FFA60C4E934A69A0FC7C91CF01B82A | sha512: CB52C23810E2826E3907A14C13A36570AAAD03DA274879D9A6124E0490148258F8B9D79733611DE85A186BAB8AF29CD888048D4014EDD0B3738C9FC8E0BEFDBB
bin\System.Globalization.Calendars.dll
md5: EF9F650C6EAF0A239942ABDAEB22A265 | sha1: 98E16BCEC90E01FAA909984CE9334A4643E2E415 | sha256: D7C40BB6BAA94C6D0B5ECE3A136D407E03EA47C6A6983BEDCC1EEF6880764189 | sha512: 0EA173E23CC2EF5E4DBEAFDAC8C2D0572F3AA274355C5B1A9FCB376BD5E2E368FD4C969B5130E5563738779BE6CC2627EFB9E47580F648FA6CA50DAD4184B1E4
bin\System.Globalization.dll
md5: CFDB48FB74F6BF86B6408C4A73E565AE | sha1: C7184740AF97392891373BCB90D2F2BCB6FA6AFB | sha256: CEB28C364440FE613365B2F070B513744754DCF6E13F3EA24DA7A5AFAF9E2B49 | sha512: F9A36EDF5D17E37232A6C1B1995D02E9163D86A41D02F58E34560888EF71A57C8E4D8C74050F2BD7D34E01B7F494035A333E24828ACA5AED071AE49AC288E4EB
bin\System.Globalization.Extensions.dll
md5: 8B525A3A626AA26E477E824BE3EF0325 | sha1: 3318E7F23B567DE29D296F9429DE0368F3274B68 | sha256: 8BAC3F68C781EF837A0B74A1634371D531756F92E1D7F4A8041EA0B944865E34 | sha512: E4271AF6D8420EE9D869D193D02BC696E7367148038A72E5364A10E4AD49B3FD7A28365C12640EDCEF4DB300AE96D6C8ED360504893FE1688E062E400D85A664
bin\System.IO.Compression.Brotli.dll
md5: 85E9077678EA9B63C478E9B9FCFEF054 | sha1: BE5F5FE328BB931217A9F8CC5F1895AF0C44E571 | sha256: 75B36491A8188F9E4AC429803E9227110FDE2A82932F5A8A8D5F91D697982114 | sha512: 524DC096CE574707F56154FA9202039044ABD96C2DB48B3E6A93AD2D3B2EF1DD651AD15E936C578F32AFD65C2F42D61AEF77D5A7113E74A0E2D87D2805C0DE2A
bin\System.IO.Compression.dll
md5: 19649E43BC74F88F302E5E78E1006D08 | sha1: 8F405C4848991752E64B8E08421522141CCA3DF8 | sha256: 31B213C59AC82B0E6A3D5F9662B55800F7D3A18525B61E8917B1A2E17C7765D3 | sha512: 6D88E8CFCC323D95D183F04E3426BCE85E960F9957C1CC38E3D36953EA76B661A46B29A17885E6466ADC4B33EB239F6E706CD2ACCE0548FE989B48613CBDBACF
bin\System.IO.Compression.FileSystem.dll
md5: 5ED4CE7EF01137665D06E1EEF0E20991 | sha1: 8938B712867BE70CE140C00BC69777578DE44D68 | sha256: 0DF8606641B4A33691417D41DA1D668CBED98B42BDC032CA76E129E633B95D39 | sha512: E14BA083CBBBD080D6BAAC7D5708D8737440D9051C0BE6F94C19ADA78CC058B23444A1A2905879014E84CBCB2FAF18C9997E39E6BBE0EA5E01C7736089A0BB28
bin\System.IO.Compression.ZipFile.dll
md5: E1EADC64F244A36EE3B40F4C87087510 | sha1: B2A8C67D3E8B22405ED4163051F8A6AD909A2A3E | sha256: A622ED5C24DD48B0062A6324912D1EBCA32ECBED49CFDE94284A9EFDEB8057A4 | sha512: 4521BA3539F414683BD6D5445716222754E0FEB7196FA4D4EB9FF2ED9E7BD26F6D950E4EEA47AA78DFFAAB0966049F1F879507FFED4AE6ABCAA342F2885D4571
bin\System.IO.dll
md5: AE5CDE5D6B3C62BD2F2F8492387E81C6 | sha1: 981B7161D80B0FD56981802F9B51FB1A0DA8140A | sha256: 3B2E1C27698D2A317691C93207A7940A338DB369106F37C6E57788626F4E434D | sha512: 3C889311B6EFDCEB504F244540661329EF935B86257D3EFC931F89DE0F4107F4601DD4431C58A316DCF02C2C8CE7EC35E0515FD872D846D4F7B7218B52F81523
bin\System.IO.FileSystem.AccessControl.dll
md5: AC844A781E3624FB3162145A628567A0 | sha1: 126B52F632AF6E6E9B531F9B05AE50FE8D2492E0 | sha256: 5F7828ABF3E620AAFDA1AC43136B40D8FD3A70E8B7FA72A6B576A56E02A85704 | sha512: 09BEF0EDA15887D69A317BE41FC13A50412933A109B209A081387BEAA712800759C298A47E42E01296ACC335E9F109840A6C1B2C45CA6AB7D6FD49E85C505F4D
bin\System.Linq.Parallel.dll
md5: 43FF9C2DEFD4411689081BB41A6ED63A | sha1: 041DE95F2B31F3C34EB1831356FD323FCD01DC41 | sha256: 842438A627143857C7A08D2C270A5E506A992783FAAE3B05D374618CC9132BF7 | sha512: 346648F0E3A40A3A08B6C5A4CF122FFEA9C1D4A0F09199085A6831BE2F26F939AB7728705BEC1EAE2780B29C57188A61568E867339C3B41BFFCED0E0568F686B
bin\System.Linq.Queryable.dll
md5: DA5F2611595D9DBC201B84AE30F3F0B3 | sha1: 4C9FEB4933E9EB1A0B1A4F432595C146B5D46E9B | sha256: 5EE3FE8682290C4859E26D1C0004DCAF32FE2B1AA057D471D90E166991D13430 | sha512: 8247BCD366DCDBA1A6708005CEADBA32CBC86F24C1A96E7946EE05D5916B036251DE744E64CEFEBB0F1C22CFB8F2D64B19A2F12D6BB54564C1DCF4540020BC86
bin\System.Memory.dll
md5: 6A112521F0627A02EE8B167ADD5BD8C2 | sha1: 9DA1DE617908322622CE95C63218834989680D61 | sha256: D2455AB28D36E55A99ED5E21387AB252C54A4D4A233C2158D9EBBF8E2C4B9AEA | sha512: 8C8FAAFEC0787CFE4C82D8D7556F15283277793AC8FE02B23CD7B14F73680B6E8C4EF3E5B777ED700AB987476287752040C17441109D2AA639AF2DB7D144ECE1
bin\System.Net.dll
md5: 6EA2F96CF3BA1DF21F27E723CA15E686 | sha1: 45DBBC71E65D44CD73E82B09D8D2038A05AC6478 | sha256: B877A612C3EAE7DCD7654BFB0154B66FEB2251EFBD433B5008C6C8100911B522 | sha512: DF00E3EE6F664D0407FAAED31C8D545E00D5C8151C5AE866CF22D989083B75D33F9471113D2B202431A863C8B36C3B04310959F56E6D48C6FC2E893FD8F781F1
bin\System.Net.Http.dll
md5: FE1ABA91206C5961AF568084671949A6 | sha1: A788ED26050A2B92A3F2BCA3EF1BF115CF1D1C06 | sha256: DF341E75CE331020262258F96C5DEA7A974A76B13459B4431482313DBCE1CB4E | sha512: 949B1C7C75B29CFB587F0696B39D437DA6B1FC50E6F9D6CAFF3202AB1316A7F654A7BA43962CC0916BB2691B48FADE022BC7818E7A8877A9EA427799FFC2628D
bin\System.Net.Http.WinHttpHandler.dll
md5: 6801A8E802C2C4DC9B893239F40E8906 | sha1: ED71A74DD39B3747C9CC004A9FACC5D9F006CECD | sha256: 433A0FE9F6FAD96280658536AE65E1F7337D38B54D6712F469EF8184F2C18E02 | sha512: 6A97388048E7C739075D4F592FAF0854D8969E25E49E13F1DE7B8FB6046877CC062FE47A41C8B634BF2CEB41EA9E06BC99FE53C9DD1948B8ECCEC0334587AE2A
bin\System.Net.HttpListener.dll
md5: 7D78E207B3ED1D8830272583AE2847B9 | sha1: 7C9994181A93BA089F2D7526E0FA6BAA57AC3E27 | sha256: 11186EABFFDEF6652C31A004E3BFA1FF4F9DCC321FBF41B8B811A081486E5165 | sha512: 441A02920BAFDDC6A6968BDAF91AF5F0ED86ECCF0C99E0CCD998DF6E6B9681F01D950ADF79BA573E89B10990C1E33BD63E1D609BEDD302D542146B931177DC01
bin\System.Net.Mail.dll
md5: 1642382B23040C7A9331210CB8893B41 | sha1: 916F33A703C26F1FE73E85929B2BE02AFD7FC829 | sha256: 759DF33A46E0F05633826365F9208B6ECD17A539382AF2CDD87DFEAE5E82D6AA | sha512: 6181D7713284955314907ED413D3F6707F3EBBADDCE509E297037DCC798F613A98DA9FD3D62A4184776CF6C7BEB4173766106881E6F1AFF6E87EC72631CFEA95
bin\System.IO.UnmanagedMemoryStream.dll
md5: EBC6B1FB7EDCCB6C2602B8614B1DB1A7 | sha1: 8741C8AAE88F33BADCC5AF1B9123C52459A8E7F2 | sha256: 7D161AC1F2253D7826C3F5DB5961F450301682D59EA147CD0D774BD3A720B404 | sha512: F1E84CE9F722E59073CFA5138111DE55548D10F3ED3A817011EA16867B4AE2E8F24475DDC66485B3BA662324F10B26CD5A0ACEA0798A45E8B60C7624D238464A
bin\System.Linq.dll
md5: D28237EB68E4A13992C561243200B227 | sha1: 86315BA4B6AFBBB2AE0A49750AE289DFE508275B | sha256: B9B8623EEF98AFEB46825BC690F6BFEBD1FCC400CD1CC93F3DCD96A851D8946C | sha512: 7D5526CCC327524F29700A68DB96ACC0FDF0AEB37F81EEAA8DA1909ECDB0066E2ED2D9109DB64653CD55D21C49842B9625378DF154654B3BF41A7A03EF55EC3F
bin\System.Linq.Expressions.dll
md5: 75E2A705F7582021F8D826702DD527C6 | sha1: 3A254406BB75A385DB764CC340FCDF960501356C | sha256: B6639FBE9DCBB2596EC182B534EE72AAFDBCCD707E2120849A93764CB9868945 | sha512: B1A211554D57D39C07A768BB356A5EB70B4B8F974A9CA008CE05211CECA5C48817E3D43B72710857BCE3BE433EAB19C5CCDA71121CAF7CF11AA1E8EAEAC85FEB
bin\System.Numerics.Vectors.dll
md5: 8DA5855ACD73144214A9E89B9F41376F | sha1: D266F59D61C6A2E056F0FD02642859A30BB87052 | sha256: C97459990F32F844A10A968344B804F269D17276D7AED6145747DDEC7B0FDD0F | sha512: 03031A672A6636DAFFD808878EFFA5EF67AD36CDD68B2CE73C232DAB2A8DE93110C096C684A74715D11404B388AC071D55846DA4441DF3DD5E57F29B16A3D099
bin\System.ObjectModel.dll
md5: 597F090048EF127159D483E86C29C24F | sha1: CE043A8D390632F5936FE5F44967494FC8EEF464 | sha256: F1239F22BE71208C27C8E9AF0B265955C8BC541ED508280E7F6D6B82B1093DC9 | sha512: CBFED36D7CC2CE1847276A302D6066D627F3BB30EF0151F20DA2F8D92640B5A655BEDCDAC34D25FD04798C94C4D24C705FFC1588F4E5BFD5B86DCA1C749976E7
bin\System.Private.CoreLib.dll
md5: 0CF62ED26FDB64AB4A79250CC0D7CCA5 | sha1: 552D82CFC13EB488CE6EBD3C432C8EAC2EF47D09 | sha256: C0A35C070D695D79A56C8FEB8DE169475E99C98B6FACBEE9580EA5F5F6F8C6EF | sha512: 5249213020B253793D8629D16F90E1BFCD8B8119EDD4BE77F9BBDDC3C57E595B4116DE88B4219F87872B5799094D6356DBF8A9ABA702A3599C23542664FBEED3
bin\System.Private.DataContractSerialization.dll
md5: FFF97E5555CC9E6988E33980ADECEF19 | sha1: 5F7BDB7C8A32C419E4A06B3C3D679829AFC69DB0 | sha256: 5EECBD0D90ECD46756B8230BA6E9751FF843106979AA059B5A044D8FDED6C86B | sha512: B4D3FFEBF3DDDAD960A669B82100912C22D8A0A0EB053A450B41DA8982ABD0CBC22B5050E8004A46BC636608A81A33B5A849C8D3D9B1217425251BD5D2BED7B6
bin\System.Private.Uri.dll
md5: DB5391E018A75A63763CA203410AB97A | sha1: 244EBA65A49C652BDD47A591D8D4AF3339C633D6 | sha256: 41646D63FB1FF8AA5900F6D400EBB79B715DC858FEDE03D5AE3C8E4101BB7202 | sha512: 4DC11CE5D818E1C2AC360DD58D57660D7BBEEE75D46C11DFE74AB4BE48DB10FFCC5F7E0D2B09C61B611D327CC0D1BBFC7D834EEB61311B1ED185A660EF452B73
bin\System.Private.Xml.dll
md5: B8B44746C97EC8747F5D8D8F444D507F | sha1: B89377CDA9AAC6A010CD642789B636CF6A023209 | sha256: 5F551161DF54CBF7BC6238DABB63C462B70AA2F8439F9E42C99F73202CDA4318 | sha512: 1AF1F9EDE7508FDF1065B8D837B3F2B81DC5071D3559E2306FE13F42E6C62E900FA0A68FB1CD5FB18751C959B9F6B9D111164FFA38B0EC7499DB6CA2C6D4B9D2
bin\System.Private.Xml.Linq.dll
md5: 4A052AFEEEAAA7E4CB21028DFA5EA19E | sha1: EDF3D5849CC73990A6245586081C213968CAA477 | sha256: F347F8F860429FF46A5A62F1154A32B627740C34C1785B20E01BED508392F9C2 | sha512: 47BD9D4BF5B86453AA3450D0E33A7730C3E6BD2AF3DFB4267B29DF3208ECAB94EBF3003A656C6772326F974F739815DD99E36A1DBA4403DD46841414347A0824
bin\System.Reflection.DispatchProxy.dll
md5: EE330E63CA277742ECF2A7CB6F5FADF9 | sha1: 8B601A5963043F25A9168F26669DCA79070F0A3F | sha256: C16B2940B8A0B5F60CF753D44776F8E4198CE48425B0CEB63004DF211B2CD5B5 | sha512: 69587F3BB1421E87F8D5392E7A9E1A49702B48588CC6B896EB45DF6A133054F3B776E5C1DDD84855CB42F38A000AAF8C52B903BB738EA200F6E6622F9E5FD0CD
bin\System.Net.NameResolution.dll
md5: 229B55603714C5057C11B6308CED16ED | sha1: A485A9E9ACE884D4818C69428010D7C819DF277F | sha256: 68691056AB9244306B71759DB9AA32ADB42DE41E11DF7BC96BAD2C62055A02FA | sha512: 0B02D429FF16AB7A42F4BA95B3D950DBD5A7091DB16ACE411996108A9A493419FA4B8EF62F9A6E425D57E2AE836B2E6F3C169F71FE76ADD3FFA59B494C4EE5C6
bin\System.Net.NetworkInformation.dll
md5: 34209329FADDEB27CF17EDCA0BF1F4CF | sha1: A755AE29B6ED4ED982A452D1E2E1E539FD0EEBE2 | sha256: 7F6C6020FE31EC66474DEE96CBEA7E9C476C4C67942031E66A286F1C66765B38 | sha512: 2345369D4989658099E02B3F83C70CEAEF889BC9ED7380072F56DD28ABDC0E9EED71FA0929FB0EBAD9144700533DE360A1836D159E715D565201414467C8C095
bin\System.Net.Ping.dll
md5: 3009F5658AD19E7799164846917CF28C | sha1: 71A52F5FE451BE7F66A5E28E40AB7AD770AB66D6 | sha256: 9ACC71886F4E1327ABF7052F94215FB8C673FFADDEE7D9BAE076947413F77DA8 | sha512: 051C651EB91357FE5DB4A288EB39E07E5D4667154951E59780A457862D97FE5554BC433DEF110E3D5B42A5139582A1EA30D7A5D1C21AFFE52165B610CA472E67
bin\System.Net.Primitives.dll
md5: 19CF54DE5550311354A7FB5320936BB1 | sha1: F2028FF47EE42A239653264D9D14E9090849098B | sha256: D75358DE54B63E0D81355EE9585636ABAC9FBDA24ED8FF1D51F9E904314F9361 | sha512: F9CD9B1AA1AA18623377935FCA6797B56BD6F1C7F6633B3034C6956C6B4241C6081E45F2BB29A9B37ED2E6B36B55DB15336BF7A5DC24E3838A2B2F1879D2A857
bin\System.Net.Requests.dll
md5: 7AB1259F9D293337B31AE63ABDF6138E | sha1: 7EBF246479EFE4D6E7065B758D96AEF408456F4E | sha256: 551108DB2FC19697126C8B80E2A1CC8CDB10982EC2606C564FD2B8997594491F | sha512: 2FFFDB8FCC1AB4ADE299C0CA42BCE4AA0CDD33EE89FB6D8E11A668A133E9775CE8AD2AFB7E768F2FD5F96252733AF1BD5CD82A50BBF3F21A20938BA510F817DF
bin\System.Net.Security.dll
md5: 1DBEE55A54F806F6AF33BDCE28296D46 | sha1: F432A627A4501C7A53442B688AC3911B1A9C97DB | sha256: 443C43AE6B74466DA90657750454F6EB60FAF0AEF0F602A8209F7A2A014838CD | sha512: DA28C89A518A9302A8E58F7B656F0540DCDD4FC1BBBDFF4B78CDC6D34336B66F66DDC8490D0F5A4995F1AB113DAE3486BF8D298E9142CA2C757BC3C34955419C
bin\System.Net.ServicePoint.dll
md5: 38E88BACD01FCEA2232F8692116743A6 | sha1: B972480205A5F863A9B84BE261F0CF6201E1E268 | sha256: C3C87C5C1DB3891B6C51056B36B4D9BCAC6CE818167D516F30351785F90DA9DD | sha512: 5DD962A9D1F51C4B25B5C3C96F6C479652CC8007550D081A737D6EE19EBA0B159175A4D6E25D508A2F6EC94AAFE7219CB89E56E67FAFFACB06040EC4594B9AF0
bin\System.Net.Sockets.dll
md5: EB9429C6FCE6465F661B8DA6A497B207 | sha1: 833C5918C40435DD8176C436ECBF9E55F4111B37 | sha256: DB10F88478CA5C0F0D204B2031DA2608EFFF1AB4C6FFC98A3F123096F612B29F | sha512: D4BBF777D4768839E62EAD0E5E0B4DDC82DC74675A9573B63AD7AEE2556263CC793D91D8E29B9A59B5C905F1DFCAA68492F7E4DAAD7C48586FC454BA1AA3113A
bin\System.Net.WebClient.dll
md5: 2589C3415310BB13C986C7E31BFF3BC7 | sha1: 9240F0354BFAD9509922E8209630CA4FFE04E000 | sha256: E929D8E2C176AF2E2D1ABEF446E38A87358D11E19D69F29F85FDFB7EAF578CD3 | sha512: CF17E2C387DE4314F1DA0CDA2B622193E433D7F3BB0933DD605ECFFDD13C99145FD78EF7C237BDC2094171163ECDE64271D02A34C411941ED9519948EDF092F4
bin\System.Net.WebHeaderCollection.dll
md5: 7E2B3455EB50BD2BCACFF7E34CE5A05C | sha1: C91BCF767F4EFEDCB04C3067F2EBA85263F5A483 | sha256: A873262721B4716BA62B57131032D30BB4C4A014DFED5354CC13DF1A4BC27F52 | sha512: 055BB6387A5B4140D7E69EFAEDAFA31D13E2A23942AC7EF20150E612016D2E90A218F4C3ECCD5BE1985DD9B689C11AA309B198AF8ADBD9172242A088920E32FD
bin\System.Net.WebProxy.dll
md5: 48D0371B2C202E97DFE71A46408EB23D | sha1: 9F1190B5A3CD7B0994D70076DA324ACAF638F2A2 | sha256: DBA6F12C70221E15CA94A902C6EB51BAECB092E6A54390C5F4820414A5EED0D8 | sha512: 4FF5F91DAF9C402C35EE77DB7BF5D4EAE9A5492E9851F64A487AD430A87D48231ED77AFD696C9F60885FF8926BFE70B6240CA4D010825627FB73E0A18908D258
bin\System.Net.WebSockets.Client.dll
md5: 909484EBF50BBDBDF14886122C6694DC | sha1: DA0EF9F51B00B1B7203728AB6C7C3328C8C880E0 | sha256: E16E99A37FADCC57C3935A8D2F278B1BE46FA14EC88EDC0BA1D4EA309548B0D6 | sha512: 7AA1779C396968760EEA98BD011B3051B30DA11A95A1E2EFC1863A1E5C5073E1466197EC82DA82B38EC1C8E09DEA3C2171D21DCF26307BC8C68D2BD44B8B1A28
bin\System.Net.WebSockets.dll
md5: 263FB635CA6A3054C103DBD99054EE03 | sha1: 1769D3D86EABD5435BC10E6827716552215E95A1 | sha256: F65C1A96748EF925F833D8083E35E5D394526287189D6B2957E8B1CCFB2CC582 | sha512: 9C181500567DF867B9EF765DD3EA78B06ABE974FB93EC4206478E6A6DB275C05AB4F3E532A2D33B5E8CADAF7BC58B5E9859E7C03F6084D9DB52E58DE7F65688A
bin\System.Numerics.dll
md5: D5E03362465F916A478A28FDE21167BC | sha1: B4F1BACF1F22E31A74A5169DF68D990EEF8DFA47 | sha256: 979EA5D9720F57ACFCD4C2EB6D6B441D4D1DA1FFBC2DCA8A65F721DC5C8B0457 | sha512: B07CE6E89F6DF6C5198DF674780E863B7179168EC1B25B4F4577B1EE0F592483F99535F6915BB29FC827A970C4A5B56864895ACC3CF3593373EFE3207D256A84
bin\System.Reflection.Emit.Lightweight.dll
md5: 56F771C14D17C05F1B3C0C48A1D066A2 | sha1: FFD73EB1FD6408E8FAB27C3BDEDF21C55BE49204 | sha256: 63CB9711F48251329ACBC480F374212A8A0BD329886E1C652BB72679325B5041 | sha512: D04411B3E0B605D8DDFD77E5982C1BE5B3498F35663539411349928C56C6671F3B1C2DCB13CB052BDD08E112A6CF37487DF89FE328E7D4DCB560BBD9EDF4E62B
bin\System.Reflection.Extensions.dll
md5: CE4B2A2A48B5A983C5FB6849F2A5D4CE | sha1: C44BFE5A96C0DB008F111D0363413A8B1142A822 | sha256: 0DF561A8BB2FC64B451182AA426F860026843E4042ED1B7E62790267B546988D | sha512: 0EE39335B1F0E687EAAD87FBA16D615390F706D0E5256EA5533703B6CD8F96EE09806D34DAF80ABE6DA9316954259380D80C8BB4B037837C098FBDA44BE37A57
bin\System.Reflection.Metadata.dll
bin\System.Reflection.Primitives.dll
md5: C09AF1DA0EBE0C6DBD248167A358874C | sha1: 4E8E226E794B4CE022A177F2560A0D00D7FA49E9 | sha256: 8D283620C677A75814BD7F60C32CE23B4DDA9EB4DF31DB38B462A9DF1FFE5342 | sha512: B41F80D893DC70CDFDA29A14AE7D53CC7F34629995056BCD917CD9CAC7D9D9F8E91A2E3A5EA4FCA025A5500A16BE68508E1A8163BADD9937C5FD384FB858DDAE
bin\System.Reflection.TypeExtensions.dll
md5: 71B543BC3DE231E387734455FAE0664A | sha1: 124E0B02612E274160B5E8B6B213B120F864E798 | sha256: 5447CA3D15DCDFE7C97B76C84850833BA7C80A89CFB1B914416AC3AB20AFB472 | sha512: CE801E904F3B64360EAB19A0FEEDC15167E5F405678D303A342B88061A43105EA0CBB1C4F8B0A000C15E56DFD3DB0DC3F749B0A18D31CFF99021C4AE90AEB00E
bin\System.Resources.Reader.dll
md5: 14DF0DC0FD156F0D3842B72E0100C0E8 | sha1: EB50BBD844779243D50D864CC580FE4154CD1FD4 | sha256: 72A4E593C6F1389832EAC1E4F3FAAFE8453DE9ACA008F2C88D091BDBF53030CE | sha512: F24AA6F1E417295EFA3204D67F94457AF0773DAD7DD202E51801010D47C2894DF0EE9046195B688E0E0FA21CE77F3EDEB9C18DB91E468D083F06E529FE14AB95
bin\System.Resources.ResourceManager.dll
md5: 1E0E7EA627158DE74578369B54752B31 | sha1: BA73EA19D6CBFCAF591EE3028E7DB2A588810F78 | sha256: 68FA8D2E9D0242DA777E40023B100FF475951DA3460256983961CCC0513FE185 | sha512: 1F983D5D09EB774451D2DBE482D9505D4F5AE2AD49B0FF37D997D16512137AC32D1AB7868034ACAA6AA6806B105C64F97B764BCCCBA86A9BC8DC843C9C871229
bin\System.Resources.Writer.dll
md5: 6A12C1D8A9210EA7B3B5DBEC8802BEB7 | sha1: EF8181D0179FD4D1529CE8643B3DB6ADB9F56F5E | sha256: 2B59D7428407D98BDFE6A5199F1C7FECE7074B5070859E5E35969CEE9DC8F0F8 | sha512: 57EDF6935E194C13AAA7177589081674D7198120D80F858DB6712D83E80A58E9F1B0472F8440A69F6A78DF83E524981BB989BFC5BE40D73FFA9EAE242B243EE8
bin\System.Reflection.dll
md5: 4B5AD5DF20E9EF44EF2A36AF22B8818F | sha1: BFC2D54F6B6B716AA9FFA08DF376D619DF9D368F | sha256: 76E1AEE47C7A4715C08CFBE50E717BC30700513869E7A22683C3F452D1FF3E68 | sha512: ABD84C3B777583D9F5019542FCC6A06DA0C782CACC043FC7FC7B710FE7474303FDD7E3861D98A14FC914943FA4AFE00B3AFF07AE1546A27527203C2B1AEB759B
bin\System.Reflection.Emit.dll
md5: EDECF44739DF567D21D349C26FBB940F | sha1: FA4CFA54039F17020A186635DDE01428472D4639 | sha256: 478A4AB202EFBA8E92DE2522FFD48FDD15BCAD4DBDA1DF8261B4F57AE93426DD | sha512: 44F7E306F5321826037BDBC78D7497490C98053498DF9CD903212DAFC81EF27B9AF777CA00E265BE350BBE2C11F89672FB6132F7D4837F9132B30CCC6389DB93
bin\System.Reflection.Emit.ILGeneration.dll
md5: B80B197455D1EB3F707CD8B514738E79 | sha1: DB4BEB584BBBB49EC9D51DDB67E5873A782962DC | sha256: D81CE47499194D4A659C24B19EEB54DF52FBC12129F5796AC6734155F3707427 | sha512: 4AEB1ECB986EC056ECB86EC50D445468FDE54525B4B54731EAC22658C1B2CDEC87D46CEFE538C4C251D6B7DD9B0595F2819249685562E503DC304A98A8949E6D
bin\System.Runtime.Serialization.Xml.dll
md5: F99403E0982137F6535D6A82F661BC4E | sha1: 4A8DA4609D945274DBD74F84BEA669AD1916325B | sha256: D0502D585D20EE188BC6728885578D3BD8C4ABC6EEDEF685680E857E74817A6D | sha512: C03F5B37F63D31BAAFC4B8AE7DE50D5C5A7D7BA5D5D4B797421837B94E13A4460BE4BB7983C4139167AD2388E531F4A655A7BEC049E56EE92F3F1A268A01B8CF
bin\System.Security.dll
md5: 8278682782FB59E7200297071DD7B327 | sha1: D2A3A5573BD9F1554A3D7758B581F405134DC280 | sha256: 8F0F2FE392EAC0E4FE803EF136770EB963E5F2DD0C259849806CFE44D1599BC9 | sha512: 38EA0D8981A26CCCE2E9C1CC9DDF626AA30D846DED675FCC679656C4B5108342E19AE3868B0BCF91005CCEF7848BD307A0105A4EFF4B7B779292D1C7F789316D
bin\System.Security.Principal.dll
md5: 880EA198430E9E3D3617E06CD5EA3F36 | sha1: BA3B8810027156732FC2FB96CD2DD6C58143BD7F | sha256: 0804EE144B397912615722AD70CD3C362F95F296777B5CBB7BF0948EB840C1F7 | sha512: 4CA9F9C62C36A2BAAC8981AD9C5E8080F7EF2E00C724A64812331F01A9B06223927EF1C2C84AECF7908EF35E025A39A42B2FD34F0DC2DD03BF9C45C426571839
bin\System.Security.Principal.Windows.dll
md5: 6BB179DC4A0F828A956C4E1F54FFF601 | sha1: E00EFFA1EB1D62483A12578ABDA424EC2E0D5417 | sha256: 3E8E8380D4895D821B677E97CAB010E26B289C5FD3BB1252FF5B1F0973D9F497 | sha512: A113DB2FF6EADD40B5FCF7902BFC7B66B19E7A9D25B7D9739AB3CCDE06A82F81161A5B708F3866BE5AA5FB3180A1A0D16D7967BDEF19261C0B2BC7076FE02094
bin\System.Security.SecureString.dll
md5: 53AD3F11946A2BD686DDF15A4800BE44 | sha1: 025632188B47966E1C0F969A6327910E00030AC0 | sha256: 76A2AAD5D7620D1F80302E5B8B59F41B7ED74844CD6C9745A3FE2592F6ECA75A | sha512: 7FADC2108355E65253E9CDF75037F27BB48A81D5B2A21DE9F80BDDBD912DED0E73C9AAC05D0368D86BB258A973BF749963A5948BCC200076D6D14DD437D45D70
bin\System.ServiceModel.Web.dll
md5: 68D9B063AA067C944C89F4155EE70065 | sha1: 51372D2D7140C5A5C6151521A232AB79737D7156 | sha256: BBCD4E691E3392E1A3F93238E851092FF2413F61D4225B4AA7E1AF9EFAC77A45 | sha512: 7E90453CE43AF35398A5FC06AF65A3863897946E7DA0C823C2CAF6F233D882CDDC12BA20294C574826B07D0D1EA9BAAA1ADBD4E8638B925519DE30F2E7993FED
bin\System.ServiceProcess.dll
md5: 0213C57E67DCE1FD2C54764123FF4633 | sha1: 760303EA328F78E86ADB338A4731D92B05BAAACA | sha256: C8628E10EA6A18481C73606885AE08ED3525A1F317AB0BAF1A2B38D5E5DF1DE6 | sha512: E53971B471831866408BE158F4A7A765CE753DE7B84AB80B7BCA2ED925D501B67376436F56FD45EA14AFCA236867C3157A1D2830D5B5E0081F76F91C8DBA66E9
bin\System.Text.Encoding.dll
md5: 809C3551040E27B0B2565134F2CD695C | sha1: 3FB19905C4D1B0B210ED4A486EF8D6A2DF4D1B55 | sha256: 0358EEFF90145810F3B120F6938844AEC48F7FD32F30FFE3EEA18DEC999C8585 | sha512: 00DAE642C5B2E7D7AA920C85CE22A2F3D1563E71407E890F85D7745CD462A5C763405DEFC440FE3046E731B068E86B770C06EEEB6BC507D9D1FB27559BE47E56
bin\System.Text.Encoding.Extensions.dll
md5: 979CEBC3E024D164EDF2BF9B977D406F | sha1: 6705C50710C0A00EFFBE19AFB48ED345468DD711 | sha256: 82CEF80F8356F908E64478184500DC56700080AE18B452AD8C9AF66DD284F54C | sha512: A033D02E99606170C88521F147B7C4D3CED19914387432EA43D536A9FD16A3B5B584AD610A8CE76463263412A07E07123550571A9157EE75A811FD2041D6F4E7
bin\System.Security.AccessControl.dll
md5: 63BEEA2C3F2A19DCDAF3E4D3474A969B | sha1: AE113148E8716657B1149D0D5E823A62D6152A58 | sha256: B85682D1A2350BEDCB9B41A5890C424C1D9C47DBA5DF58CA0351CB136E23CEC8 | sha512: 62834654FEB7DBEE65473984F1152D012A7F1978B49B36F88ADBC4247473610B255FA22546E2FC5EE891D6BFE02C0B9608313DA04EC1EFB50D10DE75F20CE99B
bin\System.Security.Claims.dll
md5: FAC355CF4C80392CA62BF2CD412B83E5 | sha1: 8F131E155A3AEC96E50FA6F81B6406888F95F4B7 | sha256: 5CADB56FC5B40860B933698FF20607F27D8BD4DDBBCEB8D20B3FA8E393B982C6 | sha512: 1D9F10DDA2F177F25158F5042159E2D194E6CA8F8B9CAE8866FA7A6C08330C737F9E932D556A241E3AD42FC6F7831DC93438355EC011B8CCE0E5AFC9C6B5DCB6
bin\System.Security.Cryptography.Algorithms.dll
md5: 7A5E7AB4C99B85F9C40EB1042EBC85A1 | sha1: 2726C653777A4BD77A5444972D8BDCC3A50644C7 | sha256: 2D90A060AFB608F20B8891B0B47960831ECD8E2FFB44E859D7EEE568D7547E27 | sha512: 1761FB8F0229E88AFEE866CF72B8E2ACF3D37C01A84393EB4B679B435ED177B773070DEFD5B856A5C09489FAE11B3EA8A075A73515C99405AD002C770513CB5E
bin\System.Security.Cryptography.Cng.dll
md5: F894001110AC4D6C5448839C72AA9D34 | sha1: 32BBCB7E6F0DD44360D81DE704C188AAA0C190F9 | sha256: A4A0FF5B909471D3B6D01F4DF12A4E810CFBE6C42A1C5A3B695BA28ADD600818 | sha512: 536001878ABEC5E284EA7760B3B80629A4771AE34A822F9A819F1E79FE5D972FD67E372E21484D362E6BE21D7A4951EC01DD07CB45B61CE773129B06E88AD15F
bin\System.Security.Cryptography.Csp.dll
md5: 452AD5CEDB678A256BBA7E81D32E7881 | sha1: CB1F052D4611BF1F0CEC5356650916F23DAE0DBB | sha256: F785082AB7D2C1BFE51FDF9EE58CDDC1D98FB5362ED22E32A993E79F916A7BFE | sha512: B4A787FFBAB40BEDFE433475B2EFDC916DA6604C296FF899AA383C112F3AF5B255F516F3FD7BBD0EADAA0D1554586EE734CCC498B7CCDDF55D07FAEFFE4EC61B
bin\System.Security.Cryptography.Encoding.dll
md5: DB1662674C4E782EA181DC5BE3A5D3A9 | sha1: 035DE21BC614493A8B2CE20879EDDE99B63032D5 | sha256: 7791DA65E7E92D3DA8AEEE23B7F6F3992257C9ACDFD46DC069520A00C717CFFB | sha512: 843BD56AB873124816714E45248E34DB4DC0C25D63D890A5200A3FEB8DA25DA084618595C5E14B28B20028C365840F3D9C0FE83B4B1A5789B1E3EA516BB0F79C
bin\System.Security.Cryptography.OpenSsl.dll
md5: E7AACFACD1369DA23803E47998640D8A | sha1: 71F25A218839997E83BA24CA0485C6119402B116 | sha256: 3B4B9ADD879A7C17896AF4B468FFB42D40CEBAC5D447B69C7AB075A262467EFF | sha512: F39D6C091664653AACD3E76D4FF12356D9AFF0261EE5C22DB2A72C9F1F1821508CC75BDF4CEF713233923DFF380F4D4D528179047B3C8D0A8A4D18C6A91EBEF3
bin\System.Security.Cryptography.Primitives.dll
md5: 83023C89A55BDFFA8237247E781D2EDA | sha1: 90D6C600D42CC6BEF6AF1AF53E6ED6F5BCC6ACF0 | sha256: 02CBC0E5FC5ED684831E3D34A54DAEEB99D3BDDB8008CCCFB96B85C627850212 | sha512: 1C706A189E53DDA960B65EBED291E07A7ECBE1C5F6F65DB016300378C1601089C2D7278AC93EAADDC496D3520E5117E9AB9B2F2FD894D24D82D14A1975FF5883
bin\System.Runtime.CompilerServices.Unsafe.dll
md5: 3B50C8ED5651DC2E5255E3F9D25C824B | sha1: 83818760F5766488F4E917A03B22DB9CF2AFB161 | sha256: D5B5BE62EBBEAEB2F92EEEEF2FA48D87B2DB33D041C609F3507EC34364305CC5 | sha512: 377BCCA8D76AE57A58252401AFB2DB8DEE3784B1CFF0355BA9D39ED8698DE09CAEA645FBC6533C86D59CE69B7D88733380FF00A0CC74188BADBEB27B2B0E2974
bin\System.Runtime.CompilerServices.VisualC.dll
md5: 050D026233D9B55FF7B3A551199D16B7 | sha1: 202BA7290CC3AC03AA21EF5EFC9D3C8091066AF4 | sha256: 28968456FE53F3E9F4A46BAC07C1AFFB380FDA05954BC512FC0680062BC056A3 | sha512: 457EAFD4053BEC7F8F3816836DB3E01784ECC11F87EFF2E29996B85A7040004159BF48818DDA21153FECBEC63EB8AFE4CAFC34591961E15A7971F889F82DE671
bin\System.Runtime.dll
md5: 6DA00D1E928AB60A5A48D622FF61B581 | sha1: 563DA8E6C89D51A54017D5F8F600F41076ABB974 | sha256: C15BBA93FFF463DC25FD6493FD7E984D8704A1DB969B707324CA715623E3F196 | sha512: C768F4C5E2503B926CC7E0938F53925B2E83B99D08DA8043C0DD55D925C37D901D9622A6B5E3E42CE7067DF305E4C92EC324D65E75FC7938029E66C5BA6B2781
bin\System.Runtime.Extensions.dll
md5: E99E125561DB436D69D21D891C4C371B | sha1: 3171428519BFF1BA0A1668331F0363BAD34BCC66 | sha256: 37886D519A47860664BA1AB58671DDA31D82AF8F6B3A31A59C3918D66E0ED8EC | sha512: DE3468AF222583C561BD38372E730F1F16FD7A3BCA2D61293E74BB9940D10642911EE712CE9E7E4180F5BE7886767875BF3CD1E51924F166E75EFA8B773CB3CD
bin\System.Runtime.Handles.dll
md5: CE1B1FE7F2984322E58FA118575DA87D | sha1: A4431850C03BD2B7A94DF6F697B4DC12529237E8 | sha256: 5999B816A1092C2083162F72D3CC76B3A651000F98C173072CA92541C4FDD272 | sha512: AB7814D8F5AF0E8C5D75E94C51391F56EB295A50D6C1011C7506DE62F6D9A311EC56EAF0F340797E0AC5495B83FAC4782B77AD62ECEF05CB5ABAD2B31CDA67A6
bin\System.Runtime.InteropServices.dll
md5: 8129B78C6D8B426C3DFD7B2C6A6E6657 | sha1: 86498B4028A6F8293747C88A1B5A3FF6841772F5 | sha256: A321C1D8306C4E9D448081465D5B444B5CCD1559DF6E35B83575CBA8AA314332 | sha512: 0FEBE48613EC4665FA689A23365639C65185D2E07675FD878973686AA8FBB2F89CAEBA9C9062607A2B58167E1D2FE08FB9E5556E0DE1249FA55F0B6DE200086E
bin\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 5AAD43A2C132A17A164FBBFE796F58ED | sha1: CF52BA8771A3E3ACA96ACE1F92F9570978C0CD33 | sha256: 69384AE336D93D2790F0D3296B29F782C4A67A705190EAF684BEFAC212FBF96E | sha512: 5B5F59EA945B8E2DCA81C20141F1F11D0C3E54083FE9620CD822C57B122DBF5F6F2720CC3DFEB3D09D7046E75E5AA61396BF7B3CE01D09E3530C1B7F439E3B4F
bin\System.Runtime.InteropServices.WindowsRuntime.dll
md5: FFBA971E46B81BB55F4CE2DBB211537C | sha1: 1B44B5858F620EEDC2B81D977731F3F776C1EFE9 | sha256: 4EF32B05A1B10A3B11F5050927DE789A6D0D54048964CFC3CC729F1D62A5F555 | sha512: 67257E2D39CEB91394D964D3B78BBEA56141F738A3BD929F44A7F57D5C880C920B562E4FF388AD7B09C5B4C1D23B509ADFBC5768F0B179E7642940A87D154016
bin\System.Runtime.Loader.dll
md5: 6A034D7D2820D1F7BB7AFB4664864806 | sha1: EAAD88A04E4AB2CC1BAB0E448A22C9C418651B87 | sha256: B225A704791E3619F156E54274EFEA1167F3EB04311A0BA455F597CFA8950B64 | sha512: D2680FE0BF88C315AA0D1961D3D7375846458C364F51EAF71B39C3559038E647883E09FC4410987EBB6AD0F3AF275606976CDA38320B78518AF290A4A579166B
bin\System.Runtime.Numerics.dll
md5: 60726969E32305D662B6D0A252E7D0A2 | sha1: A2060D0C01D7CC0DE976EDEF0DF2AEC3159C58AE | sha256: 5EE7586B3E92EB834E66466A85CD442E82715F97C8A512CDA890111B3DC2742D | sha512: 09B524084EF391FCEC81F9EFA391290F47F2F995C54229361E615C6413C8C06C96719273B1033CBA3F827F4ABBD1614CBA314E96CB2DF5C79F043077CD2ABB8C
bin\System.Runtime.Serialization.dll
md5: A5DBF7F1C38E20FEA4320A9C3E7E91CA | sha1: 73950A9CA7A22322FA818706B6F2AA0DE2A4A070 | sha256: 3466308EE95AF355CE15F1B2FB8BBDBCAAFAC0D3113C019768884CBC887AFFBA | sha512: 988238460679DCC6AFC6DE026AE36B56AE6CFBBFCFAC4B240D9F7F294137C08B2348E154AB3EE2843475ECCCA03CA67BA936806E77F344956BF75450C218E1D3
bin\System.Runtime.Serialization.Formatters.dll
md5: AF2788DB232F07161235022EFD804C6D | sha1: 9BBEFA97F12626DB457D090450EB7EE0B95B5C80 | sha256: 9DBEA83D1B8153A962D1822FFF8602D2753EDBFC043894B3D7C5AF92FC765F69 | sha512: 685E16C465C7707DBD2682D849848A078C0E61853E2F3847A8C3FAA7D3651A93113EE7603B619ABCA2EE94FFAEAE4CA0F5E968DF66BBB4AF99AE607DD47A0951
bin\System.Runtime.Serialization.Json.dll
md5: 522C4FC1E3821A6360917591F2E38D34 | sha1: F8B571BAE893DAFA9222519AE8DCA66A5BF58D63 | sha256: 53BAAF202A0F1ED93D23B9C208D1EDC778F279FA4EF7A9B0F26F8788CF3C7092 | sha512: DA3F4FD9C1583408B6630476F04A172FC70708C479BB402F57808C6B37C92FA2BC7BEB5D2748BEBDFFA290D5E19B2CA16CA8D338864919DC4659CB2EF17B86C2
bin\System.Runtime.Serialization.Primitives.dll
md5: D08B1EBE83957F1EB1686728DBA0C7C5 | sha1: 8504D559A31C5305B7091B5B9C4E55FD710BB2D4 | sha256: 772C5A27C7B32CCA49C9BE698C1E3077931C8867A32672FBA897AEA5C2714DD0 | sha512: 1E50FDD5A5E717DB9B9F62C6DF871A6C7BB01FC008D36606CBAC5BABD630F307D371B3B74FB0451414E5EE225497C5C76219453A9A205B571E815CD430056734
bin\System.Security.Cryptography.ProtectedData.dll
md5: 95C0E2CF7481A0213A490998F3A956A0 | sha1: B804F6AF460137FF1C50FF5CB4113CF7B1717A74 | sha256: 7F2B633EED63BF20D558A25ED9686D2F1EF6C6E3FEF5C0B19C2C1258D90ACABD | sha512: 0B42381FCC18B0938448CD232F0D2F17639B6BE25A0590A403EF64C66B381B2F21FED36655C1D41B976B21EE5677F1397C12287F08776CC0636B1759D32041ED
bin\System.Security.Cryptography.X509Certificates.dll
md5: 6FC8EE48CFBC9BD63A73FE54419FC545 | sha1: B5ADD2FCBA124E045AFEA7B14F761151C83D4AE7 | sha256: 20904B229AE45B3844ED17A09EB0207165F22EAADB3BDE7F5B24C0D9DD7695E3 | sha512: 1DD21225433619FB20942B58487F595A55992F1757E0BE93DF4A04CD2AE0A7835C4C82578A1D0012E61B8EA6CFC23F0DB97C02E7D944383AB7C4D68EECACF531
bin\System.Text.RegularExpressions.dll
md5: 881F629939B2A0212C9FD5305D3E2294 | sha1: C29BA82E0E774D4D2875CCB2F92FC36A7B3407C5 | sha256: B946C1214FC0870B611B9C9B7B9E3CFE658537F03ECBC369ACFAD7E84597C479 | sha512: 669756C6114CD591E939A0B90475F1A60A6A84840A94391FD9731FE04BA048F2793D673B28F4BF1175FB09B53FDB95088660E4066552D6F2621CEC0937DE0881
bin\tr\FSharp.Core.resources.dll
md5: 23E27174C4C755981C509D25958655AD | sha1: 9E5D0A74AC92E7A7CB1457D0A4EBE19B13C375BC | sha256: 47A20CAFB26DC36AE245FBE23A574AFF8A6AB6849F626264290AA8D9953C8B4A | sha512: F167F7A264E4F620C4D7D4C3150E070CFCCDF62788F4F61A242CC4A03199BDA2FC166E5E723D582DB87962FC5D89B7ACE26CBE6B66DB46A25FD0B2CE89E45110
bin\ucrtbase.dll
md5: 6343FF7874BA03F78BB0DFE20B45F817 | sha1: 82221A9AC1C1B8006F3F5E8539E74E3308F10BCB | sha256: 6F8F05993B8A25CADF5E301E58194C4D23402E467229B12E40956E4F128588B3 | sha512: 63C3D3207577D4761103DAF3F9901DD0A0AE8A89694AD1128FD7E054627CDD930D1020049317C5A898411735E2F75E2103AE303E7E514B6387A3C8463A4FB994
bin\WindowsBase.dll
md5: 806673D60DA54AFBEE12899B9950A2C8 | sha1: 041FFF7A21AF5CEB175E72B63D78F371A0DEB308 | sha256: 2736DF6858BD8F604C806D58A9212693D19D1E89AA7E0AAA84C8D33D52209F95 | sha512: 3B6774AA6643712E5417CDB8B5FC79689B2725EF3BDFF16649371B40006441EFF64B9C9FC7572A9D3F2EF17024464BEB96F3BE46E98FB2674D6CBD37C6D2EF06
bin\zh-Hans\FSharp.Core.resources.dll
md5: ADDF329B618949640E3A49F2AF2B9F75 | sha1: E145A4BCC129FD1CDFBEA113E759B5AD4165E30F | sha256: B0AB948F59C23618C2B2273FA5323D51569C0D68A9DCAF1676E82E499F0A4483 | sha512: CF1DEC82DA6A7A985509FC323BC0893C95606FA492361D2E88644ACA73614F2B9D1DDF6645E3466338670171E4633DCA402FF3387AE093C85A1CC89E79782257
bin\zh-Hant\FSharp.Core.resources.dll
md5: 4C8F3A6E76B3A3D468D58E0745F0BF40 | sha1: 608345681C3A336284D102995F50F626651EEFCC | sha256: 9266B3A53F7416567A27D32557FFA7CA488CEA115965757056D5C14A1AD6EA20 | sha512: 07DFDE1CA44C0D04644931F380A4E8026029B458C6BECBB47D65B05140FBA9F6EC7130A7F3EE0725920AC11CEA06C13C00607CE4EA81A7517CEE5B978EC63064
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.Threading.dll
md5: AC6E57143C4A8E7D386AD261D287E5BA | sha1: 33D9E87D48FF8E90E185393E04BA2B3E8EED585A | sha256: C1F8BCE1C3AE3ECE88E40306FE20EF30323F0C5DB08882FFFF2893D6A4F7640C | sha512: AA88069C04C2157395CA964AF09C8C10EDC8C7C9F6F27884CC86810A5BDBE60D6F924C518E496A7885FE5F459637F1A3D06AE1BBCFACE87B2CC817E83F81D479
bin\System.Threading.Overlapped.dll
md5: BCC4B3F1BF7F13CF88A847960F24107E | sha1: 439940C29C9EB33A7F5D98A744E91599ED5B3E55 | sha256: BEE0C36AE3543719546ABB5238B96C7A63FF213FC2CC2B96D32A665CDF49EC74 | sha512: 621789B6A061ADFEA12D7EC99E20BD8AB3521317A261131111C56F72D8F011179D8CF52B134B5E5AD9AAB74FE7345394C02C696238214CCF47FAB793EBC169C8
bin\System.Threading.Tasks.Dataflow.dll
md5: 5CE2F60DFF8BFDEC73D70C4842141E88 | sha1: 2FE05CB630D2B4AABF7F439A57CC478A551482F5 | sha256: B16B64B6F01F42A7CA7A66C37A82A4077599ADEFED747FB354B1E5CEEF8663DE | sha512: D6A719FFEDE20437F3A890CF31A441927736BAF23D471D7B76CAB2F09DA8ABD94B24BB1ED2FC6753A13F1EE3799EF84765109CB7B3121D04C8636A36833B9C0E
bin\System.Threading.Tasks.dll
md5: FE4E16F8F249316478461192CF2E0CBF | sha1: 8006FCEA81327C48A7B72F0F63520EA36AE736DA | sha256: B0E7E8C803DB1BCBA5DF39E6B12ED8AB271802E5B4E542C884ABAAEAE90E2EC1 | sha512: 3205A0D6948DE49A88268016EE7ED4E365300F0256255DA4B0CBDF1BFC8DEDBB471552C5EE0822E557361BC1199E1265F30AAEFBCD9F7EE51C17F0BF92B9DDE6
bin\System.Threading.Tasks.Extensions.dll
md5: E1F31CB4E376230CFB846543859A1697 | sha1: 36659439A4E97CD9113B4287CBD6096897A55B7B | sha256: 3D909B4A7090A23423D683E7E98A64FC76A72381A1E7023312684F35D9939E41 | sha512: 78708B74CE3B0F0A5986172AFC40B8B02F1491DA4EB21BC09EE70A59A1B198588128F96D82C1E7949B875DDA22048BA75EBA440665F437E92A54FA5FECD739D5
bin\System.Threading.Tasks.Parallel.dll
md5: C7D2B07FAC786CFFF71757C3E57370D7 | sha1: 9EF9FC017F7D2B7449F263B6381B9C15A79AC079 | sha256: 8C4D5713F427DCB8982C84063B5A836B1E2584373692FA76BCCEE75B91D13E8B | sha512: 4748FFB5121E23D524F31B76DB9A5CAF9372F25A563FAA3414EC76AC1A6B2113B9766292EC2FA1E317C824DFF20054B2D6830D42134A8C41C48CEA940DDFB4F0
bin\System.Threading.Thread.dll
md5: 9EC4C303511104CD287DFBC194C9F412 | sha1: 71196C7DA164DCEEBDC83122DD88AC166D0C07EA | sha256: 106B75422035BC2D20D271E1ED4F07B07D07B5B9524D456AFEF34FC285793C77 | sha512: E7A293F04A59DDF83589560EBEE537AA2E5E70FC4BF1E216527D4A1FB141E942FE238B01FFEF9A31E39EED29E6AFBA5327109E848DF7A4CF4FB66BD796CE0489
bin\System.Threading.ThreadPool.dll
md5: 0EFB4DF1D99196FC82102C9BB5D17878 | sha1: 2C4C054693E6B803EDB1FE8124E8E3E3EAD2C423 | sha256: EBC43C64D15E52897CB2827D8113226C43100C2BC7B3D7589450F516F7CB36E8 | sha512: FBD3E75B178835557EF795B64F6F3678B927A48790C0C3B86CC9B7B51A3DDD226C52298272590E5F79F08A768D286E7B8CEB59DAA00A27528BF5317AFDF45368
bin\System.Threading.Timer.dll
md5: 2034F62A83E137517677CB9E174608D4 | sha1: 3E8A253E2CAB6F26C137CFE33A437291698D3D91 | sha256: 89CB7867348D1988DB9E4D1A229B186715C1B7D28599E12DA3F0BB962D6CD5F1 | sha512: 19FC46D1935A730EBD688FEAFAC30F54FC63D0A26B919A927126E7377EB05F2ED88ACAF2ED0F004FD23A08FD4BF380DF97F756F349DC5AC34C18E9EFCB122818
bin\System.Transactions.dll
md5: C25CDA49F489501E8FBA9632EFE247C6 | sha1: 2DA9DFB1474ED7961AA2866538A2FAE895DB84C1 | sha256: A47E7B09C9A17D52DAC62488FA2CB5BB37EB6B0621B4BDD5ED134B74E27241E4 | sha512: 6F441F79E4FC6EF45CE1A534BBD3AFA1BD32C0046C8BC686E49359D019591C7D5D145B216CE76F1EB6F7C7DF26979A8F98227A0BE0024E19795AF17A04630D25
bin\System.Transactions.Local.dll
md5: 30AAD27070999D240FA756368CADC683 | sha1: D13956B0C0E9BCC505D76B2F0D924E453D70CC5A | sha256: 8B2F6693CD61D2D4A6E657AFBAB3C3D8204C42975A3D2F4A3D8ADA62FA94B537 | sha512: 1CE2AC81B7449E52EA8086D9A909E8FC115E144745BA02279D702810F49032E89B232A8EB3B79F98C55CD725F042577B8B9159D79FD8E33B3366E017AC87929B
bin\System.ValueTuple.dll
md5: 8F4A8AB940BFF0645EADE12B6CC002F8 | sha1: F550F1798BD239A67850B73D2A4A5CB3A359DAA0 | sha256: 80093549FA09ED6DCB3EA72250EA3ECC38A42231624ECC8680357B3B6513C93F | sha512: 6F9268B3A3210B3B74DDE3317BD66FF551744104A64B25B62A1068D8FB4DF74CD268537CDC7C6847210B83B8ECEEA7C278BFC26C3AB0F2B88FEEC72F969D00AD
bin\System.Web.dll
md5: 2B6B43D3C72C298E6372202D16EC1FDB | sha1: 0A4A4D85A7A5FDECC531B962FE85D12F71B151C3 | sha256: E0096D3CC674CB4EB2BC71AC1A5B86899C87FC1E01020E0AB345737486F05278 | sha512: 2E4E6A99DB6D931AD86D08E43ADCA8D5EAA7E24F40942A186AB37FC9446F3EDFCA3AF7F940BCB03920B6E5930E24033919DC88980D0448F724BFB95BE79442CC
bin\System.Web.HttpUtility.dll
md5: 1F597BFFDF50F9C13EE89F67282A53F8 | sha1: DB36A04B84E5ACD2E8D4410288BE02C22064D485 | sha256: 528600394534B026CE83463129018D8F47BC49E66B741EC47B6E2EAB94CC50A1 | sha512: C539D57AFFF3897B121BE56C41A4C659F92DF35FD2C460286BB4040269E19E667AF9FA53E9B1F883034CE10085B7D70FF75EDD47070DA1697B7561E170C2F1C0
bin\System.Windows.dll
md5: 824091DA56377D20B2AA04263D8F6D12 | sha1: FC06E9315D9F16EAFBBAE75C10B4A117CD1C19E8 | sha256: 70A27D9B296D54595434DB4E472F0950BADB3460FD87422A38C3FBC7C5DAACF5 | sha512: D14762ABDE1B1903DA8D3FBD1DAF755D1EF83170B657ACC6780FCB495A815C7264E81100533E302F6A2AE74B963F31A47E1FFEAC774205714E0EF49C06EDCFE9
bin\System.Xml.dll
md5: 97B73E74ED82D62C7CE4FCE94B958586 | sha1: 200781C1C4EF0F8AC78D3902B6AB043DC5E0540B | sha256: 6E4808AA8FE077512152496FABA0C331EF6997A66B9586822CB5782C24C0130B | sha512: BBBCC994E1B48A45AED9A689A2C36FFD2E6DBD32C47F765EFCAE680850C88CEE4AA1B813E52C0F8B388D890E1B3CFE5100097D9DD7617282A5F78856338BBB6C
bin\System.Xml.Linq.dll
md5: 45762B7CF7D6EF3F7CAD4610C1774740 | sha1: 0A0A73E6FDE8167F7A155266FE2AB4437D4162A6 | sha256: 642138A8A9D6F66F9ADE6215979E7657141F3F9247912B5986131DBD105DB8FA | sha512: B88F7BE0D673D9C2AEE09E9383805514CC917CEBB10F4BE36FBC2CD49CA3C4C3FC04CE0439FB343F818661F4B3AB6E9857D8CC46AD711A9998BFC69197F0B675
bin\System.Xml.ReaderWriter.dll
md5: 0D6291C6B7B7F20ACF38F708C6C38662 | sha1: 27E0CD9275C183916D709AF89169EA8D8CF29FCA | sha256: 9E1805E281F53E02963997F5AFA48D80E2AA7DC78460585464A4A8AD7D65F5BF | sha512: 9FA24A4EDAAAE03456B778B40A14123749843205856871BEFC09E8ECD242C3A7187BC4DF17D44665792FEEE093EC3E757515ABE693A34D965B0BABE02F0947AE
bin\System.Xml.Serialization.dll
md5: 5B458E70D7C208F46FBA927A3345509D | sha1: D68E0A5F0B65EA934FDAB1FAC6786B5102985613 | sha256: DB4B1CF62653413261EE86235A806A00B85C40A0268054A5770D664FF759F68B | sha512: 7E84570025E7B0920ECF89D1FBB0C2C59BB46A5DB68517AFD3AB2EB1DE87D5EFC621F1A66316028C520EFAEB0D78F907D938AED62E24B2C8D7CBB2D41B4F6C51
bin\System.Xml.XDocument.dll
md5: 438EB938E87FCDD0C12A8466DD002FB8 | sha1: F0537C0FA01B9DB7C514E8B8F11F325B2AA1C5AB | sha256: AF6022AB9F2CE99D099A5AC37E00EF0D7B4C7C1333CBFD0E153399FBE28711DF | sha512: A96D916E6DAF8B7A1DCA30EAF4F0FE9E729D31E878E6B272591F5FFD7BAF5B822845F912A0B99560A47872F0D2ECFDA656DE1ACE7E9C6C46652016C171906BF6
bin\System.Xml.XmlDocument.dll
md5: E3838877C0B8AF88A94BFA3942485F45 | sha1: 88714E47BB8FE605D1641595157DE8903BA7EFB4 | sha256: A0A23F7D101DFB72D7B2015D447CB6A47799A111ED1776CFAB4CD512A78A62E7 | sha512: 5592E8F1430D9FD7F452D33FC9F006C6C80D9864A0940A5C6B7E176FBBAB947BC17AF29F32858F885D863029E991D587C478A7B5796096C1DD4A20EFCC20BAC1
bin\System.Xml.XmlSerializer.dll
md5: 2D0F86C68EDC034CF9234AEBD5AD57DF | sha1: D6E6BF1B165AD2C9736C8119F3173B7B027F2741 | sha256: CAE49C922939C5BE0D9C0148BC3A09F99C89A07BC9C1830C3738F6699AD95E96 | sha512: C74FE62114F19D63337B4A9ED99E6FE6F0A5450F7A503A79FAC03DE0FA958935713D80E46C9607F741113509EBF23905BB5B00369677B8637B4E416287EC5B7B
bin\System.Xml.XPath.dll
md5: 34918574321FFC23AB4D6EDF5C54536C | sha1: ECF81710246D8017735486EFAE1A2C82BA95862F | sha256: 7E5EB099CAD8E7FCD9325A4D2C4509477A05A4172B69D74711295287769BF874 | sha512: 7AD632733B65EA0EC8C5866F140D6A1F20947443BDBA020F7A74400B62438D52E045BF8B5E4988322B97FBDDF2E7B93084956EE0BBE0D4FFC1815D295B4DCCCB
bin\System.Xml.XPath.XDocument.dll
md5: 7227C955D0C32E80B78D7FCE84FAF121 | sha1: 5BE94005EEFE8260AD5D76528F9436D2DEA2814C | sha256: 7AAA24277097A6072E00A5446D7AB53C8F67FDF47479D9D5F2098B333514D6FC | sha512: 0E864C0223927038500463E143EDC99F50EAC112689262F09FD5DF48E58AA048F08C97B975837882BF67C421F63E8DFBBEE2D3B28A245EA2840989245A3E1EC9

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 81 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 350 Saturday, October 12, 2019 Approved
FAKE - F# Make 5.16.2-alpha-1304 306 Tuesday, October 8, 2019 Approved
FAKE - F# Make 5.16.1 718 Sunday, August 25, 2019 Approved
FAKE - F# Make 5.16.0 497 Saturday, August 17, 2019 Approved
FAKE - F# Make 5.16.0-alpha-1228 239 Saturday, August 17, 2019 Approved
FAKE - F# Make 5.15.4 579 Tuesday, July 16, 2019 Approved
FAKE - F# Make 5.15.3 396 Wednesday, July 3, 2019 Approved
FAKE - F# Make 5.15.2 313 Wednesday, July 3, 2019 Approved
FAKE - F# Make 5.15.1 359 Monday, July 1, 2019 Approved
FAKE - F# Make 5.15.1-alpha-1104 332 Friday, June 21, 2019 Approved
FAKE - F# Make 5.15.0 501 Monday, June 17, 2019 Approved
FAKE - F# Make 5.14.1 361 Thursday, June 13, 2019 Approved
FAKE - F# Make 5.14.0 344 Wednesday, June 12, 2019 Approved
FAKE - F# Make 5.14.0-alpha-1085 309 Monday, June 10, 2019 Approved
FAKE - F# Make 5.13.7 509 Sunday, May 12, 2019 Approved
FAKE - F# Make 5.13.5 447 Wednesday, May 1, 2019 Approved
FAKE - F# Make 5.13.3 360 Tuesday, April 30, 2019 Approved
FAKE - F# Make 5.13.2 498 Tuesday, April 23, 2019 Approved
FAKE - F# Make 5.13.1 313 Monday, April 22, 2019 Approved
FAKE - F# Make 5.13.0 447 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.13.0-alpha-987 284 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.13.0-alpha-975 360 Sunday, April 14, 2019 Approved
FAKE - F# Make 5.12.6 693 Sunday, March 17, 2019 Approved
FAKE - F# Make 5.12.4 584 Wednesday, February 27, 2019 Approved
FAKE - F# Make 5.12.2 348 Tuesday, February 26, 2019 Approved
FAKE - F# Make 5.12.1 511 Friday, February 15, 2019 Approved
FAKE - F# Make 5.12.0 992 Saturday, January 12, 2019 Approved
FAKE - F# Make 5.11.1 642 Thursday, December 6, 2018 Approved
FAKE - F# Make 5.11.0 379 Tuesday, December 4, 2018 Approved
FAKE - F# Make 5.10.1 671 Sunday, November 11, 2018 Approved
FAKE - F# Make 5.9.3 645 Monday, October 15, 2018 Approved
FAKE - F# Make 5.9.2 403 Sunday, October 14, 2018 Approved
FAKE - F# Make 5.9.1 338 Saturday, October 13, 2018 Approved
FAKE - F# Make 5.9.0 410 Saturday, October 13, 2018 Approved
FAKE - F# Make 5.8.4 528 Monday, October 8, 2018 Approved
FAKE - F# Make 5.7.2 602 Monday, September 24, 2018 Approved
FAKE - F# Make 5.7.0 342 Sunday, September 23, 2018 Approved
FAKE - F# Make 5.6.2-alpha-494 337 Sunday, September 23, 2018 Approved
FAKE - F# Make 5.6.2-alpha-491 311 Saturday, September 22, 2018 Approved
FAKE - F# Make 5.6.1 535 Sunday, September 9, 2018 Approved
FAKE - F# Make 5.5.1-alpha-403 373 Sunday, August 26, 2018 Approved
FAKE - F# Make 5.5.0 420 Sunday, August 26, 2018 Approved
FAKE - F# Make 5.4.1 450 Thursday, August 16, 2018 Approved
FAKE - F# Make 5.4.0 380 Saturday, August 11, 2018 Approved
FAKE - F# Make 5.3.1 461 Sunday, August 5, 2018 Approved
FAKE - F# Make 5.3.0 482 Monday, July 30, 2018 Approved
FAKE - F# Make 5.2.0 610 Monday, July 9, 2018 Approved
FAKE - F# Make 5.1.0 564 Sunday, June 17, 2018 Approved
FAKE - F# Make 5.0.0 651 Wednesday, June 6, 2018 Approved
FAKE - F# Make 5.0.0-rc018-248 412 Tuesday, June 5, 2018 Exempted
FAKE - F# Make 5.0.0-rc018-244 423 Saturday, June 2, 2018 Exempted
FAKE - F# Make 5.0.0-rc017-237 363 Sunday, May 27, 2018 Exempted
FAKE - F# Make 5.0.0-rc016-225 406 Monday, May 21, 2018 Exempted
FAKE - F# Make 5.0.0-rc015-196 390 Sunday, May 20, 2018 Exempted
FAKE - F# Make 5.0.0-rc014-167 381 Saturday, May 19, 2018 Exempted
FAKE - F# Make 5.0.0-rc013-141 333 Friday, May 18, 2018 Exempted
FAKE - F# Make 5.0.0-rc012-95 403 Saturday, May 12, 2018 Exempted
FAKE - F# Make 5.0.0-rc012-93 336 Saturday, May 12, 2018 Exempted
FAKE - F# Make 5.0.0-rc011 490 Sunday, May 6, 2018 Exempted
FAKE - F# Make 5.0.0-rc010 359 Tuesday, May 1, 2018 Exempted
FAKE - F# Make 5.0.0-rc009 314 Tuesday, May 1, 2018 Exempted
FAKE - F# Make 5.0.0-rc008 416 Thursday, April 26, 2018 Exempted
FAKE - F# Make 5.0.0-rc007 412 Sunday, April 22, 2018 Exempted
FAKE - F# Make 5.0.0-rc006 352 Sunday, April 22, 2018 Exempted
FAKE - F# Make 5.0.0-rc005 419 Sunday, April 15, 2018 Exempted
FAKE - F# Make 5.0.0-rc004 391 Monday, April 9, 2018 Exempted
FAKE - F# Make 5.0.0-rc002 326 Monday, April 9, 2018 Exempted
FAKE - F# Make 5.0.0-rc001 363 Saturday, April 7, 2018 Exempted
FAKE - F# Make 5.0.0-beta029 499 Sunday, March 25, 2018 Exempted
FAKE - F# Make 5.0.0-beta028 328 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta027 385 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta026 356 Saturday, March 24, 2018 Exempted
FAKE - F# Make 5.0.0-beta025 437 Monday, March 19, 2018 Exempted
FAKE - F# Make 5.0.0-beta024 614 Friday, March 9, 2018 Exempted
FAKE - F# Make 5.0.0-beta023 498 Sunday, March 4, 2018 Exempted
FAKE - F# Make 5.0.0-beta022 352 Sunday, March 4, 2018 Exempted
FAKE - F# Make 5.0.0-beta021 360 Friday, March 2, 2018 Exempted
FAKE - F# Make 5.0.0-beta020 459 Monday, February 26, 2018 Exempted
FAKE - F# Make 5.0.0-beta019 437 Sunday, February 25, 2018 Exempted
FAKE - F# Make 5.0.0-beta018 419 Monday, February 19, 2018 Exempted
FAKE - F# Make 5.0.0-beta017 360 Sunday, February 18, 2018 Exempted
FAKE - F# Make 5.0.0-beta016 354 Saturday, February 17, 2018 Exempted
FAKE - F# Make 5.0.0-beta015 318 Friday, February 16, 2018 Exempted
FAKE - F# Make 5.0.0-beta014 392 Saturday, February 10, 2018 Exempted
FAKE - F# Make 5.0.0-beta013 445 Saturday, February 3, 2018 Exempted
FAKE - F# Make 5.0.0-beta012 405 Sunday, January 28, 2018 Exempted
FAKE - F# Make 5.0.0-beta011 357 Saturday, January 27, 2018 Exempted
FAKE - F# Make 5.0.0-beta010 647 Saturday, October 28, 2017 Exempted
FAKE - F# Make 5.0.0-beta009 355 Saturday, October 28, 2017 Exempted
FAKE - F# Make 5.0.0-beta008 443 Monday, October 23, 2017 Exempted
FAKE - F# Make 5.0.0-beta007 383 Monday, October 23, 2017 Exempted
FAKE - F# Make 5.0.0-beta006 382 Sunday, October 22, 2017 Exempted
FAKE - F# Make 5.0.0-beta005 500 Monday, October 2, 2017 Exempted
FAKE - F# Make 5.0.0-beta004 391 Monday, October 2, 2017 Exempted
FAKE - F# Make 5.0.0-beta003 474 Tuesday, September 26, 2017 Exempted
FAKE - F# Make 5.0.0-beta002 376 Monday, September 25, 2017 Exempted
FAKE - F# Make 5.0.0-beta001 373 Monday, September 25, 2017 Exempted
FAKE - F# Make 5.0.0-alpha018 355 Sunday, September 24, 2017 Exempted
FAKE - F# Make 5.0.0-alpha017 346 Saturday, September 23, 2017 Exempted
FAKE - F# Make 5.0.0-alpha016 362 Saturday, September 23, 2017 Exempted
FAKE - F# Make 5.0.0-alpha015 630 Sunday, August 27, 2017 Exempted
FAKE - F# Make 5.0.0-alpha014 473 Friday, July 28, 2017 Exempted
FAKE - F# Make 5.0.0-alpha013 438 Wednesday, July 26, 2017 Exempted
FAKE - F# Make 5.0.0-alpha012 403 Tuesday, July 25, 2017 Exempted
FAKE - F# Make 5.0.0-alpha011 413 Monday, July 24, 2017 Exempted
FAKE - F# Make 5.0.0-alpha010 563 Monday, June 12, 2017 Exempted
FAKE - F# Make 5.0.0-alpha009 529 Saturday, May 27, 2017 Exempted
FAKE - F# Make 5.0.0-alpha004 621 Saturday, April 22, 2017 Exempted
FAKE - F# Make 5.0.0-alpha003 492 Friday, April 21, 2017 Exempted

BUGFIX: Fake 5 native libraries support now works on unix - https://github.com/fsharp/FAKE/pull/2334


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