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

Downloads of v 5.3.0:

482

Last Update:

30 Jul 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.3.0 | Updated: 30 Jul 2018

Downloads:

57,338

Downloads of v 5.3.0:

482

Software Author(s):

  • fsprojects

FAKE - F# Make 5.3.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.3.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.3.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.3.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.3.0'
end

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


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

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


package { 'fake':
  ensure   => '5.3.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 30 Jul 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-util-l1-1-0.dll
md5: 0F079489ABD2B16751CEB7447512A70D | sha1: 679DD712ED1C46FBD9BC8615598DA585D94D5D87 | sha256: F7D450A0F59151BCEFB98D20FCAE35F76029DF57138002DB5651D1B6A33ADC86 | sha512: 92D64299EBDE83A4D7BE36F07F65DD868DA2765EB3B39F5128321AFF66ABD66171C7542E06272CB958901D403CCF69ED716259E0556EE983D2973FAA03C55D3E
bin\api-ms-win-crt-conio-l1-1-0.dll
md5: 6EA692F862BDEB446E649E4B2893E36F | sha1: 84FCEAE03D28FF1907048ACEE7EAE7E45BAAF2BD | sha256: 9CA21763C528584BDB4EFEBE914FAAF792C9D7360677C87E93BD7BA7BB4367F2 | sha512: 9661C135F50000E0018B3E5C119515CFE977B2F5F88B0F5715E29DF10517B196C81694D074398C99A572A971EC843B3676D6A831714AB632645ED25959D5E3E7
bin\api-ms-win-crt-convert-l1-1-0.dll
md5: 72E28C902CD947F9A3425B19AC5A64BD | sha1: 9B97F7A43D43CB0F1B87FC75FEF7D9EEEA11E6F7 | sha256: 3CC1377D495260C380E8D225E5EE889CBB2ED22E79862D4278CFA898E58E44D1 | sha512: 58AB6FEDCE2F8EE0970894273886CB20B10D92979B21CDA97AE0C41D0676CC0CD90691C58B223BCE5F338E0718D1716E6CE59A106901FE9706F85C3ACF7855FF
bin\api-ms-win-crt-environment-l1-1-0.dll
md5: AC290DAD7CB4CA2D93516580452EDA1C | sha1: FA949453557D0049D723F9615E4F390010520EDA | sha256: C0D75D1887C32A1B1006B3CFFC29DF84A0D73C435CDCB404B6964BE176A61382 | sha512: B5E2B9F5A9DD8A482169C7FC05F018AD8FE6AE27CB6540E67679272698BFCA24B2CA5A377FA61897F328B3DEAC10237CAFBD73BC965BF9055765923ABA9478F8
bin\api-ms-win-crt-filesystem-l1-1-0.dll
md5: AEC2268601470050E62CB8066DD41A59 | sha1: 363ED259905442C4E3B89901BFD8A43B96BF25E4 | sha256: 7633774EFFE7C0ADD6752FFE90104D633FC8262C87871D096C2FC07C20018ED2 | sha512: 0C14D160BFA3AC52C35FF2F2813B85F8212C5F3AFBCFE71A60CCC2B9E61E51736F0BF37CA1F9975B28968790EA62ED5924FAE4654182F67114BD20D8466C4B8F
bin\api-ms-win-crt-heap-l1-1-0.dll
md5: 93D3DA06BF894F4FA21007BEE06B5E7D | sha1: 1E47230A7EBCFAF643087A1929A385E0D554AD15 | sha256: F5CF623BA14B017AF4AEC6C15EEE446C647AB6D2A5DEE9D6975ADC69994A113D | sha512: 72BD6D46A464DE74A8DAC4C346C52D068116910587B1C7B97978DF888925216958CE77BE1AE049C3DCCF5BF3FFFB21BC41A0AC329622BC9BBC190DF63ABB25C6
bin\api-ms-win-crt-locale-l1-1-0.dll
md5: A2F2258C32E3BA9ABF9E9E38EF7DA8C9 | sha1: 116846CA871114B7C54148AB2D968F364DA6142F | sha256: 565A2EEC5449EEEED68B430F2E9B92507F979174F9C9A71D0C36D58B96051C33 | sha512: E98CBC8D958E604EFFA614A3964B3D66B6FC646BDCA9AA679EA5E4EB92EC0497B91485A40742F3471F4FF10DE83122331699EDC56A50F06AE86F21FAD70953FE
bin\api-ms-win-crt-math-l1-1-0.dll
md5: 8B0BA750E7B15300482CE6C961A932F0 | sha1: 71A2F5D76D23E48CEF8F258EAAD63E586CFC0E19 | sha256: BECE7BAB83A5D0EC5C35F0841CBBF413E01AC878550FBDB34816ED55185DCFED | sha512: FB646CDCDB462A347ED843312418F037F3212B2481F3897A16C22446824149EE96EB4A4B47A903CA27B1F4D7A352605D4930DF73092C380E3D4D77CE4E972C5A
bin\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 35FC66BD813D0F126883E695664E7B83 | sha1: 2FD63C18CC5DC4DEFC7EA82F421050E668F68548 | sha256: 66ABF3A1147751C95689F5BC6A259E55281EC3D06D3332DD0BA464EFFA716735 | sha512: 65F8397DE5C48D3DF8AD79BAF46C1D3A0761F727E918AE63612EA37D96ADF16CC76D70D454A599F37F9BA9B4E2E38EBC845DF4C74FC1E1131720FD0DCB881431
bin\api-ms-win-crt-private-l1-1-0.dll
md5: 9910A1BFDC41C5B39F6AF37F0A22AACD | sha1: 47FA76778556F34A5E7910C816C78835109E4050 | sha256: 65DED8D2CE159B2F5569F55B2CAF0E2C90F3694BD88C89DE790A15A49D8386B9 | sha512: A9788D0F8B3F61235EF4740724B4A0D8C0D3CF51F851C367CC9779AB07F208864A7F1B4A44255E0DE8E030D84B63B1BDB58F12C8C20455FF6A55EF6207B31A91
bin\api-ms-win-core-timezone-l1-1-0.dll
md5: BABF80608FD68A09656871EC8597296C | sha1: 33952578924B0376CA4AE6A10B8D4ED749D10688 | sha256: 24C9AA0B70E557A49DAC159C825A013A71A190DF5E7A837BFA047A06BBA59ECA | sha512: 3FFFFD90800DE708D62978CA7B50FE9CE1E47839CDA11ED9E7723ACEC7AB5829FA901595868E4AB029CDFB12137CF8ECD7B685953330D0900F741C894B88257B
bin\api-ms-win-core-sysinfo-l1-1-0.dll
md5: 19A40AF040BD7ADD901AA967600259D9 | sha1: 05B6322979B0B67526AE5CD6E820596CBE7393E4 | sha256: 4B704B36E1672AE02E697EFD1BF46F11B42D776550BA34A90CD189F6C5C61F92 | sha512: 5CC4D55350A808620A7E8A993A90E7D05B441DA24127A00B15F96AAE902E4538CA4FED5628D7072358E14681543FD750AD49877B75E790D201AB9BAFF6898C8D
bin\api-ms-win-core-synch-l1-2-0.dll
md5: 0D1AA99ED8069BA73CFD74B0FDDC7B3A | sha1: BA1F5384072DF8AF5743F81FD02C98773B5ED147 | sha256: 30D99CE1D732F6C9CF82671E1D9088AA94E720382066B79175E2D16778A3DAD1 | sha512: 6B1A87B1C223B757E5A39486BE60F7DD2956BB505A235DF406BCF693C7DD440E1F6D65FFEF7FDE491371C682F4A8BB3FD4CE8D8E09A6992BB131ADDF11EF2BF9
bin\api-ms-win-core-synch-l1-1-0.dll
md5: 71AF7ED2A72267AAAD8564524903CFF6 | sha1: 8A8437123DE5A22AB843ADC24A01AC06F48DB0D3 | sha256: 5DD4CCD63E6ED07CA3987AB5634CA4207D69C47C2544DFEFC41935617652820F | sha512: 7EC2E0FEBC89263925C0352A2DE8CC13DA37172555C3AF9869F9DBB3D627DD1382D2ED3FDAD90594B3E3B0733F2D3CFDEC45BC713A4B7E85A09C164C3DFA3875
bin\api-ms-win-core-string-l1-1-0.dll
md5: 12CC7D8017023EF04EBDD28EF9558305 | sha1: F859A66009D1CAAE88BF36B569B63E1FBDAE9493 | sha256: 7670FDEDE524A485C13B11A7C878015E9B0D441B7D8EB15CA675AD6B9C9A7311 | sha512: F62303D98EA7D0DDBE78E4AB4DB31AC283C3A6F56DBE5E3640CBCF8C06353A37776BF914CFE57BBB77FC94CCFA48FAC06E74E27A4333FBDD112554C646838929
bin\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: FDBA0DB0A1652D86CD471EAA509E56EA | sha1: 3197CB45787D47BAC80223E3E98851E48A122EFA | sha256: 2257FEA1E71F7058439B3727ED68EF048BD91DCACD64762EB5C64A9D49DF0B57 | sha512: E5056D2BD34DC74FC5F35EA7AA8189AAA86569904B0013A7830314AE0E2763E95483FABDCBA93F6418FB447A4A74AB0F07712ED23F2E1B840E47A099B1E68E18
bin\api-ms-win-core-profile-l1-1-0.dll
md5: FEE0926AA1BF00F2BEC9DA5DB7B2DE56 | sha1: F5A4EB3D8AC8FB68AF716857629A43CD6BE63473 | sha256: 8EB5270FA99069709C846DB38BE743A1A80A42AA1A88776131F79E1D07CC411C | sha512: 0958759A1C4A4126F80AA5CDD9DF0E18504198AEC6828C8CE8EB5F615AD33BF7EF0231B509ED6FD1304EEAB32878C5A649881901ABD26D05FD686F5EBEF2D1C3
bin\api-ms-win-core-processthreads-l1-1-1.dll
md5: D0289835D97D103BAD0DD7B9637538A1 | sha1: 8CEEBE1E9ABB0044808122557DE8AAB28AD14575 | sha256: 91EEB842973495DEB98CEF0377240D2F9C3D370AC4CF513FD215857E9F265A6A | sha512: 97C47B2E1BFD45B905F51A282683434ED784BFB334B908BF5A47285F90201A23817FF91E21EA0B9CA5F6EE6B69ACAC252EEC55D895F942A94EDD88C4BFD2DAFD
bin\api-ms-win-core-processthreads-l1-1-0.dll
md5: A2D7D7711F9C0E3E065B2929FF342666 | sha1: A17B1F36E73B82EF9BFB831058F187535A550EB8 | sha256: 9DAB884071B1F7D7A167F9BEC94BA2BEE875E3365603FA29B31DE286C6A97A1D | sha512: D436B2192C4392A041E20506B2DFB593FE5797F1FDC2CDEB2D7958832C4C0A9E00D3AEA6AA1737D8A9773817FEADF47EE826A6B05FD75AB0BDAE984895C2C4EF
bin\api-ms-win-core-processenvironment-l1-1-0.dll
md5: 5F73A814936C8E7E4A2DFD68876143C8 | sha1: D960016C4F553E461AFB5B06B039A15D2E76135E | sha256: 96898930FFB338DA45497BE019AE1ADCD63C5851141169D3023E53CE4C7A483E | sha512: 77987906A9D248448FA23DB2A634869B47AE3EC81EA383A74634A8C09244C674ECF9AADCDE298E5996CAFBB8522EDE78D08AAA270FD43C66BEDE24115CDBDFED
bin\api-ms-win-core-namedpipe-l1-1-0.dll
md5: 6F6796D1278670CCE6E2D85199623E27 | sha1: 8AA2155C3D3D5AA23F56CD0BC507255FC953CCC3 | sha256: C4F60F911068AB6D7F578D449BA7B5B9969F08FC683FD0CE8E2705BBF061F507 | sha512: 6E7B134CA930BB33D2822677F31ECA1CB6C1DFF55211296324D2EA9EBDC7C01338F07D22A10C5C5E1179F14B1B5A4E3B0BAFB1C8D39FCF1107C57F9EAF063A7B
bin\api-ms-win-core-memory-l1-1-0.dll
md5: D500D9E24F33933956DF0E26F087FD91 | sha1: 6C537678AB6CFD6F3EA0DC0F5ABEFD1C4924F0C0 | sha256: BB33A9E906A5863043753C44F6F8165AFE4D5EDB7E55EFA4C7E6E1ED90778ECA | sha512: C89023EB98BF29ADEEBFBCB570427B6DF301DE3D27FF7F4F0A098949F987F7C192E23695888A73F1A2019F1AF06F2135F919F6C606A07C8FA9F07C00C64A34B5
bin\api-ms-win-core-localization-l1-2-0.dll
md5: EFF11130BFE0D9C90C0026BF2FB219AE | sha1: CF4C89A6E46090D3D8FEEB9EB697AEA8A26E4088 | sha256: 03AD57C24FF2CF895B5F533F0ECBD10266FD8634C6B9053CC9CB33B814AD5D97 | sha512: 8133FB9F6B92F498413DB3140A80D6624A705F80D9C7AE627DFD48ADEB8C5305A61351BF27BBF02B4D3961F9943E26C55C2A66976251BB61EF1537BC8C212ADD
bin\api-ms-win-core-libraryloader-l1-1-0.dll
md5: D0873E21721D04E20B6FFB038ACCF2F1 | sha1: 9E39E505D80D67B347B19A349A1532746C1F7F88 | sha256: BB25CCF8694D1FCFCE85A7159DCF6985FDB54728D29B021CB3D14242F65909CE | sha512: 4B7F2AD9EAD6489E1EA0704CF5F1B1579BAF1061B193D54CC6201FFDDA890A8C8FACB23091DFD851DD70D7922E0C7E95416F623C48EC25137DDD66E32DF9A637
bin\api-ms-win-core-interlocked-l1-1-0.dll
md5: D97A1CB141C6806F0101A5ED2673A63D | sha1: D31A84C1499A9128A8F0EFEA4230FCFA6C9579BE | sha256: DECCD75FC3FC2BB31338B6FE26DEFFBD7914C6CD6A907E76FD4931B7D141718C | sha512: 0E3202041DEF9D2278416B7826C61621DCED6DEE8269507CE5783C193771F6B26D47FEB0700BBE937D8AFF9F7489890B5263D63203B5BA99E0B4099A5699C620
bin\api-ms-win-core-heap-l1-1-0.dll
md5: 2EA3901D7B50BF6071EC8732371B821C | sha1: E7BE926F0F7D842271F7EDC7A4989544F4477DA7 | sha256: 44F6DF4280C8ECC9C6E609B1A4BFEE041332D337D84679CFE0D6678CE8F2998A | sha512: 6BFFAC8E157A913C5660CD2FABD503C09B47D25F9C220DCE8615255C9524E4896EDF76FE2C2CC8BDEF58D9E736F5514A53C8E33D8325476C5F605C2421F15C7D
bin\api-ms-win-core-handle-l1-1-0.dll
md5: 6DB54065B33861967B491DD1C8FD8595 | sha1: ED0938BBC0E2A863859AAD64606B8FC4C69B810A | sha256: 945CC64EE04B1964C1F9FCDC3124DD83973D332F5CFB696CDF128CA5C4CBD0E5 | sha512: AA6F0BCB760D449A3A82AED67CA0F7FB747CBB82E627210F377AF74E0B43A45BA660E9E3FE1AD4CBD2B46B1127108EC4A96C5CF9DE1BDEC36E993D0657A615B6
bin\api-ms-win-core-file-l2-1-0.dll
md5: E479444BDD4AE4577FD32314A68F5D28 | sha1: 77EDF9509A252E886D4DA388BF9C9294D95498EB | sha256: C85DC081B1964B77D289AAC43CC64746E7B141D036F248A731601EB98F827719 | sha512: 2AFAB302FE0F7476A4254714575D77B584CD2DC5330B9B25B852CD71267CDA365D280F9AA8D544D4687DC388A2614A51C0418864C41AD389E1E847D81C3AB744
bin\api-ms-win-core-file-l1-2-0.dll
md5: E2F648AE40D234A3892E1455B4DBBE05 | sha1: D9D750E828B629CFB7B402A3442947545D8D781B | sha256: C8C499B012D0D63B7AFC8B4CA42D6D996B2FCF2E8B5F94CACFBEC9E6F33E8A03 | sha512: 18D4E7A804813D9376427E12DAA444167129277E5FF30502A0FA29A96884BF902B43A5F0E6841EA1582981971843A4F7F928F8AECAC693904AB20CA40EE4E954
bin\api-ms-win-core-file-l1-1-0.dll
md5: 94AE25C7A5497CA0BE6882A00644CA64 | sha1: F7AC28BBC47E46485025A51EEB6C304B70CEE215 | sha256: 7EA06B7050F9EA2BCC12AF34374BDF1173646D4E5EBF66AD690B37F4DF5F3D4E | sha512: 83E570B79111706742D0684FC16207AE87A78FA7FFEF58B40AA50A6B9A2C2F77FE023AF732EF577FB7CD2666E33FFAF0E427F41CA04075D83E0F6A52A177C2B0
bin\api-ms-win-core-errorhandling-l1-1-0.dll
md5: 6D778E83F74A4C7FE4C077DC279F6867 | sha1: F5D9CF848F79A57F690DA9841C209B4837C2E6C3 | sha256: A97DCCA76CDB12E985DFF71040815F28508C655AB2B073512E386DD63F4DA325 | sha512: 02EF01583A265532D3970B7D520728AA9B68F2B7C309EE66BD2B38BAF473EF662C9D7A223ACF2DA722587429DA6E4FBC0496253BA5C41E214BEA240CE824E8A2
bin\api-ms-win-core-debug-l1-1-0.dll
md5: 88FF191FD8648099592ED28EE6C442A5 | sha1: 6A4F818B53606A5602C609EC343974C2103BC9CC | sha256: C310CC91464C9431AB0902A561AF947FA5C973925FF70482D3DE017ED3F73B7D | sha512: 942AE86550D4A4886DAC909898621DAB18512C20F3D694A8AD444220AEAD76FA88C481DF39F93C7074DBBC31C3B4DAF97099CFED86C2A0AAA4B63190A4B307FD
bin\api-ms-win-core-datetime-l1-1-0.dll
md5: CB978304B79EF53962408C611DFB20F5 | sha1: ECA42F7754FB0017E86D50D507674981F80BC0B9 | sha256: 90FAE0E7C3644A6754833C42B0AC39B6F23859F9A7CF4B6C8624820F59B9DAD3 | sha512: 369798CD3F37FBAE311B6299DA67D19707D8F770CF46A8D12D5A6C1F25F85FC959AC5B5926BC68112FA9EB62B402E8B495B9E44F44F8949D7D648EA7C572CF8C
bin\api-ms-win-core-console-l1-1-0.dll
md5: 502263C56F931DF8440D7FD2FA7B7C00 | sha1: 523A3D7C3F4491E67FC710575D8E23314DB2C1A2 | sha256: 94A5DF1227818EDBFD0D5091C6A48F86B4117C38550343F780C604EEE1CD6231 | sha512: 633EFAB26CDED9C3A5E144B81CBBD3B6ADF265134C37D88CFD5F49BB18C345B2FC3A08BA4BBC917B6F64013E275239026829BA08962E94115E94204A47B80221
bin\api-ms-win-crt-process-l1-1-0.dll
md5: 8D02DD4C29BD490E672D271700511371 | sha1: F3035A756E2E963764912C6B432E74615AE07011 | sha256: C03124BA691B187917BA79078C66E12CBF5387A3741203070BA23980AA471E8B | sha512: D44EF51D3AAF42681659FFFFF4DD1A1957EAF4B8AB7BB798704102555DA127B9D7228580DCED4E0FC98C5F4026B1BAB242808E72A76E09726B0AF839E384C3B0
bin\api-ms-win-crt-runtime-l1-1-0.dll
md5: 41A348F9BEDC8681FB30FA78E45EDB24 | sha1: 66E76C0574A549F293323DD6F863A8A5B54F3F9B | sha256: C9BBC07A033BAB6A828ECC30648B501121586F6F53346B1CD0649D7B648EA60B | sha512: 8C2CB53CCF9719DE87EE65ED2E1947E266EC7E8343246DEF6429C6DF0DC514079F5171ACD1AA637276256C607F1063144494B992D4635B01E09DDEA6F5EEF204
bin\api-ms-win-crt-stdio-l1-1-0.dll
md5: FEFB98394CB9EF4368DA798DEAB00E21 | sha1: 316D86926B558C9F3F6133739C1A8477B9E60740 | sha256: B1E702B840AEBE2E9244CD41512D158A43E6E9516CD2015A84EB962FA3FF0DF7 | sha512: 57476FE9B546E4CAFB1EF4FD1CBD757385BA2D445D1785987AFB46298ACBE4B05266A0C4325868BC4245C2F41E7E2553585BFB5C70910E687F57DAC6A8E911E8
bin\api-ms-win-crt-string-l1-1-0.dll
md5: 404604CD100A1E60DFDAF6ECF5BA14C0 | sha1: 58469835AB4B916927B3CABF54AEE4F380FF6748 | sha256: 73CC56F20268BFB329CCD891822E2E70DD70FE21FC7101DEB3FA30C34A08450C | sha512: DA024CCB50D4A2A5355B7712BA896DF850CEE57AA4ADA33AAD0BAE6960BCD1E5E3CEE9488371AB6E19A2073508FBB3F0B257382713A31BC0947A4BF1F7A20BE4
bin\api-ms-win-crt-time-l1-1-0.dll
md5: 849F2C3EBF1FCBA33D16153692D5810F | sha1: 1F8EDA52D31512EBFDD546BE60990B95C8E28BFB | sha256: 69885FD581641B4A680846F93C2DD21E5DD8E3BA37409783BC5B3160A919CB5D | sha512: 44DC4200A653363C9A1CB2BDD3DA5F371F7D1FB644D1CE2FF5FE57D939B35130AC8AE27A3F07B82B3428233F07F974628027B0E6B6F70F7B2A8D259BE95222F5
bin\api-ms-win-crt-utility-l1-1-0.dll
md5: B52A0CA52C9C207874639B62B6082242 | sha1: 6FB845D6A82102FF74BD35F42A2844D8C450413B | sha256: A1D1D6B0CB0A8421D7C0D1297C4C389C95514493CD0A386B49DC517AC1B9A2B0 | sha512: 18834D89376D703BD461EDF7738EB723AD8D54CB92ACC9B6F10CBB55D63DB22C2A0F2F3067FE2CC6FEB775DB397030606608FF791A46BF048016A1333028D0A4
bin\Chessie.dll
md5: B5AE1290B559675E28546EB000DB94B0 | sha1: 607A156129BDF9954243802DB35BFCF392EA595C | sha256: 1D7ABADBB1231FCAD053C40F17C5C0931F64F517B8F007D6368E7640D31AC069 | sha512: B8EA6028647C758519A556CA249CCE3E108363C15C34819AF647887FAE147CFFCBD9A809919601DE239C057BC9F1DEBA60AB76034EA639E94372A86260F0F237
bin\clrcompression.dll
md5: 1D9C359C677F4803F9DD7423D81BA000 | sha1: E01289DF7E2BE7AEC9242B401136E6A00AF41E78 | sha256: 981ACB598754C22F1ECE9E3F5EB28A058BCCE3AC595861D6C9BF73B71CCC7A7C | sha512: 2D72B57C7BF64837EDE6B472CF0887F6B26CF5993BCB8CABAFE5249D25158BCE0E6E56563C6E699A14AF0D5A07E705E27F148FEAA6ED44B4B0B2B795C72363FD
bin\clretwrc.dll
md5: 437295FDC1929E5C199142B216A9CB52 | sha1: FB987B9EFBCC1815E33533FF97A5D855C3C71F32 | sha256: D99F296BAA27596DF89FE11A9270E400F213787C2EE83B853C4B7A29C4B7285B | sha512: 000EB5CD396749E518DF203DB88A7C481EA8248970E947DB11894FD7C3F0FED41910466CA8A3FD0F23C73B981D31C7CA4F2B706484158D64094A7F73C127902B
bin\clrjit.dll
md5: 382BEE0C0FCE1F52C6DC7183149979DE | sha1: 69605B070DB12E27CB658503F7E43E9CC10B26DE | sha256: 43713A5F49804D0B3A1747115EC259D4C3E6AC63051B626C2C0DBC2D1B7D6136 | sha512: F9C7C9A0474513FB1E94C042BFCD2693CCEA13C18A596C427E3DCC19AEA38FCBAEA955BF68FAC2B5C6AFFFDB586FCD6CCA087FBE41A4E70B66E12A4EF1F58EF7
bin\coreclr.dll
md5: 220EC78B2B3A900D5C94DD0C65B6B211 | sha1: A544429E6EED4D583D27E24B013AD2295C1E58D0 | sha256: BA7179971F947846AFCCE3A179EDD089C2724B4F8D26F4C9C08B6BDB5DA18784 | sha512: A74E7C91C5A708594CFBD8DFFB9746AB1AAA40FEB8B69BFC20EC7C2BEF3CEFDF7F7F5A74B748C5D2566251D9EB26D6C69BF74870D699E984898D862B7D609F7F
bin\fake.pdb
 
bin\Fake.Runtime.dll
md5: 1AA98E01D72BEB95212F8DF21BC38D44 | sha1: 8738F2A8AA9C648C9B7E198684D5518AAF984662 | sha256: 540D817D8E33C4AAEC8FA235E45E33ABFC2138248546D33DFA42C7963ECB91AF | sha512: 748AFF2B44D68F485A30919C67A00D8CF029CC5F8737B7DA92E56D18FBF3B42E45D71B7317D1AD10C92C44CDD0333E7B560FBA53B004A03150E950294B1B41E3
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\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: 6C9CA518615EB1B36DC827B1CC245109 | sha1: 32DCBC48138C149C8A6E873F1CCBF6A64B42103E | sha256: 8C834FE0A4328AF2B38EB5D94ED9C8975797786314AEE9E9EF812A3247A1B8D2 | sha512: F69409B222B4076BB4EF82343752B0602BBB0CD9BD59FF21AD425A13FA8D6D50203E8B0A10C9FAC181B676F9527420C2A108A207F32A78F98F697E96A245B678
bin\Microsoft.DiaSymReader.Native.x86.dll
md5: 14C7BDF37EFD821C3FB2999D44B11539 | sha1: 554B1310BE1818FB770703C7A095C9DF076A176A | sha256: 4EA9AC46897947F0D4B201BF37E2762ED0756A11019EC5C1D227DB6BC07FAD2C | sha512: BDCCD3827BB1253EAA7F6CA7EF4C772DF56079E9F3A70AB5E216EC8BCCE715EB44BF84BE63337387D2C935FFC68F5647D60085CA709C11D7033ABF3B2BDFD31B
bin\Microsoft.DotNet.PlatformAbstractions.dll
md5: 8ED1B343DC98E338ACC983A0687DE49E | sha1: D63333AFF2861F9FC39F3AB5DE75B7C8D6DD3340 | sha256: B9C07D7163691CF99134836C74FCB7ED60E9304A45E180990E8DB585A398165E | sha512: 68B4B1C4BC6345BA7796CAA907B84818E806FF0E16D93911562C62E85C274F0950EEABC616C220CC7EAF743171A03D30651F5F8BD0D8E2A5753AD00E96C27368
bin\Microsoft.VisualBasic.dll
md5: 5785974EBC045D4D629B4E103A5C6083 | sha1: AEEBF475AD41186E632ED2E71E975C9D1F2A551D | sha256: F1FF874406EB1920C2802E7E6924DDF4FD121E474C88BBFB87D9315922DE92AB | sha512: 37393D26E996430A53553526E80F7FFB16C59B7EF7772BDB799FE9C55903B4B028942EEA504CB28CD1A8C88D5AE9E699729106529A589B190C58199D71D049E9
bin\Microsoft.Win32.Primitives.dll
md5: 50762D59A5B77F6F7F9E5284F0021673 | sha1: BF1A71B108947BD1EA0B484E2A064F01B40CAC72 | sha256: DEBF4875B0EFB26D4E52FE35A684F91AA2A07878910E9443123D2F344CD53552 | sha512: E17950016E74F1C818A1361C8A2ED602258DB13057B8A79FA1E257D06C42E9CCB463F7F1E5FEE21D2E838E5EE68C32AAD819E631764C271B9025C54F07FF00AA
bin\Microsoft.Win32.Registry.dll
md5: DB535545600F33B058B5B861DA975942 | sha1: F3DF8D00563B6DDC30F4967D7836D25EB4750625 | sha256: DBA42F0172CB033856762CB8DF1686E099DA75DBEA76BAB2A979D7076CFB95BA | sha512: E9DB094FFD63D7B34AD245169917DD1367745A75DE0C12E8583238D96B53CAD7463C37268CEC63A7DA818757487AA65A4713ADB3ABD498CE02F901AA09BC8942
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: 6C4C0A18E541E76B7D45979A80DBBD74 | sha1: AA67E64EE6B0737311BAB0E345589DEC0B93C9CC | sha256: 3A79BC61802A1DC4B63511314184C84E2F7B761C94F5DE2EF31228D154E40DF8 | sha512: A8BB21CC6F722F1E876FFE06C7F8E8D50FC6B526359BCB91432676EF4A55DC15CE13AF7C846B729D052B750901B1DBA748B9DE14FF9C4574B102C839EE77460A
bin\FSharp.Core.dll
md5: 6DFE63C26ECDF71F5ABC840EE711B4E1 | sha1: C2B7740491D93DE4A644261FE54DF1EDCA7596C2 | sha256: F3CC82707AB0E930A09CE9726D7B4421C88FC9C055B2493B6F56D22F412970FD | sha512: 6B5CA8F8C081A330EBE7E68B800DC3EC2684B9FE6CC7E5F9E8254B799359DF09EF985B864C46468D217BC580B91F8ECEF54CBD19D8E8E32FA3824744E85514BE
bin\cs\FSharp.Core.resources.dll
md5: 020323CCF41FE185345A38C3CB3B3F19 | sha1: 0879E73DA91F3C8EE6DE8DAB2B4544EA629030A9 | sha256: 856E9545D6DF0CA3CE133EB6AAC7FB6673CF06B3A982F391163143BB4C6B292A | sha512: 71383CBBC4AC25A37A329DDFAB62375EC5BDE1239DF600F34E306DCBA2F042D96BAF5DA5FF6D5831E9A4AAA80CC4E2231A190141C2B751A4AC07343E79B217C5
bin\dbgshim.dll
md5: F7030196A89193E12BCF859E876341B1 | sha1: CB4DFD2852C14F926A73FE1DEDB30A9E2321018F | sha256: 7BDE6EC69146D118B977F46174D373746ED51CE1F93F4B5544597DC91230494D | sha512: A8380AB7BC8C095C3219B1641B9767EA554315874558140F1F352F65D6B0F33D66898218E36BEB05C4235AB1DB82AD6647404DEBD5858219754A3D80378EA069
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: 0D7C509FCFCABFA2C1A2EB152F92EEC5 | sha1: C790DA720892105566A6CA28860D6CE3BDE00180 | sha256: 037CB3A3BFB4D26ACC2D91630FADC298DAD05C77880B2E3572399138386980CC | sha512: 88E28396A95904F024F12CCA29A4BC835E4C9F920DFBA49FB971C6B472DB762692A7C2BF48B0FCFE3757793EA2D93241AFA6CB3E201E33E7EE6F2A97EF740561
bin\Fake.Core.CommandLineParsing.pdb
 
bin\Fake.Core.CommandLineParsing.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.CommandLineParsing</name></assembly>
<members>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sdh">
<summary>
 matches the stdin [-]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ell">
<summary>
 Marks that the given item can be given multiple times 
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Cmd">
<summary>
 Fixed command, like &quot;push&quot; in &quot;git push&quot;
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Seq">
<summary>
 Sequence of items, if the items are only options then order is ignored.
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Xor">
<summary>
 Either the one or the other
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Arg">
<summary>
 Named/Positional argument
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Req">
<summary>
 Requires the given item
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sqb">
<summary>
 Marks the given item as optional
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Lop">
<summary>
 long option
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sop">
<summary>
 Short options
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ano">
<summary>
 Matches an option annotation [options]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Eps">
<summary>
 matches nothing?
</summary>
</member>
<member name="P:Fake.Core.DocHelper.OptionBuilder.Lines">
<summary>
 The lines in reversed order
</summary>
</member>
</members>
</doc>
bin\Fake.Core.Context.dll
md5: D7F8F2AE824990AD372A4DC6F8D7BD74 | sha1: E5DA5A925FF742B0BE3EF0AC77134D84B06A9572 | sha256: BB24896A2BEB23DB30DF2EB69CBA8AE46BF4048943391F6EE8667AB752B3585D | sha512: D077BC1D7A541987F8D5308E2C0F5C7F51016CAD8571E5024037966DFC69DE00FE152F2378ABB70735845FA23E18963F3E7450D2CD596631000C34DE9149EF35
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": "a71e0e89eda2f161f03a19394145a5f2ba08b196"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {},
    ".NETCoreApp,Version=v2.1/win7-x86": {
      "fake/5.3.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "4.5.2",
          "Fake.Core.CommandLineParsing": "5.3.0",
          "Fake.Runtime": "5.3.0",
          "Microsoft.NETCore.App": "2.1.0",
          "Microsoft.NETCore.Platforms": "2.1.0",
          "Mono.Cecil": "0.10.0",
          "Newtonsoft.Json": "11.0.2",
          "Paket.Core": "5.175.2",
          "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.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.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/23.0.3": {
        "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.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1"
        },
        "runtime": {
          "lib/netstandard2.0/FSharp.Compiler.Service.dll": {
            "assemblyVersion": "23.0.3.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.0",
          "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.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.1.0",
          "Microsoft.NETCore.Platforms": "2.1.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x86.Microsoft.NETCore.App": "2.1.0"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.1.0": {
        "dependencies": {
          "runtime.win-x86.Microsoft.NETCore.DotNetAppHost": "2.1.0"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.1.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.0",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "2.1.0"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.1.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.0",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "2.1.0"
        }
      },
      "Microsoft.NETCore.Platforms/2.1.0": {},
      "Microsoft.NETCore.Targets/2.1.0": {},
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.0"
        }
      },
      "Mono.Cecil/0.10.0": {
        "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.0.0",
            "fileVersion": "0.10.0.0"
          },
          "lib/netstandard1.3/Mono.Cecil.Pdb.dll": {
            "assemblyVersion": "0.10.0.0",
            "fileVersion": "0.10.0.0"
          },
          "lib/netstandard1.3/Mono.Cecil.Rocks.dll": {
            "assemblyVersion": "0.10.0.0",
            "fileVersion": "0.10.0.0"
          },
          "lib/netstandard1.3/Mono.Cecil.dll": {
            "assemblyVersion": "0.10.0.0",
            "fileVersion": "0.10.0.0"
          }
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0"
        }
      },
      "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.175.2": {
        "dependencies": {
          "Chessie": "0.6.0",
          "Mono.Cecil": "0.10.0",
          "Newtonsoft.Json": "11.0.2",
          "System.Net.Http.WinHttpHandler": "4.5.0",
          "System.Security.Cryptography.ProtectedData": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/Paket.Core.dll": {
            "assemblyVersion": "4.4.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.0",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "runtime.native.System.IO.Compression/4.3.2": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.0": {
        "runtime": {
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.26515.6"
          }
        },
        "native": {
          "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.0.24210.0"
          },
          "runtimes/win-x86/native/System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.16299.15"
          },
          "runtimes/win-x86/native/clrcompression.dll": {
            "fileVersion": "4.6.26515.6"
          },
          "runtimes/win-x86/native/clretwrc.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/clrjit.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/coreclr.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/dbgshim.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/mscordaccore.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/mscordaccore_x86_x86_4.6.26515.07.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/mscordbi.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/mscorrc.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/sos.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/sos_x86_x86_4.6.26515.07.dll": {
            "fileVersion": "4.6.26515.7"
          },
          "runtimes/win-x86/native/ucrtbase.dll": {
            "fileVersion": "10.0.16299.15"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.0": {
        "native": {
          "runtimes/win-x86/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.0"
        },
        "native": {
          "runtimes/win-x86/native/hostpolicy.dll": {
            "fileVersion": "2.1.26515.5"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.0"
        },
        "native": {
          "runtimes/win-x86/native/hostfxr.dll": {
            "fileVersion": "2.1.26515.5"
          }
        }
      },
      "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.0",
          "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.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.TraceSource/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.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.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.0",
          "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.0",
          "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.WinHttpHandler/4.5.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Numerics.Vectors/4.5.0": {},
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.0",
          "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.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.5.0": {},
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.0",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/4.5.1": {
        "runtime": {
          "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.Security.AccessControl/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "System.Security.Principal.Windows": "4.5.0"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.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.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.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.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.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.Principal.Windows/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Thread/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.ThreadPool/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.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.3.0"
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.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.3.0": {
        "dependencies": {
          "FParsec": "1.0.3",
          "FSharp.Core": "4.5.2",
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.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.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.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1",
          "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.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1",
          "System.Xml.XDocument": "4.3.0",
          "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.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        },
        "runtime": {
          "Fake.Core.CommandLineParsing.dll": {}
        }
      },
      "Fake.Core.Context/5.3.0": {
        "dependencies": {
          "FSharp.Core": "4.5.2",
          "Microsoft.NETCore.Platforms": "2.1.0",
          "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.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.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.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1",
          "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.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1",
          "System.Xml.XDocument": "4.3.0",
          "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.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        },
        "runtime": {
          "Fake.Core.Context.dll": {}
        }
      },
      "Fake.Runtime/5.3.0": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Compiler.Service": "23.0.3",
          "FSharp.Core": "4.5.2",
          "Fake.Core.Context": "5.3.0",
          "Microsoft.DotNet.PlatformAbstractions": "2.1.0",
          "Microsoft.NETCore.Platforms": "2.1.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.5.0",
          "Mono.Cecil": "0.10.0",
          "Newtonsoft.Json": "11.0.2",
          "Paket.Core": "5.175.2",
          "System.AppContext": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.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.WinHttpHandler": "4.5.0",
          "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.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.1",
          "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.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.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",
          "System.Xml.ReaderWriter": "4.3.1",
          "System.Xml.XDocument": "4.3.0",
          "System.Xml.XmlDocument": "4.3.0",
          "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.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        },
        "runtime": {
          "Fake.Runtime.dll": {}
        }
      }
    }
  },
  "libraries": {
    "fake/5.3.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/23.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A0TDsBmfMPNjuxdxjmpPJqGeCcD9d87lAxG7qnrw4biSy/ReswSPQcP6NTL7qOOXi2kOYqlfZtdlEWfc7rOeag==",
      "path": "fsharp.compiler.service/23.0.3",
      "hashPath": "fsharp.compiler.service.23.0.3.nupkg.sha512"
    },
    "FSharp.Core/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mQlCpyv/wNZAihLBUbBu8gS4NpXpBCTw/eMQqujn8sGBukxSYH3CoE0vPABACNQEv7HoAX7CJt5q7l6Yb2E2hg==",
      "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-lTQdBDVpr9omxUsX8XRaJxkf10kjgM+dAi149e1PYd6Kce8UvnCk6axBPl09gLxKqD2/6RhREdr8K0oiCYMnKw==",
      "path": "microsoft.dotnet.platformabstractions/2.1.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.App/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AvT774nTFgU8cYcGO9j1EMwuayKslxqYTurg32HGpWa2hEYNuW2+XgYVVNcZe6Ndbr84QX6fwaOZfd5n+1m2OA==",
      "path": "microsoft.netcore.app/2.1.0",
      "hashPath": "microsoft.netcore.app.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-f/47I60Wg3SrveTvnecCQhCZCAMYlUujWF15EQ/AZTqF/54qeEJjbCIAxKcZI8ToUYzSg6JdfrHggsgjCyCE9Q==",
      "path": "microsoft.netcore.dotnetapphost/2.1.0",
      "hashPath": "microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-p50yZYKzhH64lmArJgoKjtvsNehECa+/sAuOQzZh5uDNBTbRKxjN8IXP1e517xdVsgrFcSNxSEVDKZIOWVjGcQ==",
      "path": "microsoft.netcore.dotnethostpolicy/2.1.0",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fS9D8a+y55n6mHMbNqgHXaPGkjmpVH9h97OyrBxsCuo3Z8aQaFMJ5xIfmzji2ntUd/3truhMbSgSfIelHOkQpg==",
      "path": "microsoft.netcore.dotnethostresolver/2.1.0",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nkoRqCCiW5gYA8N788lVh0Oyzvj3HECEQZKijzfG7HAleOEE5CcDyVT/5KqUOdbSET7oxOklOhGHmmYxJjrQCw==",
      "path": "microsoft.netcore.platforms/2.1.0",
      "hashPath": "microsoft.netcore.platforms.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1xP52HcBvwCseoou3VhDacAooOOI6wHjDbgbPf0ErvyEcdoAhu2Hg1zwDWmfpHmat6IQtLJtYT7VR+SKDIRKXg==",
      "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-L9NsEyu+TGx95vm2D1S8Vhp8YpgvxmK6+AqCZFH3Htuat2ZtZKFWWBO29Qe5ow/3pY9WLUb4zYG2z38e3JDTCA==",
      "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-KuGreymCqB/xararUQCK9GJDKgE7zQqEu+Pd8VWsRI6uqHQHCxefqWQHXxfoEZN59/RGG5eXUVgQk5Yfex3M/A==",
      "path": "microsoft.win32.registry/4.5.0",
      "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
    },
    "Mono.Cecil/0.10.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nHSF7wvyZRPAGXl49zgULPFubXHpsXlOH9RXFRUKb0TX0/tKkKljci6yBszVNI09PIDNQ8IP9WJTYvmBkMbbHw==",
      "path": "mono.cecil/0.10.0",
      "hashPath": "mono.cecil.0.10.0.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Pj8jaEa/71KE28UoBIoWlNF1lFR75T88x0oKWjgP20zEDR6fzA6f95K0MmljoefT5PCaYC42Xhg9pg9TOYNMxQ==",
      "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-fql7NXcwtgrzsnmgA4UTA8bm2rlepQfrVqMPTSjl70hoeVC37yMmUTQSqfsyByloJE8QqpYOp2YypEGFQJRRuQ==",
      "path": "newtonsoft.json/11.0.2",
      "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
    },
    "Paket.Core/5.175.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MzvNgPGO/R8pkrNJSqR1Oa+HRdA7f3NsbBwtZBCZXSimTGMHIQ54PBdDRQ/IQXqGmIVcZhp8oUCZmVaoZQvHmg==",
      "path": "paket.core/5.175.2",
      "hashPath": "paket.core.5.175.2.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IQrqwSHLAjMsLXQZCb0faVAWIHIXawnrwUNJCZLE2RXPrWhro60YaEZu+Kydidtm7dHlq+gKoC9SV4iNMiaDmw==",
      "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-jKUOIV4QNps78j6ypBPPp9B9TPJRPDbGTUqrC6Mx1rJSFTZ5l0p/g8ZavTNskAaqcwWtLbofXRm4b4fRwbyDEw==",
      "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-lk2ssf8ntqv9fwgfCJhrpH4Of9lZwTp9F5HrCUYoYuzdohFEGnLbsaRaIfJ2DrESIik2brSARUTTKm6lKbrDsA==",
      "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-98eEFy8WTf/fqGWBdyTaY27rjfGIuhoKHmwer182rPW5FaGScRZhq3QqSWSXPygoIB3b4Kf9DTgei7zxBuWzdA==",
      "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-8FLxraQH83fNe/T1YtCNVHDil43fLZ5lt3F6bDySFPOdyFFGdgIi3T3JscQgVLyjP/YOAxDVlOFMKWNulv3veA==",
      "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-FTa6C2SY/xAxgVcPEc7p5n6UXWZqh5fr519UPHyrra12TVbiWNRx5zyLkTSKIXFaavy+Rq24XBYD9EV/Zt9KPA==",
      "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-IW3K8xI3YxkMdOK+6pTETvT2ZTPe5vm45q60QLnHypI4FEefkC0Ng58OiQqo9X6vVPhoH8n43xAvjJorZ0qp1g==",
      "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-ni1Bf6MC96NbAu1YEkg/fWem0rnOyztrH80zmzWWW1kY2RUcOu17gELifU3e75aIs0+Pb/ncg2pzcLsU6IRaAw==",
      "path": "runtime.native.system.io.compression/4.3.2",
      "hashPath": "runtime.native.system.io.compression.4.3.2.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UPrVPlqPRSVZaB4ADmbsQ77KXn9ORiWXyA1RP2W2+byCh3bhgT1bQz0jbeOoog9/2oTQ5wWZSDSMeb74MjezcA==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-11ZYsyTNidzupOZO+krGYSG1JTVIelZAiW8A6KtSVqkI1kjAkJUyCRFYcY9GGPkMEROojwR8pThVIobLyy9BMA==",
      "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-2c7gj8+eXcGPg1yD1sT+p0uqjdlDnXRJmrleqKlvs2oMbVQkRNrMB3ut1GaBhgEQTAq6qxpO+3r81jFtQO99Gg==",
      "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-rYqzubi5mYnk/hADZbhQ0SC2NsKmE7yDCXZv9TPb5MKEB4HsAyL15qAhIIfOuw2rt+oMDvNsvDgkOcUO8Q04Xg==",
      "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-BTvZZb1VpsmFpGJbyr+8n6LOZ0I8mA4XiV/JS4LVws8mKMuT3tp+u4c6y8I3GIVW0P3KDo/tCYjpvoNBSMkymg==",
      "path": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t15yGf5r6vMV1rB5O6TgfXKChtCaN3niwFw44M2ImX3eZ8yzueplqMqXPCbWzoBDHJVz9fE+9LFUGCsUmS2Jgg==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BChyB/GQ2mE+7zWVA3SNXabn5YvaHOHucXgwOIrmhtJ61fmvC8OJhJo7yLhog1CeYrQNhz8bKY7EyCivtWaXaQ==",
      "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-Vt87thEqec3yCd0G5U5x6tbA6y657N45x6HSbzeG9dn7LHrBlTg1VX6isp2bgi+n5C7F4fnREvjHjrA58kgkng==",
      "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-1ZSpa/xOKvPEj4nNcqcZM98osLNOvlDTlPi0zJ3eGUp6YQTZIma6RaDURxaK0ivQOxQy0dbgMpxnnbaszG8QEQ==",
      "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-IdoDeIqSNl5JoDRTykYHQjSGAiXKlzEVM57yr18I/v+7HWG5i+GNLiUHfLOJErgwR7AABCGnQOTrqt0NbNBIEg==",
      "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-7VB4UY8Oq2S2L+fxRSc+8LfZ+3swyGEuoHvxzCXC9Ksj3Z9bq254bRLrSxzMabs1catk4IAfakImPXrEs0vqjA==",
      "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-vVEp95Kb3iAuFF9KPjdqPpYAxbddRc1H29tfQuTKrXxbb7ekv6xfD2+WAJLPPbrcqwSOElLl7MpSoRw49gV3uA==",
      "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.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X81v1xldxh4cEjYsFpkUcqpJLIJasYf8elS30MiJDkx/IwKcNtkH7XU1z38M3hDHhukTctHzO/6cKaMU3bhP8Q==",
      "path": "runtime.win-x86.microsoft.netcore.app/2.1.0",
      "hashPath": "runtime.win-x86.microsoft.netcore.app.2.1.0.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EoYojMSBbAdYUqLwnByFTLyqqtPmFDmDjpVgnKcBZFECvpS3GiRvQVWIvOpVEBMnlXIDYhoPmby/M6sxPeNehg==",
      "path": "runtime.win-x86.microsoft.netcore.dotnetapphost/2.1.0",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bJ/X27ZVeIEmLlozX3rW3m0jT9gRX/MgNsmtEdiSXA3JIR9UtBvIV4+WplfTK0Of2q1TMMeiMqWByo58wazhhw==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostpolicy/2.1.0",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tMCZx7SYGvoJXJD6619UlVlPlOFgHOR7qkQaLIzTix93bd4Fqa6Ga/Kav9ihAW8V/gIYqWVPk21j80REBucFCQ==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostresolver/2.1.0",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2VVAk54MuYwZnsgeb9stbZ6uECr3z+3IbP0dnPNXWvpbY/rPZioNTMxZMKzeXH0bYo0vtnI1vyUX5FQIzphO3A==",
      "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-DkzecEEK42ZiFmzBI/n51om55FRngOHLsFnNYZUh9BBk+jAv8n7kwRiZ0mWMa2u9DqicsmqATdOL+L7T8EywFg==",
      "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-sxESb9VCe4+pb1iRSUQpHLwrLkXiRR8OeO7Mm6I95GYySJ8L49Z8SijYA7GuM8sxQIj1qPb8QIpGbuQ2qyp2nw==",
      "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-nRVQIHGtJvNh3z4XDpq7NqaUUXYDcSxLrk8ra788UlGuhs0Am7V8TeSbbnWdn8DPfhH54FYpv0GqC8EKDjHAoQ==",
      "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-dGW1EGbrATS4II+2+hbKEBSUrZEwDigM+vLebDHNP8LluFXYOPykR4xtTc/sKg6rjqYz0OCj2EH7E2RvhlwOSA==",
      "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-Sa/BPiPvYtuOen1/m3EQn9shyMBSyAv+Jc61Ra6HUURg0LysMIcgVO4RMYelpGrCaomFnZ9D6r8qBFUeIKZ63Q==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Process/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yheG5dNAzd0QUhJ2wIze2US2XxF8cqF3S3aY2iVJUz9feGHYuo/jMjg3cfh88jeRms9YA5fUJi6JnycBQSRZ2g==",
      "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-d3nxjI21nc2sM4Nhsww1i2e84F5Z5oMRs8+ULEX2XcBwPbrNwWpq6DLT8B2um1x4WLT6MtuugDEfv85gmU/JQw==",
      "path": "system.diagnostics.tools/4.3.0",
      "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.TraceSource/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==",
      "path": "system.diagnostics.tracesource/4.3.0",
      "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zM7WRUFFesHmFd/Yf4Uvq2iFN87Zrqxj0VAnuh5A6Uy/Bg87bcH6AtiGSnixm9tRmKElpVUQGdatmK2JV/d41g==",
      "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-E0OINYldLhQI4v+hLykaUWRy66sH4EDHBepmGPNKiuwKt1Hok+usKKQABJ2GH883SKHGaRLdluIi/hcVWMGFCQ==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-a62R8jkDnq5muHolhneiJqdkflLCU2rERfX6hzP7MtME/ntEsXYNIVyUxeKqclHfKpGqcsXYAegQmCZPD1/iew==",
      "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-zbBvukjXCRDy2W0FGWMWmvwH2hy++B7SGXM9OwXCN/YsJI5IImk1LI2R957OcIOnUkv8u2k4N0/xJHO7xgUluA==",
      "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-wYhdPt7LDeoYE7bZuh29AEOoHc8pG4GejH8C/0auqXSXpeq7VLvIjLaL+QAcIE7b6M1gi1KYkFia27X0FIjI7Q==",
      "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-44KWPuedLeqQ7Qof3Jxk6Su6DbMe1ZMl0r++17VX7q0M9vnIAZPPFj61X4zka9SoGa/YyQRMgQHARWAvi1B7TQ==",
      "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-STsznZRNf8WHgKtxpbdM5gB4gjRaGd94o/kMyivhfLOaPMjCFENpE6kFIEkJjZO0KJPRWMACb/jyykivbZW5Kw==",
      "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-ih+1XfCHz4Z97yPTqDyIm27ML/Q91qPgIgTCAnJjock1oz1KIDim0roV2EwdtSZ9fIVvWeos6WMA87vM9cVjvw==",
      "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-vcG3/MbfpxznMkkkaAblJi7RHOmuP7kawQMhDgLSuA1tRpRQYsFSCTxRSINDUgn2QNn2jWeLxv8er5BXbyACkw==",
      "path": "system.memory/4.5.1",
      "hashPath": "system.memory.4.5.1.nupkg.sha512"
    },
    "System.Net.Http.WinHttpHandler/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+YfLzyIknhc+fUngqtXhdZXSzEkjwUHOQzsYdtZR6bjV/FVuQseB4uXbQF8xmpe7S0OQ8T8ki7TbJikHPzkAXg==",
      "path": "system.net.http.winhttphandler/4.5.0",
      "hashPath": "system.net.http.winhttphandler.4.5.0.nupkg.sha512"
    },
    "System.Numerics.Vectors/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rti+OoTcLo3ODOF2dMDDNcMafSQT3WnWNQ4mucDrxPO9IoDxPLtOrLPCguxFbhHk02GARW4TI4yrJ4UDiC21fg==",
      "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-Qb5HZZNWnkhRZaW/bEWlU4JyoLt08JLmgSO89YlD8tiMH1iOIxXWi+hO8RJ0st3JEITbnxk1iXaNBX2utEsD6w==",
      "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-hwhtSZ0fWugAqqGPaxhLI+M8PUm2g3yVpTJZQf1boHA1oNebm/7FrH2VJFDFmfp7FCtpDTEEnCr38yZUfGUo8A==",
      "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-cgo/mH4wtWbpWB+OjQxY7bzsS14ncbnaqirufbDeLfh34TF/s0Mb3tjQY/y1tWA/5L2UYKShIMwNEEbCZTYmPA==",
      "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-RGOgV8l7Lf+4mOO+VX4hypehWtNhg0w3bHfSltuVbtdydsQB9FGs7b/mRaJR3AdZouRoovyP5UtCgEgSY2z6zQ==",
      "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-ib9l5qhbE52jGPIbm25RMxiE+0Xo+cjkH1HhlOdVvnQPNhqIbNMqW9IJMobpAsTsiUvo4Siy89EINOFHC1yA1Q==",
      "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-wJ3WG8hhD/9UECCniIjmR8KwoZTj1WGuYov4o1Sz16b++bhq8iCyLDItbZJGhPTYa+BE4ZpuTsfNazIsR0Ciuw==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jdK7She37kK5gtXbznOVwcfbtCb2vIs8UfMsYd2OFiGLmj+3oXrA3bgUQPzbe3boNJApkA7oLb42nCHQ0g813A==",
      "path": "system.reflection.typeextensions/4.5.0",
      "hashPath": "system.reflection.typeextensions.4.5.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DM97otWDq2Jhq8d8qdzZKGdmliIoUD9IrAIdyrd5vjOs1KWs3t7ylgm+ffScWy+8pNhCMry7XOQnVuKPQ5+gVQ==",
      "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-Nc0ow3KHuwdxy+H1kBImMC7TtET1T0+hN5ZuZsgroDQkZXJjYpPZ3wyBsYodoYmFaLsfYk18bDdQIvSil7x9kQ==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qUJMNWhbm9oZ3XaMFiEMiYmRPszbnXIkRIi7+4b2Md2xZ6JUOepf0/kY3S85qistRohl9OdMe4PsO+RdG2kTIQ==",
      "path": "system.runtime.compilerservices.unsafe/4.5.1",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.1.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DIa/a4qYy9gCRG+xF20jt84EcoPeNhILuBDPnbesSgjOFprSuwU8J59lbgyxjx0533HjHlvovfJzUS4WyD+GmQ==",
      "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-N2RK4Z9Nz1nvL5dZINfp58YzNMccZG7y6PgWmeufKnstJYoKwo7St4hp6h9Z4wnFAycvIRw52loQgIAR0GQt0w==",
      "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-zMfQHIY6ge0lTNiXDOzWY91MJJmTABZbTaV+wYmzD9aCd1R+YLTAtH/3jUy3ypoyIpNuG4o4VlxmaAsYiuAoEQ==",
      "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-ORLd9/nq2nRQZfhOK7EePF2GH7sLg6rtRkxYEgVhONbVsu54oKWoIWtz+RTo1F+fR2Y/+V4HU4asKx91tv3ygw==",
      "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Loader/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
      "path": "system.runtime.loader/4.3.0",
      "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nZ3cbwnU0if9ucRvKuUi5NiCOmf9ksfBkyPu9U6kHaKcznG0JTg8spE+mXFwMAt2gL3BfkBIg1Uqiq4cXwSM+w==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ngw5kFNsS8XZQdjWD6+aODUXNeH6Grn5vTng2AZloPoZ8l6Qx/2QaGJN5v/O+3if73Wa/AI0dWxDXUAEZpADsQ==",
      "path": "system.security.accesscontrol/4.5.0",
      "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DVUblnRfnarrI5olEC2B/OCsJQd0anjVaObQMndHSc43efbc88/RMOlDyg/EyY0ix5ecyZMXS8zMksb5ukebZA==",
      "path": "system.security.cryptography.algorithms/4.3.1",
      "hashPath": "system.security.cryptography.algorithms.4.3.1.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PcBsAZEB1oXn9C3JuGaUsW6QUgN/KvGrfigQmGw7TC/EwAa9RMc5O/zcZ+qRG21P9GV0sSz+KL58GqBcYR9sJw==",
      "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-5/g1TcxGCzzm5Yw0hTFIfM8mRwdqtwnhDInWZ80BlLEuFA9KpOLMQne4P8ObMKOPRhPyC2JRweTzrUakqgB+aA==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5U9zMn0oDaf5/o+QLCWeKDugN5+Jgdt6vsJBBiWntntBn4C2qMNYfe1FLFQ/tNwiBmdm2z0ZwasMnQuFgLUG4w==",
      "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-wZGwRoLGTuEQBOYXlZmEK41OfmO+vYWbLk7q5ePoFqs6vOKP2kUsOeviEjQoR6MbW9udlDjx9iWhcWOTzSj05w==",
      "path": "system.security.cryptography.protecteddata/4.5.0",
      "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BEiLQrQN4EVO/Hy822p+efwe4wGFCXHBqjvm/vdqBcH2TNxxFiRHaTuSkKENKqliFxbSfnfgKlLfgmOiKeNA+Q==",
      "path": "system.security.principal.windows/4.5.0",
      "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yZ4pgBgdrWMIGxAzOWJucHekh6LyJnd503HOqKEiba6zjEILWCrawhipr5ZAH5p3CHPKeoLayV3z6kUXyNrAYg==",
      "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-Qb4tqXK6Krm0dJ32BMJYKLtRzKCkNagpiEuNPjPsyXF8Gq247KXWMxGGEAynlLUpf7ZrVgS/IjlLAS+R817HTQ==",
      "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-E8aX4TKhvQFtUPsNk6LCVPZfQ5hvAe7ADBnJ7Ieq5HOQ59mLvy+eEY0xBkJYAFdTMkzHyzVdl6Y87zHHQqeK5Q==",
      "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-njukWJu23uR1991IYlUEE5OJJLv3jTX1AlLQANWMd1eFXiRy3AR87A4DsA0Z5iIVoLDb2p1+t7dnVsm5XeNpBA==",
      "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-RIJffVqJ7C38LelJ3dzF83TsUkdx22/EUETOCrivDKfExNOL1ScW0Ts/8yJhnBg4Pq60/a/pXJTguMZRstd3Sw==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
      "path": "system.threading.tasks.extensions/4.3.0",
      "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
    },
    "System.Threading.Thread/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SR3cGBS+Y7wcn3yNe9/EtTKfXyXVMputNTc2Knv7QslVM8spTQ+3vauHdlRjVYKByupvhZuzomf99jSICpAl4A==",
      "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-gd+TyzwCAxjF/AWhXyE7xfcb7T86WBKjkSFe0O5G9QK9kcstStCyDK7gJJETYOu9mHMIJ0b9zPEeEDCITBf1pg==",
      "path": "system.threading.threadpool/4.3.0",
      "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fVU1Xp9TEOHv1neQDtcJ4hNfYJ1pjfXzKY3VFeiRZK6HTV4Af2Ihyvq1FkPLrL1hzZhXv7NTmowQnL5DgTzIKA==",
      "path": "system.xml.readerwriter/4.3.1",
      "hashPath": "system.xml.readerwriter.4.3.1.nupkg.sha512"
    },
    "System.Xml.XDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TbR3iKee+XzrXokq32ElcQVBUgEd0P63b8W7H3UuN/98wt2Sbq31ffzkFiVXNnsb67NpL3Z74b1cBtUYiRexqg==",
      "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-Vvse7nsQh14JBbkzhgHItj7UuuI8bVfAviGMa0kufCq/JEmAYJasH51uXZ5HarQLtNfUTHpUukGadOofrBNzfw==",
      "path": "system.xml.xmldocument/4.3.0",
      "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
    },
    "Fake.Core.CommandLineParsing/5.3.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Context/5.3.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Runtime/5.3.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
