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,341

Downloads of v 5.9.0:

410

Last Update:

13 Oct 2018

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.9.0 | Updated: 13 Oct 2018

Downloads:

57,341

Downloads of v 5.9.0:

410

Software Author(s):

  • fsprojects

FAKE - F# Make 5.9.0

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

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

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

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

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

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

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade fake -y --source="'INTERNAL REPO URL'" --version="'5.9.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

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

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


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

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

Exit $exitCode

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

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


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

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


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

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


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

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

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

Package Approved

This package was approved as a trusted package on 13 Oct 2018.

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-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: BE04765457192AFB00F403084CE554C6 | sha1: D5CADB342D1E0AB8A45B168BD47F9538CD8AE7AA | sha256: 83A74B4A66C9236EB7E218C1B6899A1A0080C424D9CE67B2A893703336E44497 | sha512: BCD3956DE8C96AB48ADE0B8B6F37D8F7C372D511C7871E2F8C437B35188B80046A2F0F9030BDCA4CA46EE09B6DC0D5185A180DFF18C44828248BF41A5D9A36B9
bin\coreclr.dll
md5: D635E5479DE4126FF69A540801F0492B | sha1: 2D1C9ACB4007615553FF1C64664F49742423F6B0 | sha256: AA44E8E654D0043B9DC7DA5501433C3BAEEB698FD567CE2F41566A1B53D9A52A | sha512: 4335246B7263F0F841911076C83992D7F9E5EFB765713489063EA0EAB9D5ABAAA0DC20E377FF31BC8BB82D8FA8A6DA23B9D0CB9B529B7DCCE7A1D5DB5EDB6DC9
bin\cs\FSharp.Core.resources.dll
md5: 020323CCF41FE185345A38C3CB3B3F19 | sha1: 0879E73DA91F3C8EE6DE8DAB2B4544EA629030A9 | sha256: 856E9545D6DF0CA3CE133EB6AAC7FB6673CF06B3A982F391163143BB4C6B292A | sha512: 71383CBBC4AC25A37A329DDFAB62375EC5BDE1239DF600F34E306DCBA2F042D96BAF5DA5FF6D5831E9A4AAA80CC4E2231A190141C2B751A4AC07343E79B217C5
bin\dbgshim.dll
md5: B61ED83A54C666678ED6B0C0E5D1EDAD | sha1: 720E57EBDDDC84E0A14B8A40BE970CC7EF227195 | sha256: FA57A52EFE48D44D9049CC52A2D0C189E721CE19E65C23E8DDD80E07FB34420D | sha512: 6956CED669E0627A56389944C95F875DEAC9F28E2DB1F78A8C7ACEEDCA24E555FBEDE58E547E9270FBAC57D4569EF05EDEB18182A9E8AE89847A607E481D78EB
bin\de\FSharp.Core.resources.dll
md5: 1F7192FBE6909383D0D1119FB65DED9C | sha1: 8F43B6AB6D7BBBBDC13AB5743C1EF6608D17CE12 | sha256: 80374DABDD5A1A833EFC3C78186118BD709115CC173497689E4B3DD5A1A26B47 | sha512: 1D1FF8BC65DBA36E3CDBC3ACEDF157A882DA608D248976EF33439F4BB0D835BADE65AC4D14265F44A84BB9BA6E9D811D57AE6AA5160D7E3F7D948DC49378E7FD
bin\en\FSharp.Core.resources.dll
md5: 3411342A4956FB0F9D87EDD5DDFE1E50 | sha1: 92DAF9A6659DC8BCEE8C07E3502949DC13AE765A | sha256: 10C727C1D4B67717DC92D91DBBFFB3EEA9FF7FCBDF9859F667092506CDC3384D | sha512: 8382017B10DE76CC23D97005F9472E066EE1CC5EAC2F4C19F74E395B49644C8325636921797AAAD10C34CCE476E57C665DB282E86A92B5D7B50AB2EEE13B7022
bin\es\FSharp.Core.resources.dll
md5: D29D8B241E4377A7A17597A535A4E489 | sha1: DFB08D1721B6C70EE1AE41723FD50A145A09826E | sha256: 6A601DFC1720F8C0B3E8E6F1C155CC96E8038AEB19AB17904F08B8E62D0F7388 | sha512: 833DBC838D48271EF6277A8017F3C3CA325E0688D60C98925CAAD70B273E9E0113F752259DC752D5E35FB02F52111260D9422F038C8A6C12113C75BD5CF73BED
bin\Fake.Core.CommandLineParsing.dll
md5: 1B12453AF5BEDA7D4EA5D9775E08FD99 | sha1: 6850D2A31F9C46249B757DF3BD25979061EEB775 | sha256: 4BA4DA79B842A951AF324000024A4E9BF068C87DB7873FB16F2890E287D09F0E | sha512: F1D4BB41AC7A5C04E07E880A95F457ECB7D58CF17EFA47347A57A2DC0A5968744654D928131818EED757866DB815D2E7A5E5F430534D27C56F9C2AF643DB7D94
bin\Fake.Core.CommandLineParsing.pdb
 
bin\clrjit.dll
md5: BCCB05A50F97DB3767CDDC7FC2DB0414 | sha1: EA174BCCF081EA133D133FE4E4C9356B8EB4A4DA | sha256: 255E9B3D2CD03CB59DA763D2DB02CBB2AC69379DC72984E57F5F7182E05D7D0D | sha512: 46E6490AB1CE13FF8E666544567707DCD64386BAF487E47998D81C3E7247218B10334BD854BCEFDCAA667E4800A23A0A124E3F9A523EAD752BBC4D71A50C7D9D
bin\clretwrc.dll
md5: 9272D4A76B262D1B690C622F464EA570 | sha1: 05DF2D6800236A0ADBF7959EBDC5A7465A344580 | sha256: 68A893FF330877479D0EF4C8A66604D378D0052B8C8D8B0D94F06CBBD5E19AE1 | sha512: A85B900577C63BB61522ED3DD28D846B5CDFB635EB1F67B738AC621E429D632981AFAC21145EA7A4494D1AB2B0116139D01BF7D707DC01D87C3898BC2F2E6D0D
bin\api-ms-win-crt-locale-l1-1-0.dll
md5: 034379BCEA45EB99DB8CDFEACBC5E281 | sha1: BBF93D82E7E306E827EFEB9612E8EAB2B760E2B7 | sha256: 8B543B1BB241F5B773EB76F652DAD7B12E3E4A09230F2E804CD6B0622E8BAF65 | sha512: 7EA6EFB75B0C59D3120D5B13DA139042726A06D105C924095ED252F39AC19E11E8A5C6BB1C45FA7519C0163716745D03FB9DAAACA50139A115235AB2815CC256
bin\api-ms-win-crt-heap-l1-1-0.dll
md5: 1776A2B85378B27825CF5E5A3A132D9A | sha1: 626F0E7F2F18F31EC304FE7A7AF1A87CBBEBB1DF | sha256: 675B1B82DD485CC8C8A099272DB9241D0D2A7F45424901F35231B79186EC47EE | sha512: 541A5DD997FC5FEC31C17B4F95F03C3A52E106D6FB590CB46BDF5ADAD23ED4A895853768229F3FBB9049F614D9BAE031E6C43CEC43FB38C89F13163721BB8348
bin\api-ms-win-crt-filesystem-l1-1-0.dll
md5: 228C6BBE1BCE84315E4927392A3BAEE5 | sha1: BA274AA567AD1EC663A2F9284AF2E3CB232698FB | sha256: AC0CEC8644340125507DD0BC9A90B1853A2D194EB60A049237FB5E752D349065 | sha512: 37A60CCE69E81F68EF62C58BBA8F2843E99E8BA1B87DF9A5B561D358309E672AE5E3434A10A3DDE01AE624D1638DA226D42C64316F72F3D63B08015B43C56CAB
bin\api-ms-win-crt-environment-l1-1-0.dll
md5: 39325E5F023EB564C87D30F7E06DFF23 | sha1: 03DD79A7FBE3DE1A29359B94BA2D554776BDD3FE | sha256: 56D8B7EE7619579A3C648EB130C9354BA1BA5B33A07A4F350370EE7B3653749A | sha512: 087B9DCB744AD7D330BACB9BDA9C1A1DF28EBB9327DE0C5DC618E79929FD33D1B1FF0E1EF4C08F8B3EA8118B968A89F44FE651C66CBA4ECBB3216CD4BCCE3085
bin\api-ms-win-crt-convert-l1-1-0.dll
md5: 9DDEA3CC96E0FDD3443CC60D649931B3 | sha1: AF3CB7036318A8427F20B8561079E279119DCA0E | sha256: B7C3EBC36C84630A52D23D1C0E79D61012DFA44CDEBDF039AF31EC9E322845A5 | sha512: 1427193B31B64715F5712DB9C431593BDC56EF512FE353147DDB7544C1C39DED4371CD72055D82818E965AFF0441B7CBE0B811D828EFB0ECE28471716659E162
bin\api-ms-win-crt-conio-l1-1-0.dll
md5: A668C5EE307457729203AE00EDEBB6B3 | sha1: 2114D84CF3EC576785EBBE6B2184B0D634B86D71 | sha256: A95B1AF74623D6D5D892760166B9BFAC8926929571301921F1E62458E6D1A503 | sha512: 73DC1A1C2CEB98CA6D9DDC7611FC44753184BE00CFBA07C4947D675F0B154A09E6013E1EF54AC7576E661FC51B4BC54FDD96A0C046AB4EE58282E711B1854730
bin\API-MS-Win-core-xstate-l2-1-0.dll
md5: 7FC502AE78F8607BAB446D0866B35DF5 | sha1: 2C2396E1024E5D6BC9038B429020C8C89B019A10 | sha256: 68CE137C064DAE478F0E7D17AE7BAF7588D6BD1469298F13E4C121DBFD752AC5 | sha512: D578A29CD7CB64998AC63A43301DFAB5233C6A6421C39B6A06477CCB1A986F620ACC5902171F637B522F9EAA0CFF260C23C24D0121F3FA21649EA4355555FE8A
bin\api-ms-win-core-util-l1-1-0.dll
md5: 29E1922B32E5312A948E6D8B1B34E2D9 | sha1: 912F54BE8438F45E1562A47294091D522CD89356 | sha256: 34C5DEE6D566252C0CEB7D9A21E24D5F297AF2B26C32E0C7808BBD088AA9A6A9 | sha512: 837CD03EE0195DC94BAB0662FF3B8CD1BE2DEDD8A3254318D25DFEA6E88D07211186FA367F41AB864560E10A22220DEB3ED05CCF82D60AC80C71DFED08AFBEA3
bin\api-ms-win-core-timezone-l1-1-0.dll
md5: C9A55DE62E53D747C5A7FDDEDEF874F9 | sha1: C5C5A7A873A4D686BFE8E3DA6DC70F724CE41BAD | sha256: B5C725BBB475B5C06CC6CB2A2C3C70008F229659F88FBA25CCD5D5C698D06A4B | sha512: ADCA0360A1297E80A8D3C2E07F5FBC06D2848F572F551342AD4C9884E4AB4BD1D3B3D9919B4F2B929E2848C1A88A4E844DD38C86067CACE9685F9640DB100EFB
bin\api-ms-win-core-sysinfo-l1-1-0.dll
md5: 887995A73BC7DDE7B764AFABCE57EFE7 | sha1: 363FD4E7AD4A57224E8410154697DF5E8629F526 | sha256: F94210B39CDC812BEB7342A47E68673EA2116D0AD9266FCF8D7CEDAA9561FC38 | sha512: D088EB1C6958774E20F0E2884136B4E2B978EFD16F557DBC55E64011ABBCE0768054F7E6D881C110182824143A39101FDAE273ED614738AA7BA5C727B27F6677
bin\api-ms-win-core-synch-l1-2-0.dll
md5: 6E704280D632C2F8F2CADEFCAE25AD85 | sha1: 699C5A1C553D64D7FF3CF4FE57DA72BB151CAEDE | sha256: 758A2F9EF6908B51745DB50D89610FE1DE921D93B2DBEA919BFDBA813D5D8893 | sha512: ADE85A6CD05128536996705FD60C73F04BAB808DAFB5D8A93C45B2EE6237B6B4DDB087F1A009A9D289C868C98E61BE49259157F5161FECCF9F572FD306B460E6
bin\api-ms-win-core-synch-l1-1-0.dll
md5: C1DCDB0FABC8AE671A7C7A94F42FB79A | sha1: 99355912D7A7D622753B2A855CAE4F5A4E50146F | sha256: CC76A4E82E0E0CD08DF3BB8F5AD57142305E0F666CC32599D76E363D0B43EFCB | sha512: 6D92E7520AEEBFE60AAB43D6616B76A2DD385EDCAA217DB60003A0C0CBCB0E367063D240E38A19D0B8BEE2F2E7D4B982C4F08C8E9CCF34C7F670CB49F6561FFF
bin\api-ms-win-core-string-l1-1-0.dll
md5: E7A266DD3A2A1E03D8716F92BEDE582D | sha1: D4B97CE87C96DE1F39FEA97CCA3992D292B2C14E | sha256: 339966AE75675A03F628C4DDD5D3218ABB36CBCF6DDCE83B88C07336D732B8AE | sha512: 31168663FD71B901B1B9152FF288D4E1567003E5FCD1F1C9DFE36D26D2EB16B0932EC8CD34833DAB25531F768A01DE45C2483F92D4E79F92A89389C02BC05156
bin\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 65FC0B6C2CEFF31336983E33B84A9313 | sha1: 980DE034CC3A36021FD8BAFFF3846B0731B7068E | sha256: 966A38ED7034F8D355E1E8772DFC92F23FB3C8A669780ED4AC3B075625D09744 | sha512: F4EBC7A6D12AE6AFA5B96C06413A3438E1678B276B1517DA07D33912818FC863B4D35CB46280F12CF90E37BC93E3AB5E44EA6F75767A314C59222B7D397E5B6A
bin\api-ms-win-core-profile-l1-1-0.dll
md5: CEDEFD460BC1E36AE111668F3B658052 | sha1: 9BD529FE189E0B214B9E0E51717BDF62F1DA44EA | sha256: F941C232964D01E4680E54AB04955EC6264058011B03889FE29DB86509511EBA | sha512: 2C845642B054BC12C2911BFE2B850F06FECAFEF022180C22F6FFD670F821E84FCAD041C4D81DDADB781DDB36CB3E98DFE4EB75EC02B88306EF1D410CBB021454
bin\api-ms-win-core-processthreads-l1-1-1.dll
md5: 95C5B49AF7F2C7D3CD0BC14B1E9EFACB | sha1: C400205C81140E60DFFA8811C1906CE87C58971E | sha256: FF9B51AFF7FBEC8D7FE5CC478B12492A59B38B068DC2B518324173BB3179A0E1 | sha512: F320937B90068877C46D30A15440DC9ACE652C3319F5D75E0C8BB83F37E78BE0EFB7767B2BD713BE6D38943C8DB3D3D4C3DA44849271605324E599E1242309C3
bin\api-ms-win-core-processthreads-l1-1-0.dll
md5: 1DDA9CB13449CE2C6BB670598FC09DC8 | sha1: 0A91FE11B9A8321CA369F665A623270E5AC23176 | sha256: 4F187F1B4B14763360C325DF6B04D3EC3CC6D2CECC9B796BC52A6C7196B0B2CC | sha512: 4E106C8A52033352C91B65CF65EC459DE764C125136333A2F4BA026EFDDE65F3F71B1F6F11E4C580150AC8A9779825BA5E2AF0E14DF999A198CFE244E522C28D
bin\api-ms-win-core-processenvironment-l1-1-0.dll
md5: 0C700B07C3497DF4863C3F2FE37CD526 | sha1: F835118244D02304DE9EB3A355420BA9D0BD9C13 | sha256: 9F1F26794FD664E0A8B6FBD53BFCA33DCF7B0DC37FAF3EB7782BC38DFF62CD8C | sha512: 8042DBD9E80E33E41993887B0289E143E967544389500ADA9296B89BDA37BB26918E4F370F8A1BDAB8FAACC4E0A6980794D6A3B5320E170AD4EF751384C9F0A8
bin\api-ms-win-core-namedpipe-l1-1-0.dll
md5: 990AC84AE2D83EEB532A28FE29602827 | sha1: 0916F85CC6CC1F01DC08BDF71517A1DC1B8EAF78 | sha256: DBD788B1C5694D65FA6F6E2202BFABB30ADF77EB1973CEB9A737EFB16E9EDAE2 | sha512: F0E4705A6890B4F81B7D46F66CA6B8EE82F647E163BCE9ECAD11D0BBD69CAF4FF3C4F15E0D3F829C048B6849B99A7641861E6CAF319904D4D61A6084F10DA353
bin\api-ms-win-core-memory-l1-1-0.dll
md5: 3940167FFB4383992E73F9A10E4B8B1E | sha1: 53541C824003B0F90B236EDA83B06BEC5E1ACBF5 | sha256: EC573431338371504B7B9E57B2D91382B856AABF25D2B4AD96486EFB794C198E | sha512: 9732ACAA4DB773F4F99F423D9FEAEBB35C197BBD468922348E0AD086F7131D83F6D9714DC7D375183E7CB8920CFE37F3DA19B0041A9063CC60ABE183375B1929
bin\api-ms-win-core-localization-l1-2-0.dll
md5: 23BD405A6CFD1E38C74C5150EEC28D0A | sha1: 1D3BE98E7DFE565E297E837A7085731ECD368C7B | sha256: A7FA48DE6C06666B80184AFEE7E544C258E0FB11399AB3FE47D4E74667779F41 | sha512: C52D487727A34FBB601B01031300A80ECA7C4A08AF87567DA32CB5B60F7A41EB2CAE06697CD11095322F2FC8307219111EE02B60045904B5C9B1F37E48A06A21
bin\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 0C48220A4485F36FEED84EF5DD0A5E9C | sha1: 1E7D4038C2765CFFA6D4255737A2A8AA86B5551C | sha256: 2DD4EBAA12CBBA142B5D61A0EBF84A14D0D1BB8826BA42B63E303FE6721408DF | sha512: E09951785B09F535340E1E6C256DF1919485B4DAD302B30D90126411CC49A13807B580FA2FCD0D6F7B64AAC4F5B5EA3E250B66035A0E2F664D865408C9B43D48
bin\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: 8907EB5BA054E812AC500DAB875FD3A8 | sha1: 33E5485400863FB7566E63382EF3693701CADD37 | sha256: 35AA3E38903E930E3EC0CF82F18C08C7A7B8833D636171C2A8A42CBC99A9BAA5 | sha512: 49863F6A50895CA396E55E98F4585A0638F5ADF0CA0FCDAE202B32578ED05C752D9EF109B3ACF77A2EEA8374C3E4E60C6E34BEF371D3145722F90CB746F150AB
bin\Fake.Core.Context.pdb
 
bin\Fake.Core.Context.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Context</name></assembly>
<members>
<member name="T:Fake.Core.Context">
<summary>
 This module tracks the context of the build.
 This allows us to run some modules without any context and change behavior depending on the context
 (For example `Fake.Process` kills all processes when the Fake Context exists, but it should not when used as library)