bin\System.AppContext.dll
md5: FB931AB9C7F13FA4E397FA8914835AD4 | sha1: 2DF921FC18B25F4098216FA6AEAFB9C94E5C355B | sha256: A84A4F32BA816110354263B35B631FFD190462FE93034A154D93B2EDA5DAA7A8 | sha512: EDFEBCBF6794BF55D2CCBDC525070267B07E89E3E6AD2E6584DA96509F6796B135F0D3D4F17E1C692BC26C0056D5EC957C984DE17805348725D64426FAE34326
bin\System.Buffers.dll
md5: 51602259A41A5F57729789B3B75DA7F5 | sha1: 0E600B4084A2158A5D86853983784A62A7D1EED9 | sha256: D11A22BBFD872C68F1EA758215F529E63AB768325BF13BA930056E3966FD1F3F | sha512: 3546C193A57C0CAE02D0ADB5DE672F1A371D69930C1BA0066CEDC22A8AB7B0BEF290CF6DFBFBF18676D398683D686CA788CA3CA4089D52020C21609170A89879
bin\System.Collections.Concurrent.dll
md5: BBA08CD4EB41CD840AE28AC6C5A702CF | sha1: 014565BDFD7EB26A48DC75DFB90A2BE550E311FD | sha256: E799C9764B536CF2BBAF245BEC281A3D2D3F23FF444AE235F8C057527C5EA875 | sha512: F04F4C411C66C17534ED0E81823E895A045B43F9D5495D2F2B8E8182364C76001BFEC3132055DE22FF40564755D47AED684FCB0909900354472B9D16EBC1357C
bin\System.Collections.dll
md5: CDFB7A9D7F8B23A90BEB5E932E0DEC73 | sha1: 4A32AC1F154F2280940F8FC551960100F9D766AD | sha256: D62B354CDD893664FA417AF79F9D8D8CFD031ED002004134B404DBF95ADCA49D | sha512: B30C953F92FE71A0BF4E2A7EEC22E84E7095E1B7595AD3403D2EDA9E4DF206ADF890A1B82E887E66FE0385E05EF5960BD2CAAC090669D995816E03F3E9AE1703
bin\fake.dll
md5: 49F3E74C186D99DDF91A6269AAB8BD1E | sha1: 141A0467A02FB8508AD60FC288C2270E997B7492 | sha256: 3645BBEF9818A9275E39727F375293A76BD23D64F6B4CAEB54C32E06A5506524 | sha512: 93F78AF5A8AFB0609AEDAB7AD192A82F64647784C75E8C8F081ABB9A815EBB446F8248D144B2DB6B1023C783ED86F98EE09A755EBEA001916EE1D61BD3E370CF
bin\fake.exe
md5: BCCE85B9B85D2F00A17B499D78EEEA3E | sha1: 693EE475EDE12EF40CB66A52362726B6689F9FFD | sha256: CCC6F191F99B00E40159661C4511F5798916B42A5F9F443E7505BF920118EDF1 | sha512: C70064B459678F9B96E23E9C4CA2422ADCD4536465BE23EC22D3A53CBAA50865228156EE4B4023E9C21913BD957A68CAB888D51E8FF5D94288618129324EB24C
bin\hostfxr.dll
md5: A865AC903B648434A5FFEFAF211441C0 | sha1: 0FD6A3C6F5FF46B788B35CDFEFF1AF138C428693 | sha256: D5C276D1005A5B89600891D9A360D585FF0B4CD795AD87A6BFCA8C137D4DE6A8 | sha512: 806B4B74B191A31BE7426BB0015246427B680EC5681C427093623B4C3428ECF9418406864B630B8988FF9B8AB05331B6D9DCFC9BFD398C037A9A41C00497EAF3
bin\hostpolicy.dll
md5: 4DA6E1134DF8E00531B68E2529959F6B | sha1: 7708A08F1C712075B67B5442247B28099D00442F | sha256: BBA571B48AA426ECD9092801A3416BC1C12B7E0922C2F2EE0B676884959B60A5 | sha512: DCB9DB91136A44EFC2B80F34CE6EE06D8F9BE2D137D4B8B3804039D74B5CD36C75933D658D69110DC1C7C36339EE21B0A6A1A2DF1D43962D365B71F0CFA8694A
bin\it\FSharp.Core.resources.dll
md5: 8BAE51E73B1489331618C1BAF65311EF | sha1: F6B1DBDCD564A7C8923B63FBB518BDFE753F21A8 | sha256: 38DC04C31EAEC7A3C17308BD1A491E637D587B36D1DA7A636123CC6FD347F878 | sha512: 988BFD1755EBCAB6E1C239DBA1C1FEB610689162D7360661907300765D931F8F875C0A2316961509C0939BB123466E6E34BDCDFDA112733A8E7A197974BD82BD
bin\Mono.Cecil.dll
md5: A2FAF9D8021E79B1CD01DF83B73532AA | sha1: 8BEF12EAD0DA484851E42F4C81208AA2764DE754 | sha256: D49C61EDD30450A25B8CF223BDE50A1FB1E5F3542B74F41C2AC3E7B8AE5CB65E | sha512: D9868E3247A8F5EB6E5019E8FAB3042FE459E613FE5FEAAF714A1E314CC1CA15CEA94B5CF5FDBBFFAC5B7DFFCBE724AF4D5B591586ED2B3580E34EE9C0AF9DAA
bin\Mono.Cecil.Mdb.dll
md5: 816F33B28157A25C0E78C4167C952546 | sha1: 13149DA2075548F120A30F868DCD82E8B0D279C3 | sha256: 5644549A62DD329B053A5EB900EDA850FF87E56301DD7C8B326F1EB58728B795 | sha512: 55C8144CAD54CAE9CAE45D8326383C962992DDD488A0214012E90A23A8558CAD7642DB10743E31ED646AB0EA84C08C0D4A4BC7DECC64F5E429390661E8A37B54
bin\Mono.Cecil.Pdb.dll
md5: 3DF61D114BB8C7154B069CA3870CE6F3 | sha1: B5474ECCA54033AC8598BF73AE5509E751B9E2E3 | sha256: 8CE50C963D0B04B9923CA6511BB26F1CA954D8073F42201E826B15FE9366BA82 | sha512: 76F55A26BFB7F34AE60767F9C97F7A43BB0985B5F491225A06092C2589D629B05503F81C5A8AD8C13A9032FBE5F7CFBA39290DFED1C8AE7C91ECB8C61B16EA51
bin\Mono.Cecil.Rocks.dll
md5: CDD467421D75F3597F6E84A8194AA45B | sha1: 77F9658BCD53D2682F78BC38ACC75DDA5B0AEBB5 | sha256: 980ED875BF105C2EC1D5BD46785DF530D076D39959D8D170CEB489FBC358822D | sha512: 3AB5BDB067304744410C4BBDFC21948E59E0E9B73B1C5BE39F68CA0DFF48E620F2E3FD53B91FB9FBF91442190C45D294CB7930D309CBA7F801598909E3740BCB
bin\mscordaccore.dll
md5: EBD5CBCB6D8686CD5B9225CDEDF9BEB9 | sha1: E82F22449B3A814EB858174D9C1B38E19E74BEDB | sha256: DE9F44B0855D0FF34A048EC89B53A1730160A96D941A96965EA70B306C095FD0 | sha512: 1287BA6ABD4E330F72A0BF52906902ACB91E7523B6742B13728AD2DF17F3D1F84E2D3E632D599C58BA8052729DFBA3B82FDF1EFDD0A4C4BE8B0BB153EA1AD2D6
bin\mscordaccore_x86_x86_4.6.26515.07.dll
md5: EBD5CBCB6D8686CD5B9225CDEDF9BEB9 | sha1: E82F22449B3A814EB858174D9C1B38E19E74BEDB | sha256: DE9F44B0855D0FF34A048EC89B53A1730160A96D941A96965EA70B306C095FD0 | sha512: 1287BA6ABD4E330F72A0BF52906902ACB91E7523B6742B13728AD2DF17F3D1F84E2D3E632D599C58BA8052729DFBA3B82FDF1EFDD0A4C4BE8B0BB153EA1AD2D6
bin\mscordbi.dll
md5: 6B6359B08CC9255F90FA463D59E2E569 | sha1: 998B336FE6FEA18923783C2CFE3FAD7B1B851E5D | sha256: 8586EA72FEAF7C0745925C45CBE7C76AF90A7AA01C09EA5B4084ABDF8B80940B | sha512: 510472D0B5540D930B22D12A26D4EDCDDBBC9D55553F64C1D85341E7E1C555A836A62A493643E8DE4AEC0E596FB61F896962AF9C86C97CCF0D855E7E40FA2DF2
bin\mscorlib.dll
md5: CF07D4D20143F7DA735A82786E097887 | sha1: 783A8FD956F6098D8B7BC070F4045D9B9FB91189 | sha256: 86012D2DBB9AA741E1E1CFB3EEEBF75451A3FFF82DEAA4FFB86BE578E7D46990 | sha512: 6CE1EB9E54F45D03EA58B1E6528D56952F110E828F031C3F1E3D8B114CA21615E91E188D9FE275339A704AF4FC5C5EC88F275BD62F21C8C64867072BADD95640
bin\mscorrc.debug.dll
md5: 2E2FFB985D0FFD299046551942EC976E | sha1: F046346C9ABA8542425EF0BDBC4EDB0C7A03076B | sha256: 437D0A348E87AE85F9CEF89845B575A65CD0D94C6E749BB51235319755B7A115 | sha512: 5B9D8547F68DACEFA6D2F0F780E8B7AB766F39233C6EA28EF4AAD144B74D8594459AFD1865A5018064D0FEC4AF3A9263EA71893E14B40E6E3D7868A7B4DDF48D
bin\mscorrc.dll
md5: 063DF5A4B082EE620A2426EBF49E22B7 | sha1: B32A29749783943B48F0B0DE7CAA5393E6F251DD | sha256: B385472E625EC217AEC32EED83905A113373ADABC84827ACE664CA5EC80959AF | sha512: 1F400937492A7E16C4301D77D6F60FAF22AE90A2EC0E7E2154AECE1A01C8986B45C44BBCE0FAC5C2ED594D9D365830E963FD7DF9CAA833AAFC0DE37C73628E18
bin\netstandard.dll
md5: A425F4018413A6C8EB8DFA5564CF851E | sha1: A12C4E1A45B2A64FA6364F8C20E69B82D18127A1 | sha256: 8ECBD4BC9437B3E99460D8B67577355ED33BC4569D44C09D21548DBE760FB040 | sha512: 97200D2E6B5ACCCD41D00A063D1E9CB1E3E1E528C5E57AD781FDB1D68EB7003CCA441B0C4B30C9D1DFBB147303A6466DDBA37CC75D25195DD2F16F6B22E3EB68
bin\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
bin\Paket.Core.dll
md5: 6C6442C45004BBB811447729C988DAA5 | sha1: 35A5C6D48CCFC18ADAB927C44EC8F828B7AD6992 | sha256: 232B1821B154958F89AC3DB42819D1BB0263B39D8609B0F67FBA9EEBB6187603 | sha512: C09E7F14ED5D179478420BF95FD7F87CA01D18635BD570D916AA7E8DC634AC3436827859199CCFDBE689014459874E6774FBF4F1A06A5D6EE8ADC648737C0700
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: 0703B988139A537A8F3121AF7FBEE281 | sha1: 530048535C1916080EF897B403F7CBC492E970D1 | sha256: A7EACFF3C5C3C4E97407632735BFD93F5CE20659AACD66A6870DB3A571839ADB | sha512: D4C6C29D28DB0FD16495D1BFF3306B2BFCB02B8A29AB45B86084572015711ADD63F2B874A0984C303814558FE2E378A1EC032D6F3C82E5C787BE17F83D8BE17A
bin\SOS.NETCore.dll
md5: 41993572391C9B66197823DE9D90B173 | sha1: CBD9A1B0FFE972D4DF6375DE8189326E12A2CDBB | sha256: 44BD19AE3300762EF8101756450446A1536CACED6721E66072487B15E820F56B | sha512: 12B7B528415206AB45544995ECB723C1F20FEBDC36E16C999B272F147C99A2A4981FCD805A92F18C9AD9CAA1B74FD8A36DCFA4C07E5777772CC439A7BA94AC8B
bin\sos_x86_x86_4.6.26515.07.dll
md5: 0703B988139A537A8F3121AF7FBEE281 | sha1: 530048535C1916080EF897B403F7CBC492E970D1 | sha256: A7EACFF3C5C3C4E97407632735BFD93F5CE20659AACD66A6870DB3A571839ADB | sha512: D4C6C29D28DB0FD16495D1BFF3306B2BFCB02B8A29AB45B86084572015711ADD63F2B874A0984C303814558FE2E378A1EC032D6F3C82E5C787BE17F83D8BE17A
bin\System.ComponentModel.Annotations.dll
md5: 33074B8712994BD03F8339770E7E8283 | sha1: F6242D42CD16B63A38CD95F5E3C7BA917D44F996 | sha256: 8C0CA9C2EC0A571342C8075C31C3C70C2B75B52A1FA0AB2D5F098552349358E2 | sha512: D124DA62297EA563D1694E896BE6DEEB5F4037891918BFD7E7141A2A704DA5B0AA6A26693A86EFEF201A34AFBC0E02EDBC55A85E3138EFCE96FB0DCD36EAEC46
bin\System.Drawing.dll
md5: 7905437722DC08C68EA3844C5BF3DA6F | sha1: EEA860E15E6F38E8CE9A786D4D1459C05CC74B7C | sha256: 03BC19B6C359665452E0A886DF1B465680F964C657512DA93AC0333A6B49F74D | sha512: 5E6A97D689A4719A8F279ED757BD3FC70EEAF2F68561C26D541C29432A25ABE64ACF5FF382D82284FC698A41A02BBD467F5BA6A035DF7D642FB37E4A39905515
bin\System.Drawing.Primitives.dll
md5: B68B35C5BF21664605D06EC1F8ED8630 | sha1: 157B5D003A29D89080140DC791A409130897119A | sha256: 62C7ABEA54711C74E66EC3D90A864BE038238F1E7EC3A4853CEB597F44041EAE | sha512: 3CBAD390D88270A3267EDCB6E91FA3AF17919E3A4CD9318B7F55765080763A0F378C49DD3C0569480E5DAEA89C7BAC8DC81081BF06B71DDF0B937C00DA7A68BE
bin\System.Dynamic.Runtime.dll
md5: 95EF64ECF8E2840175FEAED7C15FB7EE | sha1: 83264FF179F5606F1A9B14621C3B83A7C6997E34 | sha256: D33B659F231CD6C0FAD9381C5AE22A3D2374F7A3F7284827E7A40E58C5DD3F5E | sha512: 9BFC0CC1DE40208A8FBC08D912778E1BC841EF1C38E59F352491F21A687B077F89207A825FCB0968BAEF8C84B263935BB9198B1AF6AE469546D7E316FA734D87
bin\System.Globalization.Calendars.dll
md5: C764C82C8BC10EC0883002D0E4DDDBF6 | sha1: CBB3E826C88F46A99DBE33EF8A99577F958779F0 | sha256: 2CB5C57F9A3C514A1A8C0DFAAC0DFFEC4400BF2069BFB9CD8E6C0DED4F488143 | sha512: 4506DC1015770B9A51B5849AF053F04A13474CC2470E2B8DA8DB6DBCAF6C9B8C010BCC36B9936741104D96F4F26B768820B08A9655BC6B9F37CBCFA8431AD09D
bin\System.Globalization.dll
md5: C470FFE71AC51C99BEBFF0DD9EE12768 | sha1: 6DF617D7D98ADC6E1634A889F0F1FB21448349B6 | sha256: 67EE12773C93BAF3A30D4C8662809D661E8A6C9C9E96A9CADF1AD243493D0510 | sha512: D4A6F6396C020E0A5722DC35317F9C0BFA8DF951E2DF26374D3B04724BC1CC9CE950FAC5253FA441DEF817D8A297E3AA3DDFB3F300124D75102DCCF2BD11523E
bin\System.Globalization.Extensions.dll
md5: A4AA936BCF53EDD036C5657506C99735 | sha1: BE9F01F21D9FDD980720F4F74E5E61A5726785F2 | sha256: ABBB512EB09799DF47F326FB4E0078880A6C475B481C0617C2EBDCA0D7EB24C8 | sha512: EEED8A861C1A3E0641339CA7386D81ECC0CF2B1E936D9B7A3A6CD4F2F0594E631961CC363F117435505031AE9A790A6B5E3B94D25EC38CE64CB0D7EA1C54D322
bin\System.IO.Compression.Brotli.dll
md5: A05DFD07AEDBF534603C288117443FE6 | sha1: 73F4287CC48744E90CAA8571A94FF54B74591C6B | sha256: 6C028EE946F9FA7581657285CE4F4772BC148A4FF28823B3ABFBFC0F63AC91D9 | sha512: 4EC53582D136FF88D1EF36089B3A2DFE6439C56CBE4CBF1F72012E3EC269CD25B584A9F0C2EBC72069A8B22A85487417797FB49075F74316DD860811669ACB0C
bin\System.IO.Compression.dll
md5: 8A4A4BA65CA47394BD948AC717797DCD | sha1: 9EBE22ECE7B0CB8A309372AA92AC180DA9A8A6A9 | sha256: 1C69CD456B0499995179058AFE69F9E0E9E3209B12378C1002098E9D5AD7A399 | sha512: 273EDE57A6A864B32D97587F5C1EC54131846FBD6BD0E90CE3489E4E2079441F699D0F495C19E7A978DF990518BFC2A73EE8B145A82D0A788497D1EEFDFFF6ED
bin\System.ComponentModel.DataAnnotations.dll
md5: 27B8E1F8D6C99ADB1C283CADC78C0000 | sha1: F0279DFA62BCFBFB314FB000082D98356272524B | sha256: 5BC05986079EB709E3D17E25385C538A42BCE338F8C724797AFA9C2D1C881A1D | sha512: 77A02DB27EEB1ADA7EF3F3CCADF49B9FCE8CF27E3F37401DFCF3C58968E5A8FC01ADA63CE5EA489196AC738EB274B35697A6C56D26C00F2E6D3AEE9F3107E1CC
bin\System.ComponentModel.dll
md5: 2D3C5204056001C2FDE74EFFC98A77CC | sha1: 5ABFF3E7D6A3288ECA2F0938E2627027ABAE2992 | sha256: BA98FF60D2C1438D883E87AE593AC4A6D947FEDD1F7B45CC95FDAF133DA11236 | sha512: 5D2DE142FFF48A80D16F803BBE142614947D0A80546886978E2EF2164C633D0829EE59DFF99AFB399AE22B7F5586DBAF9E71364BC94A9C8B156305FD1CC18F75
bin\System.ComponentModel.EventBasedAsync.dll
md5: 149658F41922EE454EB67E4166355BF9 | sha1: 3FB61D0B36A1A09FA0C3C20BD828FD348F404DFD | sha256: 8A498461C7D487B5FC5FB8693FF6026E458F715389176F64AC69B5B8874841C1 | sha512: 3469FC97E47C4547BAEBD2E8F8F421855B2BDBFCCABE39254A60AA59BF815176E5ED24E8DCAF734E87913EF99F1B7685679C47F6C55DFD76C9BE828473E8624C
bin\System.ComponentModel.Primitives.dll
md5: E7431CEEC2272625978B22FE3AE72677 | sha1: AF99C01694EDAAD4FF991627ACA34C5EE05F93A2 | sha256: F4C2EDCD9A22F87DA0F6ACC78E8BC3D402AE4277ECFB38DA19A794CD8E95F65E | sha512: C7AB539466BAEEFCD8313307E2B9EA627D4DB9B129314DA51FBEBBC2B942A6F5D13FDDD029642BE01EA6DD0382D019957E331772FA0EE80141C48A0702485B20
bin\System.ComponentModel.TypeConverter.dll
md5: 51F2172160B992D8796FE02AA9541568 | sha1: 7D4B6A5E3ADAEE7BC67A4DDB46560245A53E6184 | sha256: 8553B219497CBE6C42A42BB294CE30D363517AECB30554D8036BFFA174CAA259 | sha512: EF391EDE05AFA96C64581282FB6C7FC7F0FDE8485DB2A9A4A9044B45EAB29E31B708201C3D4AA223D6E6C643AE2629AD62AFCD9A666DBA622414513B176EA472
bin\System.Configuration.dll
md5: E5B08CEC2221D261ACCEE055D0852540 | sha1: 09EEB2320BCFF540DB367578D8875D8782679933 | sha256: 891F53352E315603FE16DE65CADFDEFB0A4460F88743B36E17EA84D6E6146624 | sha512: 6547773BECC04CA672D4C6359ED28ACD63F26723B57CA4CF5BCA4390A1A735938E73F394FC5EEA22E0ABA37C06403069D89BF2EF271A98353754DBFFF5547046
bin\System.Console.dll
md5: C42AE43EE666760FB663D5F9B118CEBA | sha1: F63220CE35707F02B9F7F172D95D2CD56B211CF9 | sha256: 6C3EE015686A090486E5E840286F07701853BAE6B1FC6FB31900CBE646489412 | sha512: EAC8120830097A4D1059AB2FCDB9A3A3B43419C3A732651AD42DF17285FE614F0029637C0A618342047CABC4F4444D9220D96D1DD7DA5368FE8D6577BF38B128
bin\System.Core.dll
md5: E8A8331C417A2A814805970D35401CF0 | sha1: CB5972626EEB8CBCFE7853877BCE431F5794D83D | sha256: 198DA734D39900B07990BB9ED142F339B497DB9634FD0AAD2ECFFB724AA6C4F6 | sha512: 0AE8A2AD3492A3D3844571D79234DB52442889D3B5501553D815CC9316A42FCCD1477AD9E8660BD4E55740A9F40C68660ADDD3689B968B598CF16DA658D77A49
bin\System.Data.Common.dll
md5: 4564DC957814CD577211C2B612F99B14 | sha1: 82366B876482243834DA4CC52B5A7CE955DB46B8 | sha256: 3C935DE85CB0E4F34BCAAC8B7EB311CCD4508490081E4F8C0445550D0999979D | sha512: 56E1107267EAF440BA2E4E25C6D9FB79E0ACCFA9E792EBD8E7B6EE05BDE0D81FA9A4FE610C3E95E5580C0EE2DB8C87218C08C6EE8E665326E43E7C9BC604AE05
bin\System.Data.dll
md5: 0B99418D8E53C30FD3E9A40CA7E58C6C | sha1: C949425795FAEAF8F5C05D3B19F7CF7A7184173E | sha256: AEB232B3ACCCFD88E346CDD035BC27B77479DC07D3A09BBB0B198117CAE6EB71 | sha512: 5E3614730E46D671B4279B4250DC64D34A479B20425B54DEBCF488B952BD565B3139876993A2CE968F64CF24991548D4EFD63CE08369CFBBCC71E437E4FFD460
bin\System.Diagnostics.Contracts.dll
md5: 0468969C4B1A391F693C896049CADA92 | sha1: DC9AE404CF3E1D19D32911B0912D1A171EAAFE73 | sha256: 438D19B4594E378C09EFD850B126B269B2938DA5C9A4E6D4E0F4C4F96AB12EF8 | sha512: 4A990337D021BC6633514BAEEDDC53D565C3151E31581BB7280DD10758D036F4F3A8B87D72F21607F53BBAA2F21F20301B3E60798D139EDDA45E7FCF62497145
bin\System.Diagnostics.Debug.dll
md5: 9F067892B4BA41B207AAE8DDA149193B | sha1: 1B5E9BD97707B2B7762985C4388851150ED0D616 | sha256: A11E84247D765B1EF2603017CB77A1057ECCF17AF358937BD404E3F6D4AC34A6 | sha512: A49F4B5EDF63A968927D14D00B0ED588D9627B7A3745F59BEAFE5FD9F90B648B842DEB1364C399EBEA28E848B3A6AE6AAB8D1BBCC139A1A748486FDDF03BB5E9
bin\System.Diagnostics.DiagnosticSource.dll
md5: B2A2A36AA0240AFDDC5248EAF86F297E | sha1: C2DBF283DEFA54740957A3063CB9CD5D4A828298 | sha256: 4F3D9CDF670C9B712A8BAB845A4E22C3D5BAE051D5D6109B4E467EBEB7905423 | sha512: DCB7BC8AB5755EC139A9315DC479EDC59F0C6F129FB5322D92E639830385565923856D91919A088E323AE6603E0A2173B5EF80ECD9D29711000D5BED9AE2AA30
bin\System.Diagnostics.FileVersionInfo.dll
md5: 33FC5F76FC56048A4E1B7DA7466C4961 | sha1: 7B1B344EA5B3812ACE439987A7D5E79784A8FD78 | sha256: 9A14D2CEB8ACE342E71FCCEA199033E7B7687DBDBC3298044CC3A3D5CFBA0959 | sha512: 715D29046934C0532498EBACB347F279489CC9F9C10BA8367224AA1BAB271BB7E9A7738E66DFB734CC951A2C26AB1622BB9CB677BC77847FE15C51E633AF31D5
bin\System.Diagnostics.Process.dll
md5: 8689E3533BE987112B104F8FCECB5792 | sha1: 0A9F50638DE98251B40D084685594A655A607DBA | sha256: A74165FBA613EDAE6CB3E9EBAD87A3ECCBCE271B0732236994E95DCD74789123 | sha512: 6DC3B72D1719696E22E5545606C9F9C96E5572A350AB20E33DD011145747A7850A42B7BC2A9E5152CB1DA0122F75568AD5EECCA2E3ACB3B2D23E873059F56756
bin\System.Diagnostics.StackTrace.dll
md5: 6CD18529C756866F9111BD8D8D96D970 | sha1: BD130996D3976C99F61A93DAA3D2AE5E8D03DFCB | sha256: 129C50888A87410928F23BBFAAA576B7887A547D0A0B8054585E6B635C0F48A3 | sha512: 2BA3F67D18F4E1917EDCCD71507FC5DC5FAF4F58F4BD6AE23BEB79A48922620EECC495D044C389B36DD945968CD31038FB27F45C2220E0B2A6AD55FE145431DD
bin\System.Diagnostics.TextWriterTraceListener.dll
md5: 045EF342C630413942D456ED163E29CE | sha1: B3DDBD9B9EADCD8A5419BCA3E20F328B6189C7A5 | sha256: A90E0C9F4F8BD89BA1A03D2356EC9E01BBC14F5ACC9852746D64A4999728BF56 | sha512: 8E2E73257260D7A330883490733FE41BC4449BD0005C01FE475BDCDA5DABA31DD4FFC136C0F7C1CD04E452ED175E8E14C61282B40ADEB3C5EB72B4C5F8CE2C11
bin\System.Diagnostics.Tools.dll
md5: 9AF2520AA0CD630876B53BD3D13197E6 | sha1: FB28C8F31F5A074AC345D23EA80DF05E170F1C84 | sha256: CD4E1ABFF5607920A5E577F3357C4979CF7290AD56952AB9844B3FDFDCF8F040 | sha512: 9D58F54045EE7A8A9720600FA652FED2C24F2742A2F61463660F13007A0120FA81CD2A6965DE86F78CCC1044B3459496C2C88F9DBA9BBAC26E0DD890C60435D9
bin\System.Diagnostics.TraceSource.dll
md5: F3A3E3B100D03B889C738DDA6BEB4CAF | sha1: F4A16DDBDDAFABD95B826055B97B1A95848D88F6 | sha256: FAF59698ABDF14E8203AC5932C68A011E8717A6FC14CCFC4C3A260FEFDDD696B | sha512: 7F148EA709637A9948893A65C3CDDB1BD1BB622D395DCA33902E016254554401D930CABF3814D3D2481905EDC0101D9A460153CE7D1BD2E5DE684CC70DE809CA
bin\System.Diagnostics.Tracing.dll
md5: 20DE310AAB36DBBACF3E936368AD998D | sha1: B007604352E615543D9B8B6A5FCAE28C51FAF0B3 | sha256: 100C59A1E9F77AC958A278D07F08AC2E089658C86545D39E62BEDBFBA480F8D1 | sha512: A9AD095092D8D85231E65E0F5ADD4A66F4033380B26F2019D3A6835DA52C0CD5935C0FE2230BDDF2FE8F75C17AF707BB393F277A73A8F66D2FA1537FF16CA523
bin\System.dll
md5: B797D9A17A4897D98A5FB1F2CEC060D1 | sha1: 0896B75349475468FCE79A5769C1BF04F7152FB4 | sha256: 5BDA8BD3C4D5EEB99D3BEBAF4950B523C4780BA52DD91E844411A5E267BCF685 | sha512: 9FB6769593368A4BB4244090BBA6A89AAB1B94F672AE15C4E89755B3F7CF18FA790662A8CA673D88C5B3A7B39B0DA3F46F47BA1C33C3978E9EF64D1DA19F46C5
bin\System.Collections.Immutable.dll
md5: E7062F2E3F74752EFB0979F1234D9E76 | sha1: 3F8CB8BE2A8142A8C9B5834A42B9330514365236 | sha256: 14E134BC6E3457A6A74ED492F781547AD447BB3F5660A5E3FAE02A8C78C4B091 | sha512: 0430C6E2194425EF6A7108AA926B0DEE3BE6C7D9312A2F6C3B091C4533A8D42ECBA6B7064A0DBC2B61D01877E53601F6ABA780813F2F42D0F28224D868B75400
bin\System.Collections.NonGeneric.dll
md5: 442CF072AD4291B417720B596EFB48A1 | sha1: 0A3EFED48C6A65D58DA4AF8F7A4E4E54524DBF55 | sha256: E03C2AE1864C98828675593DB70B2523AF596663DED44ADABF31110F8267F62F | sha512: 0647C43C28D9FE2E01661C3A11051372BA4096912F3C8263679C3CB6BD94F3C0BBCD34533F9D2039B1BF59360F50A22B2DEEAD23E3CFEB96A1FC85F2C444753A
bin\System.Collections.Specialized.dll
md5: 9680AE7ACE0F5172118ED41CC90495DB | sha1: 6BCC50A726438CBDEAE991D3900EABCBC4B77D63 | sha256: 04E4E1BA1D6782FA87EBB0DC854AEF474CA440B61A90A6FBC4CAB08C75CCEF45 | sha512: EF8AA86655D8EC2A17532E8269FB74D60BDE179E3AC18BBFD5ED522EE8C4264847472CB7B9CE9A84E523992967F110BBCE3775EE4558C6931DA17A28153BE3EE
bin\System.IO.Compression.FileSystem.dll
md5: 1D060E4E9F8A8D05FE377C45F25DD127 | sha1: 0C6A96C81DE72A22A9C4DE99B648921146AE4565 | sha256: 87EA4982759B7FE620E39A10906A6F67C198EA2DB35981996DF0F270D8A6C4E2 | sha512: 45EECAEBA649455CEB7661FDFD327C3EFE88410FC0589C618F4CF12E3F117638988FB3FF01BF1A7925302D54C84EE3B7AB724534AE7EE32B39BF8692FF5C6500
bin\System.IO.Compression.ZipFile.dll
md5: 87CE18A030AF6BDB0DAEA6FB3E3DF2D0 | sha1: 34AD23A1BAEB11F53BB529334100143D31DB3D6F | sha256: 749A7319496BC73542D27BD7C9A748F1C0A059882A42D902D42A03B57DA375C7 | sha512: BD07BA5B3F2ED7C43273B1C4363981173CCCE0A119DFFE6D34BED125BCCB49448EF53BC9BE46C36207319878B881A88759BD749D19DDC0547543E2D32B188314
bin\System.IO.dll
md5: F255BE03D208FAEBADA2733F2D841C60 | sha1: E1AF82EDEE026694C697598FAF40963DB1509F51 | sha256: 95CB316273DDCBAE21028641A0C511527939E9EAAD2992F0B7BF3A74DFD84C09 | sha512: C38B352DA710532F756CBF28DD8D30E8A3A1457A16474E3A630E216BE19BBEC37FED26F5AEC48685B10EEDB7B11D7C87092800362DC099532D63DD1D264FFC45
bin\System.IO.FileSystem.AccessControl.dll
md5: 81226DE3CB2CF3E72C0DA6819F0C0148 | sha1: 464B3241D477878F3E88BCDC9E205D69DABFAF79 | sha256: 950185CC21FE453A3EC1CAA1FA06C2B30F2BC1F352BC84553D1B47B412719CC8 | sha512: 2833676439BF4AF4A6AB96D93C912926E77FDAFEDF1D9035215984490B5A2022E00AF51295B5C3447D0FED71A00E77615DF54258771D95246FEB99CA4FC71AF4
bin\System.IO.FileSystem.dll
md5: 40C6A84BB1D71B10DC48E8B6D5E2915F | sha1: 4B9C7DD7EB161863CA32C2AFD044F7AA52E7495F | sha256: 8CD81349FD91E20FDE68FAB85AD7C679C1E0FFC8C86E36A15EAD821A30A071E0 | sha512: 61C87839191419F1E87E675A6303EC876EF757C688BC51C0A8FC969032B7F6A26DC79FA61B7A3FAAC68013FA27DC4FB47C78CCA7E97D92B3986DBF673E5E44CB
bin\System.IO.FileSystem.DriveInfo.dll
md5: 214E39D49C704797FF36410EFB50309B | sha1: 945A2DE8A4FC1FC5B7F26586D0401DC5EE631B34 | sha256: D74140136B5CC88AA3AA7746F4E398D090747EDAB4B198D5AEDA08A3F1C580B0 | sha512: E758E00AD1DBF082A17A4E1542F167B7399A2D786A81F428D45DB5C8FFCCD89FCB9B2DEA61F61BFDC4E001641AF5AF2D4303CEE8E8A365F945D8A3BB53AB6285
bin\System.IO.FileSystem.Primitives.dll
md5: 4EA18E0A93B33E42FEF0A3838071C44C | sha1: AF75231BC7E219106CAFC96048BE4334960CFD5C | sha256: 57C7467EB2928800209640B0ECE2B7D4684691D0B407B5CB28805D23BCB13DB4 | sha512: AFE08FBFF0CF1C5C972DB63D040A28553D114B7AFB018EA7D530BF43706052DE6E19F88B12E24B4473306139D2F9741AB82E9AA7C73988D45895751B33BB51ED
bin\System.IO.FileSystem.Watcher.dll
md5: 33C5F7EF661E1D9FC5180C843ED31E57 | sha1: C7B5F2637A346427086E9622809DBD33CE07508E | sha256: 54C3804AD8486F3661CB031B9BA86C9382981EC6D40C855C507C40E8AB081C51 | sha512: B8C1136FA490724456DFB54A67B0F2D3DC2576513009A4C3788F2663D6D9DADAB68942D7DBB54F8E38602747E75A8F833449075ECE966DA14FF07FAB5E4D7CDD
bin\System.IO.IsolatedStorage.dll
md5: AAD06F579E09E7DA3FE74EDDA4FA7679 | sha1: F57BBCAAC89F2C1D0602AE826CE90AB2F5732EAE | sha256: E3CB5ED34CBFC7A433A070AC3A9636005A9A66CB55541578ADC55840EF52A805 | sha512: 1BA970B75DE6C122684DA34617179936E1DFE3C78EACE74F20DAD1157E856EE3791FF1412865B06D560391821F34A5CC326C27B74787F7D49A7E57810FEC239C
bin\System.IO.MemoryMappedFiles.dll
md5: 556DBEF8B1BFA9124C61884041B4E175 | sha1: 86C1C1A3538751428540B1B0A751D496EB3D6023 | sha256: 706473E095E7722BD3A86FF7E0BF5055E88F3F9507366D05C46367B1A83AB07B | sha512: DAC1FF78A3EAB45A83DDDACD5EAC12714BC3B73C418C67533863987218C4A6323AF918C54F88BC83102F28B7BC650C96F1C1F4926EE6817D74E6007B54848D5D
bin\System.IO.Pipes.AccessControl.dll
md5: 1F780FC48EB85B52375E0CA8EBA0561D | sha1: 84BD4D5B4EF68F97D520B29DBCE56ABE27F96CEA | sha256: A4548ACB053781D90D1627E9FA28442BD7D56579FDCFC1C957BCA183E83649E1 | sha512: D684DC4378435E5F5607DD977A419D429A0EAC5691A23B4DD0FD2F4E0F3903000B2BE3CCFAE08E4D5F6C367EF771FB35B4BB6E2D54D6E5A96A60E173EECC9FF2
bin\System.Net.Ping.dll
md5: 7FD52C469DC22666FBD3C9002AFCF8C2 | sha1: AA3D32A6DD71EDCD9BF574F573451C9D170D73DC | sha256: 951A62A9FD3CC01371F7737DA91FE9969A6835B97790E7C4FD27AE01F03CE080 | sha512: C163FA749F8F7638DEEE24BDE589E71BB4F6C4F9C7DE77FE1723BADC335DB53DD15A37623F7C9DA65A67C5D064A51407BF24F6102319156146D6D185C1504439
bin\System.Net.Primitives.dll
md5: BC38712E903B8F931EC4C111912AAEC8 | sha1: 09268910BA86157919F6A411749E83FD36E4890B | sha256: CE3621CE0A0FB82ADC24AEA899C475DD6717E0D96CFDD6795379EA9086784F20 | sha512: 1D0AB056DE60428380733AF2E27079AE9AF588368204F58A773CA57386E49EB7D2B59E4B177FA34D97E1E131FA15C4D4C623D161A52F36F7829206554B820183
bin\System.Net.Requests.dll
md5: 454E321E22AEBE9AC5DA2242CC0DCDD4 | sha1: E4BF94E0897E25B96B951614C1A7B0344F0B6275 | sha256: F9FC2A9F3F970B439772386807966E6F4B528BC2A69BD1E5A54ED256559FCCCB | sha512: 73880B44BF955392937869DF0C20D1F883FFBB20237BD512547A4078BE5EC1938839FFDFB277B2CB6024E365949204B3C09C422CE5D6C9849545B6228049B244
bin\System.Net.Security.dll
md5: 2E24D1396FD6DA59BF34AD71695002BC | sha1: 535E779315B958912703E738EDAC28D4FCB1AAAD | sha256: DF6526BB217B714E767990221748E93CB992A5584521FFD70D8FF379D111EAA9 | sha512: BEE5F1B35E9BBCE78BE439CD65CF9C623EE8946C710A03DDEF6000B7540F5F8E82B93B46B892A146291EF85BB42CA894F80E377DCD5D71E85692F454EA0E7FA6
bin\System.Net.ServicePoint.dll
md5: 22F9191D8B91CC7EBCE912F0BDF8E6F1 | sha1: 448565ACAF07672AB7CC32354BE66BBDFCBB1295 | sha256: 86A75B9C07BC560785DABA1A15A8A51E893303F0B92A32A88FDD9ADF14172A47 | sha512: ED985FCC369A964BDAB8EE63F76EDEED10F530A7C6FEF52512D18A6D34FB73CEBD81497B634E14B71E2DB9C3CB47A21E743516B26DC9F8DC9E09B762DDAE4776
bin\System.Net.Sockets.dll
md5: 65BED916F7BCF8AB68FC0F45FA6DE165 | sha1: 261EE6E0BDB11F452A7E08C992FB523C4805602A | sha256: 7DE2DC32E79ACC221D06765FDB0E017CDE7D817A5DBADFC7F6DABE8942B59DA8 | sha512: F53315AB17B28D5532EF6DD1C78E714469F692991D0AAB750216F2E2F7EE1259CC51FFD417F43D92AC887471A5B5C36CFC3185179CB5D1DD893C0DB9B8D65842
bin\System.Net.WebClient.dll
md5: C5FD62EA1DE9531802C257F274525D1E | sha1: 5798F411FD1A3CAFEAE042CFA9BFBC96F962FCA6 | sha256: 618ABF75604C822EF46F292C49F3D1649A13122E9F976188EB70804F2DAA1594 | sha512: D06BD2B3FF4BDDAA6D3AA25FACA6C4BCC74A830D3C2BB56350D4A17384C0EAE7194ACBE293B402F9C72BB44E7F47D4CC8DDD5DB0A6902CA0C889F44190FF7995
bin\System.Net.WebHeaderCollection.dll
md5: 7B509F47D241A8B072BAE334B73B9AA6 | sha1: C5B6604E409FEE213FB4F4050CC6DB76ED951918 | sha256: 7565068773864B5EB164608825D687FEEEE517452F6B42E311EDBDEC34B62514 | sha512: 188A21CE0D8309CDC30F5655EF196382F0DB59A937A8D0F4A73F281F286FFA2D88AE5B3AD9C86DCF2C9001DA9E0BCF42DDF521A4F81B07F264056E4CCF9D9F4B
bin\System.Net.Mail.dll
md5: 9C1FD244E8BDCB7A0B837B149534B6BF | sha1: FEBBE4DF050317CAF34A75046DFE0B37447E559C | sha256: 5A838028C49502BA30A58A0CC511CBB7F5630D71B5A89E141E828CC67EF261B1 | sha512: D2F44931681A1F45B98CBCF746DB2E1B17DFAF47137618C4004DDE87822EABC0B320B7F444841F77C412992A5653246D6B90DC28A0C791EE635FB7E75644C37A
bin\System.Net.NameResolution.dll
md5: DA8105DD31EA8D35CEF2FA935BAAC32A | sha1: 85B95678F8A667D9560859D226EFBD40282F3474 | sha256: E6FBA8C0479E2F63C108A368112228C7ED55C43A7AE65F978E8AA669729F316B | sha512: FB42CE160993ABBE984F995317288875136C5E4AA9EF62D5DB0C01CDA692F533F73B51A53FB789E79FF8296F3148D667D23B489E4557E9912A92B7CCEF45BFEF
bin\System.Net.NetworkInformation.dll
md5: 8884DB9AAFD0E24FBC4B6ECEEEC88A16 | sha1: AF28FD8D867223968008D2DEF8F2ABF569CACF83 | sha256: C1CFCCAE8B5DCFDF3F5012D81CE2FD1687D1049081991B0B3019DB7F0A1FAD3B | sha512: 09FC219649F16D1BC346A8971647F3463F71CE3285B3E1EBB087BDE869035C12302E5D71DE0A0666672E2FD9178CCE4F1E30366911F49488946D3CA9123225CF
bin\System.IO.Pipes.dll
md5: 41C6F05611B31F57736E3DEAAD09994E | sha1: CDC05D54F98747E75982AF647A97F381432E71BA | sha256: 0C7BA1D939E58D48E6FD1F128D313FE69192CBC3DE345468B4BF6700376B41F7 | sha512: 28B9905DC11E0338E696FD3E966B1549D78387C3BA6C73FD61BB0DE860799E3DA31210895D95323611394D71F12A8BABE843974396FDCB37E343BE46A4292627
bin\System.IO.UnmanagedMemoryStream.dll
md5: 0DD244C684C03CBB8032E55D16020735 | sha1: 83B210B67BEC127278A42C0BDBEB577DF6331C21 | sha256: 5BEB0C64CE3D3F53848A58D3D498E69AE95ACE8918978D0A2B076D402F071DCF | sha512: 7F15F410432F98AD127F36FDC5DEDB46FB7D60FF39D9965FFD1EDB048B6D92B6DA428802042305884C21430D25A60001088CE31EC0B235C123CB9313009D0636
bin\System.Linq.dll
md5: F3B72E36CBA2C3A2943B326E23CB00D0 | sha1: 961C1222D8C6BBDA35797F3992240F2CE75B46ED | sha256: 029573F212709D1B0D0F695EC663E855242D0A9DDF7FDF185C6AE191209CD838 | sha512: 19A262F1C11AA29FF77DE9C313E03D71C6C54BEF4CACA34E94A1DC28A8A61C22CEA8EFEA693C36F3C473DE9C9F6E995A4682EF2AD4F098A3144D2692AA789B72
bin\System.Linq.Expressions.dll
md5: 99DD24889898E5EE74C5F06A705AD64F | sha1: B92315286C6B18AB8D9C2D958C7202FC7CAA3545 | sha256: 9D9835DFBACE62160F32C2D6A3D7A3FD0B618DD6AB89282638864697C3AF8213 | sha512: 6C92A6FC13294299699F8D87E6DBC8311B0EEA1E66506CB1D34C9E28AA35F3FAFD964476B3B7A19AC8C15B518F5F37CDFB30CA3D0C7AFE69F3DF11B728292481
bin\System.Linq.Parallel.dll
md5: 5BD3164729BFF5B4A2C7A5863AE9C06E | sha1: 926369FCD9146CE81306CF03B862E7C6838E9B2F | sha256: 1C698C8A4B3C22CC84190F873F0B873426384B9DBCA5AD2FA18CA65E3C086993 | sha512: 971D9B96125F90514D3639F825247912F61B3F806E4049B2DEACAF4FE7C330B6A8438FF0BF38011C4A3384551D4DF36479AB6DD0CC5A5BC4C1A72BA83499841F
bin\System.Linq.Queryable.dll
md5: 6BCCE83F54BF06F47FBD13B65AE05EC8 | sha1: F87F042BEE8B9B7E806629757519B4F3D9731EAC | sha256: D452F1907A9096E7B23EEEB0142EE42610AA8E40A2F06C75651860368EE1BCE0 | sha512: 59B62D1CB2F03DE6ABB6D029BC41717B9084AB79C79AC8C008D7EC07C220E455AA2FE0E40F65FA2712FD2C6FC41D0201AD7C8E545FFD46FE058887751AD7C294
bin\System.Memory.dll
md5: 47B78D377706B2D7874D38F16B3E1FC5 | sha1: D3A2ECD5B3987A172427CAF7CDF8F6AD631287D0 | sha256: BF4C7B5647AE457E2100BF49B496779469323A0301F03807CCC6079AF13484B7 | sha512: 3EAB945180F962341DC9B4CE66680EF3BA88912055C9263253C912DE3132F5EA9402D0F242A27D49F96F517D70A393A7B7A5ACFA0AACF3D0B1E646E3CAE80357
bin\System.Net.dll
md5: A028A788D0D44461DF1AE2920E639286 | sha1: 6B86E0A6180F956ED18D71EB4ACC09AB66D03938 | sha256: 24FEE9AB987020B7F3A36BADBC187F97800993037D56AB61845355273CEA0240 | sha512: 03C9909B1077C73D2DBC4B6F235B12A33203F9569C2704CA0C48F659AD1393E147C4F17CEBFCBC3574642AF78575D84CA8627CF9367A7FC207CBF9E54E2123F5
bin\System.Net.Http.dll
md5: E7FEB81814B5FD374AB4CF50E58286D3 | sha1: C2A4FC0FC013C0448E9CD9B766E1C5B024ED9126 | sha256: 2144578A8EDF1DB85E1DCBD614BDB5B56FE8A935DCD772DC542EE39F10B4538F | sha512: AC1ADA5A41B8AC7B1BF85B8A21D6B13B960419C9F0E7BF8F0C00323B9C801B94F761EFBB884985A173B81D1B9871FD680A75BBB7A47FEF3C812522E0B4384D67
bin\System.Net.Http.WinHttpHandler.dll
md5: 037346D3B41666899FFA7E25E13464A3 | sha1: 973914F4812A7DFB3F9C4EB08C10DBC67CF85BA7 | sha256: 8C5E105791543717DE0CA7022F5DE9BB080E9EEB254F5EB5D0BC57CE01F70641 | sha512: 3CF30CA8FAF4A570D01A793E33B651042AC0C9695DC4043204B0D0D8F9ED1CB97C05AE769512161AA8DD6F34B693638DCC4BD90B7F96D8AB790FAD945594D768
bin\System.Net.HttpListener.dll
md5: E0292B4ABD687B29DEDDB06C4610EE20 | sha1: 6339518DC0F56B1D87A24FB46997FF36ADA33EF3 | sha256: 8D6FC9BD24946F30DC614A94CEAC5C03D3F943A09EAB655541756871DB7EAD6C | sha512: 0782C745D180A9BCF46A7A30F8DB249E2106DA01CB6838D3E2A72BC0586932A2D6111A4212AC1BFC3DC7D26ECEA570670D0A918DA0BAD2C54D4ED109F2286B02
bin\System.Numerics.dll
md5: FE1F996770D6C3175FBFFB8C63A5F7F6 | sha1: 25643955544D2B6ACF3B3D6C57A2A146D0B3AE89 | sha256: 1701B9D4D59310D14173615C5E62BA437A559D37DC667F3D576A46176257C759 | sha512: 3A5706D168DF46F7F677EB796B1DFF55E7C2B87E1CEEDD27B421E898C44F62F9B3E027E6BBA0906B511D53854A0465F71BB31608D1C2B4E24AC5336B74FF1AEC
bin\System.Numerics.Vectors.dll
md5: 4681B62F2D229B4800000BE91A02C173 | sha1: E95E059FC253366C9797C7403CDC0C128631234E | sha256: FA9453C688A6F5B7E377115A1E742A3561EF642088916A9AFBCCEB1EF166489C | sha512: 6B4490A68388E42E0C0191CFBF094CD2DD6526E0E49BBA03D13AD9537A56668B28CABC01A36F2552EC8883D4DAD9DC5CFF3EFE0885C6C2BACAEA938422510299
bin\System.ObjectModel.dll
md5: 66C1A3BD2B365665136AB301D65C126C | sha1: 284616325F3F2E60AFD935E340137340ED80CB8D | sha256: 82427BB92ACBD79DA01721EABA084BE4A63AA3110207472FEE6568FF092D6983 | sha512: EE2A77A8D8537FD6E849AE7E8BEFD7CCDB6FFD760A97A9B7B011C6B15E10A7D5AE94B0DD25753C6DABCAE754724CB88124F692A5884D992F55C4156A615BA681
bin\System.Private.CoreLib.dll
md5: D4B411B9B719C4D7AA7C756004E9300C | sha1: CDB470E97F7D851F03031E5201B7CCA894024176 | sha256: 40287154202C22E29D798D1A902B18CE021603011014E98621F3E44FB316C82F | sha512: 5AF62C37F4D0845000C78CEBB2EC39AE8CAE9C2F558CE877BAEF73AE7538A51B153D76FDA72A34863922012E0880F41D537401A9F1D53011435D37A0FAFAB91E
bin\System.Private.DataContractSerialization.dll
md5: 3634EC32A1EF2710B5C1E080154CF853 | sha1: 18312ED53E8E1EFE6A5A41EE810FA596B2A4D2EC | sha256: 2AB34FB1CED4AB783F7AA1D605F1ADAE5394B29EA350FC58E9BCE9FF585E11E4 | sha512: 10D51F34D15D2392E9DB50B76265A7741C334110017DEF6A61DD86A73D8ADA6E86C5483AE588E2F3A80780DDC502467BA06DE17CE1173722DBFCB1C8494A2077
bin\System.Private.Uri.dll
md5: C1FC429487B9D3FFAF8375B77DBACC3F | sha1: 96ED328F37568B5758864B0D4EA4D1361F569432 | sha256: FB682EC565DA7A6AF85DEAEC8B7FD1944D99C717735E43D7B7683F410C9EB290 | sha512: A617F2E0586889B4F72897AF21B9FD3680D8B1002C6179693CD7F37B0DB6B19FB798CC03AA18E1BD22EE31B30816D17D3DFEA97F98348900758252B197DC195C
bin\System.Private.Xml.dll
md5: EEBDDF2A7CCD485AC4B8312DADD949FE | sha1: 18BAC2DFF91AAC3E65D3055BB0D3BCC6399247CB | sha256: 3BE76D3048E49A8B55053BF062929AFB67AE7C067B17FAE0AEF84686E826025F | sha512: D3B78E4820291B416E02052DCF25596D3113DC52ED8F42D83046805FCFDBF4B57480C9BDBC6D894F6062A58FA604330597B566057C1E0F4F808E7C345E2972B4
bin\System.Private.Xml.Linq.dll
md5: 985343022C2761CCCB096293A6F05FF4 | sha1: FD21A8B0E5C7D1153D4B471AB731CD9E0F07ACF3 | sha256: E36CB28CDCC92FB7CD48DC97F797C92E18CF50CC427C0940805A93D35EDE41A9 | sha512: 52032125E47911BE4F7FD78FCA8527900297F456D493B4A06CB1E7A429F6713B4569AA4D4FE4A72DB87B313BF7A3A301031028B7999009EA9D5EB8653AEC0EBC
bin\System.Net.WebProxy.dll
md5: 921C23250039ABB6AA52D551506D0108 | sha1: 196A4E61631BBB3D711091F13D74CD8F2A278048 | sha256: 12B0D9FA7F151280067D464F1E73F904E674151224BC6D3A0FCAC878616039B5 | sha512: F13A04712D5DF5B2510D55F30AD14C792986A5F9E1E7E51A6B44109388D3AD497053564307749E91541CD2C83E4C6F9ECEAF7B442749433CEA9D30B79FA03222
bin\System.Net.WebSockets.Client.dll
md5: 3DE4FE4E3EB4D87A331207642719F56F | sha1: 72B39393AB7E8F3800F1B5D5F06C848D8F83858E | sha256: 205F3C5681A458CD1DC0C9C4C556B6B9E7DDA2D89595A5735B68E4E1C6E8BA3A | sha512: 014C2B8DBC3BE685A75924FB30BB079EB3220D16A7FCDB6C61D8A7CDD4D8CD1355156EE89802DF1A9FAE35A930467D0A82992FAA36E14843A8D01B75EE1EDC46
bin\System.Net.WebSockets.dll
md5: C4F30393BE89C250E500A0FA389393BE | sha1: 9C9AF716A568BE4C5475EB7F7EE7F7EAAC65B08B | sha256: B6F5BF10972BF1A056F8B4CF092EC666F1928A4F27072193F6A2C4586A640B2B | sha512: 8F48CE3314E67941805D8A438D6C200F27FD69D8CF90CF6162D8280D5C2F629851FDAE4884F9F5ABB6F0873AFB9E9E209466E47EBF1C3E0730F63D7DA3BBECE0
bin\System.Runtime.dll
md5: AF46D0B0B2F105317226D839C436D17C | sha1: 857E1C6A5D8B88333D9D25AFD800332D9E35060A | sha256: 71C44CB49AD5B98BD05E218AA9EDF5C9C49A14F2075BE3B034407D863D59D2C0 | sha512: D30BE7B7B03E525F1A60094C32B2CD9EE7A7E550074128EF5E2A290C2DA83AA91C9644B21C0B5C4D6F36FCF56D9863D1731D0A91E81446FC4235BA7C8BB1B4FF
bin\System.Runtime.Serialization.Primitives.dll
md5: AE1E6629F7C749B8C998E641B4D84142 | sha1: C0ABA72282A9EB31A47E3DBD2217103E4DE61CB7 | sha256: 5FD9BB57C9464B5390AEBAE98BC94941F1E9E99A83587F5829854010706082C2 | sha512: 4EE69EFA44BD5C3FE6CE7843E38FC1AAECA9DA04603AC99F311AF66C5018A60BB58E882F40D443FAFC64C4A0BF1FABAB5BB21AB045FFF5AA8AA2E70B2321D0CF
bin\System.Runtime.Serialization.Xml.dll
md5: 6E43C7F5A5354D8F3DE1564B5CC162E3 | sha1: C1D4ED16C77907D0C0F4E6F644D6B518729D41F3 | sha256: CA2D30650EF46923A32BEF52994CF2E9B2BCF83B6F26974CCAAE6DEB31E9461D | sha512: EC8F54E728EA6C2AAFE7D1B9C39ADA4D6E8F92BF8CE37C570EF8E087E8280CF7A43C30E4ABE4F40A5063EC368B6C81EAFD842AB37311A3414618F9A1E2108BD0
bin\System.Security.AccessControl.dll
md5: 0CD2601F0DA0FD575681BD0EDD55755E | sha1: E79C77788FBC5B7F5ACE571F7E77503AAB26DEEE | sha256: 8BB15B386C0DF386C79851F0D6D0C1DA3B684CA456786CF36D8E76D9252EC9C4 | sha512: 616B4CC5C7F865041BCBAC5B8511D49B53EAAEE70F5B670ACB0710D4ED63CE8B9424C2749477DE80CDF8381CB41EC94536B9C50CE1D9A26B7BC041821D3BF7A0
bin\System.Security.Claims.dll
md5: 9A0107C5C4CB4F92EEDB2D9F72A05673 | sha1: DF3F4479D9540E8264856652F56D31B098C67B94 | sha256: D65A2546B9ABA6250502FCA45CA4E038EAEB8093A616A46BA2E30044780CEB56 | sha512: 83D14C7CE68472584C039F9439F1134272E3EB698E3E68914ACF3405E340F0611E79642D7CA287AA54181905B7AE233F69046EE2BAF9830D012FDF060EC3927B
bin\System.Security.Cryptography.Algorithms.dll
md5: 28536708DBA20502F77CD564635F024F | sha1: 2E59B48C5E841C707F6D7B4B44A15F89A3F65DF5 | sha256: 1AB2EE93E5A245ADEF3120817BAE5043A1EB41850E7E33B21F8C1EB943E904CE | sha512: 1454FD182941F0ED171B53DCAD285F4B9A98024F76AC4D5D9C8863B29CB79A6E34BD67EB9F5421AABDEF1379C021A4334E13D4BFDE78438A7789F89C76E1B01A
bin\System.Security.Cryptography.Cng.dll
md5: A6526097031F70DD895D2CC3727715E9 | sha1: C17D908F3046FB67A5F21E947919FA1F89EF2F2B | sha256: 0D5A398F4611E1B0ACA45A25D4CD6BAF73A72DAC98CA9A2F1A725740A3950EE9 | sha512: CC90246BAF48CA77AD5526B858A30E1BCD52CF081E2A4FC71BE20134EBF747AD9DED5B0BCAE2A6C6D6624902EA080350BF600E6259A7E5D68250E83C1325496D
bin\System.Security.Cryptography.Csp.dll
md5: 883B577E5F32A8ECDFBE0DE58F1F7C65 | sha1: F5EB25E7757CF9407B51346754383CDA31806465 | sha256: 3C5323978A01851FF54F5442AEDC7B968D80262EA079BAEB61D1887D42BBA745 | sha512: CD260D6D7A85BD22EA46DF01D23EAA4660C88D4BFD19DC742D3AF7607732E1C24F565754D6C1CC05771793520AEE01A768410BC7DC17845461FD086B1BB32736
bin\System.Security.Cryptography.Encoding.dll
md5: C87616E07F9217E4FD844A69D54A5464 | sha1: 1040F3E07D205D749BE8153D4E6CC9A0A7B90718 | sha256: 18B8F74F512FA61E4E37DFBF23EE4E05F442686D81DD414603143939125A97BE | sha512: 97D966CDB364376C1C193386C5CB16B6627B40EF986B850459DAC82248C66763591BABC99E8380E22827612FDABE73019B11A2C8D62239A637BB7CB1072E8880
bin\System.Runtime.Extensions.dll
md5: 0D18DE9F72D7E2AED9FEC97430C04F25 | sha1: 72DCDBC32000C8D2E359F1D449CF1F6EDB8BB89B | sha256: ADD944D28839818FF25123FF67DC05FEFFF2522F85CC12F569F32CA6B97A2B0D | sha512: 016E39A0DBDD0205BEE3168A918D8820E5973C2797CCB88F123C36BE58A697C751ECF98E587543CD2D573B1C9E25F4C36199DE2566CB3A63CC4AD8C10190978D
bin\System.Runtime.Handles.dll
md5: 0EBF64BF6670B26288FFEDB2F168E6CA | sha1: DDB6856598D4A2C4D5D683219355530B71221430 | sha256: 8B6B963866270CA7C8597FE06BB7C78249A0CFB67EB8286338D2961896E242A7 | sha512: 6A8F875741148F80F37CE0DD3CC0978DFDCE67DD51C41BBDB25BB353C72E70ECE7C3E76AE1E0763694D1E3661E63F31F20A7D21377BA72A398B66D14E65C0A5D
bin\System.Runtime.InteropServices.dll
md5: 7B1B3C13F5AE95CD359E20B4E21EF43A | sha1: 1B32DCD5ADF16A9ACF45CDCADAB59CAE3C6ECD95 | sha256: 4C58E2B874D849EC1ABF626ED110EF16C8656E10AB8615A9389B1DB8328C4512 | sha512: 3F25BBFB3D0558FFF388B122131FCBA7CDA5E165750AE721B88FE4679A5996DC52C42F9E765B08FDBD8A964D2862EA239CA59D4992579B0FD31FD20E94B1A501
bin\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 2C35D95DB99582AAC1077DC3B5DBBEF9 | sha1: 507F185B0694FEEFF9EDD92D4B72E8B7AEE94BEB | sha256: 9219CD29335AA2161B0785D80E0A9BA0C068FADEE72AA17D67E2B09E4068234B | sha512: AFF8550CC8081BFDE71130F11DA70ACDEDC773C3B0D554739F63D7C4F7083B60DFF76BF72B3AFF552B928E44DA984213865EB3A77C537ADD2C4A5D097172FBF5
bin\System.Runtime.InteropServices.WindowsRuntime.dll
md5: F54C58E3151341F4935AEC9F100264F1 | sha1: D1E2E0EB72A099B64ECEA1ECDD86498DAC2E7674 | sha256: 835111BF8B26141FDC8CF15616D04397E5034538055C34E507CBD08F7C1FD18C | sha512: 18B84F878F74897B8112B92876E3416856C7054324E523827114A4586590B02228750A03DF45529C250B3BD24D562F0FF142F8EDE6424E17D8014AE3FA4902B3
bin\System.Runtime.Loader.dll
md5: 77A2292222048ACAC27B39DF13A2E547 | sha1: ECB5CE8DB033F63432A89F10F957AE86E21E82CA | sha256: 8E7BC13FC02658D28B7EE225E878CE06937C8AB25F643E25DFF86213FA7F8665 | sha512: F823CB553D0B656858D8AD952CBEA627A62A3B510ECF9F2861D26EC1125F95D11777D1000B058953C878B277E17B0B8AF1F505D90F52C1096628F9FC720214DB
bin\System.Runtime.Numerics.dll
md5: 385C0C123AA2E0F1C5CB61CDC915BDBE | sha1: F21E603CC17676CF50309255FD7B3D4A5E0E1A74 | sha256: 0C3A9CB9D30C295B79BC28E9E6A3D77C1EED76BAC547E2AD7CDEBD96FB61B278 | sha512: 1227FA55ED29D019E2C2FE2DFF69A4DFFE0A89DF65ABD05C1B5C6C6DA6406B2A4C9158BA8819426D8C490B5175679B55D8763D6666D626ADBEA210C3AC675B93
bin\System.Runtime.Serialization.dll
md5: 989CF15557E1785955270DCA4E8449CB | sha1: B1EEFB8A75F5A9C731C452160D184EC89302ED52 | sha256: 018F6F8D4746B605C0DCBF018BBFE5AC2EF48CEAAAF0010D3BD891128871FBE3 | sha512: 202C6D2EC467F00C98751CA03D254A8D072A69D8A38679333F309FA8C1A25F1D7AAD373655DD3D2B4652965336ACB5B7BC9D7C4D8920B847C2050B2974856B89
bin\System.Runtime.Serialization.Formatters.dll
md5: 0289A5721D0BEB861588272B1C084170 | sha1: 1354AE51AC2B1705E75E31BBE8214B3B85690F98 | sha256: 3CE69D954660FCE982038798F8464E926A635AEA785A04A688DFFDC6F2CEF612 | sha512: DF528EE95F1E6997E0E6EFC675A8C509107982621FB3D7B79AD70CDDC63BED90AD7BA75C422AD626153360A38BFC7BD4573BCF07097EDB0E97E628BB05CF6E05
bin\System.Runtime.Serialization.Json.dll
md5: 8D615363F30C21BBC7D5E5B725B992D0 | sha1: F0EAB15A70EC664EE7F000D5C40F15504E032A1A | sha256: 96FD127C11BA17BFD33E1FC0B5C449978176E534622353F61254D54DE8CFC135 | sha512: 61AF0C0725F4BB17AF78B0B303C5056F2330BBC26F060D4C41A23B5BE82B1950615E2493A67B6406918C79CD76D7711F5D2E9E0C090EB913FCCCD9AD6ECE7536
bin\System.Reflection.Emit.ILGeneration.dll
md5: 208E61B652E544F24957EA201AE4EF27 | sha1: 1F9BEF4EBEF138CD769E5562441883117EDF46D0 | sha256: 022EC502323AC630972A99B53A3A058E73AC2BCA09ED543C0FC9BF0006E54EAF | sha512: A5F7214F03B1CD1C631DE35A0A8DFB74FA57A7BBBCFEAA946CE1BC5A2F4650D1F89578B1AFDE49B19F621985CF6B5348CC7B87DD3088704264B7EFA3E629FD54
bin\System.Reflection.Emit.Lightweight.dll
md5: B5954F4F9D1CABE7FDA96ACF9EB7499E | sha1: 5E8F20386711A32EC3C056FC6230E06C2E384E10 | sha256: D9D0F8AE915038D0A7BCCC40A7C09FECB34769EB2337BEEE32712874107B0EAA | sha512: 3413F7890F23C282DCE3CE1F4AF4501CB314BD9C56B68DCDC9301D98AEAA8CDEB8AABFF86BB428E749005FF09B649D6F9B2059BC28106B5E9E936D2AD6E35919
bin\System.Reflection.Extensions.dll
md5: 7BCF96B7E32E2F438990C6BB39EFB307 | sha1: AAB316FDE0195BFDB71C3989EAFDAD627003709D | sha256: 85472F780C3F2C57B8F655F03E469DC8187049AC1809E6C747013CA8CD81EEB0 | sha512: 126854F5CE95985FB36C0433D761A831129E5EB9EE07B477579AE9CE4A0828E3AF922A0021DA2DE5F0E4776768C115FED0ADE3C87E024B5EFB36A76DF27B9769
bin\System.Reflection.Metadata.dll
bin\System.Reflection.Primitives.dll
md5: 0CD2C5AB3D65DD0DAFBD25647322712F | sha1: 16F27DC91FA4E90D8ED439C1A3E666BA363E2962 | sha256: 5D1F72B5D0309141A1B2A695C3EE5288FA5E88DBD2FBBD648861DFFDF046FCB9 | sha512: 8B81D59E5C311CC2E8C9F9E99FCD4D22CFA7728B81EEE99A8D5B99CAABBBC74908F915ECA5A2D3FCCE1FFFE6FC96FBD1397B1EE6707A4101F0CB065920B90E2D
bin\System.Reflection.TypeExtensions.dll
md5: F722F33DEAD191A52B34543C76083E9F | sha1: EE8F4AFC23345FB1969286D1EDB620CB9B62331D | sha256: FB49E43D741F603281E658A07D573E115E7345C41FCA91EB8081F318F7FBFF1C | sha512: A0CFFAF1A7FD4AFBE4D5C4F7791B22E97516B44770F123A2C802A764BEBFCF902A009DFCFC0508BD25C44AE6A7BC045FC95BAA583077A87E996B9E459EE90228
bin\System.Resources.Reader.dll
md5: 5C8D89DFA29130662C63053DAE8336B8 | sha1: EEBAF906D0C79B10C4F0CBFE86A210D932D9C92A | sha256: E869DC9F4E0945FA379125C1D03B1E66D741B22ECEF57948102D287A8E5AB42E | sha512: 5C63B958F5D10783B9D516C8DABA1261380782A0057809EB62EA69D6D7641A780EE907CA17DCA2846C62371D30735CF7835B855DD94B01A5F0FDE5434E9485CB
bin\System.Resources.ResourceManager.dll
md5: 1801435DAC4D0908A0E628A29E7EB2A4 | sha1: 4C076387B177AC2472C13BE7034693E417B5D9CC | sha256: F0A4E977B6F2D9363FAD7FFD5CE94ED315C15DFC816C33C9D41C6114AA3C7CBA | sha512: 3CC98FB70FDB49E334477142AE874FBB8A129455685E2DC9BC8357BDD2638ADF6EDDEADD84728DA730EAD038F9831785B32EC6DBB833E0C6E1E921C3DC7422D9
bin\System.Resources.Writer.dll
md5: CB9BC3651E0909114B44D425B998AC38 | sha1: A22C61F3963DA5489CEEE0F832C16B5FB3DADE23 | sha256: 7BFF6B3BCDE3C8C1D296EAB3B96550B240924A1E766BDCD042EF2988C6C72144 | sha512: DD3AD9D6D4DE9585EF2E4F1C674873BD4978858F8D86118BA8AD5D72856AD82D246CEF3A4417A7094312092387D6A13456AF87FD90C05EB7DCA01CEA79A6237A
bin\System.Runtime.CompilerServices.Unsafe.dll
md5: 984670E1A811372E62FEFCEBE0812108 | sha1: 746F1F461A8A629A8FB7C9544F2D49E9FAA38C96 | sha256: 82ED567F7DB6C8A4EC82E19FF9DB1D5646E845956BA24117D96346BC231624C7 | sha512: 6D88146793A042F432CDDA3CDB8B81A5CBE903DA67F98059A4EA5599AA4337C277787EEB847A0E54DAD9CA58602170623444446431AEE277A849FC3829B2EB6C
bin\System.Runtime.CompilerServices.VisualC.dll
md5: 811169F6A3DAE1C8402FFA3A94403716 | sha1: 3B7CD4E2979E544536E003B8B2C1341214FCD0A5 | sha256: 21B2E272C9DCAB8211AB24A98D682DE8DCAF2D91CB663AD0AE217ECE1958DE40 | sha512: 416D1B04BCCF2B6230A36E149595DD766F86D1BDE74D4B1CDF0BB85FEB770363C8B9A6C935D17188B89B26ADCA6F50B6FA44B197F7311F51D4A9760F0740674E
bin\System.Reflection.DispatchProxy.dll
md5: 8B77AAC3D49C8CA051FFDBE47CBBD075 | sha1: 9E8F612B8071BB168DAA276945B3F7C0C9B194DB | sha256: 7BE43816B4B8E95CB757453E20E2853D5E27430144F5C6AECE3F1009F2DF7D8B | sha512: 9BDD6DC588D948C5E0603AF382306F97731A68D6E11EA175E9CC0478CD5963ED735EAAD1A664ABD68C1642C4B4858868407AFAA4EE5C11BE01C0FDDA8C87E8A5
bin\System.Reflection.dll
md5: 38CD9505B4E275041C6B6BD55F6F0EB7 | sha1: 0CB8C7E8ECC8FEC7CCB0079898BDE4F9C1555EB2 | sha256: 7BA75BAACE605F4AD59489248B82B849EF38071C1DCD7B816DE1AD8249319104 | sha512: 6638E981661A62099679B98DA8CB6B270D50A80BC07080FAB7E12733EB98BAF1451C4023FB6D05A22491C985BE3DC13254F8321461D6595C40A54BEBC5D94B07
bin\System.Reflection.Emit.dll
md5: 783390CA2F9CD96606C877C98D1504E7 | sha1: DE01A43BDEFD469D254510302D6723233F4C0C12 | sha256: 6DD61FA716B3197321E7598FC94833D7447FFD1040BEDD5D8B76D35D9228A0C2 | sha512: D9BBEE7A71D5DC439F77B01F11114E842B1CEB6A8D2AD59A2BFFCE9221FF23394F9811CDD96431E7DA7C9A761645EDF0F7B9B6D5BAA1D1B000D80BC075FB51AF
bin\System.Security.Cryptography.OpenSsl.dll
md5: 573B26D7B4C00D2BBC1B64596D1E06E7 | sha1: 82A6D76E7C1E336BBC99D5A64037CF0FA30199AA | sha256: 6E3EAEF8F5E8536568360634DEBB2DA79154B18D3B5E3AC00F0F30523D91B7B3 | sha512: 2676284A86377F235C09691B63ECAE00865ED7935E65DB1A088941DF290BE1055DED2B375D47CA512DA1882E19F032CAABD7AC9CAF389FAC810C93FEA725EC35
bin\System.Security.Cryptography.Primitives.dll
md5: 95C62B1712FE4670699FC713A8BD99BA | sha1: BCA7AC638916CB764592052B9B29FC42AED09A86 | sha256: 00738AF56EC56C4167030E1183492BCA1E6A1F18E3665A610A22010E72106A83 | sha512: 65390907AFB1B7CE64468B16391CEFFDC740B36FF5EC0B8381B8924A5E5CE738AFA5FE71C53458A94178F8D085CD0B77D5A7A97CE6CA7603F501DF676C4E35E7
bin\System.Security.Cryptography.ProtectedData.dll
md5: 95C0E2CF7481A0213A490998F3A956A0 | sha1: B804F6AF460137FF1C50FF5CB4113CF7B1717A74 | sha256: 7F2B633EED63BF20D558A25ED9686D2F1EF6C6E3FEF5C0B19C2C1258D90ACABD | sha512: 0B42381FCC18B0938448CD232F0D2F17639B6BE25A0590A403EF64C66B381B2F21FED36655C1D41B976B21EE5677F1397C12287F08776CC0636B1759D32041ED
bin\System.Security.Cryptography.X509Certificates.dll
md5: 81003092612262E271E7977751C91D61 | sha1: 911918CB69081B3111F05F56650847452FFDF1A7 | sha256: 194084F763B8F99B6FF42FC355BE45F2DCFC8D6EE6B85481B43B1CA302C18962 | sha512: 4041CF9AE1FF9622853EA07757D8CAE9BA85E33B894223EDE52F9DD28E4BC53D4AA905AF1837D7D870C42128399817C7931EC0D358FD6CB980C7DA30316E6AA8
bin\System.Security.dll
md5: 7E83D3EC486C16D0F00869512D3C5A9B | sha1: D4E205A8FB0C37E58DBB63D36C54DDE7B979B20D | sha256: 7915B3E457ADFC070EDBCE958657B57B2D60B750718702B0C115647E3BB21678 | sha512: 018102095F49B56DE6CF87964D7B0176577F79FE4347830C0F875B1D95811F1F9DD729AB27A119E3AD362D8F25073CA040AFFBBE5D0E0171DF71F04840582D7D
bin\System.Security.Principal.dll
md5: 6B90E7C54571CA02F573C25145D75D8A | sha1: 2F1CBD83AAEF57722D4E3E6EA46D25F3DDA758C3 | sha256: C49DC69C3544606C5F08224A9B37A4D7561798A44E4947A456DD98C83D7DDE49 | sha512: 0BA2D4278CDC43FD4A72781249D413D7EF00615ACEF70D0E2CEC98D3627AB56317A9D82D0EA9B2BAD7C3916A095E03393B942AF16774F4E58AF4E4B82B294478
bin\System.Security.Principal.Windows.dll
md5: 45EFB859A4C9DF35C35759B82B5DA70E | sha1: 61D9E7A07F94345232C02AFA9E1D099CBA99EB1C | sha256: 829E7A47C1B0E07B02C1246C9F31B0691DFE37112EA80CF9F5BE22200FFD6A03 | sha512: 8C14E26FE7A31EA0A2E581B5D399186DE3C2184DB434FFC32D08E4973075AB27EBC57AF57F32E3C197E405EFB71F13E399FBF939A0B66239EDCD4D22FF6DFB61
bin\System.Security.SecureString.dll
md5: 3139591834576A749369ACF61C0302B6 | sha1: 386019C9A643EA476FC3F882B26BC8F84B232334 | sha256: C5EEEDFB1A952CC4F4ADEECDA540F2B3DC1FE1AA45D4AACD48B77E3F79C2636D | sha512: B88767E3CCD67616D765220DA150157C055DD157083701AC3BB326DA19E543E9F0B533F1A4D5F9D756E40E48FB301BE93F14743E376052C35220A4F95B7FEEE8
bin\System.ServiceModel.Web.dll
md5: F65E4ACBEED128C0ECA181AE147582D5 | sha1: 78383C8B59607CB13BF95F307BE21A4C7EDF07D2 | sha256: 5EF33EF84FEC644F4E2FB941A9FBA512F5E5915DBD4DF4F3ECEA74DBB06C2D5B | sha512: DA06EF15C8755325FC94476DAB24AF907A8EE6DC4E7C809B49ECEFB71016A263004D660CEAAC7D53C1CC021A43BB2F115F61E3DD9BA6C4AE8A645CEAEAE4F8F1
bin\System.ServiceProcess.dll
md5: CB4BF6AA44ED573AD1E060A43C8A9ECE | sha1: EC204D98621FA07C496AF9122443DBDB716AD9AC | sha256: 82A8AD1510214E415BEB5D099A9F7043270C62B3AF2F711A8850B8DEB968C164 | sha512: 229AF7FF46AFF16D6A1AB3031D42FDC77138AF51575386A90E853836FD471596B45DC7AC26ACB9577D550D1D22ADC8175BBFAD0F7267EC8252E11F529D7BB468
bin\System.Text.Encoding.dll
md5: 9D2CA5ABB4EE48DF756C30675C71E5C1 | sha1: F6B22C526ED5EA53989062C02A6AE40C0680393B | sha256: 7BBE426CE1216DDAE2C73B4256966267DAC25BF424B03B46FF49D7ACA7D4974C | sha512: CDDA51AF2F5F8644A85B27671A6119B6151D6CA0F59054357B0232F23149E8711AEBCFA563791EC92EAF05CB94FEA7EB2BFE050A4A94F59DF53A401A723A8E7D
bin\System.Text.Encoding.Extensions.dll
md5: BE5BE029F32F688431A1A70565CAD2EA | sha1: F6388C58A3680EE125A369CE3AC274BF75BBFB53 | sha256: 8EB8E9A6320D3AEACA194501384A209BA9D70AE121E5C15B543FC215736CE3B9 | sha512: D175CF1228F99708861FBDAD5544DA688DD667B41441394B8813B84B3DFCA16F6DEE93698001C3130F1563287C1EEF761B236ED65C60B4FE37B2B869BB40BBCB
bin\System.Text.RegularExpressions.dll
md5: CAC43A3A3334906ADCAA2E089BB56F9E | sha1: 436036CB80F2494162A82BA45EC3C2B1805E3CFD | sha256: 8BC9A37122AFD5ED4288C8DD5028B56704E0AA274F929845663B1F011A552523 | sha512: 91C77154180222AF29E0D2C5813C72EE15E56024F6F1D916C0C236EDD46F8B37F553E6C3E55DD93E76BCF55ABB127F4F6EF1F2DC104653D4E05FEA8E6971C2D0
bin\System.Threading.dll
md5: E7CE3E6CDB783FBC7952D81812CDA096 | sha1: 0A2ED3541620AD2F67F238E39C12ADC21C7380F6 | sha256: AA815633F720A92B94FFEFF7E71E0FAA6A254DC5F18D488188FACD75B271E84C | sha512: E4CB13B27E4D2160D852624C6E4A1409920A0CE9C4E30225142042F2F04240C60DAA2D583249227FAF28484E67FF0D4C7D0576396F6BF91F0B17586ED8DB8F1F
bin\System.Threading.Overlapped.dll
md5: 01863472497076C14AC409E9B2246B3C | sha1: 53C8C60CDB93E2D5F9060E5F0C6F08644E87BF2A | sha256: 2D42D8CA7544928125F89271618A821E452B163AF60848D4DE30D6C36C1CD91B | sha512: 4595E367E761FF7DBE9D98541300C68737FC9EDEF6899A5BCB72FB697CB8F1494FEF671B343AF2B3AD158E46CC820E423B9935F0AC40CA65210CCABEE238C1A2
bin\System.Threading.Tasks.Dataflow.dll
md5: 696F20B8639B271A422CB01BEB82F856 | sha1: FBDBF94FC44711E59C443AA24075995009B05C43 | sha256: 38B7266F39D46FC03CC78AAEE6329324B90494055DE8075F3144ADB8014C670C | sha512: 8B632F21DD56ABE3B057EF14A0A0EC6449C591E804C40A69F1436603BF670E94A17D8AF5DDD4BF3A53FCD70F20CB84311E482FA2A550B033CDEC82591A5E7A87
bin\System.Threading.Tasks.dll
md5: 1C646BB737600C7E5B985ECCB07676C7 | sha1: C3C8B4F69BA96EE41085E89B3366C0B21A3878F1 | sha256: FB16641A07549971BBD179BB6D2713746EBE75706556BBDB5701C375FFC33657 | sha512: E90E851C50BBD6A4FBEF0780D9FC70F6B92E6162D466BA249A6183F439478AE05FC19A4F77CE2B19282793203A474C6441417483DC9D513AB202E63CA09AEC15
bin\System.Threading.Tasks.Extensions.dll
md5: 8E40E60312EAD13CA3E592D12EFFD28A | sha1: 6AB41F493ACA7A01D39BFE93966D0F2C55504647 | sha256: 5864D7E9FA23D5C4F120FFD2AA3B6741450AE6B65A3D9F0F0E21C720C4185053 | sha512: 7F08A242141D06BC2381238B280F07B320BC9A28951122B7DC9134C58EF53F1E0186A4293C29E92EB3730E3A1D32C07A315CABEF26AF78730C9A7850B1FD3789
bin\System.Threading.Tasks.Parallel.dll
md5: 8A0A4B1969E967F7CE32195F4EBC8DBC | sha1: 060BFC9AC047951BB7DE083ADE180EADF4533594 | sha256: 716BB5419D394E5B50B0916E8212261F3E3A5AE9FEB66D96AC37E165CD34A9B3 | sha512: 0A4FC796553305FF4FC31A9584F3AE2AB046EC8107E846B8C4994972B74672F6DF6ABB2BC1C4289033FDECC5641C5322A474271BCE71D1ACCA7CE37138D787A8
bin\System.Threading.Thread.dll
md5: F6F52A41174635D49EED528E82664F1C | sha1: B353383E26BF6A21D0AF0230C716CBA8C3F29A08 | sha256: 7B8CC84D170CF7AEB8113DADB3E7B19ED8275764E12AF5DE4A4A947E4D4730AD | sha512: A48872C9F968664DA861F8C123E0FE200541D36422924980782A23120A7876E38ABA4AADC4CC2C4949C6190352B6E3800FA813811C9648543C2E9E17823691D1
bin\System.Threading.ThreadPool.dll
md5: B686E804EC0EEBFE451B55A4733FDAD3 | sha1: 872663B415DA27210C084323B7D50F576917B72C | sha256: F61940FC51551961E2C8ABC1711906C64D7588D58B7113BE181CFD5826217D38 | sha512: 6AF82F8AFABC2D5B516D148EDFC80A37B7D9C9ED4E95421BACE0F14C79F28F9CB22050988A5E6429809C4E5A557110FF9E875A3AB849E493B1855140C7730CF7
bin\System.Threading.Timer.dll
md5: CC6A21D1ABCDF4FB18EC502998BBE174 | sha1: EC37C059B526C7EEB99A8C17D184D59BDC5D4BF9 | sha256: 319CE80E39387B2FCBD8B893D5766B4957232123766BFB39A2190F71F2699949 | sha512: 69CE6CE69C626B106AFF8347C385E6CA81FFCCE55F8C17D352CFF82562EDE1FCB620317DD1A172AC51DD3B15062477E9B76ADCE81D0351B484B5FAE6A19DDE35
bin\System.Web.dll
md5: D6C9845717B71A1398F416F388220ACD | sha1: A15F11F37035C3AFE20CF7AED06ACE713D576546 | sha256: F36B4FAD2F6713F339FB6BFFAEC981DB28C4D93F26BCF489FF56AF7F0A7AB831 | sha512: 5496ABDEC728CA599BB9D2168D78646FF201494C340ED8D9458EA19565D166D4399E82A368059397C26BF6CB547D7EF7B8762A31D56DA9D7861F85F60EE622B6
bin\System.Web.HttpUtility.dll
md5: 8FCF710244BFE850316F306936A6CB46 | sha1: E7F85595C4B5FDE63174C8968D0A0B08211298B1 | sha256: 49F1EA5735EA6FE4BB9EC29BAFCFFD81E9E7A89D18E46DD8CF34140F8B981385 | sha512: EAF5916BDB842C6EE680D3EDCB36EBB19F11C731AB1589A61FDC12748D74199A65E67BFF7911817F6EF79523562012B46FEB4C8B893058D1B6EF36C635217877
bin\System.Windows.dll
md5: A95EC7A46AA88B5CC688BE0B5AE3D0D2 | sha1: 7B34D3540A40A866434811BE8FAACC5BB886B4D6 | sha256: 4BC6FCCC82A43D9327422DA4C297BB957EE9DF9A07BB6870096C5FD5E5EE4B26 | sha512: A032AA3FE3F62E16EC89CB5ACB88A3D1466A5C74809B406771414D3E017DEF11C505EA228EF3F4B55061BDF864C309313C1186FD29B5767D466B02C2968647FF
bin\System.Xml.dll
md5: B0057652EA3FB4B86B0D52B0A90F28F5 | sha1: E35146766B45ED2FF409BFBEC312A4C8DA9CE994 | sha256: A98F1F89327DA3B258B91A3780688EAC9CEC27EAAA5A336D0970D631AB02DBC4 | sha512: 5856D03547253F9B8C04477F1696AD9BB03CB56EAAC71B518B8E58360D5CA9552AC37925565B03418BF4FCAEB7C3D6F66313C4512059861C4F2C0D82957FE49A
bin\System.Xml.Linq.dll
md5: 81A8655F4150BF908D422C5809C8BEE7 | sha1: EAFDA8C02C8E993A59DB5DB4D005746321C10F22 | sha256: 404842C7B21CA0085FF6C52B2F7867836D2059F1CF7C024B663853624D9C1DF0 | sha512: 51F8AC8349A49764D60D59954C00D2578C09DEFCD272EA268A64E4F57EB2EC9C85FEB12164DBE03E0687071593602446C0531A8994C00D7989325049FB7599E1
bin\System.Xml.ReaderWriter.dll
md5: 8AD4AF8C363BD9490CD9FEBC19F944FD | sha1: D3BF2ACC11030205B4428747BA5C6B097C9EBA3B | sha256: 87830B96892D4C7BD0E6DB86314F05FA7431B19B24C91BE234A01B2B2D98A8C2 | sha512: A9427AF7E9316A7D268CA723A06A3E96EB53368C331092131187B2D9DE2F2724AFFBD01C268A3D9C2E841D9ACEFD44D9AD8AE60D92ADEF42AC10CF6CF56BAB62
bin\System.Xml.Serialization.dll
md5: C1B3AEEDD42880DB014E4B695B957E89 | sha1: C322E0951FE6EDE0C0D3680811A0F9096A2C7D6F | sha256: 197774191E68CE334DB27686738B29FEACE35A74878206E287085DFD23C974E2 | sha512: 68F450139C908D1394EFC08D1CBBCE3CFB1E064637586E8F8C7A7ACD658A413B0BF08B5A1420256DB35395B94FA62039C0C1C27818CDC8492CBC3EA7CABA7D33
bin\System.Xml.XDocument.dll
md5: 611FDE88A4B6A96A0217EBACA365BDA8 | sha1: 9CEA34A1108F5552B05BE1A086D301522888AF74 | sha256: 2AE11A6CED6497749BB0BCFBDFAFCBC41A7DDBF4627A22B9DE868B0F246A9EA6 | sha512: DE8DE96A17CA1C707436B926C9270DF29E2318E78150677240B9F9624669549B085030B73969ABA028E3F43D12303A6FE18D3E90E05405BA8275E39B57C6DCEF
bin\System.Transactions.dll
md5: 63AC1117FECC9DD166DCDFBA4B66EB64 | sha1: 7439715361039F4DBF0F8CAA56EEF75942CA5B8D | sha256: 5D0AB24B40A29E9E39724E2B73115C08001921F0C9BD089C69D253BB4990C97B | sha512: 54A5518050AB00ACE55EEE0A0A8030E2CC47754D8ECAE732711FAE182B46F840F0CBE3BB51E5F56C1202CB15D0304D30F23B77ACC7BAEB3C5B36430A163DBF87
bin\System.Transactions.Local.dll
md5: 54479F35E2A47A6EBB52990B6CDE8D9E | sha1: 8B34BDC897846B3DAFD6ACE9384D276AD8511E88 | sha256: A0D5E3C56448865AF80F893393139E2F208F043C564757855D08D9D7ECDA986A | sha512: 70432226916D5F25C48744A6E8AE2B89411742B2070A39018FE43D565F37DDBFAF3FA36F1E3A4706010D7187575CEA95BFF0CE17A53144A38B51BBD691569277
bin\System.ValueTuple.dll
md5: 164EBE165A2D4DD573460778D4A90570 | sha1: 200DA9C52355529B70DE4B28E85F7D3C9DABE1AF | sha256: A9909EDA8483CABBD0AA7E7FBCCCEC96EB58961BDE9912B15E3E11B07F9DDD20 | sha512: FB50B8079150D80287F814566930DA65A4FF67C429428D23320F70522F52CB8339F86845556B26964CDD1DE609DEACCCDFC1E192213ED1981D3EC98C8696879F
bin\System.Xml.XmlDocument.dll
md5: C1DF7A89725EAB5B3CE196EA004A5EBA | sha1: 3ECA90FB34025B829FA7C34B41C3D9BFA9D61908 | sha256: 507902A1A20AD1889F452F2BDE6DECCE442EB2F0948DB239F2A1BBBC82CE906F | sha512: 811922C6004FB8C3A4BFBE815385CE25CF02545A30E2649823C7245ED3ED941DAEE3D670C09C874FD197BB3070C8AE0DD53EDD1D1E4C1D301433A34E36564D2B
bin\System.Xml.XmlSerializer.dll
md5: A66F1D8BB113BF11C5C4B675129D7CCD | sha1: 702D5B6C81368A2B021512370CC8985C732AD2EA | sha256: CC9C1E7D3DFD843E0DCB6424D9A368B20D1F17684FB340B9170EDFB51F32993E | sha512: 30ABFC334AD6AF0522938AF8AAFFF145D96507E527C2054091EB05D363E015D8DFC139A4FC5F5C90E946F6E688F21E6E27D2AF9545519D04F8B8EE530E67FA78
bin\System.Xml.XPath.dll
md5: 5B58F91AF58355184EAA5F2C203F7FB0 | sha1: 3A1432702E431D1DD8BAB78000215307274EED64 | sha256: 3CA5357331D986EB033F494AE4D623D8262FA30708C83D13038106CA6B634D2B | sha512: B2800832FFA702DE2F3C6D416CF82F8E1214293DC67C93E3189AC37C7782BCAA3F7F04B6E5C45474230F151D6064FDCD3CA8F6B347CC6F0D85169A195930B8EE
bin\System.Xml.XPath.XDocument.dll
md5: 6D38A67B0262F16B76AD5F7E0B555250 | sha1: 58A794CDAD0C02E2A02682BF4D6E9682807E2711 | sha256: 01050662A5B1DC448E5CE7BDB57B36CA881F677C29331A923AE0F48BC3D2E7E7 | sha512: 38BE18A24585AB832DDC9387F916778E38D79D1DA719A9B9BCC8EEF2C56A88BD7D338D99F143D48D8D7094394BDCB1EE9448CD8AB47B3C6B9932996E79B3B030
bin\tr\FSharp.Core.resources.dll
md5: 3AB32C1010D446987D74AA1D6CB51C35 | sha1: 0B68AC0542B830F2F6BED5ECD3F594D750C2652F | sha256: 3B8175F2CE490C4629CD1A5F29AEFC828648A140CB83F378C145DF01BADFBED5 | sha512: 9B457176A72C11D24E46F3DBB7CBC2A39C91B08C81DCDC1F087514913BC5D623E9031F8499E9E65CFA714788865D916CB5EC2326C98D06C009A3F447075EFBA2
bin\ucrtbase.dll
md5: D6326267AE77655F312D2287903DB4D3 | sha1: 1268BEF8E2CA6EBC5FB974FDFAFF13BE5BA7574F | sha256: 0BB8C77DE80ACF9C43DE59A8FD75E611CC3EB8200C69F11E94389E8AF2CEB7A9 | sha512: 11DB71D286E9DF01CB05ACEF0E639C307EFA3FEF8442E5A762407101640AC95F20BAD58F0A21A4DF7DBCDA268F934B996D9906434BF7E575C4382281028F64D4
bin\WindowsBase.dll
md5: 119550715B5C46723A5888FCE38B7C00 | sha1: D905CA67385C5A9F770B4536EDB1CB75CCFEF959 | sha256: D4E388A48CFFA00FD963992435FDF819DC0C01F47DE134696203C22AAB87215F | sha512: 9951E1187CB64C35A4B48B311DD5336B979E4DFA08173DD5240181444CF9D36930FF582F7F7A1DDD73E30FDEE369F8B9365C9E5DBE5C7B1B286BFC0F6BBEC451
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
LICENSE.txt
Copyright 2008 "FAKE - F# Make" Project
Copyright 2010 Steffen Forkmann

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

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

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


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

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



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

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

   END OF TERMS AND CONDITIONS

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

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

   Copyright [yyyy] [name of copyright owner]

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

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

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


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