</summary>
</member>
</members>
</doc>
bin\fake.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.1/win7-x86",
    "signature": "d507909caa0f7e38299ad33e84f6ff7fcbb7de30"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {},
    ".NETCoreApp,Version=v2.1/win7-x86": {
      "fake/5.9.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "4.5.2",
          "Fake.Core.CommandLineParsing": "5.9.0",
          "Fake.Runtime": "5.9.0",
          "Microsoft.NETCore.App": "2.1.4",
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Mono.Cecil": "0.10.1",
          "Newtonsoft.Json": "11.0.2",
          "Paket.Core": "5.181.1",
          "System.Collections": "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.1",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.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.Threading": "4.3.0"
        },
        "runtime": {
          "fake.dll": {}
        }
      },
      "Chessie/0.6.0": {
        "dependencies": {
          "FSharp.Core": "4.5.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.5.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/25.0.1": {
        "dependencies": {
          "FSharp.Core": "4.5.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": "25.0.1.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "FSharp.Core/4.5.2": {
        "runtime": {
          "lib/netstandard1.6/FSharp.Core.dll": {
            "assemblyVersion": "4.5.0.0",
            "fileVersion": "2018.7.27.2"
          }
        },
        "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.0",
          "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.4": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.1.4",
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x86.Microsoft.NETCore.App": "2.1.4"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.1.4": {
        "dependencies": {
          "runtime.win-x86.Microsoft.NETCore.DotNetAppHost": "2.1.4"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.1.4": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.4",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "2.1.4"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.1.4": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.4",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "2.1.4"
        }
      },
      "Microsoft.NETCore.Platforms/2.1.1": {},
      "Microsoft.NETCore.Targets/2.1.0": {},
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "Microsoft.Win32.Registry/4.5.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.5.0",
          "System.Security.Principal.Windows": "4.5.1"
        }
      },
      "Mono.Cecil/0.10.1": {
        "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.0",
          "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.1.0",
            "fileVersion": "0.10.1.0"
          },
          "lib/netstandard1.3/Mono.Cecil.Pdb.dll": {
            "assemblyVersion": "0.10.1.0",
            "fileVersion": "0.10.1.0"
          },
          "lib/netstandard1.3/Mono.Cecil.Rocks.dll": {
            "assemblyVersion": "0.10.1.0",
            "fileVersion": "0.10.1.0"
          },
          "lib/netstandard1.3/Mono.Cecil.dll": {
            "assemblyVersion": "0.10.1.0",
            "fileVersion": "0.10.1.0"
          }
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1"
        }
      },
      "Newtonsoft.Json/11.0.2": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.0.2.21924"
          }
        }
      },
      "Paket.Core/5.181.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "Mono.Cecil": "0.10.1",
          "Newtonsoft.Json": "11.0.2",
          "System.Net.Http.WinHttpHandler": "4.5.1",
          "System.Security.Cryptography.ProtectedData": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/Paket.Core.dll": {
            "assemblyVersion": "5.181.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.1.1",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "runtime.native.System.IO.Compression/4.3.2": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.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.4": {
        "runtime": {
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.26814.2"
          }
        },
        "native": {
          "runtimes/win-x86/native/API-MS-Win-core-xstate-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "runtimes/win-x86/native/System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/clrcompression.dll": {
            "fileVersion": "4.6.26814.2"
          },
          "runtimes/win-x86/native/clretwrc.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/clrjit.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/coreclr.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/dbgshim.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/mscordaccore.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/mscordaccore_x86_x86_4.6.26814.03.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/mscordbi.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/mscorrc.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/sos.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/sos_x86_x86_4.6.26814.03.dll": {
            "fileVersion": "4.6.26814.3"
          },
          "runtimes/win-x86/native/ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.4": {
        "native": {
          "runtimes/win-x86/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.4": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.4"
        },
        "native": {
          "runtimes/win-x86/native/hostpolicy.dll": {
            "fileVersion": "2.1.26814.2"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.4": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.4"
        },
        "native": {
          "runtimes/win-x86/native/hostfxr.dll": {
            "fileVersion": "2.1.26814.2"
          }
        }
      },
      "System.AppContext/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Buffers/4.5.0": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.0": {},
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.5.1": {
        "runtime": {
          "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.26919.2"
          }
        }
      },
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Diagnostics.Tools/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.TraceSource/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Memory/4.5.1": {},
      "System.Net.Http/4.3.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.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.1": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.26919.2"
          }
        }
      },
      "System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Numerics.Vectors/4.5.0": {},
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Metadata/1.6.0": {},
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.5.1": {},
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.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.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Runtime.Loader/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Serialization.Primitives/4.3.0": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Security.AccessControl/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "System.Security.Principal.Windows": "4.5.1"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.Cng/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.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.1.1",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.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.1.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.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.0",
          "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.1.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.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.1.1"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.26919.2"
          }
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.5.1": {},
      "System.Threading.Thread/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.ThreadPool/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.ValueTuple/4.5.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.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.5.1"
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1"
        }
      },
      "System.Xml.XmlDocument/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.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1"
        }
      },
      "Fake.Core.CommandLineParsing/5.9.0": {
        "dependencies": {
          "FParsec": "1.0.3",
          "FSharp.Core": "4.5.2",
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.AppContext": "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.Net.Http": "4.3.3",
          "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.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.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.1",
          "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.9.0": {
        "dependencies": {
          "FSharp.Core": "4.5.2",
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.AppContext": "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.Net.Http": "4.3.3",
          "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.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.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.1",
          "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.9.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Compiler.Service": "25.0.1",
          "FSharp.Core": "4.5.2",
          "Fake.Core.Context": "5.9.0",
          "Microsoft.DotNet.PlatformAbstractions": "2.1.0",
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.5.0",
          "Mono.Cecil": "0.10.1",
          "Newtonsoft.Json": "11.0.2",
          "Paket.Core": "5.181.1",
          "System.AppContext": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.1",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.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.Memory": "4.5.1",
          "System.Net.Http": "4.3.3",
          "System.Net.Http.WinHttpHandler": "4.5.1",
          "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.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Runtime.Serialization.Primitives": "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.Tasks.Extensions": "4.5.1",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "System.ValueTuple": "4.5.0",
          "System.Xml.ReaderWriter": "4.3.1",
          "System.Xml.XDocument": "4.3.0",
          "System.Xml.XmlDocument": "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.Runtime.dll": {}
        }
      }
    }
  },
  "libraries": {
    "fake/5.9.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Chessie/0.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EzfvxiU+b9WmW2C1Q4Ns2AX2IAq6I6n8P+Lv4gzKmeDoj8FD+goHLMqwoaE08E91nQwlEzxd9iwkdwf5E5YGCQ==",
      "path": "chessie/0.6.0",
      "hashPath": "chessie.0.6.0.nupkg.sha512"
    },
    "FParsec/1.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0VoZapcSUHsNCixYawx8RFZHJMRVykaKsks5OOUXRP0bZCpr7UCP6kIjbVFGHIqqBGPtICUMy7j521sH0ZcmrQ==",
      "path": "fparsec/1.0.3",
      "hashPath": "fparsec.1.0.3.nupkg.sha512"
    },
    "FSharp.Compiler.Service/25.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-o95iXjZgMLuM1R19Y47m18e2PVlUhW7kT7nwVDSEcGMBQglFYpkRrjbvKd1bfsvdhX87nUgX7My7XAK+y//fUw==",
      "path": "fsharp.compiler.service/25.0.1",
      "hashPath": "fsharp.compiler.service.25.0.1.nupkg.sha512"
    },
    "FSharp.Core/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Pe3EDp9oBjQ3c3fvZAJsw7XFLHECS3zn3P7MSqsJy3sFYR6jvTgxxnCFeePR1JHiWyZ3bm+RZAjchqVYk61adA==",
      "path": "fsharp.core/4.5.2",
      "hashPath": "fsharp.core.4.5.2.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-osCIuFNOLbg5vLV+vqQbI8eL56ZBDyjzvezE4txZjlSglSi4hGpgz5GF4QepN2SNGr3uG05qCoQLUXqUYVHfSA==",
      "path": "microsoft.dotnet.platformabstractions/2.1.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.App/2.1.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Y/m5pet/U7XodLG8wJ733JmZHm2Ums+5ZgPkkZiWmF1QPtR8lowPL0xU2nvUNZdOZlxvXaEr6nCG7VjMo7Moiw==",
      "path": "microsoft.netcore.app/2.1.4",
      "hashPath": "microsoft.netcore.app.2.1.4.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.1.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qJf+WsbN3mGXW9mskmWDWzjex8t9yyiwPOCtqD4gRWr32mAS6szkTEnYUQWJLO6qL2SI8fUvk15T/ubkHJTH8Q==",
      "path": "microsoft.netcore.dotnetapphost/2.1.4",
      "hashPath": "microsoft.netcore.dotnetapphost.2.1.4.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.1.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-o8wVgy9fRDG2jWCI/+W910Hw+ew9CNVNdrP+uNwc7qWmEWGZ+9d6tJwTvF4hI7L+FGZx3kquz6AB0/nOvQ8HSw==",
      "path": "microsoft.netcore.dotnethostpolicy/2.1.4",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.4.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.1.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-M3oGw4GwuNM2trRxURLCVsbdvj/+GI6o2mScUOGMyp0i1K7tginNR8jSnR6NCRmf4LZvf1usZNBeZVCz2kl+kA==",
      "path": "microsoft.netcore.dotnethostresolver/2.1.4",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.1.4.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iXcQc19h5oECLVokgt6hvLOOPP/d9kYQh9miF9zbcxGVZenuTN9IMB+f+gP26/+Rc5r2KLES5Of45Qdqo0NJeA==",
      "path": "microsoft.netcore.platforms/2.1.1",
      "hashPath": "microsoft.netcore.platforms.2.1.1.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-chi5CcAazwC6mNFdCbPIauAfu2KcaKkIKzHqIb33AtafBtgKc65yoO8RfxM+jbp2EawL0XWUa1WMm+ZmFWN4zw==",
      "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-aWJGsTE4An8Oz/RLpGqQLPBU1vKnuoDNB71SsTHHTHWipkbgc4YBZqm2ioAaB9rCRG6fjMFdGpOhS8DmmiRM2w==",
      "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-l7bL8AgjlSATQKc+PtYJlshUS59pH+X6OyTWAHlKsGfKPwdBIVtO7bDCbHTbJb6DeOUFMEcEh7j904Mnq9W0Gg==",
      "path": "microsoft.win32.registry/4.5.0",
      "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
    },
    "Mono.Cecil/0.10.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZpklVgBklS7Rq3UQUzFZZvEpljrdyXxIbHKiZQJ4IMt4CAGYp7Z3mh5hNV4lT2e0CyTJ1Qb5ldNds0HzgYPlGw==",
      "path": "mono.cecil/0.10.1",
      "hashPath": "mono.cecil.0.10.1.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z40VQZhnYX+M/Q0MxjIsTTbQHC0BC3aBGDXT15A5KgKTGQBgS1cYNFa7+Da+eL2MyfwKrSwy2OH8W6ttOITT1A==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/11.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5ue/DlPttcjVVwI4mjtSRiWvfeoEw7tYKyMtI4Y74ihSxIuH8YV6FhIrlBjKUPWQLFGSIA7up5VpSPRQdKkmQQ==",
      "path": "newtonsoft.json/11.0.2",
      "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
    },
    "Paket.Core/5.181.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vcb+bOBBrDCOSEtn8qHiQlUb8pZim0nbFq6+RaZhjvrxEg+Fp9PJ9PVr5iYDHDdxZt8ey81XsY+EJHKJUbMxNQ==",
      "path": "paket.core/5.181.1",
      "hashPath": "paket.core.5.181.1.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-s9AMelYhmifrJqGjkRkqyoP7NMudky0vJPdYzjGKryWYhofREwzC4EesqYm+dooMQB++vbgvGrtrcZpU36Q+sA==",
      "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-1kcSfJKTg00KxR43jsnYjjYTPoUh+f+OLpL4/yF/bzKikgxV6QPlz74UyrypYprz3NUHHOcsa12E7+Xp4RtTng==",
      "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-DPcJlXiNYg8lqqCAFTgaL9Yqs1brKG3H6b1XVimLf9RYxW7zOLujvf3HfTlvrYEWsAulgJ/+7Gh0mCw4FUt+IQ==",
      "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-2p9EjZTy8LkH/wx6OwRuk0ORuVL7PzqJ3cdvL/SY58Ep+XW0AYEBjyy7kloJ/nPZGYVUT+NS8kNwPU5ICV/DwQ==",
      "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-2v5kHzEZgBFCz+5NJgZn3Dmi9gaYY/loR5PJEXvOJ018XIF6BmSGYNyHNXTmdFPq50EjwaGpHj8cQmR3z5oeGA==",
      "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-qfB0WU/HXLYhTlXpDZi0eY1p1x9jlwxDlVFcWrj9u+2gFEesUKux9IoR9bzQLPPj//B0dSWolKEgW/1X70VWCA==",
      "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-DIMZb/kF74WWpLXsz8oHWfqOQehY6OMdMLtZ9WJAb4bSFvA/KUzUt32Hbxv3/nko3Hbd6FJWzhZKyY3Nw8l5Rg==",
      "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-kamX2QbYHk72TK7qQzx4jLtjYjBy6ByP1r7ihCkTRpi+F0NdYCdp6ayXpYxbZjbxAWvmCJxU86zVoM6VUcpI3w==",
      "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-C+AZUmQBFgXR/NxF80q0Sy7SgYiW+C3CcIuA7yd0f1FXWN16xhIRSmXN92IUSGx/ebGN3XmaeuVUZpd+NuY/jQ==",
      "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-CiS94rEK+DWQJJbFqOc+SboSZQeswgRiao5QMZjHjhhRPi2NkawZZ0l99i8+eGNTVo6f4cYTOXVmNr0BeJTiYQ==",
      "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-kbvMwf5iS0oM7qiHPy3sHADQa2ncqFXVz7bQKCiPKcnNu5NTDz4cO/Nk4gy54iYjU0SSma/z2IfYIpPGVsdiZA==",
      "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-anMSS/nfTUvTuvUE3jg+sSEx7JUgLkeYS7T9dbb8ZE42XYWdaLJjRlp3qA/yYyoewJuVJ6ZPeI8w9QrlKgVSow==",
      "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-KHQzsD6iTnD3Rpr+Odhe0II9LMwTJkIOMKekGzBz5TQlNbEpuc0LwQxMuCE4FZnzcefRYw3kDd5Xyu+AFND8FQ==",
      "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-YVeP6XccbJen1k3sjfntjqWS+vAcVt37VW3eBuZvjH7ZlTmQz3t6n8gLNh342IeDSBM+06SPYtBqP1roAlIpDA==",
      "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-KBHT4RWCC3klyYzHWLweXSAPRzPLuzFdfixnzojA+tNUE6kHpyABhtbgTiwhGHyA3+TlyLOn1viw1NBoG7ZOxQ==",
      "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-Lmw34chaD1jDOrmiEl2jIXVoCfYhTFMWQWtC47RDRLKYpwLOjOkSa6E2LM5K28UNpkSOZu579Os/t+eZ+wAhOw==",
      "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-K6KLKN1ICpOqvVG2Dub+uX3gb/MqqiS1deVZpuj46M7ya9ranrGzFYVIMsQFI8f7vhc+sf0gyTtN0es9tN4jmw==",
      "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-IXiZH+OL4lP8dRKieebADFgWPgyq/vbMbYqXCz9EhfaU4CcRl1ygb3pmpNWhVJsVEV3fRb3tEaEFowmkb56WCQ==",
      "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-uOpq6ML3XC+QioF01mDpg6zuJEZs23+vjpbnOKQkZxyMSOGNanyleAjNgXLZyUo0NPa5c8QIMB878SvxLSxjhA==",
      "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-fefg8Dxuv7BKypFbd1HKIdO/x51l+NN4WP5GIqe+Gx6El1Aut7zZA5a9B8WPowDiGCwPIqEJaIhdwCjmbHqscQ==",
      "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.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cXIEICOK098ZyIlnBY1PJ4OzkDWF/1HxvzlL7VKO7GpoA+Buf+MDBHEDRYypRuQBfoXXH1qaJ9jEGBQE7ptY7Q==",
      "path": "runtime.win-x86.microsoft.netcore.app/2.1.4",
      "hashPath": "runtime.win-x86.microsoft.netcore.app.2.1.4.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fpyQrzJD9sFPNWtUui5YZLJsd0YIit8j9nEsrPylcXJZjfujRSuiWFf1X3LCcTh3pbpHUecYvnvBQswT8HyJsg==",
      "path": "runtime.win-x86.microsoft.netcore.dotnetapphost/2.1.4",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnetapphost.2.1.4.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IeZonxXK+i4rEMNSXA51xcTbSTyFQIcH1if/6ryg6U85woRcQdAlRqgSJoEnRhYoh6gR1uXLDzP2q0ah4D13Kg==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostpolicy/2.1.4",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostpolicy.2.1.4.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uQBqf56xs4Fpujh8hhRQSBqbTSVABSHFL72gaXqZR63sx8kiP6CiT3uyfAno09X5fHjEzpr27/+pJpxjQuEvag==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostresolver/2.1.4",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostresolver.2.1.4.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iNYJEUutBphShCiveFN8x6Ub0CKMhEeaXk0YQsh/NpWl9kx8BxA0pTDkb/u4rKnTfbtfNlsXieeBiVJ7RiOuFA==",
      "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-lahzUCTDMmTyq4irEk6cyoX2Pn7R2JJ/+AfJcjjoy77ujs1+V/82/5VwHKcHBhhkDRm7Con/a9steURrGHFBDg==",
      "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-Mn7E7ISCNXOFnDYkHisowGIHDgmA025/6RKM+iN/f6ikl31I7zh3gc24n/mJVcJsxv9CcvTLj9eb+J//8l0W4Q==",
      "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-Da9D+evHG8+GCNuER/o1i5TllferfsIZmb2/wLKNfaoKWt1/h5JUEytfVl6Hqir/kLZSoW2puY1yoJX+L+KsxA==",
      "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-57e8pfQJxhkevtWAP9ajp/xuuCQEGOVoyllCCnqipChuKgRA9PHF/1jSNt8jqA6+4NoYKODfS6NJo27yM5g5kA==",
      "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-WVgZDzBzNPbPLS4IXWLYySu9ixDUhZSYgT4RI++3/vNEgHUEhuQlL7zy7FIHx32pK6ihnPZR7iBwJ3Hd8/nGgg==",
      "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-m86SgxAIi5j0iGzx2y1LrcMcopIYfinfcojyQ9CcNRy3MZvi0dVuDlMj2M7kV6MMGSunqZ+OnQ+rQbxWafFBaw==",
      "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-+AIcv1Q/vBvbY4EnVY0js4YypQ4gkjI8YU3CszgaFOAxz9LP8q+cu2hIOcR/Se2Jvy9X4FxX9fgzFu8BIX/b1g==",
      "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-2PFPfsdFYVtgGz+Lx9cKUKXNbeVwBTJ1NMsSn9mYByplRIUos4kHYlf9ZuyF7Xn7kiiqG1zrZKrGlniXc+7H3w==",
      "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-PXWAEqWXamctxvdYSlHY+HG0e++cVkg0FwiqtiOZ4Ziy31GD9uab2QAgkuDKUARcCdVq3DfruvdMnPfalEJbNw==",
      "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-+TPgBPF41ECzV5NPqPz57eG3hyXjX2tdd0lJY7WvfDUr7Ay8Be9FE4KI7lcOuDsdplF8TED+TqOqzP+6dvJkTQ==",
      "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-PCYTQSE32F+hXyMVvqsaezmcfoQTaVrXMzHONlViMm7TxkmGnOpEgyrIRoFFdOnfQ19KdcWGk3Q86dn+DrJKaA==",
      "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-qwnU90fZ8R3qPGO3BPTY8Q+duhWq1K0Fn9PyucGinXEHxYbnDlRc0rgWwXZE0wUExL2mzaUJLm5XcAGjYy0oww==",
      "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-Fbq1I3rji6yrzTzHW4GrG2rRBeM8X1+iGwIrOSs/x2xto3arhFeagyl16TymIt6c5CVplPTCxvkIgcFLjj8e2Q==",
      "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-5eUVQGnncpbyDFrwt9a/SbYI27QziXD+Ne4IYYdnebOG+KB3xb40eBpH6dWlpV0Bdnk3OOxvnJrY6kTp5It/sw==",
      "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-AE2ic9YJEPwfs/PtCQcvi13Rc5c+nvfGQb3/bSYvV1ta6zV6KDNy+r43JPuD3glW326Q+/ILt5c2wawzwR6Xow==",
      "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-z6gl4yz8RXI8U2XqPWkUPtTIKxiksZRV906Xy22ZpfYzZue92a5/2btlDzO3p8az6s7JZeeu/BxM0onCnYl3Yg==",
      "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-+onR1DPMt7H/r4gDFKqxmXdgB+tJ53JSVrNhHP9R2Q/Ddjf99qzzhlmpbjMgsNEjoC5bzWaf3FSKf0aqFZS94A==",
      "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-OeXJs3GKly0tOWhrhkznRc/uoCpao+p+mWrJhuMiMFyBBGn04wiDD0wB462kusZl9CQZeo7gpL+GcoN4XFsrJw==",
      "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-VO42CEuXU8HF/ewjXc5Zfm+GsFE32Qw43cMJIRVqlt+Bh/W35WCY4H5iZC4X+aeWUeDZf5AAriQGGykXOto1BA==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Memory/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-e0tQ/CTR+IMly8kcSXkR/VNbsU9TsfFxXud6vja/p9GMi04a0RM1JAh68xQm80MCnovIU78VxyQiiiiIyT9q1Q==",
      "path": "system.memory/4.5.1",
      "hashPath": "system.memory.4.5.1.nupkg.sha512"
    },
    "System.Net.Http/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-K8Bf1xc41hhxmOp1X3W/y1eRyCwTD5JdEua97gn+7FXCwUeWKK9joR/bTbud07Via/S4W4oYewyzmFeIbt5w4A==",
      "path": "system.net.http/4.3.3",
      "hashPath": "system.net.http.4.3.3.nupkg.sha512"
    },
    "System.Net.Http.WinHttpHandler/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-f3IN83qJhBPU3uvaJlqGi0/SXoX/H7tvojmEi5VYkm0ehUA2VlfPFRjjRrVKJgb45h3PLBzyP1MkXmVLG4LsVg==",
      "path": "system.net.http.winhttphandler/4.5.1",
      "hashPath": "system.net.http.winhttphandler.4.5.1.nupkg.sha512"
    },
    "System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-R6iXtlpZud/dzVxzHro15eBPS7QvaZZuDLahoqBjZYo+B8ssxY6x9DvutYLaCZ0nzAGf8KdnNH0lRRpuld8Cpw==",
      "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-JEkiHTRxqnzCKyk0NELZXYTogeG3IB4UNx+IlsPPjfeTHOraNJxZyRESOEMTdmvcyIA++o5fHydYzr6mvW9a5Q==",
      "path": "system.numerics.vectors/4.5.0",
      "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-82e20WNUbwYohST4QG8OfZS2uWy7r1G2D7D1ZsHEBgk4morBSVzSIMeavFUg6Bf4odZWz3xdFbk3iZ63noMEjQ==",
      "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-No9+3j3bWy4tePB3b95z8JpmcLnJ1S8EhYlgNuHbyfuqbrTrWsiX7DnYiF1JUiA+WJDwwjbgRLmQNmgDp7E0tQ==",
      "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-YzwLERHflW4e3oAQCYeaXldwtc8evojEDKNnyZl59qvt+rR2NNYW41riwKCCPcNHhFfMd0CPIMLRiX3yMnNi0w==",
      "path": "system.reflection.emit.ilgeneration/4.3.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rQ51kxVd9AX4v2ggPnrP+GHPQOcESyu+E9OokqgkhJQF7k+y28wN20dWJMDNt/FbEbkHBAeVjish/jDf9eZP9A==",
      "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-aScap1hbzj1Quo1IfXrGkZaQyi59xF0Xx/Fq5Pku9TX72ANSLd5FJMuYm4O+lWZjsG3u9u99HRiT5KAoRio8vA==",
      "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-3vY2GcAPyuDWs1q5c3i4+7emEtH7wKaMBejnEj2vsCUzmLBkNEzHRfhVnlgySmbAovQ05N3ScBxzrjUEDqyA6g==",
      "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-MW3MxOtKtIr/gMbPUvfXZK2rUN57NUJSUuDCzLOdMAuTO8I1Gt0LJJcNf6MMTm5BWAJrz/Lex8AhYAn8fWf4Xw==",
      "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-NMLdlIGifRRZI0s8KErtVU5gTOf+CKOy/W1WFFtjXnWCcEAATxOjLVf+D6P/r5RQTLGuwz9VUbPaaVcGdEMt7g==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AXy+mSQ2E9QynzkOfA7Y9sr10WjoXuQUe4ywYvqQiLfmXhdHc6+Yv8tVOlySSrLOBvoIN8lFnX050QcXwBAd2A==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-k3rsGIl3aG0AJVIxs8z2mTvF4BSFJtkHSYbnhgcdZX9L80Hr5U8/VYHlci26mJz3gZSFX1JjRyEQZhbDnBb4tw==",
      "path": "system.runtime.compilerservices.unsafe/4.5.2",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hAp8LAqVbW2boNzCRxu0sdEgCjjDGPNLc6zJ+j5fMvrAQ8AgkMA4wK6vB6B9iPISRISDi9bluTGP3ap7qwVrOA==",
      "path": "system.runtime.extensions/4.3.0",
      "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3bDbtvLCV+BL9kPtITfcidgcDko/YjeK5wuOOMfMI/s0ps2eyDolUvkLikUlsabxi4u/zSFs/IT+DIfTx/puxg==",
      "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-VjcSMNMcnIpyCIbnaLTBVH8MmEi4fyMmOmRvFS/52wcNv19a98+bskUMALUO+6SUIDeH8eHmRbfX86AwTug2RQ==",
      "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-c8F6JtgO7OXjuvDXnmmG9fpm9l0sahRg+O6MKx1FhBLGJidSuMpgpbP0/hB2QUcOVbePqz8xrzPdfkBukbP7pg==",
      "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-yv5kB/tandjJWWGLn7SA+e4ZU/QoVwUxI9FwaNr+qOoUnwLQLRdXR1pS8DyFhLd4nKM5IKfsye0AhPvrJAVGkw==",
      "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-Hbpor0v8M8WIHeTM+qAnxEflodwF7REIE0zgwSLotjcbJYSuYxftJzRARtDLgQiCrT/vNDGIxptvJGK/3XBtdA==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-T9VDfOEANPeeeLUdTzjIAO2Lru8qArJPDeyV8g3oeuZpg23DzM8WLEMyrueQW3cW/oPHylpC8QBTa8KcVbCo7Q==",
      "path": "system.runtime.serialization.primitives/4.3.0",
      "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-C8szI+EztGRiOMR/X4uZc0/mvYdn6YSZw4PKIeGExDljUZB9Sv3gQNgGwEr4llAHXGNbx8QlqpxRnKx2r5OjeQ==",
      "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-qTfbXRle6+C7ulWdumAv/V/ak+qk9fs6Ucn67elOeO16+f9bAjda617+kBjTbqyWGEM2D3pJ5TN5ni+Xjg8zJQ==",
      "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-6n7n6wPvVhXvcU3zY+fkjinhxAqL77qtoRqFXLi4Xof+oJtEXtH20AZsJb+MW49cDxsjuR0fvWM/1JK9UpTl9A==",
      "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-9EH62Gxg4diqwHP7u0U3OgJj0fhG6cirCTXE+wrsgAlJ/B3iCMotiBSeZ+9OrJFPdn5Eh0qXnrWQJ+b3Ho5Y7A==",
      "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-bPn5rlQaBPOlM+I2VmbNGGOugXgWLd5hjNIDVT6qMf+oWuqoK2Divz5LWKx8OpDesV7SPAT1k+IIf9rDMAcYKg==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-s/MFK8BvgtejZj5a8qAPDXEGBtWkpFX98qwQP/wqVa9CgIC7LrKHxDFdlN5x6afGAb0ZVBVGIZlCdBLnO2QjZw==",
      "path": "system.security.cryptography.protecteddata/4.5.0",
      "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
      "path": "system.security.cryptography.x509certificates/4.3.0",
      "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-81+qSOLQXC7R4O9UjZYIiyitQ5/3yU98HoaZ4nkuORxIE8O+HdiVODovORX4W3zJIJZ8CbAp4WVWn5ZGj5pTBw==",
      "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-iqkXXL+7ANPKKXcJyJxVzcpfwl7xE51Pa5O3rrMHiQOrJI+ez+BrR88O7xIRS1pS8Akx8FcEHXJMackexe8VPQ==",
      "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-UlVMXdtvAN6KsJWOP2TxkO7YtdZ+7XyBVs1ljtx5OWNhSDmnwBLIw2VlB6wFCj84FQGokUxiI1SrzDQ4o9w6iA==",
      "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-93Y/wTq0dmOdGa0F/ytXPsGIF1ajUCdUhuLveHROr1tvjRC/HmkpWdze3uioA8+wSG7ifklvgu8L2DSoh2zAIA==",
      "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-7a8eoTjHIWB1mBL316VCnL6fgYaC0f/Dc+IobTUsoK5bNFbup0XuPU7GUnlfqKGK7DGcXm64Lr2+TLlvYSy4UQ==",
      "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-/0ekdiTWwFlchTUyvysahabbldgtx1TkjKwcnYiChf3+2lo9HjKfMOWp1UEj+zE8GTBwN8zCqS34saXiVXPEjA==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-n+BLPKOW/9te93y0vrXu+sgVxRPBpAk5xiZrZP6YYM/x2FSVqNm1Vju/jNtWUk9im8XWmgtt7/RsGMLojZ/a2w==",
      "path": "system.threading.tasks.extensions/4.5.1",
      "hashPath": "system.threading.tasks.extensions.4.5.1.nupkg.sha512"
    },
    "System.Threading.Thread/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DxK+aa9JaqEykDpelcEYNozg3zvvGwD4+bqKlXHoCPXUZHALJt0ySvmCeh1vgV57QljeLW/CRIEE4EYnmHEiSA==",
      "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-52okjmBXcN3+uZfQgp+0Hg5eRfgD5h71pB6gu4qPuDhIBPR08MI9yXR4I1AGvTvP1BDYWGTgSGmvfR+hcEymgw==",
      "path": "system.threading.threadpool/4.3.0",
      "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
    },
    "System.ValueTuple/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bf4SjHat2wq3DbmocWmfwRqjyL2e0EzGHrqB++dSDonqVbLLcAqeIEwQExIWLnDcBWTeh6wCQXYtMJkWxe2KBw==",
      "path": "system.valuetuple/4.5.0",
      "hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-d3DLBLEGHTK7PziaLOl5XZPm/519ji2Hjngc/nIjbXcraeOUSB9g+h6Y5l4UfMdziZy80gPV8ZSB8ZuD+KtKBg==",
      "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-e1WV4cARJEJO+AF5AfLBKV0N4a0/wyM0mh0qbvv4mfE+A9BFPUb7HrcB01p6dYAbP9OOH2DNPoVQrP9ZvM+nLg==",
      "path": "system.xml.xdocument/4.3.0",
      "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
    },
    "System.Xml.XmlDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sxn4rkpr7g4c1A4dTN4nkafLFxFS4ID92oI6Spq5/RTYrYT8IbMPt9gMsxMoxvmAKGFaInROjBRsQPlwwz6Ajw==",
      "path": "system.xml.xmldocument/4.3.0",
      "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
    },
    "Fake.Core.CommandLineParsing/5.9.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Context/5.9.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Runtime/5.9.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
bin\Mono.Cecil.dll
md5: 55D9DE2FDB06C0E6EA9B160D5D2FFB6C | sha1: 4E20DDE290EF17D56F296F746CD9D37EF1F6D2EB | sha256: DC30138C3851CB86F6E99022E4073980A60EE940100B6750150243EC0FC6CE17 | sha512: 6B582C86BEF680F069130658F71CBE5AD1C52C4EEB14742B71E0C273BE431359E877D8D926A1CF2CDE30DB056AD10B19A4221D2376470A03C7D2226FAF5A6BEC
bin\Mono.Cecil.Mdb.dll
md5: DB7717F75EC98F5CD7D07453C8428425 | sha1: A1412A215AC45E2A60C45E9F0B2D8B5CD9467CA7 | sha256: 3DA9CB360E52C0C81A4A24C714DE4B3E2205C802D386E01AE08DB897D0B2DDE1 | sha512: 5BA53BD656A026DC2DC8AB0975F6FE048BF9A7DAE71F12562ED69C8F4DF6038BC4416848878BF9AD9CAA730BCA783F61DF45F1DA4C84E71A7BBDE321CC0FD5FA
bin\Mono.Cecil.Pdb.dll
md5: 70BF4E6D7812FEDE872FC5768A0D2917 | sha1: E2B66F24B0273A5A08A6ECB3D9C601049ADC79C0 | sha256: 1E26794F217FC635FE61C8191B588BD7FC47D15770900548DA8044D176F4FB61 | sha512: 9A11E4A13AB2AB83132D13D23390F55D3E804336F065B962CF640C11CAC649F912DD502C88B60C4263172AAAB0DD13BCE55DE9BA6F07B25F779B63584262C156
bin\Mono.Cecil.Rocks.dll
md5: 1CEC1A4CDCE9798F89E01EE1DDAAA9CF | sha1: 7071949D4D1E6DBACFA0631F011901D980FE7BAB | sha256: 130A7CE244AC987F050797301F6313E8947D4C874C709771FDFCC186ECCD8A45 | sha512: 4999AA2688842C57036E30312DFC5C94983AA2C78159DF928D68BAC18F588193FAFBE74CC1860E29CFDAFD016B11AB0750F2E2C1226294D20C4FE4D41B488820
bin\mscordaccore.dll
md5: FB1A26E06799D0AB52313498F23863FA | sha1: 0B6262B0C7CD6E96565BEE551CE9452F3A48A947 | sha256: 88BB9220C5913E3A7BB8EF76228E28A0C1436A02796FE3DB929A85ACFDD37E20 | sha512: EFB81B087770C4257CF4FA19807435E129D628C603B9EA7C71259748F87A4819D8CF128AFE035794E922251C7F406D236D32170AEA382288E5F022A397B44EA2
bin\mscordaccore_x86_x86_4.6.26814.03.dll
md5: FB1A26E06799D0AB52313498F23863FA | sha1: 0B6262B0C7CD6E96565BEE551CE9452F3A48A947 | sha256: 88BB9220C5913E3A7BB8EF76228E28A0C1436A02796FE3DB929A85ACFDD37E20 | sha512: EFB81B087770C4257CF4FA19807435E129D628C603B9EA7C71259748F87A4819D8CF128AFE035794E922251C7F406D236D32170AEA382288E5F022A397B44EA2
bin\fake.dll
md5: 4516BE94B719941F2DF3671680839549 | sha1: 92361C4B34321C02A07819BBDE32BCD1BB676326 | sha256: F08214C270B0C6FD9F310B6092505836E52B3751E184A1B56ADA8139025323B4 | sha512: 48EEBE0893E578A0A1B87CF7F41D0431E0A87C72998A021886CB197E020952735C9A801C310D77BC6B3D97F4359A5A924815062C3FAC6B7EBF21897AE114D8E9
bin\fake.exe
md5: 141B9DBB2A993D73034362395C8DCDE4 | sha1: D95349DD1E9D3EEF22DAAD883EC8E9DA3F871F24 | sha256: 77EF13B89F208A364AD2020F6633E3BC3F080780BA0B05B351AAF3A24B1509EC | sha512: 1D074FC1CB6C13BCB3F2E570B30D29810FD700176044F7CE729F069D9F87BBE0F1C141D991D348925AC590C5460EC7EAC54F72F5B0B318AC53203D5F5DEE9328
bin\fake.pdb
 
bin\Fake.Runtime.dll
md5: 70B9531788E3DFFBC226523ED8E30317 | sha1: 790D4E267BC5D6B8EE32C18273E03CDD899D565D | sha256: E803D59C1B414F46414664BF30646EF20907583F211F7662E48C7AC7E84E9C7E | sha512: CEE267A8D4936B3F6A939942F95FF811381BEB1F439DC4FA6352C3359C39EBA31457FE9C60870D3614E18D9052344C4C38865F9A3C752376E6DFA4F4AC468408
bin\Fake.Runtime.pdb
 