Microsoft Public License (MS-PL)

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

1. Definitions

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

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

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

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

2. Grant of Rights

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

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

3. Conditions and Limitations

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

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

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

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

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


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

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

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

Chocolatey Pro provides runtime protection from possible malware.

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

NEW: module Fake.Tools.Rsync - https://github.com/fsharp/FAKE/pull/1987
NEW: module Fake.Installer.Wix - https://github.com/fsharp/FAKE/pull/2002
NEW: module Fake.DotNet.Testing.VSTest - https://github.com/fsharp/FAKE/pull/2008
ENHANCEMENT: Add .NET Sdk 2.1.302 version to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2034
ENHANCEMENT: Add extended commit message to Fake.Tools.Git - https://github.com/fsharp/FAKE/pull/2038
ENHANCEMENT: GlobbingPattern.createFrom in Fake.IO.FileSystem - https://github.com/fsharp/FAKE/pull/2030
ENHANCEMENT: Add BuildConfiguration.fromEnvironmentVarOrDefault to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2031
ENHANCEMENT: Add withAdditionalArgs helper to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2044
BUGFIX: Unbreak outdir on older mono - https://github.com/fsharp/FAKE/pull/2021
BUGFIX: Fix Expecto ParallelWorkers - https://github.com/fsharp/FAKE/pull/2028
BUGFIX: Environment setup error when running fake from a subdirectory - https://github.com/fsharp/FAKE/issues/2025
BUGFIX: Fix signature of Zip.createZip - https://github.com/fsharp/FAKE/issues/2024
BUGFIX: Call gitversion with mono if required - https://github.com/fsharp/FAKE/issues/2041


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