bin\Fake.Runtime.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Runtime</name></assembly>
<members>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateNew(Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{System.String}},Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Quickly create a new IFsiSession with some sane defaults
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateForwardWriter(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Creates a forwarder Textwriter, which forwards all output to the given function.
 Set revertRedirect only to &quot;false&quot; if you know that f doesn&apos;t print anything to the stdout.
 When revertRedirect is true we capture the Console.Out property and set it before calling f.
 removeNewLines handles the newline characters properly and calls f for every new line instead of every call to
 to the underlaying writers.
 The difference is that with removeNewLines you should use printfn and get lines without newline characters.
 On the other hand without removeNewLines you are called on every TextWriter.Write call,
 so you might be called multiple times for a single lines or a single time for multiple lines.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.Create(Yaaf.FSharp.Scripting.FsiOptions,Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Create a new IFsiSession by specifying all fsi arguments manually.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.WarnLevel">
<summary>
 Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
 Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.Default">
<summary>
 Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
 Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiOptions">
<summary>
 See https://msdn.microsoft.com/en-us/library/dd233172.aspx
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.IFsiSession.DynamicAssembly">
<summary>
 Gets the currently build dynamic assembly.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.TryEvalExpressionWithOutput(System.String)">
<summary>
 Try to evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalScriptWithOutput(System.String)">
<summary>
 Evaluate the given script.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalInteractionWithOutput(System.String)">
<summary>
 Evaluate the given interaction.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.IFsiSession">
<summary>
 Represents a simple F# interactive session.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiExpressionTypeException">
<summary>
 Exception for invalid expression types
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiEvaluationException">
<summary>
 This exception indicates that an exception happened while compiling or executing given F# code.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.InteractiveSettings">
<summary>
 Implements a simple &apos;fsi&apos; object to be passed to the FSI evaluator
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.SimpleEventLoop">
<summary>
 Represents a simple (fake) event loop for the &apos;fsi&apos; object
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Handle``1(Yaaf.FSharp.Scripting.IFsiSession,Microsoft.FSharp.Core.FSharpFunc{System.String,``0},System.String)">
<summary>
 Handle the given evaluation function
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCurrentDirectory``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
 Same as ChangeCurrentDirectory but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.ChangeCurrentDirectory(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Change the current directory (so that relative paths within scripts work properly).
 Returns a handle to change the current directory back to it&apos;s initial state
 (Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCd``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
 Same as Cd but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Cd(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Change the current directory (so that relative paths within scripts work properly).
 Returns a handle to change the current directory back to it&apos;s initial state
 (Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Let``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,``0)">
<summary>
 Assigns the given object to the given name (ie &quot;let varName = obj&quot;)
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalExpression``1(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteraction(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteractionWithOutput(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullNameWithTypeArgs(System.Type)">
<summary>
 Gets a string that can be used in F# source code to reference the current type instance.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpParamList(System.Type)">
<summary>
 The parameter list of the current type, sets &quot;_&quot; if the current instance is a generic definition.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullName(System.Type)">
<summary>
 Gets the FullName of the current type in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpName(System.Type)">
<summary>
 The name of the current type instance in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_NamespaceName(System.Type)">
<summary>
 The FullName but without any generic parameter types.
</summary>
</member>
<member name="M:Fake.Runtime.Environment.hasEnvironVar(System.String)">
<summary>
 Returns if the build parameter with the given name was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrNone(System.String)">
<summary>
 Retrieves the environment variable or None
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBool(System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the false if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBoolOrDefault(System.String,System.Boolean)">
<summary>
 Retrieves the environment variable with the given name or returns the default bool if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrFail(System.String)">
<summary>
 Retrieves the environment variable with the given name or fails if not found
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrDefault(System.String,System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the default if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.setEnvironVar(System.String,System.String)">
<summary>
 Sets the environment variable with the given name
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVars">
<summary>
 Retrieves all environment variables from the given target
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVar(System.String)">
<summary>
 Retrieves the environment variable with the given name
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersionStr">
<summary>
 Gets the FAKE Version string
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersion">
<summary>
 Gets the FAKE version no.
</summary>
</member>
<member name="T:Fake.Runtime.Environment">
<summary>
 This module contains functions which allow to read and write environment variables and build parameters
</summary>
</member>
<member name="T:Fake.Runtime.Path">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.String.isNotNullOrEmpty(System.String)">
<summary>
 Returns if the string is not null or empty
</summary>
</member>
<member name="M:Fake.Runtime.String.isNullOrEmpty(System.String)">
<summary>
 Returns if the string is null or empty
</summary>
</member>
<member name="T:Fake.Runtime.String">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.ConsoleTraceListener.Fake-Runtime-Trace-ITraceListener-Write(Fake.Runtime.Trace.TraceData)">
<summary>
 Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ConsoleTraceListener">
<summary>
 Implements a TraceListener for System.Console.
 ## Parameters
  - `importantMessagesToStdErr` - Defines whether to trace important messages to StdErr.
  - `colorMap` - A function which maps TracePriorities to ConsoleColors.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ITraceListener">
<summary>
 Defines a TraceListener interface
</summary>
</member>
<member name="T:Fake.Runtime.Trace.TraceData">
<summary>
 Defines Tracing information for TraceListeners
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceError(System.String)">
<summary>
 Traces an error (in red)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceFAKE``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a trace to the command line (in yellow)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracef``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green) and without a line break
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracefn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.trace(System.String)">
<summary>
 Writes a trace to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.log(System.String)">
<summary>
 Logs the specified string        
</summary>
</member>
<member name="P:Fake.Runtime.Trace.fakePath">
<summary>
 Gets the path of the current FAKE instance
</summary>
</member>
<member name="M:Fake.Runtime.Trace.postMessage(Fake.Runtime.Trace.TraceData)">
<summary>
 Allows to post messages to all trace listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.listeners">
<summary>
 A List with all registered listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.defaultConsoleTraceListener">
<summary>
 The default TraceListener for Console.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.colorMap(Fake.Runtime.Trace.TraceData)">
<summary>
 A default color map which maps TracePriorities to ConsoleColors
</summary>
</member>
<member name="T:Fake.Runtime.Trace">
<summary>
 This module contains function which allow to trace build output
</summary>
</member>
<member name="T:Fake.Runtime.FSharpParser.InterestingItem">
<summary>
 Parse #r references for `paket:` lines
</summary>
</member>
<member name="T:Fake.Runtime.Runners">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.nameParser(System.String,System.String)">
<summary>
 public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,System.String,System.String)">
<summary>
 Handles a cache store operation, this should not throw as it is executed in a finally block and
 therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.CompileRunner">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.nameParser(System.String)">
<summary>
 public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Handles a cache store operation, this should not throw as it is executed in a finally block and
 therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.ScriptRunner">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.HashGeneration">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.CoreCache">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
</members>
</doc>
bin\Paket.Core.dll
md5: B8D66580952685A508E7B9BE30D7430B | sha1: 77E828B7D3BBE26573D2AE5450CABC8845B94790 | sha256: B0DC2D3C5CA50B6A3BA37BC04918A600495686F593FCD7C55A3BFA36DF9C401C | sha512: D04AF8CD042E538FF45D61854572F4308E1302F72D00B23889104F58FF6153CBD9D444D5B3EEA0465CC54ABDC6979DB96BAA5B42F5FEDB55F007EFAF903402DA
bin\pl\FSharp.Core.resources.dll
md5: 8238845FE1ECE1040A7384AE9F9F6E8A | sha1: BEC0E7ADCA609AEE34C298A37424CDB01264E810 | sha256: 3ADA5C6364BFEC9FBCE69451E0E584810FDFEEC49B84AF0AAE946D21B9A9B34F | sha512: EF88E5ABDB383517478011576D2DE23D0BC6D3500B9EA4F17339F869B9E3FA82408C0F694E85A74A4F9254E1B3DD2D21AD61D1ED531C8A04FF8A0A915029373E
bin\pt-BR\FSharp.Core.resources.dll
md5: 9616D28899D92B25BF60B250BF078327 | sha1: 834918FF8142D8E5A384BAD764BA97C8C2F4FA65 | sha256: D7BD7811BDA4303C2E6B419C7F4E4CA00F88632EFFE41E9DBD770CF8E0AFE18C | sha512: 25C3E28B81CD6A9AFF77DAB6EAE7E48CA1F4FDF285BD33BF5573F9CECAAAEC2666AE19455DFE298CD8D410B5761C15A7E927C2C4B228CADA0111C4B04AE7AD23
bin\ru\FSharp.Core.resources.dll
md5: F78CD37EB39EB2E3DC208C05DC45D80E | sha1: C3E8F912A8B7EF205F4450489F8BC3A59BC93589 | sha256: CF01360CAEFED79B646335D496B00C3CF24E323FEE23FA723C56FF4948995216 | sha512: 2DECCC6CF34791B3C3D8494DAAB5FCA9E73D6679080127B70DB05961942E1985B6AE24A17490C9DB0F5665B283CFE67D00A1CF1CED6604F8AEB93C0EC78EAEF0
bin\sos.dll
md5: 5CCC76265932315C495FEE76DD87C371 | sha1: 7DFFBABE5D6D756357889061F742ED8F223611D4 | sha256: FE79D156A3A47390357DEF116BB6D4D87DE4978C484653222B80E899FD7608D0 | sha512: 4A7EC69152B2C87DFCD8956FEB100DD1D741ED44A64561DAA5479F3BBBA9D719FBA4535E604B7109F354348894DA7C042370132D4D6FE7895FDF0D453F49B327
bin\SOS.NETCore.dll
md5: EB75C9C2688A551FD48229F0E28ADD22 | sha1: AA222D1EEE66F40A9DAADDDDA5E8F7B128A5B313 | sha256: AA10F5FDBABD0FBF599DD24DC1C000C9699886068AD76FF2EE1C5BE0A1F8BA8F | sha512: 16F41CD0B331F74A0BC6C4E4DB6E475886100F11858B212052233C986B1343A8DBCB15FB2BE34D3753ED23FBE5F34FDA00062D03ACBC972FAB79CCEACE114EFC
bin\Microsoft.DotNet.PlatformAbstractions.dll
md5: 8ED1B343DC98E338ACC983A0687DE49E | sha1: D63333AFF2861F9FC39F3AB5DE75B7C8D6DD3340 | sha256: B9C07D7163691CF99134836C74FCB7ED60E9304A45E180990E8DB585A398165E | sha512: 68B4B1C4BC6345BA7796CAA907B84818E806FF0E16D93911562C62E85C274F0950EEABC616C220CC7EAF743171A03D30651F5F8BD0D8E2A5753AD00E96C27368
bin\Microsoft.VisualBasic.dll
md5: 5B951B603D0E5D009C900638FA942A9B | sha1: 4069F3C421B994D2F22394752119C7606CA4097C | sha256: 151D56AA3D60E42717CD8015A0983FDA30A2C187AEB9147020D94DD6A5278137 | sha512: 361A5A935C74FCFD757F7AF2CC6EC06F340B09A4D9D96B3D59846F9554D4E1F41F48B5FA112ADB0590DEB023A74ACD45E571DF0C7ABE8FEE80EB68619A1BF4AF
bin\Microsoft.Win32.Primitives.dll
md5: 73796B406B0FB12A45C307C96E1F35FC | sha1: 01DAC2C656B4CD270F47BFEF9FFA212A7CDF8A16 | sha256: 33E0E40BE0C8EAED704B97FF286882A76BF550DFE385F44E3C589C14C42E8A6D | sha512: 6195854CF2FD6A75B8C09358E46EAAC04A6ACFAB202A3A50E50C82DD476B8203E1B885B7F2D5BB7F305F06785DDC56FE66BA74CC57C6E3083EF8C50A4C923984
bin\Microsoft.Win32.Registry.dll
md5: 9DEE41DB5A4C3A59F4D2B4D7D677B5C3 | sha1: BEEB0D51636847D1A8A0F7318156AF4F5EFF8D00 | sha256: 81228C8E7396C38A8911C67E0E583E8100E7586A64C1F6C9B45D08A152AA6210 | sha512: CBD9A8026C4C39589A8F5A386631C81DE0655F207DEF51DA2AF416F120118EA44955B4E67EDFA1DDAFB2857580D6C7A1AD88602567BBE6DAE8D25EE336A60F47
bin\mscordbi.dll
md5: 889F3395C01B93A15248A903F1CB29C5 | sha1: B97A2A77AC9AA9663FAD8832FE9E41D47D3C6543 | sha256: 6195CF8CDFB35161454B360B7EF1F822EF0229435E5F8D746D059E9166592744 | sha512: C919B38A062220DF9F159F7EED781BA5FAB0CDD0461BAE31B6EEC765E66C1BDCF00D080CD0D0806F2634BF0E702615D47B7534017DED99D9CDBDB88AB02A9699
bin\mscorlib.dll
md5: 4593B37EB41C42BDDB2CEB61C61993C7 | sha1: 19DEDDF0605F0D7EDF77AABB845FC63FA73B9F27 | sha256: B8AEF64222505C2EF3A73A092A75EB18DD5611418C834B51390F000FFC532893 | sha512: 02554366DE538166B4EC717B7943C24D5BCF1D2C025811D509AADE54EF0F1BA9434421B8F11EE4B5680DA1154FDF215E89D8610F9A0C23D67186058EF76D7608
bin\mscorrc.debug.dll
md5: E36B85CA66083016388C3DDF986CB652 | sha1: 0134F334093F57DA38CC7074199A742177239D55 | sha256: D7083C2ED1CF06296F50298AAE2C8C834F3924704012280BFB75B3C0CDB2C59B | sha512: 7F39884223ED31A0DC8E96C48342C63F19C358A1C1A0306183B838330DB9D861B7639E61BE5945A65814CBCD7B48EF815834665B88475BC97152E073C0108B8C
bin\mscorrc.dll
md5: 8DB294CAD76CB6B922EA6D6718C1648C | sha1: 47FF0FF644CA4220B42EB62E45A338294E5E0CC6 | sha256: BC18074C494714D073EC6676B8EB65E24B743EBB7EBE7BA0299123352825EF57 | sha512: AF42ADA37A10BC95A2D135D4F7CC565ECC0CF89852BDFA7DD965C62ACBE78FE8F4353D477B6AB699A66926E0E5919D49BD13799B5986B9186554293AF7201ACA
bin\netstandard.dll
md5: 3D2D5DBA674F8AD321057793C3C18E06 | sha1: 024F49410C0627B5282F4EB766CA2ED4E14C99BC | sha256: 510C3DAB93F1AC58664AC6E9742E2651E84A1BDFB913C7B5FDB4DA2A4132ED78 | sha512: 50A4859106F8B5C6F77375F3CFD75E77C69CCD7343AF0BEEF96A259FAAEE3E9297BBE98E43D71DB3DD6C2504DEDB1A8971700C34A464C63CB2B33B9A1834C463
bin\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
bin\fake.runtimeconfig.json
{
  "runtimeOptions": {}
}
bin\fake.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>fake</name></assembly>
<members>
<member name="T:Cli">
<summary>
 New Command line interface for FAKE that utilises Argu.
</summary>
</member>
</members>
</doc>
bin\FParsec.dll
md5: B508930BA7F4E87F295EC5057E522255 | sha1: E160F283C4C86FFD6B115D1B9B7C7C7216372F46 | sha256: C5E63264FF4D209E0C45B93F7BB8732FA5050F21B5C5944B740D9743052C87A2 | sha512: 186B7EB6BE544C1E12A9DC1275CBC9E199CBAABC8E8B1FF7CE8920010290585A51EC3C8100329E6160F517B033CC45BF5AF2F61299AA981AA7FD5E7487E513B2
bin\FParsecCS.dll
md5: 9429089F36FDBCE49285742E22418923 | sha1: C4C21B40950FCAD7648BBEC2918FCA1B528E0F29 | sha256: 69AB2AE85FEB972C3140B01E1B1FFEDE6D0E037651E89F13281A978098DA5E07 | sha512: C8A7C1997A495606A68BB4FFA54E5BAC94C249A59C7960F5A1BF129F285A17C5AC81F00A111B0FBBE9A0D4CCB16B965CBB3F37FCA9C911FE16FF73B0723B9125
bin\fr\FSharp.Core.resources.dll
md5: 9E428532E9651C7C6B615EE05E42DEA2 | sha1: 50324A0D0FDA80E6C6C21DE9379D69CC2B825166 | sha256: 2FC029713F5666FD63F644F173C644EFDECDF388718118CF71196BACAF649C32 | sha512: DA90EE444440B1E6A0B5D2AB484EC66F46D0D9B8921922AEFF244B5AB4B4679068C1AFA0E7619200AC73C30F0445D18C036BA514AAA2AF41FFA3A80F637ADB2F
bin\FSharp.Compiler.Service.dll
md5: 04BBB905EC10F1979ECC2C1716D8E7A4 | sha1: DA84F5FD501E4053C26BE475284ED72F6CBF0A5B | sha256: 8EB84DB5120A3EB547CFD82F2FE8913F6D98FAF0A47658F3A68FE58C3A097DCF | sha512: 3E2C122FB48BEDD95A07DF9AB1DBE7A060058D1768197FA2F4900B9B6C85FD3ABD2B3DBD7F64F31D7CF980171BDDF742C6021467448A1D6C79375EB5C833B05B
bin\FSharp.Core.dll
md5: 6DFE63C26ECDF71F5ABC840EE711B4E1 | sha1: C2B7740491D93DE4A644261FE54DF1EDCA7596C2 | sha256: F3CC82707AB0E930A09CE9726D7B4421C88FC9C055B2493B6F56D22F412970FD | sha512: 6B5CA8F8C081A330EBE7E68B800DC3EC2684B9FE6CC7E5F9E8254B799359DF09EF985B864C46468D217BC580B91F8ECEF54CBD19D8E8E32FA3824744E85514BE
bin\hostfxr.dll
md5: 7B717BDB6D3CA81A0C22FC52461632A5 | sha1: 335D61FF8F821EB1665EFB484B843B3148955ED0 | sha256: 63AE15F2E2F67E084C65C9502119EDCC67278490DC2DCEC544D13217F54E4C00 | sha512: 88CA9AD250836F705D4083CB3BF1DDBBD26ACC8B983EB5C0E0691509529AA8A3E37A49C027A5E6E88EFB12EAA35E82A188B767FE101210F343FAD5CE97322BF7
bin\hostpolicy.dll
md5: A00047AEA2A91B66FFD7AA484D520620 | sha1: DCBA162DD5ECC96AB57D0A956CD09B29D438F660 | sha256: 30517E945142C89D1157EA0EADFE2FF4EA7D89463CF2D68CEC48A20A7F5ED6C4 | sha512: 1DD2C5B097B9968DD0F2813714BCE29F0815C65E2422C3ECE4DC67A41C74E9143B840C532787398F4EED6EFAA725DBE6566475B627F0863B27EC6606C0F38940
bin\it\FSharp.Core.resources.dll
md5: 8BAE51E73B1489331618C1BAF65311EF | sha1: F6B1DBDCD564A7C8923B63FBB518BDFE753F21A8 | sha256: 38DC04C31EAEC7A3C17308BD1A491E637D587B36D1DA7A636123CC6FD347F878 | sha512: 988BFD1755EBCAB6E1C239DBA1C1FEB610689162D7360661907300765D931F8F875C0A2316961509C0939BB123466E6E34BDCDFDA112733A8E7A197974BD82BD
bin\ja\FSharp.Core.resources.dll
md5: B4B58BE1EED99A4181637AC4816AF7F5 | sha1: 74B85715EF159E603D3D90AA4639AD4164CAC138 | sha256: 74BB13C9E1284B75FE9999543544512AD0C12D2D2CE5FE2E8643DA8E9DD8BC48 | sha512: 2D89AB44EE51A64E0B98F7EB25174CCFA0A5D3C54D526E7CE61A1891536ACEC85B6BC6ED30322D319B2EAC3C888CE9985D74E2244DCE97987E12675BC7F1C735
bin\ko\FSharp.Core.resources.dll
md5: 7344AA0CC2B4B45F3140985039D4587C | sha1: 2D7D342AD8C1E5048B4F00F26650576741FE1B17 | sha256: 3984F08092CA4974D3AD958F51769DE4EDFD9767F04C7C476047F057ABF20FCD | sha512: 7A32820001E87B5EDA3B9FE929B50A0FE2C666AEB18E365CF2A42932F3ED577214ECF0A347813D01ADAE9598483C328BE254077D2F74CFF37009BB79B659AD16
bin\Microsoft.CSharp.dll
md5: D01624A474DEF20A0A74AAF8C4C9D0D0 | sha1: AEBF924FA9E18A70CC5789BB32119D8EB47481ED | sha256: 8C3EAA8CF8E8E010CAC122103F414AA06C3E7EC3C717CA57279BF8470E62EEE3 | sha512: 2F4A8A1AA085941FCA328512E3021E08D2A1181208033E214089D9C39111E22C6DAD810834628EAA8E1916EACB25BFCD8842D4ED3045F9DFB07C723E41BD1857
bin\Microsoft.DiaSymReader.Native.x86.dll
md5: 4FF7094E3EDFDA47CED912012044296B | sha1: C6F3C9D81713687DC3820D8CABF14C2A32208D27 | sha256: F21DA9FB831AC943736135B6EE109A4B352511B8D6C07CB03C66B61996D1DDC9 | sha512: 372867BBAE96C51EE11B413F552A67A53992B16DBFA44105381DB3813E3C2F9A3DC9D16FC6BD6366514D4E1B4BF1EECCCE5261BC3DF837BF3E3EB5A04446C551
bin\System.AppContext.dll
md5: E46CDE0A41A38DE9C33E1969BB263180 | sha1: F4E34F549E761CC577C092CFA1A589794399E30C | sha256: A12E0F65558EE41B755BF31F0820786C8F56DCA662E5430E93E5DC8C6A808522 | sha512: BFD496A3CF7E241DB3866A87DEF5EA5D18FC96379A6F0C087E68D2960C0FED4F5398318D9F53B78CFD1D5967A329427662EDB4358DE0B1A8632A2A3089CD4D38
bin\System.Buffers.dll
md5: 771D91A3A7E4781A466B1CE5B77C2117 | sha1: F18D5DEE627CBE18A73CC67767BA55D2E20D3861 | sha256: 811C87E8C045CB9AE7CA0924DD0DC090679A826A17BAC7ABAEB4F8E761221ED9 | sha512: A648323C3284228633C4F35287A0CDBF9162B0D32E17E7437E0DC71A6205C6A3115774457D7C71455CEA226BDAD1B2740B981E162E5EAEFCE67B7EE95CBAD2C8
bin\System.Collections.Concurrent.dll
md5: DE1485D756F4C208847F81D86A35DAE2 | sha1: 484E19A1E1889EF647C11C44130138818297BB54 | sha256: E7F519C313B10C6B7B0228D3CE69ABA6AA876AC6DE6C0A0E0B7ACD22CE7B4950 | sha512: 012F92CE8A19CB756C50DB423FC6D648C4D9B7D0CBD9A267AF675D9ED728FDDD9843CE1601F1FBC2B32F997076557CDD7BA7BE22933AADD581A85E0FBA9E4CC1
bin\System.Collections.dll
md5: 06321EEECEF2752F3E3766A3A090421F | sha1: 8097C33FB4B51CC720601F05801F287AFE15DCEC | sha256: FDF7818BBB7030C8B861A294E80687FC7A2397504066E5DE7FD6E84255F95FAA | sha512: 30DDCC48DF0A92B89D3A505A35E3DFD7A3076E3B6473742357E6E7652F1DCC4C419014638C7711F1C71D195AA5F75759060E9C59AAD66020ED01D62191CF3ECB
bin\System.Collections.Immutable.dll
md5: C286BB690D2CC0DE991D581A14E5FF48 | sha1: 1A895B7BDD2481EC5DBCAEEE2CD597C3791712B4 | sha256: 942E3AAA2E4269AE184752AB4385758E35886132356A6C1C2C561B7D6B1DB437 | sha512: 214B717EABA9C0A8F1AA0655C73CB4BA131F6442C927C2705EA78100E707EF47140433332273D138D72FABB955A72DE40F31FA9B7BE551B673DA839F2A05CCFC
bin\System.Collections.NonGeneric.dll
md5: 9D3B68E69FEA465D61B0ABB3993D52D3 | sha1: 8625072AA4429075821D62F8E9745A95F9D806F5 | sha256: BED567DB4BFF6B08F8192D49649EE66BCDF51B65E0BF505E1CD7863EC6CA2AFF | sha512: 050049E303EE9E489EFAA316CF1DAC067FE4BFB7450574A482E8FFE5DA3C6C4B1F85A76AD5728A1DA468A8A7F60ED4B455441C034FF17A30B92F199253611310
bin\System.Collections.Specialized.dll
md5: 8C8F4AF67873E8344C56412EB7514A77 | sha1: D977A7DBEA64A51527EE7AC3DC12ABAB6AC15289 | sha256: F188D5F8F126081A2668FC3B91CD057641D1A753ABA564D1098AE2435880AC80 | sha512: 2B2493BBAF6B7CCD576FC8B79080F26D342C1232C4952A38CAEBEA8A3069E5E7DEC6D7F226B3D789EF8E714854554CE5128D6B9E3D9EC2357351CA6B06EBC911
bin\System.ComponentModel.Annotations.dll
md5: 4E89FD8A8F5990DD4E1AEF50104E3C12 | sha1: 48DBB7AA7519EF9E3BBA472C1C121C557D80DBC0 | sha256: 11DA1883DE2F840156B2CA376211D0BDAEBD7D694811E53D21BB633AE591027B | sha512: BD41CAD8D193AE76649943894218C18A5FC3014815B117DD9FB6603E61F4B5BA4EA38C2129B854A428101D752D5BB045AC875273673C5211A1F905616D89FCED
bin\System.ComponentModel.DataAnnotations.dll
md5: B38C8D8D60408297E8AE683858F34F87 | sha1: B7AA9D121DE5DD4DF734D8AF4CD296A1E4A15D7F | sha256: F640B9CCB421F70A8A55D285965E65FCB72DD37519EEDEA87D40D8F262596F4B | sha512: AA72F125E1A98AEB26F01235BB34005EAC41E2EA17DBDD8ADDABE3B3857AE1DEC12A21B1996AAF9B27A1908F3CD61AB1F4D78AC2B087C20AD0C71AD7FFE5B358
bin\System.ComponentModel.dll
md5: 345D711D68E68F2882676FC663A953A1 | sha1: 82A1AED79AA3BF20ADD9AB0DD2E3F6F42168BED2 | sha256: 8811AC05BAA881858036B701BEB4F515BAE96189947BB03919C6756618FC7929 | sha512: 2D0FEA98160AE73015D3AFDA019558704D5FC3ED3D21283FB4F388C8003B36DAC684C7368C68F757FD63DF15D6A652244CD2021BCFFA26BC2D69AD71AAA161A1
bin\sos_x86_x86_4.6.26814.03.dll
md5: 5CCC76265932315C495FEE76DD87C371 | sha1: 7DFFBABE5D6D756357889061F742ED8F223611D4 | sha256: FE79D156A3A47390357DEF116BB6D4D87DE4978C484653222B80E899FD7608D0 | sha512: 4A7EC69152B2C87DFCD8956FEB100DD1D741ED44A64561DAA5479F3BBBA9D719FBA4535E604B7109F354348894DA7C042370132D4D6FE7895FDF0D453F49B327
bin\System.Diagnostics.TextWriterTraceListener.dll
md5: 993A44CF34934B0DE5F77294B8B38F93 | sha1: 02C655EE9FA9FC97FD631F5BFDDD3C2593FBCC00 | sha256: 7D03007EF9229F01AF6D33576AAABA632EA8A6D06173F802CA43F4CE8030A661 | sha512: FF33F2F8E7AC4852FCF738FDBB0F7175C1C6650459D92CA221D9C49294F0F18C2D1C5F9603589527B81156E6B31CD10F7D95625E5D85CD53E8DD0E84DE7F9895
bin\System.Diagnostics.Tools.dll
md5: 1496504A4E4A90408D65B117748ECBA9 | sha1: 36DCEE6FB31793467D2D8D32FD18DA0153C77829 | sha256: C91F94448C8AFD20395488241E36B23E254C7100EF58F24C6E0788BFBC546EAC | sha512: 52AAEA83481F2F9C695C47E13DB5E888F956224C56F90669CA0E0E018F46B241CDA3173A5E7E4CE127F8269668F39CD94AE880837841DA4D41595AFBBA72EC1A
bin\System.Diagnostics.TraceSource.dll
md5: 93D50FCF2CF7A1ADA865CE2D156EC847 | sha1: 3689F2F08ED8E3E8B0BF12F74ABE91075046728B | sha256: B732B92A1497A0D07C6746DA40F7FC98A89E02C2D5F8F4DC93ED39F361174963 | sha512: 745AA26AAB3DFADFD58B8F5FC5B59EE4328BA9B96666FCA003922962A4BF9A01B2B2DD079B0D8FF97990E659E205FD573760AA8B71BB2BBEBA74D8CC3241B936
bin\System.Diagnostics.Tracing.dll
md5: 177122721D3DD6303AD4CD4919A5C894 | sha1: 891D09AB113E87D96E12108CECB202F40AA7C97B | sha256: 06008451C4F91542EF36D52B58064707378861365E6887FD9440340E0E2005F0 | sha512: 5C03640540603288C76D879923CF9D82602DBFA336D099C8C8CAC2E67141F535AAA812434493837059DF3007B9E37B1D13B17A86A3C7ECC95893B31E4D8C60E9
bin\System.dll
md5: 5BB73F731978768B0975B085CBF2204B | sha1: D619883A32EABF9140F247171324A5F690E31C82 | sha256: 9594435B96B061C8EDDA4E19F82303315F8CA5F043429F1173033F3057D241AC | sha512: 90AD8938C7BD9B6AAE33340DC9CCBF7F9FAA73BEA5BD663A18E3FCC1D599AD3EBBFE69AC77AFA68FA6B9DC2A0CA39F8E81A350DB5C990BD251D1A5C4C05E2447
bin\System.Drawing.dll
md5: CE8CACDA0AF113526FB71540C083F478 | sha1: 7A81523685790C24DFAA0D1F84011E2DB37E60D0 | sha256: E53C440FF1152C6BBCC1541072875A871A02F0A097549D2BF89CEA11B9763045 | sha512: 89C322B54D7226DE97CCB452506A1EE576EDD8354BBA707F1DF9CF343CDB74CD49B4142268AE8155B256A010B9BDDED2D252CF050D995F2E122A3D642AAC8C25
bin\System.Drawing.Primitives.dll
md5: BC034D71FE44B6E2DDF909BCF1E89B08 | sha1: 31966672AABD180FC53CC1A4C10556EB861A0885 | sha256: 26AE2A6B04D41E8B021F4E2A358077C630144B46CBBF7F9B6F608C521C84DA18 | sha512: B258BB94F24B160AA1EE2999D7079D512C37157CB8322602BF6A9C6E065915974B784E372DA25C23500A56D69646B92CF3DCB8505CEC6B36DDF96C37DE5863F0
bin\System.Dynamic.Runtime.dll
md5: 50F5FB19FF87C7CA149FF20A00957B47 | sha1: DFDF921239F7ED58104C3C0AC8B5972A953FE1E2 | sha256: 6F27040244E679166BB9491AD4F962E3728396BD7F5CA0BBAA89A2109686590E | sha512: 7EF07628CFC5C16B8F5BF1C83AB7D1E48970285A4569301BE651E5806FC7DB779935EFF1254F7A75F03CC206BBC06E638835039564E479E56F179541FAD40472
bin\System.Diagnostics.FileVersionInfo.dll
md5: 0ADF88274FDA72206BD20C2BB56C9147 | sha1: C6A1C16F07B52337686F36B02C8563D67C7606FF | sha256: 13A19DF6D3FB21F6B96B7C77A6ECEBE2994AFE72947262265EAB84306312B85E | sha512: 6D0F2E1DFA4E486FD9E3029E2DAC180725F38B6EB7A0ADFF37F1DB58D8C3446E595B4F1428C08195A5A3E388F29B8F2EA267B33666DFEBCD92D5ECA73FD5D98C
bin\System.Diagnostics.Process.dll
md5: D75CEEEC423D5382688870F71D05D2AE | sha1: 8DBB91E1C0F75DF068E9AC5549D9F8EF2EE54E4C | sha256: 180640C22E71C0E60F89D7B1E602C1DC09F0CFDAF5F8F59A9E4186E5BA062B30 | sha512: 699BA888A2678CD20231C562083747092B00700739E474C7B1446638BA61C2597660621FBAD5E839F71225ABC9A7A0D894FC34F98DCD9E5E0367CD62532AB40F
bin\System.Diagnostics.StackTrace.dll
md5: 0D906FE2B289EAA0863F4BC4426FBF4B | sha1: 8C1D4573D1FC44CF86EB3287FE8C4A44628DB3EF | sha256: 009F76B5A7F7C7D29F423A6266AE278F1DE6FFD67C49A5ED33F51E71D0CB948C | sha512: 9B2D596BC0F19BD05C80B0FBAD276F031A0B115D415EB914D62B0A9F6D0DB5E211179BAFC999E35419AA614379BEB5E5BC001B1F51575A7B12405637BC9FD5C5
bin\System.IO.Compression.Brotli.dll
md5: 42AF6F3E69300E290BA19AB1CA275EF9 | sha1: B9D97CAB3F3FBE7B6A3B2B5089954A0075CA0102 | sha256: 62AA7CF3A5B7FE22119AD125FA415012BA2929FE25C97E5743FA009A420BD1E0 | sha512: 413950497515FF8FAB50A2C4533327CB39BBFE7B0F460E05DA043FBB616986E2E191BB66EA4F1DC4FCD8634C79CC12D91D5705A276F06E4DF636A1E283B061B7
bin\System.IO.Compression.dll
md5: 29974C9D744E8B47D4EF87F802EA040D | sha1: CF61D0E935C63C6C3AEF9B91BBA4E7D6B3B04A12 | sha256: C35AC4570C75ED9D5E9F042531EC18D01AF797559DED13370CEEEB52AE486205 | sha512: 8790A08AE246E32BED3FFE9A5A46FF81315E0F270284A4E96A647CEC97B0B68EEF675400E67AB6CB05BAD5431A2539D2C800C1758032FDA6F5F32A0F5A93709D
bin\System.IO.Compression.FileSystem.dll
md5: 825F0297B7AFB3864B2E5DEACCDE2179 | sha1: 250343B6514FCB2222028E05976283B9DF5D6253 | sha256: 84C165C5D85F8FB910BB954A9854929A41C2BCC1348F965386D058CFC3D1DAFF | sha512: C7EA9DCC3D4D61B04EB6ACDDD386F799759FBBA0690C9C4E836E6C26CA810F5719FFCC6562C2066F35229F15692CC7CDE46118DEA748CBF5B5DC4119DEAD3324
bin\System.IO.Compression.ZipFile.dll
md5: 74A88231194A08A783BFC217049EB762 | sha1: 4AF9D665121A0E55BF0D7C2FEDEFD22415C40B9B | sha256: 103FAB67871658F7332B02A177BDE20FDC24975184E93474D8E3BB694EE262BB | sha512: 84E48C3108E3E43BC3E34049F9FC2B45F9C398551B16EAA89507EF795AB9BFC7252D0156D1726A8864546DB5FC5D3DEF2DEE223162ACADAA4455B7CDC8D53D11
bin\System.IO.dll
md5: 08F85857EADFA997C75BB8431AB68F8D | sha1: DF5B1B713705543423D45F4A46634BB9AE5A8E60 | sha256: F289D171A6C47A79D60BDA8D3F64EE7C847725399AF966BFD00938C5721E09F3 | sha512: 3305EB59E49AD1E2B0227285A0FCA6201499809FBF4AA150E24866EEBF418E4CAA4C7E8FEFD84F507FECBBC868501D73FDE3DF28D822E3CCD3C3B1BBD1ABFA98
bin\System.IO.FileSystem.AccessControl.dll
md5: 828068415411AD63622CAF4F1FB0A251 | sha1: 020F9B3C907A3A7B9CA1047784BD45488E7849AC | sha256: 4BF9DCFA9427583711368E0A12E6B3796AA1479614B232C0D03D830C007825A4 | sha512: DCB43D10296B2382154C8BEF0C88F50219841919DCFFA39F8C2E8B8E0FDAE4F832565C91F8BA2BB93A193796242BC9237D377750FDA48826803916C20A428976
bin\System.Linq.Expressions.dll
md5: ECBFACFEE0A6ED71E9BB488F5334E83F | sha1: 226F06995DE86D0CA84794EED087C9C09E4BB59A | sha256: BD617C4F83EBA71609A3229599F0F47D419E9237BA0C9AB76D89C09090820E96 | sha512: 6D06287341D865047C3B1D8F82AFCB4AF1150D2FE0A9DA3C9DB284008EB891F4339AA782E7B7BA3223BD6261B5D6799A297F471E1CED40A19D725AC7A43A2B3E
bin\System.Linq.Parallel.dll
md5: 8D2EF2CE734B05912C6ACEA9FD076043 | sha1: A0063BA96201D93B0761A25F70B347A7C1B9BBA1 | sha256: BDDEF7AA07E90649430E47AEA1252E9A25422ED7D2C4688E6B2B5C0B5F18C6F9 | sha512: 00BF2A8121D15E4B5F9E8D50DB8FD1C20ED6685CC62CD158950412CE61FF5ADF710794785FC50C2DE7A0AAD8D26D9ECAF683C0B1E52A4C2C9CBCA133BB51100A
bin\System.Linq.Queryable.dll
md5: C69F69883E13998038B87EF5C3BD140E | sha1: 983D10E8A5C778A20D97AA95F1FF6D890420107B | sha256: 83FCA4D9A735A8880842E112B60CBA6181CC41BBE42EEB8780CAAA723132F4FB | sha512: FE04EB6355D4C354ED30C1EB9F5E6C2767EA52F8F4877CB76C7B75537F3AEC8157F114481734A0073D5A5AE8F76423633E3C247D5A22BC62F2F6B7F7E1AECCA7
bin\System.IO.FileSystem.dll
md5: A6DB35F54FA945D7875A7081ED619F4F | sha1: B71CB40147CD8CC539416601B5B90CC94C7044DD | sha256: 70D60DAB5868B3478597B36E0F30A80103EDADD2C6C590C15F5ED996338297E1 | sha512: 9B29B0B5D5DAA050C07C8A82B4E5D37E6D3107186F8B8199CD8EB30CE6082F9A62BC8D6A9B7707F27E340CE1F3092EA6194BD2B1DB91DF2588C202BA1EB6E938
bin\System.IO.FileSystem.DriveInfo.dll
md5: 35A2DA6AC03995B98E2B2223BCD23FE4 | sha1: BB2FE92CD83F5EFD93726EF6C477927E9744CFB3 | sha256: 53F0C2334C9943330E2551DFC197B3A1D9831C507713A2CB0B402F20F34776E4 | sha512: 69BE3551F9E9B321AF4C8E74D0C6631483C433E8C015CC9CC358D444418B7882C36FE30DE37A51D73A9AAD47B2BA7FDF8884A1FE85246B69B39646D06B76F11B
bin\System.Globalization.Calendars.dll
md5: 957869F893073C246B324BFFF3966F4A | sha1: CA4E4BBAE53929F6DCBFD317CFB3018846A0091C | sha256: 8AB2411800B95332E512308E9D3260680E1AF2354D7136E5E3166F662AFC442D | sha512: 04588A52345931CD7E80B704022E027D2F3A696F6A50B352F470E995C785F2640AFD1F99B4AA96EF299CA2FEA4653CC73B62447278158E2428264221035252A7
bin\System.Globalization.dll
md5: 30EB5689D1DBF5D91830D86D2A92D44F | sha1: 830F7410202EFDD21B27AE0D61559ADB9EF0A94D | sha256: 2D6DFE4C21C81A534CF2C761EA1C89CD9FC6226705B6728B0D94DCA406BB8EE1 | sha512: 597446C3D3C1D09130F9D3630DA5FC74B8D01192EDF4B55F20681B8D083052856568BB45C551CB5D397CEFDE1901C1C72E6B24249E282544B878B0E4AC6384CA
bin\System.Globalization.Extensions.dll
md5: 04FA51C7FEB72CC0B3F0E4D0DD9F30F4 | sha1: DA061939768F82DB538F6BC1EAD43DE01DEBB83E | sha256: 3E3942D9E07EFE7EDEEBDF7FF7C7EF0CF97814F1ECE91309379513E9731B3E7A | sha512: E7F32333A5EDE59AA0D051810975AF8B8CCA97E0BEEC40CAA7F50C60FD2689A1B90277A40E7DFC7012C0A3DC29B7C950E536B2EE3254DF9342C58D8A047978E8
bin\System.ComponentModel.EventBasedAsync.dll
md5: 7489AE1085E5BA6A0FC85945AF865F8B | sha1: 6BFA73EFDC797130A1B9F16913DF8ACFB564B279 | sha256: B0843E06DDE98988FE1157EBC3357775F2209AA5F5B42D0A218DB974E927C43E | sha512: 7E6993AB4C2E71FD1257E4F6D086F54897CC07F83B6C504EE692AD91C051689EBBB93E4F647643F986E5C59CA4B6A604C70F01D846F3F7530380C3E7857C31C0
bin\System.ComponentModel.Primitives.dll
md5: 531226900271DCF17626792F432247E9 | sha1: 570D7F203E0E154F99AD236B0E143CA9CD616739 | sha256: 6B4AD50B5FE60CFCE05EDEC8970C1E254F7F2A62A414ED46353246AD0D452533 | sha512: C5637E49131EE59273D08A6CA6773108F87BF8A4100FE78E682ACB72987575AB9BE4427E6F7A7DBE2E835D9F78C977199E2663B6603F0ABEC7613FDA3BDAF747
bin\System.ComponentModel.TypeConverter.dll
md5: 83166F72A75D5045BD98E8B9F6669E77 | sha1: EDE9F18647560DCD1D863689624AD52E9C36E01A | sha256: 4F91EEFCFCCADF504D8C1360F950CD41ED7C41F3A53CE617E64D443AE65D57B6 | sha512: 9EF0BA09317A6364D1DE5D1072D9012A160C61E455194137D2F7BF541215258CBDDEAC0F729AF436D3AA279F581E0F9F267E7BB4020C155DCEB9D6E43889172A
bin\System.Configuration.dll
md5: 644140AD6443ACB925ACDF65BAC9608C | sha1: 442A20F0821076259C4898A70E8AC2D24A3A0BED | sha256: B32978D7B66925B0E6A418779ADB3D6AE3A3FBC319D46E7758A51E5913167033 | sha512: F8EA7E0F587ADD37DCA60095A4BB5A4E9086F442B6F5BB382D539603CEDB606C8BC596752861F5F92D0652AC315D01B0433E16D76E99EA2FC9803C5920DBF137
bin\System.Console.dll
md5: 018AAC299E528AA4E3410B93EF7191F3 | sha1: 0142C23BC62F593C4419FA4A5246FF4484F9C750 | sha256: 0CB19613DCA1E710876FACA558DA2FE5B8A4871677758B749D4B4CCA5B2FFCC2 | sha512: 7C0C6687983C038101908CEB781CF694EB55117AB14B3D92AFEA3ACD0BB1F50EB75A3B0928C070D069FA77865F4354FA825A01E892F64C916DD6CB2E612B05BB
bin\System.Core.dll
md5: 0C14105B9E65A60F53DD6E9A120CB8D3 | sha1: 962221E7DF6F00E0FC3B722A1489FB4429C50778 | sha256: 5A01247D99897AD20F5896F9C23387777192DFA7645934D56DEF79E938302500 | sha512: B443CB8E79A0C5B7C80CA8AD3BEC216E9610B3E51E9DC55524A0A77A49AE5C347F91AA176F57EDE01ED907E32EBC3D4FC5052DEC365920426F9C136F33433198
bin\System.Data.Common.dll
md5: 4C22D569373C9B985AE6ACD9B6F5A3F5 | sha1: 932EA47CB8D6EE2F693845E9CC08357ADAB76849 | sha256: A77612CD73A317AB3D4DDA664AF7B90BB67FA001C6E7006EE55E0EB2AAA2CEA0 | sha512: 41AC473C42AB2C752F72F713F9128B51E1CB2382B7060C24B5ACFD7F3BCA2F821CC734674B1C1E80FF380397A20EB2D832A31AEBC97A8173EBE80E087EEF8591
bin\System.Data.dll
md5: E872C5151A87244C0C9D2CC5430ADB01 | sha1: 5F15E5598DB9D2AB73B376E4A2D973A7F37860EC | sha256: 5E2E2017DE2BA700D82A4ABDB974C1653DEB03B29617D1E1D508D35A32CC0E56 | sha512: 9501158339CED6BDE32AADCB66CEB52E614FBEA0013C6A8FD9DB6610C90ED82D9CAFB2ACDCAD1981B435CC3F8599002B48563CCABDDA11FC9AAB5C292EC29DE8
bin\System.Diagnostics.Contracts.dll
md5: 1CF8AB1C70F930BD4915809492D3D932 | sha1: 3CF202A78B3DBED13DE196C6A5F00C0B6520E5B9 | sha256: 3B4A03393B325B27E69D8835B5A25EFC8539055AC4463C9F3A314001C51E653E | sha512: BBA6E1708CB20CC3F044845FA734271A07C2CB5650F21BF24050E0BB893F280D2DF661F6C4922197CE0F6BE279577D56410F38A8518B35AD9F939456DB51526B
bin\System.Diagnostics.Debug.dll
md5: 44356D0E1B04934FFA0F46828C855329 | sha1: 58EBC8892BBD31548AE6FCA49F69AD8E6D6104FE | sha256: 6500FFD46CE83964737D928424FC8A3319CDEB6E1981BDF8D4700A7A65736FDA | sha512: 78148DCA58FE976D1379FDBCF2BA905952FA64383CD2FB680982D65F418EB2EDB8D9844FBEB4E39441709956D1A4FB8B6A0DB73A918B0575191C36625487E8A4
bin\System.Diagnostics.DiagnosticSource.dll
md5: 53F704628C292DF065AFF647960787D2 | sha1: CB49B81E63B0A667B12BD15491D53C75CDCCBF70 | sha256: 69E970C1054B798578710F32606E67A299514DF4C1AF5247EB0B8E1C226E40A7 | sha512: 47646C54DB356002519609DC816D89A46A23B4FE92B5332B966D1871A317E5B061A4F2B1E9E3D21E02F04D130CF94601F4F333AA5B52785A0F4E6CAD9C342C38
bin\System.IO.MemoryMappedFiles.dll
md5: 7A13B829E71E5F315F4A946658E09928 | sha1: 11599C542F772E74A78EC63B8341D0AF703BC316 | sha256: C4B6D9A91A99888AABD638332415D92655756A9BF68FF5F3919EA993B8B6CFFC | sha512: 57545A5163E8D1F04784A3009730EF66052EB3821E8E112E2AE6BD0EFFDBB74D62D36DE1C3587F170138D9025BE4D75ABE4C365307C50ED9A8CB7295C17EA78A
bin\System.IO.Pipes.AccessControl.dll
md5: 2E4C2B5A23592E8EA26C73618EE98E77 | sha1: 0F03270149EA36D1BAB34F74788860E5E7553B08 | sha256: 7343A7197B7547BF7DA46D152811EB3937D944A6CF23F01EAE7FE638101F6DC0 | sha512: B35D48F7C9249AE9231B90A6FA3E9AB4FA350EF9AB9EB0D80E25612F2EADE2342DB904350E0B9EFB07EFDF32E88C51745745520D9EB1DDBE08DB6411EC97503F
bin\System.IO.Pipes.dll
md5: 2A39EAAE914E80A344B6DC7516E021F6 | sha1: 96D7114E0025F2789E22474A1008C7E44BA197EF | sha256: 15AE73B3FF41D4DCC90D425A61E86A94B8861136F6A9F6A7998ADF03E9D235B4 | sha512: BD674AEE1842D0873AE4740BF744D0BD61378210AEBA6B5D738873230A878A09B3540D5BD11C75A427DAFF073BC184ED6857EA809BBD8EA247FB5374135BB580
bin\System.IO.UnmanagedMemoryStream.dll
md5: 11D3E8DE7DF06B77413F836D12F4370B | sha1: E1E769BEEE2634F90A5DBFBA67511E43D40AB1C3 | sha256: 10450DAB5CF1C79E4A9B084AB62E026D9C46D1D517825AD5167157949F01D364 | sha512: 5F089346E962831572E73D7184C6E408586358D3DD0BC3CC7C101EB4C167E4EF7BA7DFE5541E12159522472A1D96C09261F6A2BFBD08A298A48A4D0995860BF1
bin\System.Linq.dll
md5: 53BA47A8AC5079FDE5EB40DF99C9E840 | sha1: C20F4730737F141C46444A26B6C5ED14B98BCB58 | sha256: B85ABE57F0DDB348643F55B897A60250A49D690FBF77B9FD92AA0717B26A4BAD | sha512: 7A8D1221A3C456AA5A7F264264D78B031952DEED941720C72D2BC8B4937D9E19927CF9C1F907C7AE65B4AA703BFB21442F6575CE24817A361105CD153C9E123A
bin\System.IO.FileSystem.Primitives.dll
md5: 879731856A6AA55D364B16B030CADBB0 | sha1: 348412160304D1E6FA6A41931EAA9452F51546BF | sha256: 0202A409B8E187B2AEA9EFFC886043C512665E2D67A25BD058C7D07A69DF7139 | sha512: 23E80F96BFD9DE8272C9C2CAC694A99D7A96D1893895413D5C28282818DD2A2706FFBF49FB018B88171129F183BC5E7DAA4AB3056B3FBE0273BCD48DD1343A3B
bin\System.IO.FileSystem.Watcher.dll
md5: DB6032D6AFD0859D43B789E32E0356D5 | sha1: D8FA14EEE7C3005733521880DD9833E2827AC886 | sha256: 2A052112E43D842A2D92E26E85DA1B8E35D064749E73FAEB0258E2080C21070F | sha512: EE9EE8714699FD5B9A887C5466E8D69A63563BA24A57B3D6E2A45CC50E830174B8888D5212CB3CF1229C2F48CA8211564B1227DC41F6684329E68A952EA46E38
bin\System.IO.IsolatedStorage.dll
md5: 87CD81F2CB62CDD84E47647D21ACC106 | sha1: CE38B9C0DC77F326694F369FDF09C75CC5FB4C29 | sha256: B4CC75381103C3950A8078690E9F567B01699B6217A8A0CD0B2F6FDD82D0214B | sha512: 15C69F33745D7DF9A29F078D8DFCD4C1784FEF6D94AB3DFA86468429376E57DF30FF47AB3315EB25BD1993FD0967F4582F4324B89F4957384981453E17B91F08
bin\System.Net.WebSockets.Client.dll
md5: DD302A26F24CC6F5E19C5921E155BF04 | sha1: 08C2F2E3D3B256098976B9F71651741A4C61489C | sha256: 2CA69F160299141CAA7D82BD14B8710C32B290E54E657B6DE623B16E7F588BDC | sha512: 0A334552D88C514B3DD8C29DC425170FE0D08167B3943106B212FE39C538E85BAB4E5128085DF0B47B7994386FF69CE06B4905E9E959F863765634242A59D113
bin\System.Private.Xml.dll
md5: 687EB8BF1E32C38CDFE043B839251074 | sha1: 169C28B472B0F1C63D533207F55E36D24E1F8669 | sha256: C7F6CBED9B2670601DDF3D933CDE4E286B5257236F9BC59A3AD59B390CBF878B | sha512: 153A73AF0A4FFDF224D2FF1E90ED2F3DA6854AF4DA83B92F0B592C1E7E64990116385547A5DFBE402A142678AE593A8A3E11D28DC09C351DB4FD8AAC2A81D320
bin\System.Private.Xml.Linq.dll
md5: 8FB9BB2F5605928809786BBBDBFFA653 | sha1: EB22D0DDEE30360F6054F89AA3087B1F149AF314 | sha256: BF1B303B8896FC08E2F87E9F186BAACF666DC4C81C0ED68714FEEC4A54657C35 | sha512: AD579557BD0FE946DD26C919601BAEBB4DD47D9A056322C65AAEEA472953920F2615D1DC4B34D0CB778CE952CB00BBEF580217806FDB546AE23B6B2786FA1F2B
bin\System.Reflection.DispatchProxy.dll
md5: 196A49749D5A4B628D8C2402C70ADE91 | sha1: 4778F766E303127C71E9A1D496DEE26E680E99E9 | sha256: C0C0EE63DD3966F5ADA5F4438421A1E48D13F46448D5D3237AE4120F4DB285A6 | sha512: 058385224DEC35E391D5FA9792A18C7F28627334414A1E49C563F9681FD87CA4EE10A3149715688D1AFEAC589103D1D844A38339BB14EAB79007426AA98A7102
bin\System.Reflection.dll
md5: 02E0883C6E11DC170AA8E63D9FE4E1E5 | sha1: 5A37CD7DDED8A17CDC346ECD5096CEAA12D5A6EE | sha256: 7DEED56A6E3EB943D111353A798198772942547ABED3D46C60912AA8AD422A05 | sha512: 767F55E35517E8CD82D6529D2696744945C7E1D85F892576E4EA44DE3CE08F83DD13BE2723F40C66A1016B87F6B20C4B091F80A52A8F1F993A2ED0723109F3AB
bin\System.Reflection.Emit.dll
md5: 21FD17BA81A135B56CA28AADB6E5E5B2 | sha1: 046338AA78212CC22751C0B2DA34634F58DEE3AE | sha256: 26CFF24D28B909460FAD815C4836CA9488A98EF8C59AF2C028907F4A5068BA98 | sha512: FDC1BD3CA20AA4E96CD1635D4E80836C3DBC2563CD2B516753C22D1AFE686FA5EB178ECE96CE256F771D4D28F3A2EE6DCBE405664BEDA9C1FDD2BF94F76C5485
bin\System.Reflection.Emit.ILGeneration.dll
md5: 5214F9F1901EA18FC029BA5F5A765CC6 | sha1: 49745E2B7998A86653EFEC2331A5F02A08D6DA97 | sha256: 34F9906C0D698C59D318A13E739D190A67C5E5C9D66018CCB4B642A1F677E4FC | sha512: 9165A28C80B22CC7E74AB2F1B5FABC6A4AB076C8922830031FB71812F12DFABD3DD94093353CB57C29968F59D0A9CF3CC01F2A07A61195716360438EAF2B33EB
bin\System.Reflection.Emit.Lightweight.dll
md5: 8B52E1935F7D3C6EBEC0E0CCA674D5B8 | sha1: 75A80D4E56D5AD10D2EBF0933AD6653E63A0286D | sha256: FDD1704D9A76FAEB9D3044BEC73911DE0C9FE77D39E40A140EF8E84A5741C106 | sha512: D33E87CA588B08DF7D86ED07D3EFCA393FB41A2F1482314678A30963B2F552C317479D9EF415196851DF3F7948F60255678F7603726861E6EC9CFFFABC249197
bin\System.Reflection.Extensions.dll
md5: C801A5F9C5D7817045FBD858911AF11C | sha1: 3126C13539D5D0B8973CF40A0AA741A3B12B9995 | sha256: B869964BB5EF3D30F879A7C2EE84C81A50CE8FC69AF45E7C87E8EE1FF92C06EF | sha512: 345D5F633BA88F97BD39FCA87159DFAAFEAD95E63279C3B2D13C64732772D5E70F41DF3462227D673591FF39A2714F4BADC73D2B9B3C2ED4F874607F7F0C0F0A
bin\System.Net.WebSockets.dll
md5: 40A8E850760A16C420B62AE21B35E86B | sha1: B00C355A6B41C570DC425C268C838333BAEF7593 | sha256: 3E20559C1553174C0C90636CE2F8EB0FF86AD16C32027C6ECA0B133276A0B0B5 | sha512: 1C7A653080F16F7CD16A54615E7EC89CA9DC4E0FA995FBB4836D5D74415D420C91037ADFF2A6520EC623E25AE60ACA27A511BC73B0825DAADDCA2C1A274483F0
bin\System.Numerics.dll
md5: 96D8A30E1A4F767D70276C02696E327C | sha1: 8446E3706E89D3CF85B05206BE435CE199C49C1B | sha256: 930E82B0CB1180FBC683EB64467E7EC6C48965C0541E4A909952294AF08BBA11 | sha512: E40D2731B40552820903C142AD84C568F223DF9E9D3E893417791D28A3666F86FC5FB2DE1761DF6AA6B3193D645336666AE0A8E1D0B8DB284CC8981217275740
bin\System.Numerics.Vectors.dll
md5: CC46D25AC40C992D91F30D7B7D44ED87 | sha1: 79662DAF4D0279A639440DADF810D40C26308D0E | sha256: AF2BA94A931120BCE5C17F136FC56FB299A84B280F0FBDA4D642976B9B63170F | sha512: C3399131CE473ABA33FDD4B96C61393D1E84C6E039A6E53FA6930B3F6F1BD27AAC71AC8564870FC5D212E5BD6928835C5F284578169B8423BDE3687112181154
bin\System.ObjectModel.dll
md5: 4FC22A21E05DAB4B885C1D6FF42D85F6 | sha1: 51CB2BCB40543D13071E67DA4BBB3614B1184FF8 | sha256: 96FC824DF4A51C7C2395A80373CE6E06A149C44E7BC85F3B1CAFE9F66F4B7E6F | sha512: 9EB099EA5E70387E5930D01AFDF940DF53A2E292138E2A74CE8E5C0EB7D3033784B344F7408DC5503FE6A3D4CC624E429B97B001467EF9AA8CB3725746AABA1E
bin\System.Memory.dll
md5: 0E47F983EBDE3F92A877C3B6B8F18BC6 | sha1: B73AA59EF51B8886A81347E4B0423CE500A98563 | sha256: C8251749F4EEA75F1B24D3A28634ED8D95EDD11F086ED3DD6F9A297964F963AA | sha512: 57A2DE6301019D11BE7900CF6B88FE2143B94E70FBE9506291A9B2ED37D5714B2A7201F5997DE0EE5E5B28C05FE38700DE611734ED5647E317ACE8FCF66E2F9B
bin\System.Net.dll
md5: B446D30846D64FFFBF7B3A6A1EEAFEAA | sha1: 8E7E2F3577670CA2B30367596721E379C625B927 | sha256: CDD00DBADCC433927C76A400D7B294C6865C7F5A646710CA8A1C830F07CE22D6 | sha512: 749460E2797CB36D61F4161D61648823AD9AFE9993D78C861873A5015191D9B8838E64D563AB764B58AAD7EA4CB61BF608BB13BB659B93502EBE39B303B0D61A
bin\System.Net.Http.dll
md5: 84E1F5A6122199655416ABC7E8CC8217 | sha1: E8F5931D99C7DA76DE5FDAAC2144D23F07BBCC6D | sha256: A3E6D0CD112CF2A0D2AAB94080325EB74D8AB4C20992D14C1CE21B1D85C9C99C | sha512: 5F50066BE421668D1B52C39685FDEF437CACD81269211A9BAD11413A7C386646917059E6ECC3442696E4C0FA11D6836ED42ED51561B641394569BB25A3E2B6CB
bin\System.Net.Http.WinHttpHandler.dll
md5: 8C7D291768E5716195C25877ED6728F8 | sha1: D97065F6C0D644572E367E22DE5B02FE3C07B778 | sha256: F65B1AED3DAC9DCB778A7D86F1E17E6F4192AF39CD92A744F2C1E403A25C8780 | sha512: 4CA143DBE58A489A52B6DFCD66C9F6B92F713BF4D4B993E5E0505DD31B73734075C58C7FA4DAA85431BC975C0697FFF6284AD491650F705D58DC74313EE0A798
bin\System.Net.HttpListener.dll
md5: 3E3966C36457DC5247C52AAEC3E797C4 | sha1: 4A73B5BA81E442E96F9E6136F51E64EB09EFDD9A | sha256: 694B354E27B3FB69E0E162C08F5B43FF6B3DFC3CBC4ABEBA8EEAEACA94B7F223 | sha512: 3FC8C0B98C65B79F1BDC25913820A78DBA7CF2B455252462980763802AC42DA5AE65B12BE0832062D7DBA3C82D465145FC23D3905E5FEC51EBEA131E2FFECB24
bin\System.Net.Mail.dll
md5: C25BDB4A373085390649C776139E7405 | sha1: B7281D6A59C75EB3EC3A957CF5283131D71CABA1 | sha256: 9C45BBF47214B34F3DBE700D1EE419AF62669927D6876F474FB6F8EE2C3D833D | sha512: A8FCBD6C73676978E5CC650D9A31395FAA77DE338E61A3BF232438BC0436ADF472BAC7DD5ECC9A67235DA1AAF7B6B5414F8344F31F17974D6F99CA40BC13E445
bin\System.Net.NameResolution.dll
md5: 13057E5829AEEF9B4360B491E6CD2B2B | sha1: 26288B37E970516CD01C645D7E4A7918F10FA681 | sha256: 39FBDF852B6DDC842B6AF4E4280B0BDC277084C786F67C1056739ECB4CA1E8FB | sha512: FE4DBC949539C98995CC44C2007912A3877468358AAC2345132D2487EEE1A3E1492CF8A1F1996E437DAE68D76AAC6905B82101FF2669F6D8B451F554726AC12D
bin\System.Net.NetworkInformation.dll
md5: 49D1D7CADE5E9FA226702509287BD14F | sha1: D14CD76EB84CFC833ABBA26A3F3FADB21D61658C | sha256: 27C9D386A65C409B9EDED3888AC8EE69B2E439B63A13AB4D8E4B7F9D63A63610 | sha512: F58532A76858D581F58C30B2FC94D2A0DCEB7B584B8C41BD69F779FB1EEDBB735FD7C6E64FE7CF14A689CD07EE65FEABA0DB240D7D0859121A1F5977A789C371
bin\System.Net.Ping.dll
md5: E6B2BDC8FEB4050C4831CB0B3C99328F | sha1: 6A1E585489CF06060648C174887A0DC94F7EBE2F | sha256: F33F3F54C0FBB284A6F34566B36D5FD30A3DB9586EB0C362C679570B51E9B543 | sha512: FEBAA3A1BF8CB0565E6F3242291ACC8BEC5F831BD9A91D87E9A7752FF2857F827AFC4B23B0D932C9D4E35E6A24E9D87FDB8FECABDBCF3A76E7D74DC4A6A9A0AE
bin\System.Net.Primitives.dll
md5: 2C088C27CF3F57BBC1F198099CC85DB5 | sha1: 827A9DB3CF8B882AFF48434B76C2646B2748163A | sha256: BEF243643BD69998A9C952EC7C94C4E06ABEB3E0CBF11683785FDCD47954200C | sha512: 730EFEB4C1E72FB8C53EB181AE0CF8B744BC3411D9D391F21CDFEAB7A998E537CDC78D11C52F30FCD90B236AD394E3F442B9C3E1A1D952BFE5BCFCB997740EFD
bin\System.Net.Requests.dll
md5: 234BBD0A26DA9D3F55AB92924E78BDF2 | sha1: EF4494C80AAA150809AF25A747FC9C875BF0137D | sha256: 29D9A944E8F4C24043D5FA79FC1B84CE56879CA28CC2255E3E849AC6DEDAAAFB | sha512: A49304ED702F2956ACB41FD50C14BA3E0598007988E9539AD8CA5D791CCFE83D0AB5665D8E4146BBBEECF846A27D28F1B1C063F95718721349A82970C29C9452
bin\System.Net.Security.dll
md5: 08F4408BFF36E8B1CFEB35E53714F32B | sha1: F26EDDF82149AA707B4283D18083E70B5417C2A8 | sha256: 74D30ED88AED800E6E598377EE89F1E62B9CEF7400C66E86DCE30E4FB2B7A235 | sha512: C0D5523EA01D5FD15342EF600518F64347DC67FFA6C9457B262983908E72CD836B663EE515CB9C83BCB3621D9CD3B33ABA691745B01ACE7BB385E0AE32BA12C8
bin\System.Net.ServicePoint.dll
md5: FF47C75EEE18EB6E1D85ADFB235ED38A | sha1: D99B034435BB5D06A089F9AAF64ED01D56CA4C87 | sha256: 189E08CEA5F7022F17A06BE21B7735108261C1BB06C18DF984B4715B18F89050 | sha512: 4C2BA55BD34B96C0A516D19FA1260F625612A401FCE199EB0418B02EE53AE62F6997BDF48C869EEE934BB84645018F308A8B50554C626C77EAD732970960F241
bin\System.Net.Sockets.dll
md5: C9A5F11BDFA7EECE8371482618922DC4 | sha1: 26DD34EC5619F8E74D696F5ADC90DE3556441AE5 | sha256: C46C84D6DE4F73DD950801C79204579ACA41EE25850177DEE0D32F3C2B5007A5 | sha512: ECAFAD970F560A2E8AC1475ADF474BA25D2D1E6F69DDA738EC67308489E40AC587B58CE9D3A8FB22D949CDB3177C0134B751DAFCE5861E0EB30C1A8E8B8240C3
bin\System.Net.WebClient.dll
md5: A5E17FEDE347DB91ACED2C5F89EF41FD | sha1: 532E292E6552358742938033F175C749486BFEA3 | sha256: 907488FD697E25E0D50A12CA55CBBE26424EE64DC4D5992F0969D93F6C828AB8 | sha512: 3DC4BAABE6D21CEC23197AB308BF418053853EDCBD1B63817DE6C805C77EE79F9DE87CEE7B5FDC0E0F1E4A39109DAE61B499A0DE4731E57CC2D46FCC3D43C23A
bin\System.Net.WebHeaderCollection.dll
md5: 5FE97D549034B3A1B23F60838C7A131F | sha1: F20F09C03DB53312A210D1F04F47EC4FA9142FFA | sha256: 3B6186BAD3F6B5C65D405ECFC58E4051EEFBDD2284E8F68EC9CF91654D448439 | sha512: B7C96E690BB0ACE278FE63F79D7D9CE41AD1E84230B44567C7E12313DFF10E8324467B543884A74AB9EBD364006E9ED213FEA176A0041394A2CCB1FC92471065
bin\System.Net.WebProxy.dll
md5: D02A99D4BC951EDBF5C9CE3C950774B5 | sha1: CC3AEF3813B728890740657A035C8C13813EC69A | sha256: BBCCE69CB91B4E9C94F259C1A636602B8B1659639E8B154299E84AE9BA2000CF | sha512: 520B936D7A58898AED188D6A19C148D9D77BFA047DB4B55EF24C8DC68731FF802852799C4E95C9342BC7F1AD5A6BF1063F0ADE56A044944D2C5F680748D47217
bin\System.Private.CoreLib.dll
md5: 9AA10EC96258C23E2D0FEB1F9F226F62 | sha1: A5B31FAE7BEAA08C2FE4A1005E45083501BB3047 | sha256: BF45F26C8A35C21E21941981E66622F884F2A7EFB891F37070DA37A970A295C3 | sha512: 674F9D0736826ABA0F0D71C71D62546FB765D5453D4F2C0BDD4B6913363B1076FB336535DA31D487123F56F0A5430893B889F5AA746182ACAEDBD0E094032088
bin\System.Private.DataContractSerialization.dll
md5: CAEB992792589541C8713116F6C88D50 | sha1: 1A7CF97DB17C4188A7684BAF92F567F3D57BE8D9 | sha256: B9C296174464F3A136D62B66E46343450ABF4F73B04C81581AE5BD7F3DAA54BD | sha512: 8BB0A25D76ED85B139F35451E9484F3592B78A1DFC91997BF1B8AC2614CB7951577757B7AC3A9706C0316919C62F749A32197EE98D022D7D81E1B8E13C2D7F55
bin\System.Private.Uri.dll
md5: 4F7E7431A37D17E9852E04F49FD6BCCE | sha1: AF8628D9EB6B0183052807A386BA47F7573489FA | sha256: 9618A53B2BF41AB1EEC4402930428BAF7533881D2910A053CADDA4C4097DB7F0 | sha512: 6B776A49C55EC3E2B8E6CA2E3CE8830B2ECD62E0BFE6202B988669384A7F96B4E4A6DBB975296D9E1CF105DD1B17B33702BDA2D6B055EEFE6838A3FFD1611651
bin\System.Reflection.Metadata.dll
bin\System.Security.Cryptography.Csp.dll
md5: 29BB87BF3562A88CC829E6381BDF6B2F | sha1: 06694845493B8EB5D1B417C25196E23A70C4C9B9 | sha256: 16961820B3681EB0B89AD34D672D0843B0275A0E0DAE6CB96D202D08674DBB84 | sha512: 5083840965A920A46C1621FB3A726A53E973DF31B4D950BCF4E088AA5C733FB262F280D7AE5231A3A6F53A745F89E479139DF18342FDFAE6D8E24634C6C07784
bin\System.Security.Cryptography.Encoding.dll
md5: C3F07ACA9EC7041A7B42D98CC03CC375 | sha1: FF83818F7519C6F306CD13BEA2B25211F710075B | sha256: 9A1817A7C890B7556A97D9848A59065A5EF97C5A6B816D5D3B9922FF031D0D10 | sha512: 26C72B869A29EC7CB6103AA4CC581D4846EF004391B0D7723423DE8C0A506E4ADA9ECAE41DBCAB9C6A8B1AA6F06D7DB2B444CEF8DBB610EEE7C26E8DF63C006E
bin\System.Security.Cryptography.OpenSsl.dll
md5: CE01C6E644C8F5111BD3C7737AB419C6 | sha1: 28951E845A09BF23B00232B4063FAF11524247AD | sha256: 8E3CB30723B518F7A58F799DA08D4BA8E002ED301F142A5DCBC256CAF98C76B9 | sha512: B32C72BF9E2822C0D8793E68EC5414789622FE607EFAE2A7C47BAF61FA7867069CB821BFFFF7A8E58F0DD489CBD96D7D282B4FD36061A6E170FD53F3345FB7E8
bin\System.Security.Cryptography.Primitives.dll
md5: 7497569ABD4032E9759FBF9696AE8FE5 | sha1: 17527AA7B6DE1A5B667FF1044020C0165BE4E407 | sha256: 1F82B76D6C80A688A8FB5C8FAE9FD2F99B9A452C15C1CC361F4D69B502D2D68F | sha512: F69C517CA5AF012461779F6C65F417184F429DCE6F2936C40BD756636A8D6A7B3FD145FBC35BFE501E4EF294A87260B9346FC8675E06CBE1F430A220A2C9E0D9
bin\System.Security.Cryptography.ProtectedData.dll
md5: 95C0E2CF7481A0213A490998F3A956A0 | sha1: B804F6AF460137FF1C50FF5CB4113CF7B1717A74 | sha256: 7F2B633EED63BF20D558A25ED9686D2F1EF6C6E3FEF5C0B19C2C1258D90ACABD | sha512: 0B42381FCC18B0938448CD232F0D2F17639B6BE25A0590A403EF64C66B381B2F21FED36655C1D41B976B21EE5677F1397C12287F08776CC0636B1759D32041ED
bin\System.Security.Cryptography.X509Certificates.dll
md5: 6C767F5EB6ADC644FAAE714F0869FC69 | sha1: D3522EF5D57BDDE893651FA5AE78BFFA240C54A2 | sha256: 0E151D8F2749156B53662BF885230D6A506A81B5F8F30B7EA0F4412FD22DDF60 | sha512: 43F561FCE75B454A607197C06C50A3F5B6F0F33BBE62E6A01BD5D3D9954BC1992D596AEE991178F79B9707C3CC30155BA319E28BACEE4DBF61517ECB18F35325
bin\System.Security.dll
md5: 9E5F033629C467AC0203C27480361AE7 | sha1: 7793F848E66ABDBD242FDF253D83F22EF676472D | sha256: BABB3A671FE0686CCABF1D3F93FFE044E764A4D39A35EF485E06523EAB78147D | sha512: CD26ED406EACBDF378763990CE0E59B4D3F9CE36E7C640ABF1A3E9160F350434ED3E90EAB1465D70CF101C349949F7CF730EA579533422B00BC25CE3502495D0
bin\System.Security.Principal.dll
md5: B3DDA5F8521DC6DDB6CD45F6B8E01DD4 | sha1: BB06267A5D818DD13C0A03A85A80A1F85779326F | sha256: CA4D74027523BF7BDE438434F6EF1F3ECEE52C953951043A6D9EC5DEA5A1398F | sha512: 74BA4A08AED891C0D456C19DB9C0908CD3F2279D488904DA9EC963EE9D564171E7E0A965AAB127197E22C7D43A5454E2810506E8B14B60C0C7C2B333A47BA9FB
bin\System.Reflection.Primitives.dll
md5: 29C8EB1978CB462AF6F23DF626B0DCDD | sha1: DFA24C1FF4B6B417BB43C42548062AFCF810536A | sha256: 8E0462CDAF9DBABAA2F7160982E3F1BCDD92095DA54319E81CBCDF355EDF3A88 | sha512: A5C09666A2A1C011E7A11A71AF3054580EFDAA1A278005D92443CF714375B065A5BBFE2A07CD6F36F5B507F0A64E7B276B8DAFB7EF4FD27DF11E2417C0999F39
bin\System.Reflection.TypeExtensions.dll
md5: 742F43EFCE00E1A147F15D098DB32A90 | sha1: B086656FE552F9091543B7EEBEBBB77D9C68C9C7 | sha256: 62775BC8072D08A90C78169372BDD5E14183649D061866857C1BEBCBA818BFD1 | sha512: 5B41B4D065D67499CF7C717DCBD454AF73C78BDBB13A8CC4AC62519C7C6FD7A869A2685985A52CE76C691D66559C8AAA0D0C8740765DBA94FC1E38393E2E1D13
bin\System.Resources.Reader.dll
md5: 8AC2E1A899362C7BB672DA245C14766A | sha1: 2E1BC601B2FE45396CB9ACC5CF5931F593C4FD43 | sha256: 2D939166F49B7720230AE25A10AC8E5C56C2E7D6386A6ED7DBA6D2338F3F326D | sha512: C8D7F6DB1857526203530D231B70FDC1575C1542833C7CA076A1944118252BEEDBF7DB460AE1DADF547BD286E16604D9FFB8EF278166EEC93EF3FE91D3104C50
bin\System.Resources.ResourceManager.dll
md5: A7AFD212B4C4953388C9DBD1F9490D20 | sha1: 28371C0B029EC0203F6FDE0D06CE99BCE5B07C15 | sha256: 8AF0A06CD914D910BA023E84161EC245F2F1466C6DB6369BBCE3CC5A3EE1FBAA | sha512: A3BF4C4F07B028F433D383690E761AF3B191E9EDC4EA5D021DD1B5E9564BACE9A00A1E9B180B2EC74902730E6F25CE7F8438CB0813E1DCE0ECB281A84E28E50C
bin\System.Resources.Writer.dll
md5: 318EA7A8E4AF7F87B15680E2A30A66CD | sha1: 23DF0679AC32FD5D1C93DC8E95962258F204F32B | sha256: A774919A66F7D97512312D11026FF559DC422F3D2C4528706C1D2628B869750C | sha512: A330F0BA7CBE916984B1F3CB87F818A6B337DCD3EF5A7887B39EB030A15B7BBB8335D964DE0F2CEF06CBB917C8C84E0B71AD065309EF1874461AB76C4DA9932B
bin\System.Runtime.CompilerServices.Unsafe.dll
md5: 3B50C8ED5651DC2E5255E3F9D25C824B | sha1: 83818760F5766488F4E917A03B22DB9CF2AFB161 | sha256: D5B5BE62EBBEAEB2F92EEEEF2FA48D87B2DB33D041C609F3507EC34364305CC5 | sha512: 377BCCA8D76AE57A58252401AFB2DB8DEE3784B1CFF0355BA9D39ED8698DE09CAEA645FBC6533C86D59CE69B7D88733380FF00A0CC74188BADBEB27B2B0E2974
bin\System.Runtime.CompilerServices.VisualC.dll
md5: 006039286D5AC73A2A546DCABCCEE4C2 | sha1: C6FED4B83C2CC7FC871C50C28811640410532427 | sha256: A45C5A7003F318012E48AC2F5902555F7F19FAAAC3F915CEFCB935B950597AEA | sha512: 9D552E327BEE6E80E6E80B17F1C72280341884391772A6867226E0BB416F6BEDA4A6B0C4004CCD57227E1F60BD1C613771F04BA10C623F10F030356A5BA79A56
bin\System.Runtime.dll
md5: CEC780C21250C3BCFA6A8F0CFD533106 | sha1: 8C5021108453D6C5F4E0C16E90C2DDD5BBF9368F | sha256: D5C28937DAA63B01176068D8AD9D1EFB7D46B36D0CCF2D903DCE5A26106348C0 | sha512: 3AD2CFF01E1BFC638261A7F4E2629CEB5E2359E18B8A7CE3D08A9710760528FB51E68241CD2715BC8F18D3EA99E168330E1E95EE8C9414844188381385D5C944
bin\System.Runtime.Extensions.dll
md5: 9196C0C52AB6A99811E5BA4A33CC17BB | sha1: FB9CDA8C58EF68B5FF6765C62E1E17C4B7BEBA61 | sha256: 655F92BC6CC5EC78991B03EB2753847A0883E81B32AA0E88E76CEA232679FA56 | sha512: 94F241D7BAD9582D80AFEA5891CFF722B4EAB9F3F0F24417072A3E4B7519EFD1E1ED2C80A8AA74F528AA2539C2592F08530C172921DA88E2E668FECE607B7669
bin\System.Runtime.Handles.dll
md5: 5B2737F3DD1365BD99F78F3FE8501E3A | sha1: EEBB4A2A5115AA3D5F0E110480F6E6BFA4B2F36F | sha256: 27FDFB963357E283D3D1BB3A226381B4FF6A0E669CCB7BF8EED9F6C349A5D3A0 | sha512: 4598444CBEB0132666F1412ED166370A2EFC427EBE6AD7929BB169C1B467FD9235B38F5DFC88E1A79F1BA405E3FBBDC1D00A279C2EDEF4192759235E2A22AC45
bin\System.Security.Claims.dll
md5: 2F92E9148306D67642551B570FF75661 | sha1: 924B7185FE24B0B286A51379C857B5B2F936F042 | sha256: 138A5E5246572DA7C97A1B5E887395ECC5731D7C0DEA98B3FFA4F6C9644FC385 | sha512: 1EE9A00EDB4E81D1A96BC910F8AA600AE6458BFDEA060A21270B0F5C95AA52941A57C5977E0B088D4682B11376D84645D276452AA63F6CE4935C4178B3AEF727
bin\System.Security.Cryptography.Algorithms.dll
md5: 3FA5CBF0CE56251A49723B152AE9D9BD | sha1: A886BC3084EC195E97D1EDDBA4D7430CF59C9712 | sha256: 2548BDED1833AACBB2CA1B7D220D5D2F5A376FEC914F3F0BD8FD6DF6645A3DDA | sha512: F872F4F670E648418FF20565C040713E26BA1D43D436CA84BDEBD38C82D80E31BF15AE5B9E49C35E980E845101D0864D94823F5C2077C239C8F1A98037AB1C21
bin\System.Security.Cryptography.Cng.dll
md5: 2A99435843309518E678A2993F72153E | sha1: 16342D685A3D76D5B6A84A77F8E08DC16975AC4F | sha256: BA4EF3484E7CD80DF9F63A6F8DD9746ABBCA8F9A4E3BE29AE2DCE949669BD0D3 | sha512: 61D8543FF1E80715337D5C4602578E4E7641ADFC0B99F5431261596DAF05B771CDF6FC2FFF31488DAC979B4154F85DB27DBCB4BA98AC0D6E6B955C90328FC968
bin\System.Security.Principal.Windows.dll
md5: D799CAEAE34A96C16F521E0F4F6295A8 | sha1: FF3067A268BF7E9EAF1E6D918E374B4AED47ED9D | sha256: 41FE528D37F37658EC7AE4107383793113AE04BBAAB148A55DB92B7CE1440FAA | sha512: D21AEBED49784E10E63F45708C7FC0217376B0DF3852F225B0377B091B02E68026BE5B4BF18086C42A056A3783F1AC1F6150A9AB5AAD9DA2A115ED7DAB0642D8
bin\System.Security.SecureString.dll
md5: B0A29D8590401FF8DBFED739D6B42DD8 | sha1: 5132133C9D87171DFB6E086B4697664EF90B06AB | sha256: 5D53503253224EFA69FF42CF0AB2DE493902E9D79E89ED62D7806974C6803133 | sha512: E9EA70331F43C08F1365982E4145AB56D67BA6215610C892C1D394DDB6317AF8E63F25CF9B4F7A623A8EEDE57884A9B9F3FEC7AC9BF8B4CEF3F6EC08F5595BAE
bin\System.ServiceModel.Web.dll
md5: 99EF13BF8981D5925D2F278B3B7FC608 | sha1: 6D779E749B5B01B02699A78370BF4913FFCA1F64 | sha256: 1545E00FC9997D06B9E69793E3CA8FB32475B01B257ED3B5B63DAB6A93B34B05 | sha512: 65FBD4A12101A4D91F827926A3C541DB66680A447E3AE506405F2C1D6DD255A9335A54E544AC487A1CCCAD8CD64C527E9A1EBD5F31ED65B05DBC9EFAD9F8A43A
bin\System.ServiceProcess.dll
md5: CD09DABA1082721A5DD0B7561198262E | sha1: E4ECD7D13EEB6BA18FE5D5BFA9F18590C8B97536 | sha256: 9DF71AD430FBADA2FE8FB8C3418D3E144BD5EE1E55B1232B03E41CE13EFD64F2 | sha512: 4A57796489ACF6AC9ED960069DBCF1DD6C2E0257E4155A4D24F45C1781A6B99926B34AC98C11CB86B1A3324EF2550F91EFFF98653A464AB14E7A30B3F53B0887
bin\System.Text.Encoding.dll
md5: 4CE3628340144D09B56EADD7414F6373 | sha1: 4695E39C762B71EF9AE89F8245605BD2EA73D7FA | sha256: 0BD6D47D2026694A1E922FCD6138756FDDE6882639765B19CECF3E9B98B43E81 | sha512: D403501473ABBBF9A9F342D952D52E84B7E317E8C6F981E52515106476E83A4542E1AE01342CEBAD3EEC04EAD6F4797D34531B57F94466391AD4A5AED415E524
bin\System.Text.Encoding.Extensions.dll
md5: 8E6BB84AB03BD607FCB2D351A69E3F47 | sha1: 83F6D70750C57BA955687E5F8358D4DF5D326CF7 | sha256: 25F52829BB8C6E18340C633F54F78CD59C922999C74FBA449DDDB673BE53609F | sha512: 80FD152E42F59579AE7F820853E8B86BBD8B28E4412969BB261B79A6EC756956243BB9D7277ADFA4E92E2D5050A8EC125ED6D3B914511B84B744FCBB8EB0DC6C
bin\System.Text.RegularExpressions.dll
md5: DBE7E29DBD8AD52CC40DC3637333FBB2 | sha1: E1A7B399C4D8415B9237DD4451F8A7D20E48F684 | sha256: E5D5D38010B4643F8661AB8274E8BA9F993E7555D4F02D1080F8D5C413718559 | sha512: 74448653F97C3DB68B3A85B9A6D38AE87BE89BD266C4173DC0B57787D66AA94F72D3F13D3027F9BFCD56CD29C16053D3A866C0F7A46352B7AFA3D28C564DD94D
bin\System.Threading.dll
md5: E63A54CA970715B7DA1A2D9338BABBBD | sha1: 318A46AF11D7396B52084CC6BA85AED8540B8540 | sha256: 59BBA9074B43FA1436D388FDE0955E96B2B5253932806C96E85217FC19AB7D8C | sha512: 3D5F47C38D48C93000F63C2DD2C2DCF76996BDFBD86038C0B1CC2479EF085AAE27EF3DB39CD2A030FAD9FB82DE792F09B61828A3793B1B9173B73B10C58C720E
bin\System.Threading.Overlapped.dll
md5: 959E1DA949DC248B22FFE81F03685CAC | sha1: B809C026B91D2A3ED70CAF64AE26A0F3BE01C2D5 | sha256: 52255572C48C601C861F35A3A753B866FF3D83BBC9803D323093DC544D119B0D | sha512: D8394F6EA4ED123F4156E529EDDDBFCDE3C3259B8198E73C29CE70E227BD881E11B6D0DA482C6B6BBBE83F5E8E152A3ADE0375AEAFCBD56CC9A992C20EB7F440
bin\System.Threading.Tasks.Dataflow.dll
md5: 271622BDFB066233A7B31963028FA075 | sha1: 4CDB03194841591655BD02B45EE0202ACA5E73B9 | sha256: 038C292B1B56B5626D15D9263725D54C395F48FF3AF472FB36C2DC898E4D231D | sha512: 46E57A18192534D78CF8E44D8D61649A081999EEE26C3D75F1E47C4845756A860EF4E26AFF9C67EE1AE9E907812374810D5E3677E8F6B1FE0CD7F57E17C71CF0
bin\System.Threading.Tasks.dll
md5: FA42EB774E55D75C1944B9236B31BACC | sha1: 31B6417B369C6027E5FC0BF3C16EBAE82672D4B6 | sha256: C524FEF1326EFFC1E2F7F768EE4CFE99B552EDB74576801BAA24A6E438B4E04A | sha512: ECA68393FDB6646A802DB3D236769D869B2CEE9504B017E9DCBD183D8F30D5943259C0F6FCD2C67266D0D9702402A774CB236786B77C6610AF03F80D07A7AFB5
bin\System.Runtime.InteropServices.dll
md5: 538DB41903BBC9A31EE4B4893E7BD2E7 | sha1: 7D01187D955BCAC77D9CF47606A83FAD44387816 | sha256: C51F2D9E93E200983D828AF80DE5F1DB703CAF449D62239E8B34FAB195E8C8F3 | sha512: 7D9BF78FF92B770C2C67038E1DC824A687E76D0270A14B14DE4DD263E95E0C4ED786C5B0E9EB24540037E4445D623A67718A8A19A12205C3DB5FF2748D1B3D8C
bin\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 866361314CC3F2B61EE47FEF2767ECC8 | sha1: 72D1C19F8C3085D952774F7BBACAE965FDFA1F2F | sha256: 4647462941DBBB99375708CC5DE3C133EFB9E7AC38194974750C4725AD3C8571 | sha512: CE0C14BB89DF7A561242050427C745E26D3D750DD8533D9460B3E491A418ED5170A2F4B6D65CEB9515AB14CF85BFBF9A72723DF2203DA90F510BE8C2CB927012
bin\System.Runtime.InteropServices.WindowsRuntime.dll
md5: 641ED76B9CFA3D56316CC4ACF44440AB | sha1: 2416C54BB42F14E18B0E623BFBF987119234ECCE | sha256: DB1C3FE70526D267F26D2889393916BFE7FA08B4B17A4A4D5B25B84DA0573D59 | sha512: 404778CA4F3E9731A3913194CB53EA962464E8A1D00D42D1451C09AFC365474791BF639A57C42BF751486D763F82A390FB6698ECE69F0216BACD185BBD7B86BB
bin\System.Runtime.Loader.dll
md5: 68F8738373E8E895290FA25C5CE1813D | sha1: 3174100A3628148A7B03B7FAD2659C1E12E30B50 | sha256: A123AB78C5CDCA4E7C6F231569FBA53ABF98FD4D62F25D753B971D3AC377098F | sha512: 573E301A03D396E93EE171CE652A09039529320E2302C25BFAD15F42B878FE22DAD0CBCCCC6D581061B79CA85AD4DC204600800F2A7649A32F87628127BB1DD4
bin\System.Runtime.Numerics.dll
md5: 7E3508551460E68CE04A094F7F05880E | sha1: 1B6F77CF7D2FD149575F4F80450E455A3ED42B54 | sha256: 4A94D5DCC7442A353CB3F92DF893AE62ECBED6CD30E8D8113BA471A1E3DBDC8A | sha512: DF3F653AC62DA6E8BE34DDE4E37A60C0D45364E6D3B5EF9FD8F6CBC32B50A09B2726C99A021DE23FF024B000B8D095224AC7CF063831DBD327FA3E9B829B2890
bin\System.Runtime.Serialization.dll
md5: 312E027EA44F40007D27609BB2A87EE3 | sha1: 0187B385E579E89E5FF4A18B2C962A1B8FAB5B95 | sha256: 2D39F661506A8E93D1CFC2B32DEE1AEBFB911BA46A5484576963EC30C4EDB957 | sha512: 8CFBD118339CBD97A3F4D5FAA18A916D91F2582EC68694FAB2782DACEEA31AA60010F39C12E15422CAC6CFB59CBA16FF9CAA3F13FE2BD34EAC00EBA08C0426BC
bin\System.Runtime.Serialization.Formatters.dll
md5: F85A9B6B36DD2F0910E26CB8754B8211 | sha1: 01FDFC673A0BF44167B89B8275D7B83CC25DE8AD | sha256: 26C37E5F9D90E1B2A4596E4E8EC5611CA879EE415AF0CFF94CFAFB8CF4FA30CA | sha512: 68ED1B6E4449D9352113DE46DD1D2BABA020FFB32B1C61EB2553C2C646D7C21AD6D20C10D6AECA4F396C6B0227958497CF9EA7F609CC3B683863148FAFFB2634
bin\System.Runtime.Serialization.Json.dll
md5: 183CC4221694074CAE2ED224F48366E9 | sha1: 7D7FB7AAD0CBA899BBBE490AEFEC2C350510C93C | sha256: 627768C52BCBE8D2443646917A648B4B8A237BB079AD82F812AEA4B25F9FB5D5 | sha512: 59F2E3C9A25C33FE99C3718C1FC5B34F71B0A4D5D2539CCDACFE2A3ACF2C7E1ED4D6B7139D69EA1652265B971AAE97F3E17BCD1E9DBDBA417064D0BF5A901772
bin\System.Runtime.Serialization.Primitives.dll
md5: 21196E0B8F2EC9A3FD10E8E57992B61E | sha1: 930672BA024419BB382ACDC558EE8C44624DA9D3 | sha256: ADCEAF003B34B8ACBA8B19B9F85B769732C7C4D2D896365F7D8CC855886A340D | sha512: 63CE575D1ABC9257229E1A1BF4A25F151D1C8075E47F18BE5094CC26C1390DAFA9BF92D8DAAEBD0DBD16DABA44030B6887361DA9798549229DB4757AFE36E730
bin\System.Runtime.Serialization.Xml.dll
md5: AC9378747A3550F9E82CE78016A7FD8A | sha1: AA9D477FCCD2800197C6C9365350DF2A2097E360 | sha256: F0951FE6A09811867F2352627564BAB0F04AA72E3DF9596AB8665DD8F8E73CB3 | sha512: F9FC618E6AD6CD9CD2B968F44261BF3129689B77D4AD9287B46CBF1EE050EE264A0798D13B4BD1059609D387E684BF5418D57B5ECE08AFC344E91FC91D1682D2
bin\System.Security.AccessControl.dll
md5: 934DA75C73531446A04C5624148693B9 | sha1: A5CFE47C2B9DEFC585F4F31B8E817C84CF3EE383 | sha256: DBCBEC19FB32E1AD2CCAC3AD78C520C3A626E6CA8D94D0970E298E3CCAF9E7A9 | sha512: FF3AF8D1378EA94A39473E2B06B4270BE7073EF294623C1FA8493761589146066650BB1EA65BF2A07F92F7DBC010082742C7B35433E0675E204EE5BA3EC6F364
bin\System.Threading.ThreadPool.dll
md5: 64E21113A1C0749CEBFB14D7BCF103BC | sha1: DED5E97687B97676BCC82CD7B89AD35F1EE40406 | sha256: E8E1DBCB9706A095E41EBAFE47C0AA474DA8B959426308E3B1092F2116FC88CE | sha512: CCAA9C248A8BD5A3EE5B0F73C83A03E6430C1D78FFBF5A3FBC260BA868944676B7274B092DE6E8E2AB6DF446EF9E4014D5461EC20E4FC67D78E868C2BD674A2E
bin\System.Threading.Timer.dll
md5: FAC9F86DA7311F11ECCA31AA875E1BB1 | sha1: CCAF65D7780F5BB9E1223EDEFB5AF4F8BE48FEE0 | sha256: C0BFADB1B1700840F42E1822DC814AFA95AA54B039B0A025521F5D93D09EC66D | sha512: A8C488BE347C0FA8CFFED33CC385E59E4679A78EA9F12A63FD67B4BFD59123E11EF11B3E9B6896A48BB10EC297F13B5C6126D9A4A2931F55D9F074FD2A2EDCAC
bin\System.Transactions.dll
md5: 712549EBC9714AF3F4086D9FAEC2781F | sha1: FCF1A66FD231F3D8B3E620913A8B4A81B4A1845E | sha256: F334297713130D28CEBD56F520F1991F7CCC724CE63132F8AFC486F8D87D8EDC | sha512: 3CD4406C12D379ED72F30B132887A8DBDBC1BA515E9A232C01A8884FCDA075E20F5D362BD622B6E551C236FEE284A3E2628E40679C2F9DEA9AF2C6E19B93A984
bin\System.Transactions.Local.dll
md5: AEE0E4903FB956D5D7DC60E3F5F6517C | sha1: 9DE6E8CDA467FC0AA16CD86B41C80CA3EB2345C9 | sha256: 3AA804E48247C9C0F0AEA81B3D60458D7D62D12DF2E77EDAE62209E8C4A8E726 | sha512: 065BF4E46C0A802CA80A73A30C069F1B94A41C9EA51E1E80746258D898EE7148955D6C88790B936E513C8CE9B5CD57816277F6F7FE089481FDED7C8FEFE208A7
bin\System.ValueTuple.dll
md5: 93CEBDB4170C2D40DB052362DEFEFA23 | sha1: 15636B4A77B266EB7382C73E6ED6775AE29D4AC5 | sha256: F55D532AA1B8E93168C5CA540100C7518D0972CD0327C06AC95997798F2F2546 | sha512: EC289E84FB58BEDD22242CE3BFE38FD9512D2BCF6C9F0065A7A307A2F848E1C6CA38B3C3831345E64A47CA51CCC0B18785A321A2668F550261B23752E17D7901
bin\System.Web.dll
md5: EBB1FF34B8990805BFF88936B8A86E96 | sha1: 7C6795B97354E16BDD5EC6B07729A9ED9F976CBA | sha256: 1C18C06C4FF6E34C68084F491FF422082D0E3ED34AAEC87E943FD54BC4E9166A | sha512: F3D19D619BC019F813528A693F84AEE3CA38A8B5844ADDDC0DFFC99ADD7D5494CF41E8EA1D86ACD64C3D7B7B948E3E11F8BDA2AB32F371DF30A61426EB5F5537
bin\System.Web.HttpUtility.dll
md5: 271A359F26A6766010F2B08458C14ECD | sha1: CCDA8AA33A465CDCD7203C89FCFBCEB24735E50F | sha256: 5BA1C76CEF8E703DAA142E6024BA638103FE5F2E2798A050586091250F5E2B5A | sha512: 58550DB43A80521D45D87A460B31286626062794E961F75FF67B0825EE0A437943BE0EC54BE6DBE989660AD132CE4B4470F24B8B368E0CC88623A287091AF927
bin\System.Windows.dll
md5: 321D20C823BBDC52C0A99A89D5FF9F6D | sha1: FD0B101A9A0E4FC354AD102952E54AD2FA9BEBC2 | sha256: 8218A05BC32DCD9116C222DC7DF1684DD155D672BF88315FAD30497B4B5231E4 | sha512: ED41689671E541C909AB70BCA42FA7AFC23770952BAC1F8100C2D35F55FC09A1F441A73164505B99F43F5539399B49024D4706B89433593AADAD569CF37BC4BE
bin\System.Threading.Tasks.Extensions.dll
md5: 7F646CB1C383BCD93FCA0E128226E063 | sha1: C8CBF0F13D565CB167C97C70FDAB2F77C5B7C864 | sha256: 059A90DB2F02A0C52F5C4280862A04E91ED414627447EEDCA94B5634B130E971 | sha512: 7FCDB87C51030B69F36CC68E17812449820E97BBBEB0414F2C4AAD4B6E994210564105CA0831F3A095944029FE6D866752472E7DCE81E2C38D73FA5B152CA90B
bin\System.Threading.Tasks.Parallel.dll
md5: 93EE5CAE0EF36FE2C75ADB5D4EFFF19F | sha1: 71CE399F0616643E78A5AF220754BB5E1B424CE2 | sha256: DA3E54C9A0087996C715245DC342A50647E9E93503D8652E374DA5B63EFBC794 | sha512: 5D7AE5515AF4C1862F4DECA0031011ADB44D93E1A304C5A4CF42388E91B8011B93973E41E63C67EC919B9F0AC328D88F65107ED29E9A72E4B99B13E7ECB5793C
bin\System.Threading.Thread.dll
md5: 202336F0213B60F372DCC4498D194D78 | sha1: 9AE82036C451BC07D3461169C99A5EDF1253F3AE | sha256: 40D134B3FBFB3BA35E1852B2BDF9FB90AD2AC4CF9720A851B6A847BA75108C46 | sha512: C1FE8079EFA3B557A81EC7FE1B619FA1F318C69BC7910F4F90B860111B74268FE3DB1A16EF632A0BA6A4A8D90A00B4B89571A0972E420C72E418D1080AB36BCC
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.Xml.dll
md5: C4C23BE37E2B0D467BE094DC0FD40CCC | sha1: DD3E1299C206D941829520A849275A86644CC6E2 | sha256: 69F6E620C0E515773D904BF4127BD370E7C064E7A4E9FC68C68DF72C6D59EA7A | sha512: 9FDC659A316F0873D7AA97C60BD144DAA44DC9699913C1657FBD7D36062D3E47FC9974DB63A8A3F89C59F7CFFF6C34AE86A278C21B4578E9AC431FD68FEE2825
bin\System.Xml.Linq.dll
md5: 7AC139662B40F2834340223E58A14EC7 | sha1: 912A6F716DC342B1C39FF936ADDEB3CFC9297AA2 | sha256: 6F4364344D014913CF18BE9ED49B8B8CB8D1B53C4D1ECF172E66870663211666 | sha512: 25FBFA067CC46AD9D5ED964F6CF3D93BF56FC8C4933C37A1B64B7108CB3CB57354BB3314285D119BFAD9E62190374699FC0E3D06410591DF66B59C8651F6281B
bin\System.Xml.ReaderWriter.dll
md5: 4EEA43B538F1B421B1604582543503A7 | sha1: F04F920B1FA8A3B06D236CE65DC2C38BC7D6BF2F | sha256: C2AB13C7D8063BC5CA8C0449BB447C670ABF5B1CB67FB7D9C6EADDBD7A84D0EA | sha512: 0A02A574E1BD10679F9A4069EF5F4400591840CD944B757BAB70CCD82D6391593ADB0C9E14BFA732E70EDFF9123781B44B1D9B88E6FEC1B3980B6FA25C543D7C
bin\System.Xml.Serialization.dll
md5: 1F8468EBF7B3DB5C6735913686DF1A75 | sha1: 923D4E1AF0C1A5EECB6E44C8C9D81931917583DC | sha256: C2FC1F774944560A9C74F1DC6D580FAE5D3EFBCFC3F1C012B4D12EBC809E741D | sha512: C014A19A7DD62653D472A3C3412F6F4E8778FAC95513ADC83305541CA7E8C3FC76B5D8E9DC8F1BE8A0F78D8B1E920266CBF93849C65D62EABF0815CD04CF0D3B
bin\System.Xml.XDocument.dll
md5: 9C798DBA1910A5B7E72D91920D3D776E | sha1: 2BBBE83A5B26A839E2E14504F956E761D154D8C9 | sha256: 10F03DEA05A957751ECE7364B32F8D7B533E9EC456A7E2733F063D687693B59E | sha512: D58F77758CEFE4FE7421817A14E489494FDFD550C58C4722C44E3DD2000C862F3FD908E0ED21C6DF3B61E09A4BA4AA44C52EC0BDD5C29F01EA305C3D9C5BB7F8
bin\System.Xml.XmlDocument.dll
md5: 910214D6F2A2646C590E9AEF1D6FF9AB | sha1: 87F51D5076A6D261F63A922638BF74E49B25ABCD | sha256: 02CF362FEAE70BAA17606729E4E4949F8CE6428F2D0F5F5A1D224E973F93E1AE | sha512: 89989AC54D200AA905B5E349D91D8E73022A852197332CABFD6B2DA7677F4FA448CBB3FC2DAE3EDCF9E2002D702922FAE6D71AA6DF833291301EBF0218251E35
bin\System.Xml.XmlSerializer.dll
md5: 5784D12D2CC67FD3467C5E207D987110 | sha1: A4A4D44FA2749A1A38387814C60351888EF034FB | sha256: 26ABA61FA14261EA898CDC1B40126787DEA78B7AF8A1D57321F816396562B7EE | sha512: 5C11EAEBD14311CB50BF4B7206AF65754031B742487C1A8C5AFE11734EBFFCA214CA13215E7E8CD78FC0B30D0A0A0AE91A674178E015F904BA73228BA97A6146
bin\System.Xml.XPath.dll
md5: 4D2353DDEAD6745249E34F89F87FFE7D | sha1: 5BA560BF4D9844C584C4A44617221BD07B4E0374 | sha256: 30749EF12EBD23B43C261C7E3CB6F723C1BBD7D6B00C220C9E3C935DE502BFDF | sha512: 898AD0DAF66B7A1A5D02FC06BE8631D44A81445253A60486D7DE272F17D32337F6EBA4C74AA8B4077D7CF5B61367A22B248B2E53F934700A079810F0D3D88A35
bin\System.Xml.XPath.XDocument.dll
md5: 0308B271062E8DAFC938319065A58DD4 | sha1: 0D4ED63171A0C4A66A63C38B427E9FEDCAEF788C | sha256: 157ADC0870BB36B7FDDC9432D7E7D34127D3E38445E995969C53AB2BEB63DD37 | sha512: 887B90D8D94029B9AF6E98899E7C0E9D633ED275E66A480BE2101900AED106250CA1D8AA73B1FBC491AE02ED1D2405F0C9D7C6439DE3C6C5ACCC3247CD7DFC11
bin\tr\FSharp.Core.resources.dll
md5: 3AB32C1010D446987D74AA1D6CB51C35 | sha1: 0B68AC0542B830F2F6BED5ECD3F594D750C2652F | sha256: 3B8175F2CE490C4629CD1A5F29AEFC828648A140CB83F378C145DF01BADFBED5 | sha512: 9B457176A72C11D24E46F3DBB7CBC2A39C91B08C81DCDC1F087514913BC5D623E9031F8499E9E65CFA714788865D916CB5EC2326C98D06C009A3F447075EFBA2
bin\ucrtbase.dll
md5: 6343FF7874BA03F78BB0DFE20B45F817 | sha1: 82221A9AC1C1B8006F3F5E8539E74E3308F10BCB | sha256: 6F8F05993B8A25CADF5E301E58194C4D23402E467229B12E40956E4F128588B3 | sha512: 63C3D3207577D4761103DAF3F9901DD0A0AE8A89694AD1128FD7E054627CDD930D1020049317C5A898411735E2F75E2103AE303E7E514B6387A3C8463A4FB994
bin\WindowsBase.dll
md5: B9F63E89BC4435A1D59273B610CEFC32 | sha1: 4762C997CE3C97B87F417EAED742C7BE8DD02A36 | sha256: 6091EEA657215999BEBC8D48CA50F134BA7EEB32427A5249FF850FDF7AE1B567 | sha512: 5DA5B30F2F563B53AF954A6D14B90D6AB11672C1D646F0AE0FFE35BF1945B6D3F6812B889F86CC3E7CBF2BCC1C0DA2466CEEF5DA15CBB482E82BD9C48EA9DFB4
bin\zh-Hans\FSharp.Core.resources.dll
md5: EA10EB7CDB4BFE8074E223D547477155 | sha1: 3F8C5EC3CF6072A9044D2E9D28ED9982C3986505 | sha256: 19FA430561F651283721AA9F1EAD450D17EFF4498E430A19AD5B1A9FA141E767 | sha512: 04310388B815492C925AD3DEA7240220527ACF8C8F852DEAA8A79AABA33EE8572591133B38A430DE5BE16B0F1BBD4A187CB1F15A713DA540C652E181FEA8D48C
bin\zh-Hant\FSharp.Core.resources.dll
md5: 52DE5333D83E0A3707D8F0A954B8E88A | sha1: 0EE65B440FB2B660C2311DD27CD2B297507B5D51 | sha256: 8DE343AB872708E1282597D32B8B5BB2904AF852EF9F94B9260BEAACB3FE2688 | sha512: 6868DA8F531357179371DB521791A07948BC7B16848D0DE7B75FD46990D5D6E17841CD39C653D3655A92C7C2F5EE37F8303E040FF4422FC44E2A015745B994DD

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
FAKE - F# Make 6.0.0-beta001 51 Wednesday, December 21, 2022 Approved
FAKE - F# Make 6.0.0-alpha004 37 Thursday, November 17, 2022 Exempted
FAKE - F# Make 6.0.0-alpha003 33 Friday, November 11, 2022 Exempted
FAKE - F# Make 6.0.0-alpha002 38 Tuesday, November 1, 2022 Exempted
FAKE - F# Make 6.0.0-alpha001 29 Tuesday, November 1, 2022 Exempted
FAKE - F# Make 5.23.1 295 Friday, October 21, 2022 Approved
FAKE - F# Make 5.23.0 183 Monday, August 1, 2022 Approved
FAKE - F# Make 5.23.0-alpha002 44 Friday, July 22, 2022 Approved
FAKE - F# Make 5.23.0-alpha001 42 Friday, July 15, 2022 Approved
FAKE - F# Make 5.22.0 345 Monday, February 14, 2022 Approved
FAKE - F# Make 5.21.1 155 Sunday, January 30, 2022 Approved
FAKE - F# Make 5.21.0 138 Monday, January 24, 2022 Approved
FAKE - F# Make 5.21.0-alpha004 80 Thursday, January 6, 2022 Approved
FAKE - F# Make 5.21.0-alpha003 132 Thursday, November 11, 2021 Approved
FAKE - F# Make 5.20.4 513 Wednesday, March 31, 2021 Approved
FAKE - F# Make 5.20.4-alpha-1658 105 Tuesday, March 30, 2021 Approved
FAKE - F# Make 5.20.4-alpha-1642 282 Friday, October 23, 2020 Approved
FAKE - F# Make 5.20.3 678 Wednesday, August 5, 2020 Approved
FAKE - F# Make 5.20.2 519 Saturday, June 27, 2020 Approved
FAKE - F# Make 5.20.1 272 Saturday, June 13, 2020 Approved
FAKE - F# Make 5.20.1-alpha-1590 244 Thursday, May 7, 2020 Approved
FAKE - F# Make 5.20.0 425 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1584 207 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1583 219 Tuesday, May 5, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1580 182 Monday, May 4, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1566 238 Monday, April 13, 2020 Approved
FAKE - F# Make 5.20.0-alpha-1545 263 Saturday, March 7, 2020 Pending Automated Review
FAKE - F# Make 5.20.0-alpha-1535 239 Friday, March 6, 2020 Pending Automated Review
FAKE - F# Make 5.19.2-alpha-1526 179 Thursday, March 5, 2020 Approved
FAKE - F# Make 5.19.1 590 Sunday, February 9, 2020 Approved
FAKE - F# Make 5.19.0 403 Thursday, December 19, 2019 Approved
FAKE - F# Make 5.19.0-alpha-1473 202 Wednesday, December 18, 2019 Approved
FAKE - F# Make 5.19.0-alpha-1439 232 Monday, December 16, 2019 Approved
FAKE - F# Make 5.18.3 524 Monday, November 4, 2019 Approved
FAKE - F# Make 5.18.2 385 Saturday, October 26, 2019 Approved
FAKE - F# Make 5.18.0 359 Sunday, October 20, 2019 Approved
FAKE - F# Make 5.17.0 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

ENHANCEMENT: Write NUnit arguments to an arguments file, fixes problems with long command lines - https://github.com/fsharp/FAKE/pull/2114
ENHANCEMENT: Added SpecFlowNext module to Fake.DotNet.Testing.SpecFlow with improved API and missing arguments - https://github.com/fsharp/FAKE/pull/2143
ENHANCEMENT (BREAKING): Updated and finalized the new (and undocumented) process API which is more unit-testable - https://github.com/fsharp/FAKE/pull/2131
ENHANCEMENT: Updated Fake.Testing.ReportGenerator to include ClassFilter and FileFilter - https://github.com/fsharp/FAKE/pull/2120
ENHANCEMENT: Improve TeamCity integrations - https://github.com/fsharp/FAKE/pull/2138
ENHANCEMENT: Update Fake.Tools.Pickles to include latest CLI additions - https://github.com/fsharp/FAKE/pull/2133
ENHANCEMENT: The Trace module can now report build-state with a message - https://github.com/fsharp/FAKE/pull/2139
ENHANCEMENT: The target module not supports a Trace.WithContext mode to retrieve the context and handle potenial problems manually - https://github.com/fsharp/FAKE/pull/2140
ENHANCEMENT: The target module now allows to set the build-state by using the new WithContext-mode - https://github.com/fsharp/FAKE/pull/2141
BUGFIX: Fix TeamCity (named) Artifact upload - https://github.com/fsharp/FAKE/pull/2147
BUGFIX: AppVeyor module should not trace appveyor.exe calls - https://github.com/fsharp/FAKE/pull/2137
BUGFIX: Always print the stack-trace when in verbose mode - https://github.com/fsharp/FAKE/issues/2136
DOCUMENTATION: Some smaller fixes


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