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.13.1:

313

Last Update:

22 Apr 2019

Package Maintainer(s):

Software Author(s):

  • fsprojects

Tags:

fake make dotnet csharp fsharp foss cross-platform

FAKE - F# Make

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

  • 1
  • 2
  • 3

5.13.1 | Updated: 22 Apr 2019

Downloads:

57,338

Downloads of v 5.13.1:

313

Software Author(s):

  • fsprojects

FAKE - F# Make 5.13.1

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

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

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

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

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

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

>

Deployment Method:

NOTE

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

1. Enter Your Internal Repository Url

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


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

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

3. Copy Your Script

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

See options you can pass to upgrade.

See best practices for scripting.

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

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


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

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

Exit $exitCode

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

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


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

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


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

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


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

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

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

Package Approved

This package was approved as a trusted package on 22 Apr 2019.

Description

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


bin\api-ms-win-core-util-l1-1-0.dll
md5: 29E1922B32E5312A948E6D8B1B34E2D9 | sha1: 912F54BE8438F45E1562A47294091D522CD89356 | sha256: 34C5DEE6D566252C0CEB7D9A21E24D5F297AF2B26C32E0C7808BBD088AA9A6A9 | sha512: 837CD03EE0195DC94BAB0662FF3B8CD1BE2DEDD8A3254318D25DFEA6E88D07211186FA367F41AB864560E10A22220DEB3ED05CCF82D60AC80C71DFED08AFBEA3
bin\API-MS-Win-core-xstate-l2-1-0.dll
md5: 5A87651497D4DA725FFD5BEBC4376B58 | sha1: DA70A6BD87F35F0BAA70E6DF86BF93FAE79C9F24 | sha256: 4ECEBA32944B1DBB9CFFB06416A8C69370553ADB8D5BFD070AEA8B9952410057 | sha512: B7C940C4D56C580A6711CC81932224D4950B967455AB981A22A9E29FCF5859967D18DD85A05AF4421C1096524BC90ED4C0AF7812D0F5D2E5E46170AC4FDA3BA7
bin\api-ms-win-crt-conio-l1-1-0.dll
md5: A668C5EE307457729203AE00EDEBB6B3 | sha1: 2114D84CF3EC576785EBBE6B2184B0D634B86D71 | sha256: A95B1AF74623D6D5D892760166B9BFAC8926929571301921F1E62458E6D1A503 | sha512: 73DC1A1C2CEB98CA6D9DDC7611FC44753184BE00CFBA07C4947D675F0B154A09E6013E1EF54AC7576E661FC51B4BC54FDD96A0C046AB4EE58282E711B1854730
bin\api-ms-win-crt-convert-l1-1-0.dll
md5: 9DDEA3CC96E0FDD3443CC60D649931B3 | sha1: AF3CB7036318A8427F20B8561079E279119DCA0E | sha256: B7C3EBC36C84630A52D23D1C0E79D61012DFA44CDEBDF039AF31EC9E322845A5 | sha512: 1427193B31B64715F5712DB9C431593BDC56EF512FE353147DDB7544C1C39DED4371CD72055D82818E965AFF0441B7CBE0B811D828EFB0ECE28471716659E162
bin\api-ms-win-crt-environment-l1-1-0.dll
md5: 39325E5F023EB564C87D30F7E06DFF23 | sha1: 03DD79A7FBE3DE1A29359B94BA2D554776BDD3FE | sha256: 56D8B7EE7619579A3C648EB130C9354BA1BA5B33A07A4F350370EE7B3653749A | sha512: 087B9DCB744AD7D330BACB9BDA9C1A1DF28EBB9327DE0C5DC618E79929FD33D1B1FF0E1EF4C08F8B3EA8118B968A89F44FE651C66CBA4ECBB3216CD4BCCE3085
bin\api-ms-win-crt-filesystem-l1-1-0.dll
md5: 228C6BBE1BCE84315E4927392A3BAEE5 | sha1: BA274AA567AD1EC663A2F9284AF2E3CB232698FB | sha256: AC0CEC8644340125507DD0BC9A90B1853A2D194EB60A049237FB5E752D349065 | sha512: 37A60CCE69E81F68EF62C58BBA8F2843E99E8BA1B87DF9A5B561D358309E672AE5E3434A10A3DDE01AE624D1638DA226D42C64316F72F3D63B08015B43C56CAB
bin\api-ms-win-core-timezone-l1-1-0.dll
md5: C9A55DE62E53D747C5A7FDDEDEF874F9 | sha1: C5C5A7A873A4D686BFE8E3DA6DC70F724CE41BAD | sha256: B5C725BBB475B5C06CC6CB2A2C3C70008F229659F88FBA25CCD5D5C698D06A4B | sha512: ADCA0360A1297E80A8D3C2E07F5FBC06D2848F572F551342AD4C9884E4AB4BD1D3B3D9919B4F2B929E2848C1A88A4E844DD38C86067CACE9685F9640DB100EFB
bin\api-ms-win-core-sysinfo-l1-1-0.dll
md5: 887995A73BC7DDE7B764AFABCE57EFE7 | sha1: 363FD4E7AD4A57224E8410154697DF5E8629F526 | sha256: F94210B39CDC812BEB7342A47E68673EA2116D0AD9266FCF8D7CEDAA9561FC38 | sha512: D088EB1C6958774E20F0E2884136B4E2B978EFD16F557DBC55E64011ABBCE0768054F7E6D881C110182824143A39101FDAE273ED614738AA7BA5C727B27F6677
bin\api-ms-win-core-synch-l1-2-0.dll
md5: 6E704280D632C2F8F2CADEFCAE25AD85 | sha1: 699C5A1C553D64D7FF3CF4FE57DA72BB151CAEDE | sha256: 758A2F9EF6908B51745DB50D89610FE1DE921D93B2DBEA919BFDBA813D5D8893 | sha512: ADE85A6CD05128536996705FD60C73F04BAB808DAFB5D8A93C45B2EE6237B6B4DDB087F1A009A9D289C868C98E61BE49259157F5161FECCF9F572FD306B460E6
bin\api-ms-win-core-synch-l1-1-0.dll
md5: C1DCDB0FABC8AE671A7C7A94F42FB79A | sha1: 99355912D7A7D622753B2A855CAE4F5A4E50146F | sha256: CC76A4E82E0E0CD08DF3BB8F5AD57142305E0F666CC32599D76E363D0B43EFCB | sha512: 6D92E7520AEEBFE60AAB43D6616B76A2DD385EDCAA217DB60003A0C0CBCB0E367063D240E38A19D0B8BEE2F2E7D4B982C4F08C8E9CCF34C7F670CB49F6561FFF
bin\api-ms-win-core-string-l1-1-0.dll
md5: E7A266DD3A2A1E03D8716F92BEDE582D | sha1: D4B97CE87C96DE1F39FEA97CCA3992D292B2C14E | sha256: 339966AE75675A03F628C4DDD5D3218ABB36CBCF6DDCE83B88C07336D732B8AE | sha512: 31168663FD71B901B1B9152FF288D4E1567003E5FCD1F1C9DFE36D26D2EB16B0932EC8CD34833DAB25531F768A01DE45C2483F92D4E79F92A89389C02BC05156
bin\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 65FC0B6C2CEFF31336983E33B84A9313 | sha1: 980DE034CC3A36021FD8BAFFF3846B0731B7068E | sha256: 966A38ED7034F8D355E1E8772DFC92F23FB3C8A669780ED4AC3B075625D09744 | sha512: F4EBC7A6D12AE6AFA5B96C06413A3438E1678B276B1517DA07D33912818FC863B4D35CB46280F12CF90E37BC93E3AB5E44EA6F75767A314C59222B7D397E5B6A
bin\api-ms-win-core-profile-l1-1-0.dll
md5: CEDEFD460BC1E36AE111668F3B658052 | sha1: 9BD529FE189E0B214B9E0E51717BDF62F1DA44EA | sha256: F941C232964D01E4680E54AB04955EC6264058011B03889FE29DB86509511EBA | sha512: 2C845642B054BC12C2911BFE2B850F06FECAFEF022180C22F6FFD670F821E84FCAD041C4D81DDADB781DDB36CB3E98DFE4EB75EC02B88306EF1D410CBB021454
bin\api-ms-win-core-processthreads-l1-1-1.dll
md5: 95C5B49AF7F2C7D3CD0BC14B1E9EFACB | sha1: C400205C81140E60DFFA8811C1906CE87C58971E | sha256: FF9B51AFF7FBEC8D7FE5CC478B12492A59B38B068DC2B518324173BB3179A0E1 | sha512: F320937B90068877C46D30A15440DC9ACE652C3319F5D75E0C8BB83F37E78BE0EFB7767B2BD713BE6D38943C8DB3D3D4C3DA44849271605324E599E1242309C3
bin\api-ms-win-core-processthreads-l1-1-0.dll
md5: 1DDA9CB13449CE2C6BB670598FC09DC8 | sha1: 0A91FE11B9A8321CA369F665A623270E5AC23176 | sha256: 4F187F1B4B14763360C325DF6B04D3EC3CC6D2CECC9B796BC52A6C7196B0B2CC | sha512: 4E106C8A52033352C91B65CF65EC459DE764C125136333A2F4BA026EFDDE65F3F71B1F6F11E4C580150AC8A9779825BA5E2AF0E14DF999A198CFE244E522C28D
bin\api-ms-win-core-processenvironment-l1-1-0.dll
md5: 0C700B07C3497DF4863C3F2FE37CD526 | sha1: F835118244D02304DE9EB3A355420BA9D0BD9C13 | sha256: 9F1F26794FD664E0A8B6FBD53BFCA33DCF7B0DC37FAF3EB7782BC38DFF62CD8C | sha512: 8042DBD9E80E33E41993887B0289E143E967544389500ADA9296B89BDA37BB26918E4F370F8A1BDAB8FAACC4E0A6980794D6A3B5320E170AD4EF751384C9F0A8
bin\api-ms-win-core-namedpipe-l1-1-0.dll
md5: 990AC84AE2D83EEB532A28FE29602827 | sha1: 0916F85CC6CC1F01DC08BDF71517A1DC1B8EAF78 | sha256: DBD788B1C5694D65FA6F6E2202BFABB30ADF77EB1973CEB9A737EFB16E9EDAE2 | sha512: F0E4705A6890B4F81B7D46F66CA6B8EE82F647E163BCE9ECAD11D0BBD69CAF4FF3C4F15E0D3F829C048B6849B99A7641861E6CAF319904D4D61A6084F10DA353
bin\api-ms-win-core-memory-l1-1-0.dll
md5: 3940167FFB4383992E73F9A10E4B8B1E | sha1: 53541C824003B0F90B236EDA83B06BEC5E1ACBF5 | sha256: EC573431338371504B7B9E57B2D91382B856AABF25D2B4AD96486EFB794C198E | sha512: 9732ACAA4DB773F4F99F423D9FEAEBB35C197BBD468922348E0AD086F7131D83F6D9714DC7D375183E7CB8920CFE37F3DA19B0041A9063CC60ABE183375B1929
bin\api-ms-win-core-localization-l1-2-0.dll
md5: 23BD405A6CFD1E38C74C5150EEC28D0A | sha1: 1D3BE98E7DFE565E297E837A7085731ECD368C7B | sha256: A7FA48DE6C06666B80184AFEE7E544C258E0FB11399AB3FE47D4E74667779F41 | sha512: C52D487727A34FBB601B01031300A80ECA7C4A08AF87567DA32CB5B60F7A41EB2CAE06697CD11095322F2FC8307219111EE02B60045904B5C9B1F37E48A06A21
bin\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 0C48220A4485F36FEED84EF5DD0A5E9C | sha1: 1E7D4038C2765CFFA6D4255737A2A8AA86B5551C | sha256: 2DD4EBAA12CBBA142B5D61A0EBF84A14D0D1BB8826BA42B63E303FE6721408DF | sha512: E09951785B09F535340E1E6C256DF1919485B4DAD302B30D90126411CC49A13807B580FA2FCD0D6F7B64AAC4F5B5EA3E250B66035A0E2F664D865408C9B43D48
bin\api-ms-win-core-interlocked-l1-1-0.dll
md5: CFE87D58F973DAEDA4EE7D2CF4AE521D | sha1: FD0AA97B7CB6E50C6D5D2BF2D21D757040B5204A | sha256: 4997FDA5D0E90B8A0AB7DA314CB56F25D1450B366701C45C294D8DD3254DE483 | sha512: 40EB68DEB940BBE1B835954183EEA711994C434DE0ABBDEA0B1A51DB6233A12E07827AD4A8639AE0BAF46DD26C168A775FFE606C82CBE47BAE655C7F28AB730B
bin\api-ms-win-core-heap-l1-1-0.dll
md5: FF8026DAB5D3DABCA8F72B6FA7D258FA | sha1: 075C8719E226A34D7B883FD62B2D7F8823D70F1A | sha256: 535E9D20F00A2F1A62F843A4A26CFB763138D5DFE358B0126D33996FBA9CA4D1 | sha512: 9C56FF11D5843BA09CD29E3BC6C6B9396926C6A588194193BA220CFA784B770AB6756076F16F18CFEA75B51A8184A1063EF47F63804839530382F8D39D5CF006
bin\api-ms-win-core-handle-l1-1-0.dll
md5: 18FD51821D0A6F3E94E3FA71DB6DE3AF | sha1: 7D9700E98EF2D93FDBF8F27592678194B740F4E0 | sha256: DBA84E704FFE5FCD42548856258109DC77C6A46FD0B784119A3548EC47E5644B | sha512: 4009B4D50E3CB17197009AC7E41A2351DE980B2C5B79C0B440C7FE4C1C3C4E18F1089C6F43216EAA262062C395423F3AD92CA494F664636FF7592C540C5EF89D
bin\api-ms-win-core-file-l2-1-0.dll
md5: 3F224766FE9B090333FDB43D5A22F9EA | sha1: 548D1BB707AE7A3DFCCC0C2D99908561A305F57B | sha256: AE5E73416EB64BC18249ACE99F6847024ECEEA7CE9C343696C84196460F3A357 | sha512: C12EA6758071B332368D7EF0857479D2B43A4B27CEEAB86CBB542BD6F1515F605EA526DFA3480717F8F452989C25D0EE92BF3335550B15ECEC79E9B25E66A2CA
bin\api-ms-win-core-file-l1-2-0.dll
md5: 79EE4A2FCBE24E9A65106DE834CCDA4A | sha1: FD1BA674371AF7116EA06AD42886185F98BA137B | sha256: 9F7BDA59FAAFC8A455F98397A63A7F7D114EFC4E8A41808C791256EBF33C7613 | sha512: 6EF7857D856A1D23333669184A231AD402DC62C8F457A6305FE53ED5E792176CA6F9E561375A707DA0D7DD27E6EA95F8C4355C5DC217E847E807000B310AA05C
bin\api-ms-win-core-file-l1-1-0.dll
md5: EEFE86B5A3AB256BEED8621A05210DF2 | sha1: 90C1623A85C519ADBC5EF67B63354F881507B8A7 | sha256: 1D1C11FC1AD1FEBF9308225C4CCF0431606A4AB08680BA04494D276CB310BF15 | sha512: C326A2CA190DB24E8E96C43D1DF58A4859A32EB64B0363F9778A8902F1AC0307DCA585BE04F831A66BC32DF54499681AD952CE654D607F5FDB93E9B4504D653F
bin\api-ms-win-core-errorhandling-l1-1-0.dll
md5: D91BF81CF5178D47D1A588B0DF98EB24 | sha1: 75F9F2DA06AA2735906B1C572DD556A3C30E7717 | sha256: F8E3B45FD3E22866006F16A9E73E28B5E357F31F3C275B517692A5F16918B492 | sha512: 93D1B0D226E94235F1B32D42F6C1B95FADFAF103B8C1782423D2C5A4836102084FB53F871E3C434B85F0288E47F44345138DE54EA5F982CA3E8BBF2D2BEA0706
bin\api-ms-win-core-debug-l1-1-0.dll
md5: 879920C7FA905036856BCB10875121D9 | sha1: A82787EA553EEFA0E7C3BB3AEDB2F2C60E39459A | sha256: 7E4CBA620B87189278B5631536CDAD9BFDA6E12ABD8E4EB647CB85369A204FE8 | sha512: 06650248DDBC68529EF51C8B3BC3185A22CF1685C5FA9904AEE766A24E12D8A2A359B1EFD7F49CC2F91471015E7C1516C71BA9D6961850553D424FA400B7EA91
bin\api-ms-win-core-datetime-l1-1-0.dll
md5: 8894176AF3EA65A09AE5CF4C0E6FF50F | sha1: 46858EA9029D7FC57318D27CA14E011327502910 | sha256: C64B7C6400E9BACC1A4F1BAED6374BFBCE9A3F8CF20C2D03F81EF18262F89C60 | sha512: 64B31F9B180C2E4E692643D0CCD08C3499CAE87211DA6B2B737F67B5719F018EBCACC2476D487A0AEB91FEA1666E6DBBF4CA7B08BB4AB5A031655BF9E02CEA9A
bin\api-ms-win-core-console-l1-1-0.dll
md5: AABBB38C4110CC0BF7203A567734A7E7 | sha1: 5DF8D0CDD3E1977FFACCA08FAF8B1C92C13C6D48 | sha256: 24B07028C1E38B9CA2F197750654A0DFB7D33C2E52C9DD67100609499E8028DB | sha512: C66C98D2669D7A180510C57BAB707D1E224C12AB7E2B08994EB5FD5BE2F3DEE3DBDB934BCB9DB168845E4D726114BCE317045027215419D3F13DCFA0F143D713
bin\api-ms-win-crt-heap-l1-1-0.dll
md5: 1776A2B85378B27825CF5E5A3A132D9A | sha1: 626F0E7F2F18F31EC304FE7A7AF1A87CBBEBB1DF | sha256: 675B1B82DD485CC8C8A099272DB9241D0D2A7F45424901F35231B79186EC47EE | sha512: 541A5DD997FC5FEC31C17B4F95F03C3A52E106D6FB590CB46BDF5ADAD23ED4A895853768229F3FBB9049F614D9BAE031E6C43CEC43FB38C89F13163721BB8348
bin\api-ms-win-crt-locale-l1-1-0.dll
md5: 034379BCEA45EB99DB8CDFEACBC5E281 | sha1: BBF93D82E7E306E827EFEB9612E8EAB2B760E2B7 | sha256: 8B543B1BB241F5B773EB76F652DAD7B12E3E4A09230F2E804CD6B0622E8BAF65 | sha512: 7EA6EFB75B0C59D3120D5B13DA139042726A06D105C924095ED252F39AC19E11E8A5C6BB1C45FA7519C0163716745D03FB9DAAACA50139A115235AB2815CC256
bin\api-ms-win-crt-math-l1-1-0.dll
md5: 8DA414C3524A869E5679C0678D1640C1 | sha1: 60CF28792C68E9894878C31B323E68FEB4676865 | sha256: 39723E61C98703034B264B97EE0FE12E696C6560483D799020F9847D8A952672 | sha512: 6EF3F81206E7D4DCA5B3C1FAFC9AA2328B717E61EE0ACCE30DFB15AD0FE3CB59B2BD61F92BF6046C0AAE01445896DCB1485AD8BE86629D22C3301A1B5F4F2CFA
bin\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 19D7F2D6424C98C45702489A375D9E17 | sha1: 310BC4ED49492383E7C669AC9145BDA2956C7564 | sha256: A6B83B764555D517216E0E34C4945F7A7501C1B7A25308D8F85551FE353F9C15 | sha512: 01C09EDEF90C60C9E6CDABFF918F15AFC9B728D6671947898CE8848E3D102F300F3FB4246AF0AC9C6F57B3B85B24832D7B40452358636125B61EB89567D3B17E
bin\api-ms-win-crt-private-l1-1-0.dll
md5: 3D139F57ED79D2C788E422CA26950446 | sha1: 788E4FB5D1F46B0F1802761D0AE3ADDB8611C238 | sha256: DC25A882AC454A0071E4815B0E939DC161BA73B5C207B84AFD96203C343B99C7 | sha512: 12ED9216F44AA5F245C707FE39AED08DC18EA675F5A707098F1A1DA42B348A649846BC919FD318DE7954EA9097C01F22BE76A5D85D664EF030381E7759840765
bin\api-ms-win-crt-process-l1-1-0.dll
md5: 9D3D6F938C8672A12AEA03F85D5330DE | sha1: 6A7D6E84527EAF54D6F78DD1A5F20503E766A66C | sha256: 707C9A384440D0B2D067FC0335273F8851B02C3114842E17DF9C54127910D7FB | sha512: 0E1681B16CD9AF116BCC5C6B4284C1203B33FEBB197D1D4AB8A649962C0E807AF9258BDE91C86727910624196948E976741411843DD841616337EA93A27DE7CB
bin\api-ms-win-crt-runtime-l1-1-0.dll
md5: FB0CA6CBFFF46BE87AD729A1C4FDE138 | sha1: 2C302D1C535D5C40F31C3A75393118B40E1B2AF9 | sha256: 1EE8E99190CC31B104FB75E66928B8C73138902FEFEDBCFB54C409DF50A364DF | sha512: 99144C67C33E89B8283C5B39B8BF68D55638DAA6ACC2715A2AC8C5DBA4170DD12299D3A2DFFB39AE38EF0872C2C68A64D7CDC6CEBA5E660A53942761CB9ECA83
bin\api-ms-win-crt-stdio-l1-1-0.dll
md5: D5166AB3034F0E1AA679BFA1907E5844 | sha1: 851DD640CB34177C43B5F47B218A686C09FA6B4C | sha256: 7BCAB4CA00FB1F85FEA29DD3375F709317B984A6F3B9BA12B8CF1952F97BEEE5 | sha512: 8F2D7442191DE22457C1B8402FAAD594AF2FE0C38280AAAFC876C797CA79F7F4B6860E557E37C3DBE084FE7262A85C358E3EEAF91E16855A91B7535CB0AC832E
bin\api-ms-win-crt-string-l1-1-0.dll
md5: AD99C2362F64CDE7756B16F9A016A60F | sha1: 07C9A78EE658BFA81DB61DAB039CFFC9145CC6CB | sha256: 73AB2161A7700835B2A15B7487045A695706CC18BCEE283B114042570BB9C0AA | sha512: 9C72F239ADDA1DE11B4AD7028F3C897C93859EF277658AEAA141F09B7DDFE788D657B9CB1E2648971ECD5D27B99166283110CCBA437D461003DBB9F6885451F7
bin\api-ms-win-crt-time-l1-1-0.dll
md5: 9B79FDA359A269C63DCAC69B2C81CAA4 | sha1: A38C81B7A2EC158DFCFEB72CB7C04B3EB3CCC0FB | sha256: 4D0F0EA6E8478132892F9E674E27E2BC346622FC8989C704E5B2299A18C1D138 | sha512: E69D275C5EC5EAE5C95B0596F0CC681B7D287B3E2F9C78A9B5E658949E6244F754F96AD7D40214D22ED28D64E4E8BD507363CDF99999FEA93CFE319078C1F541
bin\api-ms-win-crt-utility-l1-1-0.dll
md5: 70E9104E743069B573CA12A3CD87EC33 | sha1: 4290755B6A49212B2E969200E7A088D1713B84A2 | sha256: 7E6B33A4C0C84F18F2BE294EC63212245AF4FD8354636804FFE5EE9A0D526D95 | sha512: E979F28451D271F405B780FC2025707C8A29DCB4C28980CA42E33D4033666DE0E4A4644DEFEC6C1D5D4BDD3C73D405FAFCFFE3320C60134681F62805C965BFD9
bin\Chessie.dll
md5: B5AE1290B559675E28546EB000DB94B0 | sha1: 607A156129BDF9954243802DB35BFCF392EA595C | sha256: 1D7ABADBB1231FCAD053C40F17C5C0931F64F517B8F007D6368E7640D31AC069 | sha512: B8EA6028647C758519A556CA249CCE3E108363C15C34819AF647887FAE147CFFCBD9A809919601DE239C057BC9F1DEBA60AB76034EA639E94372A86260F0F237
bin\clrcompression.dll
md5: C1F3D77DCF72EB30C77D72F98176E2E4 | sha1: A81B8BA26EC6D88E9EDB54792B0EB863662ADE7D | sha256: 5C16387077DCEF21BE0AF16825D9A62022B35637BFF79208C032F915718F354D | sha512: D5D9B7D0AA7167747CB1309A1441742E98D1237BFA8B62D636C30F222C88A39F0A4B6F6E6C391093F911765425BCA9221BC98FF0D551936DE2821AB035CEAB07
bin\clretwrc.dll
md5: D634E0476D983448C0601F6502DF397C | sha1: AFCD614179F941A5F66E28631E2E08A44132A985 | sha256: 5D994CDF384E2B55F6E009E4C84B2187DF36B5374875E2694AB03DDEB6AEC389 | sha512: 7CAF6B5DF3B8A3F669475464E61DC8370AD61070858C95B982B154576EC5660A77181D88ED5833B8278F094F0663349130C2B9E9CF0BFCD9284234CD15999553
bin\clrjit.dll
md5: 404D9BC74AFE337AF1FE3754F6D076CD | sha1: 9EEFC97C9D017441D646C0FF2F1DC8A690CE71F5 | sha256: 658030553869A82883BD70A0736FC01714268CD400AFE9674F286BC6BBE7816C | sha512: EE30644044A76076EEAC8F2801F3086418442B6EE57B4A1E763B1AD02DB0979C74C76F9599ABB3FB41417CAC8A0844F016CC3F7C8D18E3409F5EBB72144CEA65
bin\coreclr.dll
md5: B6DDC29981BD28499C9494377E7AF1C8 | sha1: 754FE6B073B70CF65B70E68B91C158DB432CE965 | sha256: 85E0427DC721D8AC23DED7DC39694C22950991D96367B2F217A0296764DA968A | sha512: 93FAC56EE0E90AEEF4398E65761589A310A3E89E0630A8FF4504C144A5E7B4858A2D55864E2EB68C4CD66A51FACD445711564870A49222CB41EE692B088D6A98
bin\cs\FSharp.Core.resources.dll
md5: 95ABDAD17A11B6F1FFFED18E6535EC30 | sha1: 69299BC2D375DC88BA9D4F4CE1AE136FB283C1CB | sha256: 948DFC04EA6C5650832BF9F8CA500D464594F76D3C66AFEE65BACEBCF4B1885A | sha512: 1EC8CF819977141EB7DB4DC122FBB7FE3FEC4B8DFDBEBBB6E9CE876760ADF3562725AECF28BA0A39A3208A3E3E59F845B767A9CEDE4249D19A7A7DD2608C7638
bin\dbgshim.dll
md5: 73878E5A409DFEBEBCD901977666C7CA | sha1: 9A690854DFC88B2BD81332BE922BFDF3E5E58E64 | sha256: 1638CBFB843BC8F300B131B7CF0B8FDB1FD3F5820EE554DCB12C49B56AA7CA6C | sha512: A0B023337B6E9F7EC06FABED11580162CBECA7CE0CADBD6C9DE57C4C19D097D03D9E543263CDD1269444D8FE9CC9FD1CE1FDA8C7C9C54703950BF4807179EAE8
bin\de\FSharp.Core.resources.dll
md5: 5D2B3C7CB5674AB579FA6113A3EF49DE | sha1: 00F13EAA5E7EEF3F4C9B893B3C824A51414D2B66 | sha256: 9A81512873143FA74CBE015328A78533C40CA060388A0FFF3F6886C26D089B8B | sha512: B0CA123101F9930D26CB5E161FD760517C65E6B946BBBAF36E91AB70E541E3DD6BF630E4575095E4A709175EF4DF6935E30BE576829597C27AF36C4E10674652
bin\en\FSharp.Core.resources.dll
md5: C10BAAA3EA88787ACD9EF6B75FCCD096 | sha1: 8E2F387C5D924864AC27CB4F7E6F3EDE839FC125 | sha256: 9BEDFBFBF96425FAE11CFD0C48E271CA87D41AC6D0316D0519A90A8420F1CFE6 | sha512: 4FBD2C361DBE555CD6B14C91A495EAF8C757D403E348433CC872CEC8816AC52336F219EB5D8992A52F085820470ED96B922961BCA86484F59B44BAB5C37AB1A4
bin\es\FSharp.Core.resources.dll
md5: EC0E45C36E3A31D8B25B997409E2CA13 | sha1: C38804435566E823F38890987C73DF3C961D9C3C | sha256: 13BDC6CEDA2C331FAEF041313FEFC398AEB1EB6DFF4DF4865398208066E32430 | sha512: 77CE76D25DCE219B71E55CE9411B120EA8EB412CC08DAF64FF44388CE1F67453D9E16491FBE84199E7B2A1487477095C2E744EC98CEBB00086E22055EE9FE1FB
bin\Fake.Core.CommandLineParsing.dll
md5: EB4E0FBFDA780B770B502A77DBD0717F | sha1: 16B692DA7346E77D4173FF4020CBD00685A9CF36 | sha256: 503C048F88C00590865CE57B64DE95FC20BD9B885F565D6E16BFB16B3EBDBFF4 | sha512: 0E429D2F444DB79488F7EAAA6126DDEA2B3ABDBF65C06B65C31BFF7898B83D81715F100444EB31791DBF102BF667340271162EA440FDE21D3103570B443BC817
bin\Fake.Core.CommandLineParsing.pdb
 
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": "7d2702d0884e68275957769553235031e467653e"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {},
    ".NETCoreApp,Version=v2.1/win7-x86": {
      "fake/5.13.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Core": "4.6.2",
          "Fake.Core.CommandLineParsing": "5.13.1",
          "Fake.Runtime": "5.13.1",
          "Microsoft.NETCore.App": "2.1.10",
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Mono.Cecil": "0.10.3",
          "Newtonsoft.Json": "12.0.2",
          "Paket.Core": "5.203.2",
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Net.Http.WinHttpHandler": "4.5.3",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.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.native.System": "4.3.1"
        },
        "runtime": {
          "fake.dll": {}
        }
      },
      "Chessie/0.6.0": {
        "dependencies": {
          "FSharp.Core": "4.6.2",
          "NETStandard.Library": "2.0.3"
        },
        "runtime": {
          "lib/netstandard1.6/Chessie.dll": {
            "assemblyVersion": "0.6.0.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "FParsec/1.0.3": {
        "dependencies": {
          "FSharp.Core": "4.6.2",
          "NETStandard.Library": "2.0.3"
        },
        "runtime": {
          "lib/netstandard1.6/FParsec.dll": {
            "assemblyVersion": "1.0.3.0",
            "fileVersion": "1.0.3.0"
          },
          "lib/netstandard1.6/FParsecCS.dll": {
            "assemblyVersion": "1.0.3.0",
            "fileVersion": "1.0.3.0"
          }
        }
      },
      "FSharp.Compiler.Service/28.0.0": {
        "dependencies": {
          "FSharp.Core": "4.6.2",
          "System.Collections.Immutable": "1.5.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Runtime.Loader": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1"
        },
        "runtime": {
          "lib/netstandard2.0/FSharp.Compiler.Service.dll": {
            "assemblyVersion": "28.0.0.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "FSharp.Core/4.6.2": {
        "runtime": {
          "lib/netstandard1.6/FSharp.Core.dll": {
            "assemblyVersion": "4.6.0.0",
            "fileVersion": "2019.2.13.3"
          }
        },
        "resources": {
          "lib/netstandard1.6/cs/FSharp.Core.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard1.6/de/FSharp.Core.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard1.6/en/FSharp.Core.resources.dll": {
            "locale": "en"
          },
          "lib/netstandard1.6/es/FSharp.Core.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard1.6/fr/FSharp.Core.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard1.6/it/FSharp.Core.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard1.6/ja/FSharp.Core.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard1.6/ko/FSharp.Core.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard1.6/pl/FSharp.Core.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard1.6/pt-BR/FSharp.Core.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard1.6/ru/FSharp.Core.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard1.6/tr/FSharp.Core.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard1.6/zh-Hans/FSharp.Core.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard1.6/zh-Hant/FSharp.Core.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.DotNet.PlatformAbstractions/2.1.0": {
        "dependencies": {
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "2.1.0.0"
          }
        }
      },
      "Microsoft.NETCore.App/2.1.10": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.1.10",
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x86.Microsoft.NETCore.App": "2.1.10"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.1.10": {
        "dependencies": {
          "runtime.win-x86.Microsoft.NETCore.DotNetAppHost": "2.1.10"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.1.10": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.10",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "2.1.10"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.1.10": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.10",
          "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "2.1.10"
        }
      },
      "Microsoft.NETCore.Platforms/2.2.0": {},
      "Microsoft.NETCore.Targets/2.1.0": {},
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "Microsoft.Win32.Registry/4.5.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.5.0",
          "System.Security.Principal.Windows": "4.5.1"
        }
      },
      "Mono.Cecil/0.10.3": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime.Extensions": "4.3.1",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Threading": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.3/Mono.Cecil.Mdb.dll": {
            "assemblyVersion": "0.10.3.0",
            "fileVersion": "0.10.3.0"
          },
          "lib/netstandard1.3/Mono.Cecil.Pdb.dll": {
            "assemblyVersion": "0.10.3.0",
            "fileVersion": "0.10.3.0"
          },
          "lib/netstandard1.3/Mono.Cecil.Rocks.dll": {
            "assemblyVersion": "0.10.3.0",
            "fileVersion": "0.10.3.0"
          },
          "lib/netstandard1.3/Mono.Cecil.dll": {
            "assemblyVersion": "0.10.3.0",
            "fileVersion": "0.10.3.0"
          }
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0"
        }
      },
      "Newtonsoft.Json/12.0.2": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "12.0.0.0",
            "fileVersion": "12.0.2.23222"
          }
        }
      },
      "Paket.Core/5.203.2": {
        "dependencies": {
          "Chessie": "0.6.0",
          "Mono.Cecil": "0.10.3",
          "Newtonsoft.Json": "12.0.2",
          "System.Net.Http.WinHttpHandler": "4.5.3",
          "System.Security.Cryptography.ProtectedData": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/Paket.Core.dll": {
            "assemblyVersion": "5.203.2.0",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {},
      "runtime.native.System/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "runtime.native.System.IO.Compression/4.3.2": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.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.10": {
        "runtime": {
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/lib/netcoreapp2.1/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.27514.2"
          }
        },
        "native": {
          "runtimes/win-x86/native/API-MS-Win-core-xstate-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "runtimes/win-x86/native/System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x86/native/clrcompression.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/clretwrc.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/clrjit.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/coreclr.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/dbgshim.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/mscordaccore.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/mscordaccore_x86_x86_4.6.27514.02.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/mscordbi.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/mscorrc.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/sos.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/sos_x86_x86_4.6.27514.02.dll": {
            "fileVersion": "4.6.27514.2"
          },
          "runtimes/win-x86/native/ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.10": {
        "native": {
          "runtimes/win-x86/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.10": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.10"
        },
        "native": {
          "runtimes/win-x86/native/hostpolicy.dll": {
            "fileVersion": "2.1.27514.1"
          }
        }
      },
      "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.10": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.10"
        },
        "native": {
          "runtimes/win-x86/native/hostfxr.dll": {
            "fileVersion": "2.1.27514.1"
          }
        }
      },
      "System.AppContext/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Buffers/4.5.0": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.0": {},
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.5.1": {},
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.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.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Diagnostics.Tools/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Diagnostics.TraceSource/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.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.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.IO.Compression": "4.3.2"
        }
      },
      "System.IO.Compression.ZipFile/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.5.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Memory/4.5.2": {},
      "System.Net.Http/4.3.4": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Net.Http.WinHttpHandler/4.5.3": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll": {
            "assemblyVersion": "4.0.3.2",
            "fileVersion": "4.6.27514.2"
          }
        }
      },
      "System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Numerics.Vectors/4.5.0": {},
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.Metadata/1.6.0": {},
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Reflection.TypeExtensions/4.5.1": {},
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0"
        }
      },
      "System.Runtime.CompilerServices.Unsafe/4.5.2": {
        "runtime": {
          "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.4.1",
            "fileVersion": "4.6.26919.2"
          }
        }
      },
      "System.Runtime.Extensions/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1"
        }
      },
      "System.Runtime.Loader/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1"
        }
      },
      "System.Security.AccessControl/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.Security.Principal.Windows": "4.5.1"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.Cng/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Cryptography.Primitives/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.ProtectedData/4.5.0": {
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Security.Cryptography.X509Certificates/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Cng": "4.3.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        }
      },
      "System.Security.Principal.Windows/4.5.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "System.Runtime": "4.3.1"
        }
      },
      "System.Threading.Tasks.Extensions/4.5.2": {},
      "System.Threading.Thread/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1"
        }
      },
      "System.Threading.ThreadPool/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.1",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Xml.ReaderWriter/4.3.1": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.5.2"
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.Extensions": "4.3.1",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1"
        }
      },
      "Fake.Core.CommandLineParsing/5.13.1": {
        "dependencies": {
          "FParsec": "1.0.3",
          "FSharp.Core": "4.6.2",
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.Compression.ZipFile": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Net.Http": "4.3.4",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.5.2",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1",
          "System.Xml.XDocument": "4.3.0",
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.IO.Compression": "4.3.2",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        },
        "runtime": {
          "Fake.Core.CommandLineParsing.dll": {}
        }
      },
      "Fake.Core.Context/5.13.1": {
        "dependencies": {
          "FSharp.Core": "4.6.2",
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.1",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.Compression.ZipFile": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Net.Http": "4.3.4",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.5.2",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.1",
          "System.Xml.XDocument": "4.3.0",
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.IO.Compression": "4.3.2",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3"
        },
        "runtime": {
          "Fake.Core.Context.dll": {}
        }
      },
      "Fake.Runtime/5.13.1": {
        "dependencies": {
          "Chessie": "0.6.0",
          "FSharp.Compiler.Service": "28.0.0",
          "FSharp.Core": "4.6.2",
          "Fake.Core.Context": "5.13.1",
          "Microsoft.DotNet.PlatformAbstractions": "2.1.0",
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.1.0",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.5.0",
          "Mono.Cecil": "0.10.3",
          "Newtonsoft.Json": "12.0.2",
          "Paket.Core": "5.203.2",
          "System.AppContext": "4.3.0",
          "System.Buffers": "4.5.0",
          "System.Collections": "4.3.0",
          "System.Collections.Immutable": "1.5.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Process": "4.3.0",
          "System.Diagnostics.TraceSource": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Memory": "4.5.2",
          "System.Net.Http.WinHttpHandler": "4.5.3",
          "System.Numerics.Vectors": "4.5.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.5.1",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.1",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "System.Runtime.Extensions": "4.3.1",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Loader": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.AccessControl": "4.5.0",
          "System.Security.Cryptography.Algorithms": "4.3.1",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.ProtectedData": "4.5.0",
          "System.Security.Principal.Windows": "4.5.1",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "runtime.native.System": "4.3.1",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.1",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.3",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
        },
        "runtime": {
          "Fake.Runtime.dll": {}
        }
      }
    }
  },
  "libraries": {
    "fake/5.13.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Chessie/0.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EzfvxiU+b9WmW2C1Q4Ns2AX2IAq6I6n8P+Lv4gzKmeDoj8FD+goHLMqwoaE08E91nQwlEzxd9iwkdwf5E5YGCQ==",
      "path": "chessie/0.6.0",
      "hashPath": "chessie.0.6.0.nupkg.sha512"
    },
    "FParsec/1.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0VoZapcSUHsNCixYawx8RFZHJMRVykaKsks5OOUXRP0bZCpr7UCP6kIjbVFGHIqqBGPtICUMy7j521sH0ZcmrQ==",
      "path": "fparsec/1.0.3",
      "hashPath": "fparsec.1.0.3.nupkg.sha512"
    },
    "FSharp.Compiler.Service/28.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MfJqKuh8EpplGkau3PjSkSDL0ALOWc38zAqjA3pxW6qJjTDXzjqIryk+z3U2ZMJk3NBwxT/xaSoKK/ChZWD7dQ==",
      "path": "fsharp.compiler.service/28.0.0",
      "hashPath": "fsharp.compiler.service.28.0.0.nupkg.sha512"
    },
    "FSharp.Core/4.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/waJ3a7u7MjFOGnXOfokbG1N1FH7VCmP3Fw1tJ8Q75kIj60LYBL3eYzab9hDimL5E21uhQ/1wf04M3dRAYemlw==",
      "path": "fsharp.core/4.6.2",
      "hashPath": "fsharp.core.4.6.2.nupkg.sha512"
    },
    "Microsoft.DotNet.PlatformAbstractions/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-l80daRB3jpY6ZTmcOx6xn4ewHu5ttcHH3gwZRisFRZ0sko3jbL3KgOVw/hHt/1cfAFTc+upMyyJ2nXS+9fDXRA==",
      "path": "microsoft.dotnet.platformabstractions/2.1.0",
      "hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512"
    },
    "Microsoft.NETCore.App/2.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-dBfbUfZmIuIQFRM035oMLhWIEGcutMNJGkhQ27rm/bX0cBoAWmaxYtfRfgtneLV7dg+VfrAljX/PG4IgRSj8wg==",
      "path": "microsoft.netcore.app/2.1.10",
      "hashPath": "microsoft.netcore.app.2.1.10.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DG8kaCpxMsS940PnL1hnk0RzauA2xi5S5JXZr3hSgUzQxcA/P4s+rrawcxSSimfQx7tcba983bQt8YOeNrzhRw==",
      "path": "microsoft.netcore.dotnetapphost/2.1.10",
      "hashPath": "microsoft.netcore.dotnetapphost.2.1.10.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Jo3ow4v6DuM+k459bv2bzIqYhcbBBguRUdhnVJlAQI86fD1g15kIkGmTYYb+bAiy4LttgmL4j+sUOr1wfctZwQ==",
      "path": "microsoft.netcore.dotnethostpolicy/2.1.10",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.10.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kDBEtOxg466DPbBapLpiXWCBRwA6OdXaAwY5b8DM+Y46JX16oZAJgYWKsk2VDderA8LPo/A6A2a8HL3wIXkdLw==",
      "path": "microsoft.netcore.dotnethostresolver/2.1.10",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.1.10.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-H8pTdoD3b/QDxckx+CoFs28CHCfa6QidqsYRpoU57xmBgUdJbMdmHMRjBqJXABmiqYqFlnNyE+tXYKaPUwLoTg==",
      "path": "microsoft.netcore.platforms/2.2.0",
      "hashPath": "microsoft.netcore.platforms.2.2.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fWrBexEXTh54IyG6IIPah8u56XYnP6I8KmuaVEQouAYwnhRA7KuTd+zbndcRoiRTNB300G3DSgjlmJX6OhQPBw==",
      "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-hMpUJ/gOARvwDg0uxogwL5TDc9pFZByKs5bavOl+yRXUoJgLXhVAEB6IaU02YOIvcYpQYbn8FFeVKpuMIMlD4g==",
      "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-rGLLBJrAxEcXSfcw0/0uF/YS3DmHiLGZ1PxEiZktGTjENfvceCNvLCkJm2o4rkqJ9XO4F8qieeT18PJ3O76gOQ==",
      "path": "microsoft.win32.registry/4.5.0",
      "hashPath": "microsoft.win32.registry.4.5.0.nupkg.sha512"
    },
    "Mono.Cecil/0.10.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sE0q+bj5YC3X9FuFCXv0R0suoldVGXiuUls8mtXuBwDw1LeQ39pOKFyrDiEkoxCh4tNHH/luNB6DgZZnMZlEeA==",
      "path": "mono.cecil/0.10.3",
      "hashPath": "mono.cecil.0.10.3.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-e7PW8zp/hK7l32GkDrJFQIw6g6f92J68XAwjY89dBCmH9gepDkhRcGpJeeTw2HRANQ8yDDr3zY7JCHRVAdH1qA==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/12.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
      "path": "newtonsoft.json/12.0.2",
      "hashPath": "newtonsoft.json.12.0.2.nupkg.sha512"
    },
    "Paket.Core/5.203.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0QyQeF6OIj+gys6ec9zLwTLFin2vkSvwtMW+m1Z5IRs33xE3YSlknuBqoG0qPDHJlU4APF+P1L0VcfOHUO0uMg==",
      "path": "paket.core/5.203.2",
      "hashPath": "paket.core.5.203.2.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nX9qygIJEIcbqgLxn2UkTdhntbtAZMy1rFJFpQwmAKfSVmbiOyP2aBsYruqoyXd60mEY1r62GH61eRrDHv9W+g==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-haFsIJjrr3MKnV6IOUtIKtxuRDHBDRNsirHfLAAosyXnumvFV6JazKzOjw9vS0xhcsQ2G50aH0uhnhbE+LQI4A==",
      "path": "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.debian.9-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mh+syrTYDEjxkF42OsEye6QBXmXIlJoBVccUH7cEcH/930gdN3cxoErvII1qOl5wNT5b35zjn1b+NM6snkbPzQ==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P0ZdJMkz6+jYSkKNAIhJrjnWoOqaLzaQAVPGGZtl+hv5Y7vGERijFN0naQvt8oUYo0GNW17FE5LrF0GYIzRsQw==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eIOUHknYWY5dBfSNvXdb+dcpWjUUXCeJkPqYXFbwGUVGIsKOL4olsBDh89bAJ+yzNI9dJ48byqGiciP1+1rWKw==",
      "path": "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.27-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AfXhN7JGrORLFsyrWw+wYjSM5ZCiuZNvVM2nCs6GQj1Bd76S1XVEb0QYdBs1zmJCA/6SLpva1Z0gsq+yRkBGDw==",
      "path": "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.fedora.28-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.native.System/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-K4T2HBcp48al2HPSQI07m4uBaFoiRqYeGKouynd7VnOdqQJUPVPMiqeXCgJqlCTiszxLmOlDEnKewdr2JOMTMA==",
      "path": "runtime.native.system/4.3.1",
      "hashPath": "runtime.native.system.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.IO.Compression/4.3.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LdyvCnD5/1nQvtYaf6d55s9iRiGLHJe1J6uIrbRHzYtb8WenKbY8jmxK3n+iMouaxW0FeGwwHWhPX9X2muEcKg==",
      "path": "runtime.native.system.io.compression/4.3.2",
      "hashPath": "runtime.native.system.io.compression.4.3.2.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
      "path": "runtime.native.system.net.http/4.3.0",
      "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UPrVPlqPRSVZaB4ADmbsQ77KXn9ORiWXyA1RP2W2+byCh3bhgT1bQz0jbeOoog9/2oTQ5wWZSDSMeb74MjezcA==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FuVY2W6sG06iFgIEiq4JBc0eiKPgngORC/0RIjbnuZ5UcuNldHydI6RoSbd4nUm3+Ym0kQJME6cctGiu42dzAA==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OiGxTllkvmr0S9SFBXjR1ZCczQpedFcnKVn6YJKwfMMBaBEkMiik1g90BbYTF6tRc92v3J6cWjxlbnhu60Xr9w==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aISf7xuDGogsHDqRLcPE3q5jRy9HymVFNmh+YRamQWswUON6z7TaYkAYyjR6h11dPkZIpDqne2DiWbCkmiA/+Q==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hryFGDbBmUzgrLeixq92mqZjNf4T6RscqVk7tD0A637BSjeXKrEwPx4k7PM/ac2FtwioIMThfcDT9Y0/T1xn/w==",
      "path": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t15yGf5r6vMV1rB5O6TgfXKChtCaN3niwFw44M2ImX3eZ8yzueplqMqXPCbWzoBDHJVz9fE+9LFUGCsUmS2Jgg==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.1",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fZz1BHl021f+EJ19SnpSHoy4h2n+zsdetXq9VQvBOEczKrkdJF5cnPOh0NJnhB02JoWxMQkzWs+MbKibV2wZyQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rb3K1Je3t1jzGRzVbTqpo8PobjCWrKlChIp1W6B8zVl48UcpxhrvFjekXSz5cKka1xXDWi1JQyx3RVpb2RAmaA==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4UfextKfel7N1U8Y43MtfxV4hsFe1FBJiBcQos2AB62ZWBO1DiQJKRvDEzvDz7mgyuql+CAgi3sXMuwrFkYkJA==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RVjz+XmCta7gpUlpKZTvnRKMKoceMm8H6880KOVRVv3aWbZVoijcSwgNGslU3lQGn31jPu1dP0CBgpGOuI+wBg==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oVVTltrB7gcY8RiJefq4h8G6cS7/ttw0lJl2hBALgMNuBNTMKq08+aGJ8udivyGbN/iwg8HR8Q0I5Gn5ZlJznA==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SgBZ1sWIbOuIK/oJLSn3aetJfLk3PwBTAkz3iKdS5W1QsvEc6Kf7l8pSwQpif6A91UMaIG1eKquUXIxobdeQLA==",
      "path": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl/4.3.3",
      "hashPath": "runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography.openssl.4.3.3.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.App/2.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z4HidJtFh+/ovK5ZPU3g2HwDuU+ngCvhojwUuW9KjaxgTre+j2VriTt6vAefVlmORrWN3LxUfFn2KGPVFP3dEQ==",
      "path": "runtime.win-x86.microsoft.netcore.app/2.1.10",
      "hashPath": "runtime.win-x86.microsoft.netcore.app.2.1.10.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vH/lDPKdTILC0EdnbJ6yRIc64XsMw1JrEWAnj7ArfK9fuyy48nDb+5URQ7hxuXiFUmqfEiMePEXM0XSzyXDZYQ==",
      "path": "runtime.win-x86.microsoft.netcore.dotnetapphost/2.1.10",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnetapphost.2.1.10.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t8Is2oaGpqYfWtuGu1C8o16YyjWcaDA4za6/oKYkJLvjv/+K+3C6L2oXCSmUjdc8l85SyLJ1AXYA1rTpJvvyqg==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostpolicy/2.1.10",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostpolicy.2.1.10.nupkg.sha512"
    },
    "runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yPPMg/fUPpLdacQG6s2EkOYXmnHva88rLejfvxjbvEU/ssT1AcFWZDEq8LzmwuOavYyGED8AZF2xnYAg2ncFHg==",
      "path": "runtime.win-x86.microsoft.netcore.dotnethostresolver/2.1.10",
      "hashPath": "runtime.win-x86.microsoft.netcore.dotnethostresolver.2.1.10.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bjlbi5+T0CXlaRQDaY721zOWj3sywwDyV+/37asE88Rk/jW+XLxRF+MG17JQA/1OFeDsetC3cn4GRtDOOHckdw==",
      "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-uz17VQllKS7AhpoUA8KayFR9hZX7fQbeIF2L9O+9Df+zlN4UcLJWfF20TWKHaEzNeBNIsfUH1U2ZC/cPL3Vz2w==",
      "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-kc/NhThxUfT8oUMjPSMJ97f5C17Cgms9XpFOnJtIj505gEOl31H7+fGNawctrQGMOLA4lLaIMdJJ6HY7TFqkeA==",
      "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-kCVnbP0nWHaS9LNX63rVomDlBHkObBGxtKzaBlqy/U5qPj/A7ZQFE/2FDSxy+WZTh6Ub3wiL/Qm8Ju72iHDQyw==",
      "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-8V+c3rOMQDvSc4T2vIJ6yglW2L6nouib2NSJXEgVSAu/NhyFjz/a70hmbi0Tz0ccaZzuDIqSGWc+t3IMk64kIQ==",
      "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-/tjeVtal/t/XhzcZaJSu31+KGwt4joC3hHWHO9qxM7Dvn2RqyWiOqSq0JIYjZ+2nPyRODr4+aPL+TrCmakxwOA==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zCno/m44ymWhgLFh7tELDG9587q0l/EynPM0m4KgLaWQbz/TEKvNRX2YT5ip2qXW/uayifQ2ZqbnErsKJ4lYrQ==",
      "path": "system.diagnostics.diagnosticsource/4.5.1",
      "hashPath": "system.diagnostics.diagnosticsource.4.5.1.nupkg.sha512"
    },
    "System.Diagnostics.Process/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OOBKyui2sXN0YJoajfaYtT1IolNe28R/89vqdimoFvh5qvFJ0QBRWyLBhiuRNFK1wKUHl0rj96ahg2j7ykRgaQ==",
      "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-CG/YtPfwNPaTCN34+xk0QlK9BPIyzlCBIIUTb+u8y0NuWo5vacjW66eFOTFdtVJ7B1mzS2bT58RbJjQz8/7EGA==",
      "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-v38/P6mMZoXKdOhFMe0Flk7aelJN2CxD6o7JcN10wNOpXLoGX0SuLU1WBn+Zssh8LZ4bdJIeJEuiaRjJ+NFMEw==",
      "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-V48pqgl/yyMd4e8j+GFLrZLQ/P0F9s1yb1J0Rbdv4fcu087LGzxfDFJplzfl4hf8hOL7/ycCwNyqYHq6/AtlaQ==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HeCXHemKi36CW93vXjoBgokJvpfnSdI6J4zHn4QFW1u8iA4L2FL+Ej0SsFsCFmm9Pb7XufAZdq/zxYjqeaQ+FQ==",
      "path": "system.globalization.calendars/4.3.0",
      "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P4Kdrvtzl8yJsjQGNnMnK507Y0QPoUiHnvDY6D8I2q9ii22Bx6aU/fa6X/OVLSHKsnEEUGL9Zfacukz3sPOlaQ==",
      "path": "system.globalization.extensions/4.3.0",
      "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uD38K64rLz+RuI/vg16OjdyjaiyaeOjU/HwlsNJvwQ0+U8vgOqqR9c18YZSB9Qp4y7s7LCMuIm2UJvQ/y9fbmw==",
      "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-3PrdscYoPE0P1Cr8CkDoyxyOfHVhjuvr0AEqfXTjrXqj0hKywMgO87Q37Bpqp9ksrllqAKWIbTUucJi5GUOL9A==",
      "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-+XhbrYFCF6Z0EOKTzJ/fsEzj3I32CwnoXps+yHT+/hgV0xKxFQH+Mw7RYtJFomnZLd51LguhRh/qIdR4fuZ9hw==",
      "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-363hbYb/sIrZQN+MPZFnK+WvByXBufijl1XJq/LijU/yUYtg/INU0tmL5K1Kbspq27ZF4oyk0Hj97pyPIUC0JQ==",
      "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-s775WA+47Qy9Hv1CY4eLOY2pxl9VdMhl5c5Hq/cjPtTxNWoNbgRiQb3Ifp/VwVc/W++Pgv2Ys5O5FW1OlFsGxw==",
      "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-RvIQ4TCzU35J6EoinAt8EIsspgpDXzGd9CBuWX5nGA8G3CW9grXk8AyC6ChXWGsjlY5Aptew0EQ4S8Q53nqgQg==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Memory/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fvq1GNmUFwbKv+aLVYYdgu/+gc8Nu9oFujOxIjPrsf+meis9JBzTPDL6aP/eeGOz9yPj6rRLUbOjKMpsMEWpNg==",
      "path": "system.memory/4.5.2",
      "hashPath": "system.memory.4.5.2.nupkg.sha512"
    },
    "System.Net.Http/4.3.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==",
      "path": "system.net.http/4.3.4",
      "hashPath": "system.net.http.4.3.4.nupkg.sha512"
    },
    "System.Net.Http.WinHttpHandler/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zRhy2QbIDR/Dutdih1iM2Ce1XWTw8EHz3Kc5whx4PnWn4bHdAzHS+O2QVMOM2dGsmNMC0fDHG3ngRUC4VBUpvA==",
      "path": "system.net.http.winhttphandler/4.5.3",
      "hashPath": "system.net.http.winhttphandler.4.5.3.nupkg.sha512"
    },
    "System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9qlSe5PJozA4hqPZVxDcMr7MgCHcRK1CgnDPj0y60VHZRE7hwXXgFQpX8Ab/Gw+S8+ULHFjOfE6gt4rQYGpp1Q==",
      "path": "system.net.primitives/4.3.0",
      "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
    },
    "System.Numerics.Vectors/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NQLZOy5gTslBd0gLxC+a1LyxFT9S7SGYrtHSf1D73debsO7bKq/sUnOnCmlOkv8GiYI3VcRh+/BSENq7iLiANg==",
      "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-bM/g0WUBYEqcRxEXHNCcyjpO+QjyBdlpMm1cdj4nPtiLw8mxe73udx1LnVKXe1AntEmUV3h/OYr4hM6jYhFySQ==",
      "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-cR+5QVe3adQVnoA7/K0I+9BxAp5w+5ZL3H/bXQwWUpLJxLp60PXwgp7f6vUxaooSeYLDP/S/KqU34LalVZ5iJQ==",
      "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-CY/6xt8MUtvIERHKH+t1TykF0tRCMrANoi+vYi7QvBuKu4qfTpdrgpjhMNYBuFMjeEZ8gmB5rGvNzoWZkci6BQ==",
      "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-akOgK5znLpJPp/YQPukb+SYoDGtHzcA1UAtHV2SxUKg8Si5IvbfRRCreHPpPFuJ00COZokh1Wbru6O74Y8y+8g==",
      "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-kFzmvAdTWslrKEphfbE7VVAm3lfAoRS0ee4Gqednw0LMKg0eJ1pivRSM7Z7k45gs/UyGZl4l1lLe4ebkasje9w==",
      "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-S9B/bgkhDNF6Ywf9PT31kmtYLoLfsIJcX7yMimZohLlBdKWcjtg957Ln58AYtojj3j+qp+sifyf9PSQsxZPlNA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fO8GMEkgoKioJ7cglZbhcnBgkCWWn9poS3G2jevS+fuwW9xJXMx7/1kr7dkwOJfo0pWqxLFWVcxlOr+WeK5ipA==",
      "path": "system.reflection.typeextensions/4.5.1",
      "hashPath": "system.reflection.typeextensions.4.5.1.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/nCQFdm279T4rV0KpvaAU0/Mia0Oyx5Ft8EDThyHeBXxPN7OjpoPXTXmvUvZu1St6ESR+SUpQaWLBG5Mf+PeAg==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==",
      "path": "system.runtime/4.3.1",
      "hashPath": "system.runtime.4.3.1.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==",
      "path": "system.runtime.compilerservices.unsafe/4.5.2",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qAtKMcHOAq9/zKkl0dwvF0T0pmgCQxX1rC49rJXoU8jq+lw6MC3uXy7nLFmjEI20T3Aq069eWz4LcYR64vEmJw==",
      "path": "system.runtime.extensions/4.3.1",
      "hashPath": "system.runtime.extensions.4.3.1.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rli2R3+qjx1AaSizJUVk2Ccb5/LMHTq+ynhzDpBPDxnQg5+MbwXEhxH2AsJLWCqmAwWRQ+fKHgveuQHxTimstg==",
      "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-swBYF1X2gHzc55KuGmlieFFmrlO1A+FcWLGo5fFNxLnUKCoSbs1uVLccSXYAGaNtmwco8pjjRpAQqz7DUsy0bA==",
      "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-oKhfcsMgOMAS0AqCEfjLDQN/LASyqwhbojkoOnCJL53JugPgwPWG18zEhgcnDkXAsvjd6Fmsni6sGeSeWH+HUw==",
      "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-1uvRHdssf9JlBequYckKmOdXO3B7EfSg5I8FAcsgJzFeLzHzzyRLw6tw5LRT/c5cqSgRYwFt90Hpi67NdRx0nA==",
      "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-8cCEAaFs8yfwHYr4OurjazEel77XS/VodjlPRxBqvcXxMnZIc9e+a2CCPMweemegm6hX18jfcr894NPW1jgzmg==",
      "path": "system.security.accesscontrol/4.5.0",
      "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DVUblnRfnarrI5olEC2B/OCsJQd0anjVaObQMndHSc43efbc88/RMOlDyg/EyY0ix5ecyZMXS8zMksb5ukebZA==",
      "path": "system.security.cryptography.algorithms/4.3.1",
      "hashPath": "system.security.cryptography.algorithms.4.3.1.nupkg.sha512"
    },
    "System.Security.Cryptography.Cng/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
      "path": "system.security.cryptography.cng/4.3.0",
      "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZfawMUcz1ZiHLl2X3ab5Gt8mAs/YfXPfm03cQAI7m/3afBWWJwoWkCHwka2Kf0yyVaHlALGMOSTwjfIzRW1poA==",
      "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-Gz5xnFHhh3kFO+BS0jIwJ9tQR1cJuh1LHWRMSnoOYR3cMgQzDxyZzmQR0IioSsj2zA7vOKoiSXj0w2hz/1XECA==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
      "path": "system.security.cryptography.openssl/4.3.0",
      "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Q5beFWCcF4dceiirvqLi2BFpn3WDZ4DivQTs7NRhtrSP0DKrpCG6fftC6kP1OFYa4h6N/f/68Ib/P6eom5d7FA==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
      "path": "system.security.cryptography.protecteddata/4.5.0",
      "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
      "path": "system.security.cryptography.x509certificates/4.3.0",
      "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.5.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-L3R/xk1s+AJB/ZRrwXyjXMmKp+RNgLP92LSidWEM0iCouznJoiiBloDCxRTjmo8hTDAKSWaMrltsttUzg1RhjA==",
      "path": "system.security.principal.windows/4.5.1",
      "hashPath": "system.security.principal.windows.4.5.1.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JaEq8Eo3QQWzbwK9s7NO+OihgdVJ6MC+W4MFb1+u1s3A9Ab7usJs+wDBcsUZRV4l7pNHo8qCF4qbSgiUwmhDiQ==",
      "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-66Ahao+rLFeeSdhgxiY6deQzMRMqEwNxteWwtFq4Yk/3aqHBpTXalCDtlIIMtlCy9Nzb1o86wjrBiape9x8lfA==",
      "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-cxQRXDbzdNCTjyjlO7TMt5IeGMu66/9i2sCoLdF3lmNQ8Sb6CNGhDrGEvcam2VOe4oUQ8DobJhSndjNH7ldMAA==",
      "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-QvdxbhxqNeOdn40+jUHcTTQEmqnVJviyXYDPhNC5kOZHStelImUx8DLuSVumMrYqWIEluyb1GUcaIThPPVvsYQ==",
      "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-yDas55nO9ukf+fBN6R1xqvjggoBAl5djbbd6AQY3Uk6mZO/RKrLLzb/vCqBheAZ+G/pVvdi1ddqx9h8LtkYpZw==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BG/TNxDFv0svAzx8OiMXDlsHfGw623BZ8tCXw4YLhDFDvDhNUEV58jKYMGRnkbJNm7c3JNNJDiN7JBMzxRBR2w==",
      "path": "system.threading.tasks.extensions/4.5.2",
      "hashPath": "system.threading.tasks.extensions.4.5.2.nupkg.sha512"
    },
    "System.Threading.Thread/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hOa0Xi0JgO62k0PDG2qJILGCxvj2C8VtWxEz9YjaHONQI8iELYdWaAW07EcobaQ14YI/ULev5DJJzJN1/eGiog==",
      "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-exFnNIE1F4lR2tQrbJtEH/oLHUrgidHiSTpqIzYFpqzw4E9ykZzrbkaFMYN1DpSRukubxOaHIrM8cprx8ISS8w==",
      "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-pv8rzkS2UqqjNob8edacUWqZBY2Rj74Tv4B0jPoMFTdtqXjyrF3JqnumF8gKNu/BrmZXAzzqc9lDI8IecGKh/A==",
      "path": "system.xml.xdocument/4.3.0",
      "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
    },
    "Fake.Core.CommandLineParsing/5.13.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Core.Context/5.13.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Fake.Runtime/5.13.1": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
bin\Microsoft.Win32.Primitives.dll
md5: D939B2556729C964D34937E1019FB8B0 | sha1: 47A8AA46F6B519345862968F95ED7E899E0B96A6 | sha256: 4CD69A8A71AD801FCC6119022D0F0040A4D7DC087F7C68AE2F2E407ECBF75CEA | sha512: 45F864240D17ACBB6CAC554C667DC6DD018D4F88E0D65E51E1A4F081051AFF9D091F89C5CA6721EE468ED8787E2F617639F31B142DFB1439462E3BA4A8A5BF83
bin\Microsoft.Win32.Registry.dll
md5: CAFAEC6DC6D9DB0A1F0063F564C7281C | sha1: 7FC18B67CAA39029EF77E41CB75C0F04FA308D43 | sha256: 82A88AA07D7B5B54228888406B5400821F44948CFD8A18BDBAF136F5D5C1E648 | sha512: 1800F73B71AABCB445914EA361A943DCF0CD86B9CB71ED46E1ABD10B689FD75B094EFA0E7EF9DA4C699F3DE236A2A00EE756DE88420FBB5FFB5C8EED48985BFA
bin\Mono.Cecil.dll
md5: A8CE432B7966B73FA105B415928412AF | sha1: D154C2FC749761F02468BD756C60CEB5F5E1479E | sha256: 978AE4706A8F7076AA483E8311C8EA7E562A83C2EF4071FF9D8180214F8CF05C | sha512: 12119FA54138A0F261E5C89E0716A167F1653517E9584D5300043AEAE9CDC62F9DAB31B01A5507EA8C6488EE7D19516B67EE2EFC6752DEAE88C93857971F6A68
bin\Mono.Cecil.Mdb.dll
md5: 4841E994E2DD090E1623541B25991568 | sha1: 3F6B5DB48D0FABA3EC4E89203958BB4A3473A4B0 | sha256: 1A6D97FD41642996FD21D78CE11EC9AC14DF396B6F71891D9C2A02E04A14D455 | sha512: C253CC33FE8514DB46CEE32154B325CD39CF1787256AACFE4336471BB2F8FC9B3C68BBE94ADDF1E3368874C559E89E5A28DD9CBD08C63942EAD84D0DFB6A0B2B
bin\Mono.Cecil.Pdb.dll
md5: ED25263E23E89AD99AD771B74EC4FB44 | sha1: 830A9B1189917C8BF546C17B1CE3A052D24EEE6B | sha256: 7AD14C3890EC03A9763A831F6D5C21D964369E9530A576B024336DE02BB96106 | sha512: 3EA279BB478E4FF4A23D3C5C9AAA779500257D4A90A1F5A776615B9F230134EE219576E59CCA17E92248890650133DA9B999320287A54AED8FB05510FC3DA33D
bin\Mono.Cecil.Rocks.dll
md5: AEAFCEB4FE3E40172ED54D4896C8A56B | sha1: 3C1D2AF77CB3D6939E90F2881C190C633CB0414D | sha256: B0965EBAB20D7A92CF70069E79550E3F2FFF12C4B0339A62389D43C3F93DEA8F | sha512: 09D76D8939E2B24E74B12A68B317817EF5FE2DEFD5E58780FA406CF84F855D49FBDC1D24ADE2BCB9FEA52563646B81383C133DE24FE5629346B44343CF9720A3
bin\mscordaccore.dll
md5: 02B0FF77CED714737F360A511DA53B05 | sha1: 69F1411C03D7152714E055D879A73B8B52AF6174 | sha256: 4B8D773D0295E78C21AA42CF016CEB6920B8A0D3962C56E9E4B10647F3DDADB5 | sha512: B2EB98AFD0CC8AC5083427D3F7E728B633C81F20391220B4F5F45AAFD24ED9B18ADD7B9059AF082EFB76C5E3082A349D19BD6B707D1BE4636DDE3E38336A7BC2
bin\mscordaccore_x86_x86_4.6.27514.02.dll
md5: 02B0FF77CED714737F360A511DA53B05 | sha1: 69F1411C03D7152714E055D879A73B8B52AF6174 | sha256: 4B8D773D0295E78C21AA42CF016CEB6920B8A0D3962C56E9E4B10647F3DDADB5 | sha512: B2EB98AFD0CC8AC5083427D3F7E728B633C81F20391220B4F5F45AAFD24ED9B18ADD7B9059AF082EFB76C5E3082A349D19BD6B707D1BE4636DDE3E38336A7BC2
bin\fake.dll
md5: 2E129516CF58693E65B6F09EFA5B8B3C | sha1: 17A48DDBA5B7D238577C303A3B8808A066680800 | sha256: A14C3567738AAA2CC5EA928CA4D048111F44D5DD519188AE657247D0EAA6DA90 | sha512: 769A5D6E1F44C4A65C740FD26AF8E2E0FA1C4D99057DCFE067D6E301863C2AB887977C8391A7F19494980CD8BFA7E0EAF42AABF76968A765910CBC8F4770011A
bin\fake.exe
md5: 135A445D74F2B1EF431B881C09E76EA4 | sha1: F1E1528E964752924B70DE5D42A16D668CC98738 | sha256: 1DA6D3FD61CF198030E67BF267517901A0842190322998C6DCAD7329EC1EA55C | sha512: 6CA6BBC33FBC595DB168691EE7250EC900EE0D05B77B3A7761421833B9B36C0D0F535BFC60807FFF80CF89C80DB2A15D68CCBCFC2BED08AFDF95B5A703652BAC
bin\fake.pdb
 
bin\Fake.Runtime.dll
md5: 283208A67FEC49AB165DDB77EE60EAF8 | sha1: E63D69C66803B198502D6C4A65579D2D9834FAB8 | sha256: 762AD0926678C0D112D2C06431F7DE02FB5E27E3A80108368C326D7EA1E49DF9 | sha512: E57C37AB2090BFB74BB479ED2D028B25B1C723928B7711724A96D13F422EC0B0812A1C75EB9E5D0E63AF69A2E4D72B6AE6A145995B77509CD420B5A4469E5B7C
bin\Fake.Runtime.pdb
 
bin\Fake.Runtime.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Runtime</name></assembly>
<members>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateNew(Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{System.String}},Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Quickly create a new IFsiSession with some sane defaults
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateForwardWriter(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Creates a forwarder Textwriter, which forwards all output to the given function.
 Set revertRedirect only to &quot;false&quot; if you know that f doesn&apos;t print anything to the stdout.
 When revertRedirect is true we capture the Console.Out property and set it before calling f.
 removeNewLines handles the newline characters properly and calls f for every new line instead of every call to
 to the underlaying writers.
 The difference is that with removeNewLines you should use printfn and get lines without newline characters.
 On the other hand without removeNewLines you are called on every TextWriter.Write call,
 so you might be called multiple times for a single lines or a single time for multiple lines.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.Create(Yaaf.FSharp.Scripting.FsiOptions,Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
 Create a new IFsiSession by specifying all fsi arguments manually.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.WarnLevel">
<summary>
 Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
 Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.Default">
<summary>
 Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
 Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiOptions">
<summary>
 See https://msdn.microsoft.com/en-us/library/dd233172.aspx
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.IFsiSession.DynamicAssembly">
<summary>
 Gets the currently build dynamic assembly.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.TryEvalExpressionWithOutput(System.String)">
<summary>
 Try to evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalScriptWithOutput(System.String)">
<summary>
 Evaluate the given script.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalInteractionWithOutput(System.String)">
<summary>
 Evaluate the given interaction.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.IFsiSession">
<summary>
 Represents a simple F# interactive session.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiExpressionTypeException">
<summary>
 Exception for invalid expression types
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiEvaluationException">
<summary>
 This exception indicates that an exception happened while compiling or executing given F# code.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.InteractiveSettings">
<summary>
 Implements a simple &apos;fsi&apos; object to be passed to the FSI evaluator
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.SimpleEventLoop">
<summary>
 Represents a simple (fake) event loop for the &apos;fsi&apos; object
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Handle``1(Yaaf.FSharp.Scripting.IFsiSession,Microsoft.FSharp.Core.FSharpFunc{System.String,``0},System.String)">
<summary>
 Handle the given evaluation function
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCurrentDirectory``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
 Same as ChangeCurrentDirectory but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.ChangeCurrentDirectory(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Change the current directory (so that relative paths within scripts work properly).
 Returns a handle to change the current directory back to it&apos;s initial state
 (Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCd``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
 Same as Cd but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Cd(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Change the current directory (so that relative paths within scripts work properly).
 Returns a handle to change the current directory back to it&apos;s initial state
 (Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Let``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,``0)">
<summary>
 Assigns the given object to the given name (ie &quot;let varName = obj&quot;)
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalExpression``1(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteraction(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteractionWithOutput(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullNameWithTypeArgs(System.Type)">
<summary>
 Gets a string that can be used in F# source code to reference the current type instance.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpParamList(System.Type)">
<summary>
 The parameter list of the current type, sets &quot;_&quot; if the current instance is a generic definition.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullName(System.Type)">
<summary>
 Gets the FullName of the current type in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpName(System.Type)">
<summary>
 The name of the current type instance in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_NamespaceName(System.Type)">
<summary>
 The FullName but without any generic parameter types.
</summary>
</member>
<member name="M:Fake.Runtime.Environment.hasEnvironVar(System.String)">
<summary>
 Returns if the build parameter with the given name was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrNone(System.String)">
<summary>
 Retrieves the environment variable or None
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBool(System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the false if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBoolOrDefault(System.String,System.Boolean)">
<summary>
 Retrieves the environment variable with the given name or returns the default bool if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrFail(System.String)">
<summary>
 Retrieves the environment variable with the given name or fails if not found
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrDefault(System.String,System.String)">
<summary>
 Retrieves the environment variable with the given name or returns the default if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.setEnvironVar(System.String,System.String)">
<summary>
 Sets the environment variable with the given name
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVars">
<summary>
 Retrieves all environment variables from the given target
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVar(System.String)">
<summary>
 Retrieves the environment variable with the given name
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersionStr">
<summary>
 Gets the FAKE Version string
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersion">
<summary>
 Gets the FAKE version no.
</summary>
</member>
<member name="T:Fake.Runtime.Environment">
<summary>
 This module contains functions which allow to read and write environment variables and build parameters
</summary>
</member>
<member name="T:Fake.Runtime.Path">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.String.isNotNullOrEmpty(System.String)">
<summary>
 Returns if the string is not null or empty
</summary>
</member>
<member name="M:Fake.Runtime.String.isNullOrEmpty(System.String)">
<summary>
 Returns if the string is null or empty
</summary>
</member>
<member name="T:Fake.Runtime.String">
<summary>
 Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.ConsoleTraceListener.Fake-Runtime-Trace-ITraceListener-Write(Fake.Runtime.Trace.TraceData)">
<summary>
 Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ConsoleTraceListener">
<summary>
 Implements a TraceListener for System.Console.
 ## Parameters
  - `importantMessagesToStdErr` - Defines whether to trace important messages to StdErr.
  - `colorMap` - A function which maps TracePriorities to ConsoleColors.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ITraceListener">
<summary>
 Defines a TraceListener interface
</summary>
</member>
<member name="T:Fake.Runtime.Trace.TraceData">
<summary>
 Defines Tracing information for TraceListeners
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceError(System.String)">
<summary>
 Traces an error (in red)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceFAKE``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a trace to the command line (in yellow)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracef``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green) and without a line break
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracefn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
 Writes a message to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.trace(System.String)">
<summary>
 Writes a trace to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.log(System.String)">
<summary>
 Logs the specified string        
</summary>
</member>
<member name="P:Fake.Runtime.Trace.fakePath">
<summary>
 Gets the path of the current FAKE instance
</summary>
</member>
<member name="M:Fake.Runtime.Trace.postMessage(Fake.Runtime.Trace.TraceData)">
<summary>
 Allows to post messages to all trace listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.listeners">
<summary>
 A List with all registered listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.defaultConsoleTraceListener">
<summary>
 The default TraceListener for Console.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.colorMap(Fake.Runtime.Trace.TraceData)">
<summary>
 A default color map which maps TracePriorities to ConsoleColors
</summary>
</member>
<member name="T:Fake.Runtime.Trace">
<summary>
 This module contains function which allow to trace build output
</summary>
</member>
<member name="T:Fake.Runtime.FSharpParser.InterestingItem">
<summary>
 Parse #r references for `paket:` lines
</summary>
</member>
<member name="T:Fake.Runtime.Runners">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.nameParser(System.String,System.String)">
<summary>
 public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,System.String,System.String)">
<summary>
 Handles a cache store operation, this should not throw as it is executed in a finally block and
 therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.CompileRunner">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.nameParser(System.String)">
<summary>
 public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
 Handles a cache store operation, this should not throw as it is executed in a finally block and
 therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.ScriptRunner">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.HashGeneration">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.CoreCache">
<summary>
 Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
</members>
</doc>
bin\Paket.Core.dll
md5: 88E5A9B652D1BD33DE7BAA8E8AEF0C85 | sha1: 51520962114C091D973A1CC488C097A7E1AFFF5E | sha256: EF3A8C68427556221E928E030F5D16D5B89DCAEB58C50D3B7991FA0076DD2AA9 | sha512: D23557675521466DBBC72C37FA61E5EBA46A9760417177104FD428254119CE0D8CC336617E71A46F3D0D61C8551C14F05EA96566618BAB951F7A6F6FE31265B4
bin\pl\FSharp.Core.resources.dll
md5: EBDD6778C59DF35AC83DAA170705DB7F | sha1: BAE36AEBCF510A4EF7AE69D34972367839385CCB | sha256: A6D38D7C1CCC987B629E2BC7CBBA80E04F4D8D04DE941266EBB81765AAE3C5A9 | sha512: 410F1741F4717ECF42A9D5612131C77047788500F528BA5C2EFBC8542B64ECCB2178CFA0E3ADC32229A89D3D9F3707181CD3F7F287EE55F44BC29D4EDFE572EE
bin\pt-BR\FSharp.Core.resources.dll
md5: 4AA6A32C6556F7A061913ED10C294593 | sha1: 41FBA2CD5739D89ED25A2841F531C8196A99405C | sha256: FF4B6C1EDB87D7BD78ED5FEE25296BA16BA860A6A46F098A411044EFC7C77601 | sha512: 8AD0FA6FDC3545F46E6CB351A307CB2C2F32EAFF88FB89FE97AC5A283EF59917E8EF75FA3C8CFD6531F34C6A527435023F18D82868C3FDB412A4C7B23951EDD1
bin\ru\FSharp.Core.resources.dll
md5: D1BDFE82F260109746D2825FE7D26E00 | sha1: 921740C3799928CFED4AEE70EE7667B164E69A0E | sha256: 3CC04FDB34E90B87F1AA5803EBC491B3A97AEE0B5D5F889B339CF7C91B2F3871 | sha512: 3C4FE10AD57BB2C98A707080DF3D5938744A7528CEE6BC034ECDECE3FB210F632D3A6EC07D4C21667B782806E6836EDF27F75873487389A45991A06CEB2D0DD5
bin\sos.dll
md5: E62860F1EE2011824F4B184E56566F20 | sha1: 36BE954C85AF5DC7A1C2D0DFA109024D5D0460C9 | sha256: FEFE0EF5589A713FE33023D4B19938C53FA23A9F3532BAADB3583F1A1B3E4301 | sha512: CF8B7A97D757AF347878D3A349DDB48A66DC6551438F178864E3FF359829D77A9EEE72E89EE2C3CB787C805392589950F33288E4266B3C819C3AC322911E0A78
bin\SOS.NETCore.dll
md5: 907679A9AE3E98B117BDF7C2898254FF | sha1: 46816B08C2924ADC1645AF03875395F48A6FCB95 | sha256: 72CFDE18606443403927590FA5482F8512EDE71653357122CF18F7ADACE16D25 | sha512: 2CFE0305833A85B97F10EAE447C522DE51A84133602ECEE26658799A19A6E631ED0C82D65FC3A6C5A334946555F1AF829E8A43CAB1C403094928962B92C978BD
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: 4272CED058ED6D8C1C0D4BB23A37C2E9 | sha1: 45D4D294EDF0EDFAD415DB616E45180FE4B9A9AD | sha256: CB6CF27CB77B0CA81CF66A7365834B9A6BFD3446F1568D1380F4B799365A0146 | sha512: 2FE20983E25CD4306F00B7A67EAB746259E5FA28C708F714FA140131F9326A0A905F8CB6B540F23F6E75365CA218F58A5AE4DF8BAF678CD09F580B68F4329BA1
bin\Microsoft.DotNet.PlatformAbstractions.dll
md5: 8ED1B343DC98E338ACC983A0687DE49E | sha1: D63333AFF2861F9FC39F3AB5DE75B7C8D6DD3340 | sha256: B9C07D7163691CF99134836C74FCB7ED60E9304A45E180990E8DB585A398165E | sha512: 68B4B1C4BC6345BA7796CAA907B84818E806FF0E16D93911562C62E85C274F0950EEABC616C220CC7EAF743171A03D30651F5F8BD0D8E2A5753AD00E96C27368
bin\Microsoft.VisualBasic.dll
md5: DA209A461B5E1C0BAACBCA01C560DBCB | sha1: 813477CC51576A229897CBFC9B207D7F11E4289B | sha256: 2F1380D6F8BDC09FC94A69A387B101015C74110909A412B627AB4ECBFEE3A0EB | sha512: 2CD971BA68EF138395CEFE0F1B5CA2A8213D865A74207CFDBC96CD900C5E2EE5F165276BDD54C0B6EA64F18E662CCC83B958C9F59B3B1173F87EEA01B7846536
bin\mscordbi.dll
md5: 434B75A8ECF1B901174D6CECDA072203 | sha1: 958F61690C8AE98810938CB8077BBEF538BA7612 | sha256: 497A739085C49ECA4512879F8CAEB1D29B1AD80A3DD1505DD4B5D73FD63B6790 | sha512: 3E6F5B6D7240BE4F7EBF6637F6B8D6BCE9C152F883113A7640C88424B3AB2AAB04A8A5D896240FF5AF0178DB2BBB233738321178DA6AAF9F383E83E83C5C629F
bin\mscorlib.dll
md5: 39B62E6641F5108271787C11F05075A9 | sha1: A8B0D5B82095ABA49F7C36DA3E93B8302877AC66 | sha256: 6E65E6E6307A00C6F46CD7636C3AD1BD62E8E02D5C55CDDDD8B54FC1F2485EB2 | sha512: 543DE4E94C304CDA1C10695CA0BE3DEF44AE8A15476F18DA44CB8059B37FC18090A41C8303FBD8F1DA163D2D6540C771910141EE97E565170FC52FF56384DC03
bin\mscorrc.debug.dll
md5: 2C25D75684C25CD46D256966A0F7FA5E | sha1: C84CE3F1595FEE5F0CACD2F7E778666DD195EAE1 | sha256: 6189F1DB22E128494E9D7099BD939CA39B23129A1E948C6A558B713F03965EBF | sha512: 8B75BBC3346B75BACB4C2790573B0E0EFA9B6740FBE20F16E1D21C0631661DE7B682D3623BD2C564AE3F6A085A2B191E13410841035CF9296936AC9CEBBF6AE6
bin\mscorrc.dll
md5: D3E610E1404573970B930F703B16D2C6 | sha1: 2CC0BEDDD8ADDB2D36DAE9564421E402B30C3698 | sha256: 235B5F1D3E10406A24AAAA6B231E4A86CFE71CFB0A66EB4B0AE068ECA88941A4 | sha512: AF08254736BAA48ED4118DCEF3B197962F835576251D787262EA23C56AFF5DA7ACC996BCF47B080AFCB757960597266C0F2256841837731477F023491F6B3CBD
bin\netstandard.dll
md5: F23E74204121EBF963843CC5391961A1 | sha1: 992302C4A7EC7B5F890E5E907D1043C81D1925AF | sha256: 4CDD4301A1FA22D9E52A302E788FFF060211BBA5B714D27C8C3C72FEBD2B2E8B | sha512: 4B4C34D93B1156556B755FF034791E99B132D865241BA3C0928C72430678A09B0EC30862F7C11672FD98902D830E9B2A5D01BA7CCE7E247376016CF8754FFA66
bin\Newtonsoft.Json.dll
md5: 1F478E39A4C06EA7C6DCE92238F23EC1 | sha1: C1CEAFE3FA14E099C9782058CF598686361902FD | sha256: B9B4E633EA6C728BAD5F7CBBEF7F8B842F7E10181731DBE5EC3CD995A6F60287 | sha512: A192E7B5B67259128CF7A901E549722903230618C0E10215F802E22FE9362339F8CE5482B729A28FC284670D984B2B79FC4D5F10E37A2E734A61200DBCFFE859
bin\fake.runtimeconfig.json
{
  "runtimeOptions": {}
}
bin\fake.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>fake</name></assembly>
<members>
<member name="T:Cli">
<summary>
 New Command line interface for FAKE that utilises Argu.
</summary>
</member>
</members>
</doc>
bin\FParsec.dll
md5: B508930BA7F4E87F295EC5057E522255 | sha1: E160F283C4C86FFD6B115D1B9B7C7C7216372F46 | sha256: C5E63264FF4D209E0C45B93F7BB8732FA5050F21B5C5944B740D9743052C87A2 | sha512: 186B7EB6BE544C1E12A9DC1275CBC9E199CBAABC8E8B1FF7CE8920010290585A51EC3C8100329E6160F517B033CC45BF5AF2F61299AA981AA7FD5E7487E513B2
bin\FParsecCS.dll
md5: 9429089F36FDBCE49285742E22418923 | sha1: C4C21B40950FCAD7648BBEC2918FCA1B528E0F29 | sha256: 69AB2AE85FEB972C3140B01E1B1FFEDE6D0E037651E89F13281A978098DA5E07 | sha512: C8A7C1997A495606A68BB4FFA54E5BAC94C249A59C7960F5A1BF129F285A17C5AC81F00A111B0FBBE9A0D4CCB16B965CBB3F37FCA9C911FE16FF73B0723B9125
bin\fr\FSharp.Core.resources.dll
md5: 7526DF7DD7C1F74663BAD48679BCD03C | sha1: A7720C2F9651C1C507AFD3A03E195ED4976EC2A7 | sha256: 847155185F8614C71439AF3F526192A513FAF349862DCC3B0ED0CEC58EC7670A | sha512: CEDFBE308AC53B3131A9707C79584E6CAEF2FB01D092A321D60591E6EA18CDEC35BDE1A353724F660D6B5CC988115D9DAE7D15BE67A4974736D566AAACA837C3
bin\FSharp.Compiler.Service.dll
md5: E0D143D347E669F2167D151AB6EE8584 | sha1: 5AF2B129A05EA747D5969A49AFCCFB626F1A0A8F | sha256: 5CA1A88A8E4DDF5F75EDD4C60EE563247203850079B7CA390E541816F508FD10 | sha512: 6686F29FAB9B2B4904DCEEAF412568F978D4CC332B72543D578B634DFE0218A059B5C03C9F3203AA11A53391FD7F233ACF8B65CBF471CDE6CADAFFCBB0C01BC6
bin\FSharp.Core.dll
md5: 7D2DEE5818D18AD0074A62EC04CE6585 | sha1: 7C5FFD676F7914AFA59961F8C0D24AAA0937455E | sha256: 7ADC09D1A4E1CDA1B1DE82AE6D00FA333F0F3E9D5D7E11F5005E6E571BC9ACEC | sha512: 958CAD928716F15523B742EB71DBCB7146C49568C7302F0AD71195FB4D3B0C92BC5CC390254211265F020292EF2D18F36FDFDE54338F0D799CB58266D90D7C13
bin\hostfxr.dll
md5: 0ECD0222B5AE10A26B8EA0F540C9D082 | sha1: EB1A48664B52F002F8CCABAE549EEBF433AD4D4B | sha256: 08BE72353320F1A403C4F84F52CA01278E6DB425CFB6FEAA12805F1E6DCCFB60 | sha512: EC6336DB35A433259FE97EA7AD59C49A385DE7B086506FB56E3F0566C8D9BE93C6BE4D4C60D79C4AB520B1C3EF1FB3D1F7CB24EAFB3DA7AECB06B9B140DAA81D
bin\hostpolicy.dll
md5: F70243B002985B8A45544556E65A31F1 | sha1: E6C96C5DBFFFECE9A7C30AC159FF7DD7509203A5 | sha256: 5164262E7E847A5061CD3C6B5B0D1695C3D25AF957F99DE58B43F067873F763B | sha512: 8FDE37CC3CE38F596A2FB8F10C44C015F15659C09EB24CDEE6C37A9785C97A87C8F3BF7DD18464574A994A9701924652D6A64BC0F33C40443BAC012EFB0292CC
bin\it\FSharp.Core.resources.dll
md5: CFC07250A42FC06537AE754BCFD80ACC | sha1: 5D103D6BD3CC579DFCFEE28CC2747D2E2BE51FCF | sha256: 2229EB94F42360095EB206EBA498147FEB0E3B35A9A5CE3AAE700FB51F8E33E4 | sha512: BBD5070F21AF552C6E20B8ECB1219288837100C78C1A661CB3AC45322A5549C174F3240CEEEBC63BF082822D850FEB42DCA7D3395C47819B0D50FCCD8FA79965
bin\ja\FSharp.Core.resources.dll
md5: 35D27BE3C3A69C2BEC03D9EDAF82C44E | sha1: 79BF0DB125795981065C3C50B6C41ABB1096A5B1 | sha256: 83C4369A0014BA88C042C07444985156B7AA354BF35CF28D248D40663CEA5B78 | sha512: 3A4D571179557B16BFA089F5AB72F0EF64C826A267B042481C988C22528123783F5F0A9E13889AFCF3E0F98E5A98906091B6C7289D8ABD7E83E277AE1D8B8E73
bin\ko\FSharp.Core.resources.dll
md5: F18EDD7BEC247D10A2FFFAAC5E18F750 | sha1: CCD69E831A13729536FD8B3E47FE7932DE9C251C | sha256: 486C278A460BA1C0D527DC23E146F5E547D0908B86FB8F7FD678B82F807DC649 | sha512: 1BED63A781A517E1C2493F6011A77368ADD0B202EEBC5128FF8D5050B32EF2D865726D05FE72F0E62EE8516F509AD533719B1ED4D0A2D16D37FE47D9D167BDC1
bin\Microsoft.CSharp.dll
md5: E3E082602E27554BE982743813062023 | sha1: 19AAF27A8722F7A99F18123F0C8B8F522317A7F4 | sha256: D9168C3067C3BDA364455A8F8922B511A73D8D501C28794051A1358978B113A0 | sha512: E00758E5EDD227F342C626EE1A4C3ED3BC52A61051E1F9EB8013A730F399AB1B5ECF0A17C6B23013244559257558971EBDE26AB0575343F5E45CD331AD9EBBC7
bin\Microsoft.DiaSymReader.Native.x86.dll
md5: 4FF7094E3EDFDA47CED912012044296B | sha1: C6F3C9D81713687DC3820D8CABF14C2A32208D27 | sha256: F21DA9FB831AC943736135B6EE109A4B352511B8D6C07CB03C66B61996D1DDC9 | sha512: 372867BBAE96C51EE11B413F552A67A53992B16DBFA44105381DB3813E3C2F9A3DC9D16FC6BD6366514D4E1B4BF1EECCCE5261BC3DF837BF3E3EB5A04446C551
bin\System.Collections.Concurrent.dll
md5: 201DE750EC6712D177F26621B2EBF903 | sha1: ACBA9B01C5BC7EA0BAA4D66EBBA28DE8F7DA1804 | sha256: 7FBD5C0D0502A8168441A2ABCA22D8EF8197E83EB14069146263F7718E86B148 | sha512: 4105A5DD1637E0672A2AA75CEA3D5E705C8EE27768F66448F4A4E13855A86170A1B3C09BA3AFA6CCC9465C0C9EBDF1DE80531433F039A052C8C2E3B62AA9DD5B
bin\System.Collections.dll
md5: F08FDDDE861E63648B2E97716F7DAD67 | sha1: BD3D02D452FE084F791D5C6CC04EC6FF016FAB32 | sha256: 1907E41BF7EEBB5C97391109FF2A29411E1BE72E17D6BB3531669DC9D3ABA282 | sha512: C591BABC9FF2A8F2B60260238BB6BDD8C110EC39B6860AA642326EC1B37B19247B0A727476C43B1BBE0D499F93BDD33A0E0FDE7943137CEE7F4027EF89992274
bin\System.Collections.Immutable.dll
md5: DAEFD576969E39CC79B2CD4C82A16E22 | sha1: C3B56F7EB07FBB1842A006937E5950FCE85D81BF | sha256: 1055A60F0D8FE1BF95EE3030630606B6BF73F2D8D9F09C88903059586E34BC52 | sha512: 70545B44D8E8C80EC4CC46DC606C690D64C35C95E84B9416DC090A0D10DA6A828AE70877CAE5F307839A693202DA2589D9788959E7F17B0DBA4B20D5747D6D33
bin\System.Collections.NonGeneric.dll
md5: A7FCC7293F22DE5E655B821929CF1943 | sha1: F795263AC9BF684227D6220361EF63618EF89FE5 | sha256: 649E222F7751FE90CEF5F8C4DCDF253FB90210A7291066CA8265DD3FF8B4C01C | sha512: 09563DC63CE90B5FA9AACB6BD09268468018490FACDE1B312D5C2D49F6A9D57A7E8DDB1AA52DD21A393A79DCF5C8D3C7D355CE06E57051274DB1A2387B198DD6
bin\System.Collections.Specialized.dll
md5: 248B69568D5C3447E2E9593D93734770 | sha1: F5B9354D67A300827F1D4B6425CD9183A3AEDC90 | sha256: E97CA17B0B00682E84EDD9A89822AC0E76023B4427B6956C2CD1885CD4F9F137 | sha512: E3A524E3DF5FD267AF63595CD6098A120E964BB7EF030862F4D7DE2BC61C2E69FC75EAC3E42F9D24DD6FEE3E875D958DFCA1ACF71ED4DBF71CC400D19CC375C5
bin\System.ComponentModel.Annotations.dll
md5: D377D4945ACE3E407FE7BD6DDA20A167 | sha1: F759A005F4C87EDBF12451E767414FF6F5CC01C9 | sha256: A08672F1FB27CD38D532A0236E17C52A44A8CE49C2E9A0E3F6AFC4A073B5478E | sha512: DB3C4E8AB65E499CB1A671C9DE43066D57F80CBA44ACCC91009FD14B6045E9EB6C80B35C204260C6044A218273B3A9B0A56364704E8979F4E533DAB2F74022F2
bin\System.ComponentModel.DataAnnotations.dll
md5: 0CFBC509484591B46AD648A61ADB620E | sha1: 9C2F00C5AE97451DFAF9040510302E0C8FDC4794 | sha256: D85DA801251FF87714E6B3E2951801F99BB3BB7AF5244AE4BB9D711C253E58BA | sha512: D556B8BA0AB5126D486A4EB772C724E051D67B2E89FEDFF295BC7A77D4285CE7C5FF4EFA69B403FCAFF9FA6824983B826CF6C7D09073A43DB0FBD99AA9459C95
bin\System.ComponentModel.dll
md5: 9A905F6A31F25BF212CDFE5881FA81A7 | sha1: 137910FE3311AF02B66E23085BBC282A54011C0B | sha256: 31C99A971A3670CBAE8315A0014951AE9529F5BFF8D8481E42EC66222920BC50 | sha512: 10F1729848E2426EB5BCB998AB4558EECB75C1619B5B9A7755E06DF7D9B08A3CC64AFE951402AE211F7FA0F744719D6C3984AC8C760907E32FD20411FB945B1F
bin\sos_x86_x86_4.6.27514.02.dll
md5: E62860F1EE2011824F4B184E56566F20 | sha1: 36BE954C85AF5DC7A1C2D0DFA109024D5D0460C9 | sha256: FEFE0EF5589A713FE33023D4B19938C53FA23A9F3532BAADB3583F1A1B3E4301 | sha512: CF8B7A97D757AF347878D3A349DDB48A66DC6551438F178864E3FF359829D77A9EEE72E89EE2C3CB787C805392589950F33288E4266B3C819C3AC322911E0A78
bin\System.AppContext.dll
md5: 88C448ED32888EBDD7AF3D3B6E214DC9 | sha1: 198410525E6C385C636E2484B2CC8A85B63A2F3F | sha256: 453DF9FEC04DC737A37E836024427D2A66618E7A1762E8EF0730D15029417687 | sha512: ABDC64F05C9E8759AC3D2A759819CA4AD39AC48D91ECC0FCB3C51D064B058E74C4CF457DD87A6FECF119E41F07332B5CED338A51DAC6DA1D22EDF50D77A907CE
bin\System.Buffers.dll
md5: C489CC792A492FEDF44F7895BEEA8A91 | sha1: 9F1E81EB9F6C2B1A506C6D7C6020CD21C1414124 | sha256: 3E52F10431269C9AFAAA685C00661BF9E7A913424C90F84D1CDB69AE45E70200 | sha512: 28A81BAC42259A85A3C53FBA4A8350222C18AAA12B54241AC95F69AA29EA0C23723013E87A4A0F28F858E9FE34248739312294A57DE9814BC6B474590FB11D11
bin\System.Diagnostics.TextWriterTraceListener.dll
md5: 7BD3D26A15C81E27673913C772AB7E32 | sha1: 524661C3413C451539F37229F4AA01289ACB387C | sha256: C27A761FB04B82EFFC8EA49CFA325B2EE0474C2E8CD16D2A352A454633D0F30D | sha512: 5CA6B8D2C05001A70677E119440488088853B265FB090A1C13DBD3DE732B8942404D0B4E0808A3FDBB624E8BDE9ED0FF41FD3FE662ADCA9164AA4361FC933FEF
bin\System.Diagnostics.Tools.dll
md5: BD4121227E8B091A001C11090267084E | sha1: 9BA89B2025E25B11E0E8142240AA7AD36FF2A1B8 | sha256: D1B09171C28B983DB2DF22E9C5E8FC8CD0372304C6E99B253ACDF13C22890AA6 | sha512: B6490A6B6DD256D45428DBA0CA77610066CB7A702855F01C4B727F8FE89E0138EA42696A0EF74ED31BEF40E68584454417CD6F844A84D7B6DD33C6B54A7F7B8A
bin\System.Diagnostics.TraceSource.dll
md5: E296F2EEA2596AF0F56D262A635536EB | sha1: A21C79DC062492D9A4A80902BE90490BFFBB63F8 | sha256: 407FC753E83CC0F640FA6D65FB1ED2AC9D234CF1F0BE5A53046291CE244F0C4A | sha512: 825F8BE2C597F0677A3EC32775E01E93CD28CDE95B72BB8EBF3E6455622ACA25E3E2D8FFAAE8221AA1E47E2FF3599F2FFF01FFEE245205008F72CC3CABCC2FED
bin\System.Diagnostics.Tracing.dll
md5: EC0157B1396A47820B92CD0CCD98F676 | sha1: 26754E0C20348961C12E1C0D8FB3581E47422BE7 | sha256: FF41A7BB2A03C12643D4BCE36C2E22868476E25B33250FFF2816914A0F2F1500 | sha512: 803B582EC59693117A5367AEF645C2FF46B337C986680725A856B33D2ECE3D8A3ED87D6DEEC260AEC339E65862AE41FF3D6CAE8912CCBCCE543AED5586447E9A
bin\System.dll
md5: 3E3D16BB7C0CBFB5DC27978F5904C113 | sha1: FDE399B49D7D0E6CFFC123B2B0D857B4AEEF2E96 | sha256: B34AE385A9DB87AF4BC64B4ADB9BE22424FB00F0076901487D6A2A783A3AF9DA | sha512: ECF90E06D1C00E23A871C0FCA232711C307D7CE35276DEB6999EB6224C1EC1C0686EAB6F3439F74BF0FA90C6A87C724D9344A2C26FA06B8B4DA13A31302E5C2F
bin\System.Drawing.dll
md5: 9C541953874E9D2F7757FDD6E297EC41 | sha1: AA4A88C9BB3B4BCBF74EC8A2F2DB9DBB8B0F4EF8 | sha256: A506A8E3C9964FEA4F70C7C940BA45772108ADBDDA686DD69AED23C19812341E | sha512: 60371A804305D18A79EAE838B3DD6A377410CA6295E898FB5F516BE32FCE11651C622FA993D07FF86B4DB88C39BC8F25AD726555533B836166EB2CF66A487A5A
bin\System.Drawing.Primitives.dll
md5: 84BCB70028DF989C10A3925DCE5425B8 | sha1: 9EE650E74E7FD37C85A2E1D45B6F0BCD5F4086D5 | sha256: 7912788B0CE47E9626EC02D2611AA363BE92A965B9413E1A41FA709588742F6C | sha512: C0828811DD8E6C2C94BA9398C86326F010BE420F52C5E03CB6505968F09F69951F7E563DFA10087BB740A7C5AA1E02246ECC220F6A977DA5EDAFF171ECAFC5FC
bin\System.Dynamic.Runtime.dll
md5: D97F08811621A0159AC6F7F25DC2B850 | sha1: 9CC7D0E01F6A38F05611483F9ED514BDEFB1A85E | sha256: 2E9D35EA35DE4BA35B77450334C94A6780C78EDBAFDF8619F6946A668127121E | sha512: DDB2023F26AD27AE76771033B1ECB77B76DB2F251B5C36C60653E1E27B335FA04287E6DD82EC40F9A20B5B01DEADE53BC4BB546C7900D6F6F51BB68435EA425B
bin\System.ComponentModel.EventBasedAsync.dll
md5: 3EB5245669776A3563BB9C110DCCFAE2 | sha1: 01906F1E8DEA8CFAE061E2B2DF76E16A166DA123 | sha256: 33F1638793FEBE84CBE2559041DE4AAA16F53BC9F7A472FCF71372087BA7441E | sha512: 7EC55DCC76EB18E6252AC1D3CB4F5C8542D4B37BD1D913AE153CD8C800D9BEAE472AA35640F8A9B4C643D620B3230159D82CE529FA6617D31A2D20E14BB84229
bin\System.ComponentModel.Primitives.dll
md5: A244D24390A8580FB146509C22512BB3 | sha1: 8BA84B3AD8674219A391D61B6C16E2C3C7460C07 | sha256: D7892907CDCC0663C84EF169D5AA350A2ED1EBF4263D7F0BA4F64A1C49709BDF | sha512: 2D8EA813AED08B341487A33E971366F234C363888ABBEEF8CF3B4424DFC51512AFF7F923D7ABFF75C7B08F1DF35F3121A82041A5550D90FABCF31BF89B74E61F
bin\System.ComponentModel.TypeConverter.dll
md5: 9912E8C5A621E920B1794148A8DCB509 | sha1: D95356FB05326883D60AC7F56C1DBEAED6101333 | sha256: 6001686BEAE036FAE4139AB91B098DCB9A3F28E2B083D0F034639FEA0BD8F5FF | sha512: 87FCD86DCCA202A034ABE38C0BAF4B28F3A9AD6E8728D21F42C621AAE40F73D0C7AE70D43513C45BA30351FCA41B4CF5BE80F4D3DDD1BC4B7131F43E4E05A309
bin\System.Configuration.dll
md5: A2C4B0B3598EC3E91D5E2FEBC694B1D9 | sha1: 1BA155D970059DFB2FC3F57526F5908E2F7AA350 | sha256: 54501EBAEC4790D30248D6D3E67184E4BA9B53AEA966C09713B4A3546BB24EC7 | sha512: E03B1C1737C07984599E514DAED50CD9E963339C2909A24D38BED02AF4494425AE1F48D3AD13B1AE20A32E7F6B3440B11AD2BE7EA867EC21DAA053B92E296AC9
bin\System.Console.dll
md5: E231E46378D6A39602DB0AE0EE492309 | sha1: D621EAF681BC57D435B101DA12C15C2DA958FD8C | sha256: 08E01DADE076D20027D2D3E146E530721E30ED8C63DB4F837160888263F084C3 | sha512: 4566084B993DB4C4363FF024A9FC936B5E5C0AE236A8B2EBE7A436BF363EE85A73D71FDB9B2880AF9368C173C9491E9443A1727518DD997F3B8702F50F2AF3BF
bin\System.Core.dll
md5: CB55992952830912833D553681C264D6 | sha1: C6A7C1054217F4365C6135133CF8A0F5CE086584 | sha256: 6E3BC712AD3CC82F95113D9B8CF2386B5F7C99491C447B5E9EEE0624ADB1F719 | sha512: 14C4DD44300E59D4DA0024D7EEAA17DCF28AB8D74CF7742155F27DD35DDEE0B255EA6FEEEEC04CBFBDBCA3A8B1A6C602B84DD77C799B8F1BE5EFE2A2AD8BC6F7
bin\System.Data.Common.dll
md5: EED98DB66BA88BFDFA0172418D231B6D | sha1: 2D219597B0F689F0B27CDAABE78AF2BA8DEBED6E | sha256: 1435600B25933BC8AF6557717E50E787D25639BBB68D914026986F8470639012 | sha512: 2C9FC25646001EDC9EBAE41ED958BAA0F53A5462E4081F5F1377F0370853D2EA80766544B4526BABB997FBB5C21C5C6E34F04DC712AF762C7A6BD35FE05702AF
bin\System.Data.dll
md5: 6DBA2F320D67275C3149C228BACD88A4 | sha1: B22864C3CC006BA3BEB4D913E6AC9EF5CC8E8212 | sha256: 932C7B2330A66DBEEE4DCBA935810A340443051F76618D841EC97600A439E972 | sha512: 5CAEA5B3DE79B212B9338D818F916FEB38899F479BDFEBDD648961B9643A3ED8B3A5BA8661FE2536C2FC071B5C3531651EA5C837A29A86BA63BD3C026FEECB10
bin\System.Diagnostics.Contracts.dll
md5: F82AE9071CA28279610F7644B768570D | sha1: 4F3E33CCA5BB408028BAC57C3546045A7D25443E | sha256: 676D6A4FA0AD5E50A6E9A0969590AA91FA424CC45849D05676DC08CCCDA1227D | sha512: 7344ACAD0E1FB75E95A8F042BC475557658E5A08426E836EE0250E33E982F54DD75BF4226BBD0058E6E501AD237B5214C1689B1CC158F8044DD1DE6D8B63E14F
bin\System.Diagnostics.Debug.dll
md5: 3FCB374C36449E36BE3237F2D9E59258 | sha1: 1AD03EA050A1397A28A5A1A4544F321C285E9CC1 | sha256: 5C578629D6EA527CF8CEB9FD20EB8228F85741200DDCB10303FF10E53C24EB87 | sha512: ADA38FCDE3EB1C87475062DA0480A64D81BEF47B1F161AF502AC2F4F323FE7D082F69BEDCF4FEEB1484ED47B1C8BC981E85A3185C22733FFFEFBA93791D4C1EC
bin\System.Diagnostics.DiagnosticSource.dll
md5: 4AA933D29113283546A88E4ADC3A0A17 | sha1: 780CF09B4900987A16F2961EC334364CDAC38713 | sha256: 68D6E2982D6F4E6A643D7176D7CDEE4FEBB56A62FA092035761B42D628D0CEE0 | sha512: 705F6C775D6CFC4C1E7E36D0307D2C3D2125FD4AD307022AD2E336BB680155DCAF14E6ED589EAE9D5F8911EAE5CE97E39372FA759190378B31D70C452924DF2A
bin\System.Diagnostics.FileVersionInfo.dll
md5: D5141C04B95C815DAB1489B9A4AE9D29 | sha1: EB271F190320EDB9216FC22C16A14E55BFF88498 | sha256: C916DE2939F56FE5D3845D41E149C5C8F18BB5591470E9F13BE0C742F543BA40 | sha512: DB1B69D59A08CB02E170E79CFD5239353F6C8170E296FB943211A76E28EA1F666BAFE84BA21B1DB40A40C742E628C3C0337896783B0548FB776F21546DDF4EE9
bin\System.Diagnostics.Process.dll
md5: 216CA2C5B05747FE75E7BDEE89CAE922 | sha1: 8EE6DF6414BE01128F0F997F34B44C1DD10B7400 | sha256: 175ACC0167F9506B4FA14B902BCB5254AEAA476A5A3CE2805969FF29A71CC604 | sha512: F5D03A0D015262950ADD6EF52A1D8FCA4EA6934478B5B861483515E5A7F432EB94C03A2D754B55E64E37F06C8D31AE9775C8D94155D86E60BEB4F8EE6BEC7234
bin\System.Diagnostics.StackTrace.dll
md5: B07DE17870620D8DB4BE27745AEA1DFA | sha1: ED3952024D914444BA48CB78B61CE44A1EA52D12 | sha256: 9012F90C729F969F833AE9B9DF94DD71728BE855C90DCDE0B64484F0FBE81894 | sha512: 871ED0613D9116BD9334A68DB1BE0E930C008808766C6B4411E426970781119853DAAD6A117E8C2CEC72C532A0D8FDA2D60DE4FF5C815E4F9C6A59E21BC1102C
bin\System.IO.Compression.Brotli.dll
md5: 64548716E144A54D8EC5A4E15E2B5E6C | sha1: 15C861CD4999AB63345E1310E912780954DE5E2B | sha256: DE9095D04808D3D4C58AB8E44A9AC4F5F229F57C413EA988CF0FF1542CF8C42B | sha512: 2051D5E1A6C316D3EEED94166A4D67A980F216F90A936CDD31740B74A82CA09EDF0F33B3F20E3FD3CF44189D6651999196427EFB434BD0DE2443C6A5712DA30C
bin\System.Net.Http.WinHttpHandler.dll
md5: 6801A8E802C2C4DC9B893239F40E8906 | sha1: ED71A74DD39B3747C9CC004A9FACC5D9F006CECD | sha256: 433A0FE9F6FAD96280658536AE65E1F7337D38B54D6712F469EF8184F2C18E02 | sha512: 6A97388048E7C739075D4F592FAF0854D8969E25E49E13F1DE7B8FB6046877CC062FE47A41C8B634BF2CEB41EA9E06BC99FE53C9DD1948B8ECCEC0334587AE2A
bin\System.Net.HttpListener.dll
md5: 23F9210516A33CA8710C0FCA2B548C6D | sha1: 8F3188F6C12D2CAC4A10620E0FE9D8A8A04B6148 | sha256: 50D7C16B9C0C99DA055186183E6A024261B1EA919BF93C31C2F36756FC3D8B5E | sha512: 4910AB3C52AA83E206B00E0E8C7B9D9E3C0FE33B2F00D27ED765907206824107E58696E571D2E97BC0AF96911A583AF0E06658774D3854DDEAC3F2989580138A
bin\System.Net.Mail.dll
md5: C9EE5A4B045DAE9EE95CD3D0BF12DB1C | sha1: 2598524C448DB404D6EAADF2B9A83FB5C8D74052 | sha256: D6414A7C3F3CD1280BB2D0B9F7216B02F7699F34757D0C7AC3CC469B100FA542 | sha512: F54442CC8725B97A14C9393C16EC2C2A4D10F135F8C05C8111C60F4333E5903DAF208C9EC896E74B7FB504AFAB06A45F33AE24876490F9DBBE86069725CD5EDD
bin\System.Net.NameResolution.dll
md5: 89990B21284EADAB0F53F51CC37CC8D1 | sha1: C42B0A7EE0ADC8D98FF17E5BD4AEE0296B9F851A | sha256: D73B30515C44B52CB4C330F3117E2F46B5231FE05344709C68C49B5AECF7590E | sha512: 9D8B386624766D442D72F3190E28D6ABA8F83417B288A302D0DB1CAA21BAF2682A388369846C26844E20268CC1C52B6A6B1ABFB5E1D54CE5AF97EA6C980BEB57
bin\System.Net.NetworkInformation.dll
md5: 40C765B4146F09131B8B329BEA2D0369 | sha1: D3FE03A9AE202D0A2EAF989CD6C067F20249D991 | sha256: 0DE03A6A9433F38B3480321C97328101DCC03F5C4E051600D12C73CFA1163232 | sha512: 5C523136A671C32CF2953827952B4DD2DE6C7AA0981226B1A3CFB22443F2F5B34D40A138EE3ADA5E0ADBC0CD1EED4252ACD7F57E98C9D3DC0F7F3C7B11D4CDA6
bin\System.Net.Ping.dll
md5: E94A9C59698C9839EA4A140A9AB4EA40 | sha1: C2CE014A7D98D44209037CDE138AAD172096EA7A | sha256: 2BD1482AEA01DA1F0A8633431C3AE3ABA56CC870BA67789C85CC431084D31748 | sha512: A027225EC1114F0AD51D808D31F3BA3A21A8B1070CF0A0961BF4B0E87EBA909ACFE8E7DD5A8A9C46501E27AFC7C4613E9CB3DEA0FDFF040015FF2CAD58493397
bin\System.Net.Primitives.dll
md5: B9E8A027650347E04DF7644E5B64708C | sha1: EC5F48218D1955629099DCDBDAD754F266E79C2A | sha256: 69C1DD57F843BF0FA0DC52EF710F99823BF0B839DDB7C4BF3AA4516756D1D0A7 | sha512: 07B10ACD5058706E635FFEF47841322FDCC2DC40021EAE6F1A87948C3BA6E295A6CCD180BAE6328D8316E009C95A17716D5ACB56214854F793E0EE2AF0E33B1A
bin\System.Net.Requests.dll
md5: D1A26FC00D55D610EBA8D9C3906D91F0 | sha1: 5A4C9CBBDE982A766DE3180FB18DF4D87B77F695 | sha256: 057D215F3C30281B09863C47FD0ADDD62E2D60B1753DD082D38B2D790BF12379 | sha512: 8B1A6DF606299D522AFD60BA1ADEB90F1D41773AADB46C95CA856FE5CE2548A0462DA3D465D946E3E03FFB2A6AD1ACA2D539B65D2F3A86FE4F8C79746221952C
bin\System.IO.Compression.dll
md5: 4BEE64F60AE9DAB798A6653B3332E2C5 | sha1: C7FA2B3144DD1BEB2406528A7E7C655DD935ECCA | sha256: FA2A2B2529DA5B7D8C100FC27BAB1BA46946F08DEEB940CCAAB732B13A9F586D | sha512: 933483B1952DD4A4135E00C37B69EF06C547FA07D0D3509EC32AE7720570A14526003694F2B0ED84B63CC9956A44EB86F3A575FF0C35DA8E3EC4E62C5FDB2E64
bin\System.IO.Compression.FileSystem.dll
md5: 9781F6516AEB3A7FC14A50F19A69BABE | sha1: 5FB59F2A2AA38E9B64EC49B617A8AB5DAB9E45A4 | sha256: 70356D605415FF5320ABE510917B11D61E029024FAD3E2BA03E9ED5B4375BFBB | sha512: 6ED1761E0FCBE006A48510921010E95FCBB0392BD645ABC811F034E26CB174264E5DDB5516B52A77EA575DB83AD356AE0A2863952BF232C0B8C46B3860BA176F
bin\System.IO.Compression.ZipFile.dll
md5: 935547131CE5DE4E1F00B8E22ED6F428 | sha1: 857E6938AA086AA0601DC0F7EC681A0FBBB39431 | sha256: 2B98488B61A6B6B4CE32AA3821D5A2838D1792F08BB5610CD9F376911E9A4C8A | sha512: 9C87B3F840AE6B92F4832855521C74FEC0A58C67821B0BF25A13107A14408E52E76F8EF93C2ACF8C9B2CF0AD4E09E220AA51E90475472AE55EBF0A09EDB30ECC
bin\System.IO.dll
md5: 1446CBD4BC7805E17D494E8B33834A60 | sha1: E103A18E956C5345B5C851A4E2034FE3AA8D4733 | sha256: BF6FA626983F9EE1359ACBB12C892652A0DE074010CF0963EC911FE37600CA0B | sha512: D1B60EC93CDCCD42E21685894064854A3754CCE1796024F71DEC2A84991794DE60373DF783EA9A5E28CCA8A7CD2725CAC2D8B28FACB5401061C2FE70AEBEE5B1
bin\System.IO.FileSystem.AccessControl.dll
md5: 9A907D3E2CDECDB0EAD8477FC2A6074D | sha1: 309326231E6CE3A2BDDB38ECD9FA62662ACD16D2 | sha256: 0EECB2F9819B396042C6F66C19A4CCC764A6F1C0C01D325B2031E64C8CC3B24A | sha512: DC0E607708CDDFB16A9F72550DEB28491E6287C751C91C6F5D64BDB2F56691AC9E2E912DBBA39F5DD15D14F020B47EEF4771C1FCF70EDD272B789547E61B47B0
bin\System.IO.FileSystem.dll
md5: 3272559B46B0FFF4560F398F665B3269 | sha1: C684C4013D54E611B4030B29BC1175069D5C6E20 | sha256: 2D7F6C17278B1FF4FE3B584F302B9F0E33E320C173DA072259058A007900B882 | sha512: 6C44CFF4FF2CE506A6AC543A2C00EB4B6EA2B3B0CC37F2964AB88B461DD3E60EE2C096A5A71A50233979B038FAFD13B1BBE49288FA8E00CB144456A6A29A664D
bin\System.IO.FileSystem.DriveInfo.dll
md5: 274708A9A90BEED62A8958F0280785E8 | sha1: 8420E42ADB2008C1AC3B6C80930A946E56FCC173 | sha256: 5BE52376E2349737C0251790BEAD9366975495ADD921DFFE050D7CEB87D63142 | sha512: 18FAA2807EB78615F5571A571AFDEFACAA83583FFFDAD190E191E2462F518F8C8B48FE0E9A6B910A1BDF1D4B51A2426E899002DC1B760A9FB32362DA8C3F7D90
bin\System.Globalization.Calendars.dll
md5: 8F011E3FE7E6A7D46C3E69E5B50CA300 | sha1: 995F19E9731848FB7509B5C91A2AFBFAE7A6A7C1 | sha256: D621580E80753E7E96E608E3887611E042D84767F8C71CF1ED2687412A800E60 | sha512: AA6E122E89ECE09197B6695B88D2D8CB8CA6647D603981DE06A2974D5F015C18976D90A6F16305EDA90528193BAACBE2F22E71F9ABD8C8595BEAE9D71A2982CB
bin\System.Globalization.dll
md5: 128F63E5BB7961A1472BFD8552C6AAA5 | sha1: D40E57BEC784C39E59766B129BFD9F66803CC882 | sha256: 89AD2F8CDCE84B54F84793DDFC664752BF7030DA79C74ED32E28825A40A67555 | sha512: 8562BCC07A33D35A252C2B4F9B19EFBA8E347F85088A0EAC99312E3AE36D82906FDC99FF940EDBA414A612AD89B68A204293630BF663F77DE740ABAA88837AB1
bin\System.Globalization.Extensions.dll
md5: DF648C51240ED4E7F49FF34141D9156E | sha1: 253C78184528CCCCE943DCF3AC92793440277842 | sha256: C79405A95A03E4BEF2859222331142B282726D8867DCFDB9B6BA5925AF27446E | sha512: 8B4EF8BDAEBD9C38E45B37919EC5D74FE36265FCCC89810F838E9137A1A8A042ADF213294DA05E1B821051B02F7407D09A596304BB84580EA755DB254EB90000
bin\System.Memory.dll
md5: C69A3E866101C2C59FE5E1D1FC6C472E | sha1: 07892195843F6B0FBA00B208E36A1017A3D5746C | sha256: D63450B3ADF6C2BDD8EEB6FE116F0AA31C4A56D69197595006650115A02CC9BA | sha512: D84C63FA884CC3AF5A9DF353EB4D5E51E9D285B4A9CE7C433DF18636A271ABD11C0C2FEE2DB561D07DE64241F37B79C50BF7EF4EEFAF8CC595F62CFD11441C44
bin\System.Net.dll
md5: 208238055F296B10DB757541B0082E8D | sha1: B41DEDCD9E2DFD1879D690B2E398018966FA1F95 | sha256: 16C481C382489947DF0F7CACD2C9D2CA2460ADA648BBDEC27DD756A39109187A | sha512: B4CB45EDBE104E307503D1E60FAC5C2C011846F02D106ED2B36D67286B182D7A105998E180E316759CEB5C274A77EC0F993CF9E1B64DFD9AD6ABC52787A80D0E
bin\System.Net.Http.dll
md5: 990F7EB7DE9EB7958FB78804833F74CC | sha1: F50961C15F9334188A608C6A6413745B247E36DC | sha256: C20B2E50AEE61639620E4D8E9502182EDBAF25BDAC77A03690495DB5B0562266 | sha512: 8D4EA045869713BD34C763D31C725825EFE67D6DA83B31BDACBDC6BD772990E229F67DB7D7C8192260EF9E39E08A781E442EB1B2BC85DF1890DCA6EF127DC32B
bin\System.Net.Security.dll
md5: 104EF5475616CC65588C120C8C5496B3 | sha1: AFB562CA42B5BC041E78ADC9F149F30F9230690A | sha256: A00AAFB76E17EC9F5DA3DF858BD6D07D042CD13B05B111E91DD339ECC74F11AD | sha512: B114675BABD642617D3429842965BE96AE831219D1E63FA7C0B8E40EF7BE1AF5DBDE624DE02DF8A06FC42CCBE19EE8BCE19A2940BF981FD1FACDF11D35B8D601
bin\System.Private.Xml.dll
md5: A764EF1A3A316CBB3E895D687918990A | sha1: E8A63A2DBC0C54979D0CDB7AA9E462DD3425062D | sha256: 48EDA343525A2D5C2D65DD7FD743729B827B462E2E45F2428BF2EF6616ABA036 | sha512: B4B9FEF84493547DEBA18532376C8BA73408E0EBDBB7982FD952C5EF846D2862E91C65A7EFBCE2D3CA2CAAA1E0BB639E19502492DB8D070AD594B97545731F39
bin\System.Private.Xml.Linq.dll
md5: CA69EA639D5C258FE8843F35160AD966 | sha1: 571C75E78684105104B650B6362299BB655D6BC8 | sha256: 1E2C048E7DEB0398A66DC2D489F8F4596A59885200250ED175DC7E810509116E | sha512: 4FB0F9CA71E8D85701EE9FED4D8705DE9F57B741E322E2FC2DFF03E7D11B0939A2AED1794EEBF58E103B77A7F3F080D427055AA0373D435528643E2E266A424C
bin\System.Reflection.DispatchProxy.dll
md5: 1A9490054AB47A4093C60183D8729403 | sha1: C987E2E5725B01ABED8D4F2A66564E7BC9B1A8C7 | sha256: D5A4BF68EE6E0487B4C5CBCCEC5711F267A5676DE7AE7EB107ED447E2F890C78 | sha512: 405947FDF3DD269478C6160B8128B6888CA6CC4D5D632DA39305EE8145C62F0C26CE5270F2C7DF6088456703B449D97CFA07ED92E8D088CACFBB9C8FA23DE855
bin\System.Reflection.dll
md5: FC133954EC346E3D17EB424C1CA7F05E | sha1: 9805F27BACAA18337EBAB9FA1A2F9DAB30B3732A | sha256: 62A84156ABD697C3A459CB02BB77B9D41D2185E69CD870A8C37AF4FB3ECC6BAC | sha512: 585EF7535671B635D836358FB440F2AB55C742E985C6AABDFBF14954F330A36E97649FE5F3678E0C76A1C0098776656B3E7CD41D1D4ACA35D7B05E8C9A439E23
bin\System.Reflection.Emit.dll
md5: 4983AE4894FB69719C11733C305C4CB0 | sha1: 27A9A6B7DE267676D8CBC9EB39BADBF53DA7027C | sha256: E9825A34F3DA1A6A2F4188A6BFB012E7C45AE75B65DDF1D69CBAA3689B206B82 | sha512: 7EA4447437AF9E169FA84728F911A7E7B8FDB8C23FB221955C349292FC2F160DA96ED6096BB9FEA779F4DC1D5BF9171B145D85399AEF50AC4BD2726632A8585E
bin\System.Reflection.Emit.ILGeneration.dll
md5: 3C727C44C8526BA5910855F93E78D28D | sha1: ED351A5D01B5A908F4FD604E6A63EADD5B942B45 | sha256: 4DC5AB10CD3F95F053421D295FC53EE48C22654D8A06F86544411C044E25846F | sha512: DB31E905E1F7C076F596073F8B2BC152C58B48DC0DF598F4754AB8EC807C9DEE6CF16C78657C5D18FB4B60F43C0BA6B6ECC957A0AF35AD8D47EFABA24DBAA840
bin\System.Reflection.Emit.Lightweight.dll
md5: 14C758019DF32217F91F8D74516ECBD1 | sha1: 7B4B6AEA4D88E1F890077ACD7D492675235B2E53 | sha256: AE1AD2A9A269F93523A14565C0C02B880088AC4103E77E83A47468DEC5D97DC9 | sha512: 10399B03E2F438CEF6E1BAED36E937BE0AA36748CCCDD40C739EAF132BA2B4AC20B6258823082DF179863EDF6C5A1394A5F421F973B03BE7C4C0D10E092FDA33
bin\System.Reflection.Extensions.dll
md5: B571428FAAAEF1409A8C4E85432222D0 | sha1: 362DEDF1B814978C056659327CA7491D4B7D021A | sha256: 25CF203B269EBD4762010F3B7B1961F9FA760E533FC96285F9E5587E44647E60 | sha512: E8A2DA2D23ED50C59727839ECE467BDAF66F5C71525DC73020FBF0A7185ACAFEBBB2D862FC6CECF4F34C8710425214B0AE0B011840A49DC169E1EA93728C60FC
bin\System.Net.ServicePoint.dll
md5: CB02AABA6959DE1544BE73E0BAEA7583 | sha1: 6ADA5B14AEF7AA834F3771B2375D5E01427638D1 | sha256: 54DCF6215ABBE1260419640C54A8CCF6339C83FBFAFDFC28F70F8010C9BEF5FE | sha512: 2EB4DCB8EE7AB710C4E32DF64867D6933BED818283D774AA81628178E1F4B8538F61E4D477AF327238ADBCDEDA2F01283571079FC48CCCD6E6ED337823A76B89
bin\System.Net.Sockets.dll
md5: 92BD37087875EC8CE5A87E56F13ED17D | sha1: 2134E3B59BE000EACA0475256D362745F97D37E3 | sha256: 77AB12883CB0925BFB818B429E411B7CB14514ECBD2D5C54FF723BBD91A64131 | sha512: 2F9A765FAA257DD8C12EEB6857F48BF57CEB61B2D10857571F548E579B02385C4B258F743BD0E18ED6F842392BD3067425F7B46CD7C279638CB72AF4AEE016BE
bin\System.Net.WebClient.dll
md5: 15F7504D0D59C919179FF79458421188 | sha1: 0DF2073E66EBC30E09A71D7C6411F73A847B3B9A | sha256: 931D9B3EE9C53C172BB2651BFA1E3D8A4AA1D03E291D3190BCEE48AF7585887A | sha512: DF06536BAD789B1824AEEF15CDCC5FB3F50739322AF50F4A84CE523E2448619F6C3F811D5CE57ADA101B10AF9BE5E15AD16619B457CFBC919CAE87BD92E3F049
bin\System.Net.WebHeaderCollection.dll
md5: F219E074A231C7DC1A43EDFC375C39AE | sha1: AA4EA9AC62A9EF8FE9DC9A0B101BE60E0A1908A2 | sha256: 306B77ED165647907A6D52032DD764FC7B300E4107E3C838985FF3730D5BAAFE | sha512: D62A149D13D0F0DA5D97C773D8CF73E728E8AF7DEFADA18A942A91544E103A30082122B857E86312A4E2A0B76C7ECF157A3C86E2976FB81658B81ADCA2A44CBB
bin\System.Net.WebProxy.dll
md5: A3EA9F24AF4642C269890C892B3035E0 | sha1: A7478F04AB3893BEED57EAA5DF39FDBACD79C898 | sha256: 093C33FC4A3ECB03747197DE508AB0148588B3E7CBA502DAF34521C2D987B4BC | sha512: 2DA0DEE2469CD877AB382AFE272FAEFB2A52FD5CAD71BD1A50AEBFC1CEB8783D3E223F1AC2A9092DC6C241E28F10E94C1405E2644FF336E8B3C6C73A07512B78
bin\System.Net.WebSockets.Client.dll
md5: B498093E4E7164ACB9BCBC33DC5AC941 | sha1: 9FE2B04E34A15808BCF03BA64B9160938E496E1E | sha256: 55BD9875FCF7515394CEF9A1F85BD9184E3A5FEBFB2C5C5C7E6C46D1BDCF0B12 | sha512: 60E90C694D6513E9B93AFEDD81C2B1B57C95853B93C172E7D96B25AB6794B1E36F71E8ECDCD6D20B220644595AC845A888B738CC04F9A925D3CF441C11B7438D
bin\System.Net.WebSockets.dll
md5: C053021050A907CDF49338EF5AE43E00 | sha1: 65A77370F7AC4F121FE453140712E0167E506418 | sha256: 255D0D7FE4B4F6E19B5730B3630548BF9829AFA74DB54885537D4EC682695168 | sha512: 567021C1F5E7ACCE539370338FAD42994340C4C6C8C3630EB242A3449400DC15425544CFF51767A256208743D66993B5BB3E7830359F6315301CB2A88547C325
bin\System.Numerics.dll
md5: 5717FA42A682C682DD572B03FEEBD759 | sha1: 18AB42A878A9FD56D2006564A7F8E94746E4234D | sha256: 4A67043867D1A5510017F6C99B6D86ED533C551639047033D319EE08FB6225DE | sha512: C512320AED4EA1F24DE26FA7ACC6F4D0714D153214EEBF451B66CCC63A87456A20A70C7E1CABB36A8BF6C911CAFBF91BFC7E90B8CCC28B012960B2C04C58E711
bin\System.IO.FileSystem.Primitives.dll
md5: 13C0CA4001F2BC04DB3F164D3DAF9ADC | sha1: 561F7D09642ECCB805E7C170AB6335595F4F3A99 | sha256: 5FD1914C44286F67E7F468F51C4AD2D58F2ACF3534F29762461561937E89DFAB | sha512: 971A6540757558CDFD4A40B7CAE2ED7051A7DD9BD6F26E163B864965B82B7626E3F4A5AF0456C28046E3D5D98054632DDF9D4BD9E8DD5D8CD600470B7991F5BF
bin\System.IO.FileSystem.Watcher.dll
md5: 62C42BEEE8BD2018C65645D864A5D9E7 | sha1: 01455B36C72D77DDB097E9B9409DFCC95CFC113D | sha256: 1A9AF83E1A97F27AC61CBC77F0642990727B648D46C73482D711647DD8ECCA4C | sha512: 0EF01C99235676D42AD1245E10B9AD677C557CC289CF9D2D0F02FCB172C6E3F23E65B7CF8448EEFFEFFAEBCF6C3F0EA2CA6A724B1A0190DBFAB41A11C0BA1F2D
bin\System.IO.IsolatedStorage.dll
md5: 4C887D9A69AFE102EAC6C6D0328EECA6 | sha1: 9F2264323E98C04598D286AAC9093B8C43C21E75 | sha256: DEAA17C5EB229D4873A7556EA5816788E96592031EBD3D5D3A87144A795B62A0 | sha512: 3BE4071BBAE29FC2F55B49EC975FA11BA4C10FB5C015919BD381BDF8415577F0D3D5462A9B3CC0D88415CC772496E3DF4BF695543C87F3EFF0E44A834010ED36
bin\System.IO.MemoryMappedFiles.dll
md5: C3147652735859F24452B9FB6C810BE6 | sha1: 96E9AFCA4BD0B9BBAD12B3914FE94CFEB7803C30 | sha256: 6173436A629BB70F96C62C8B774F058EC70ED0AAC55C1D8F4D28D09A2C58A206 | sha512: FAE88FB9464F90D7F2AAF9A5ADD1894A01BD64CC005848141F8BC4722713C146AE73F80B7DEE32277ABA3C6B68CDEE260CD9EFA61B98F9710F8C5F10CEB2C76E
bin\System.IO.Pipes.AccessControl.dll
md5: C0E07C8F586CA9FE1F3BDE312370B675 | sha1: D7EE097D129AA9763F0F94AFBD6AC91C7EBCCD28 | sha256: F13D9D4D601EB4B5DE0FAAB2373BF7973E7831E5CA4EDBB0349A0D12C6A596CC | sha512: E49C873F18B4945045DA7FF159EE322B6D217CA4FEE5D6E9B8F476FC10E696924FBD91DCCAD2D26A296DC56852A00A3639FC7E56DD8C610BC03F53882457FBCA
bin\System.IO.Pipes.dll
md5: 3D460A137E4F56FF137A8C5D3560F3E9 | sha1: 0C5EF1068487CED0CE8764103430D5EF5EB8E029 | sha256: 0D6F9B40768110734626AB94DD1DE2B4869F8D812145FE6D14A475E50F11CB10 | sha512: 24E28C02868EF3BB714129281847013955E259BD3E2B7E939C939D30D4E4C9F368C6F77156A1AA3AEE3C40CD564EC1BD81A50F3993C69ACB31FC784E0847829F
bin\System.IO.UnmanagedMemoryStream.dll
md5: EA7EBFD2B257BC0E58B44C77D9732351 | sha1: B39C0C65042DC2E17A64C3E732628B7E2D3C840E | sha256: 5AE502FDCFB1CBB3B9943B31FC7356828FFFD0124FA21C9BEBA38745E1306FD5 | sha512: C24782DC850FD5DDA7FA3BBC73930757EB4D56F1AD9EEF049449FF0CE3B9FD59A5D5EE8B319DD9BFE1D126238CEC8CFA9234B76CA7EDA89982DB4F93EB57FDDE
bin\System.Linq.dll
md5: D7AC9251B1FA7568F1826CAE4AD6DC9B | sha1: 637BC0F1335981092CA7DC2F716A205232CA632C | sha256: D06F0910E0B9EF06545778A6C82EF5D40D6D4530F0394C576C87CEE7EB6BC4A4 | sha512: 5D8BCE5B5A9DFE11A5C824CDCEF0F78D72E62F897B2E6BE6BFAB0DD5E6D20D846917681A3937853983D99ED94D011F1C8C61B14B1897C538276E63B627DF807D
bin\System.Linq.Expressions.dll
md5: CDB899F80AD7998A86FBA6DE1A652122 | sha1: 250DE279463B79885DA182226F67F2B248F44BF2 | sha256: 59FA6FF29DC151E310B29BBA4F464CECCB3075FAAA628F5E15AD977F8A4A642B | sha512: 45CAB66E24EBA96DA29E13054252591DDB5B2A1511C05BBF64292D43BCE54206A9AAC26D75DF209069DAC54C2F37924DB1FE328BE107C96CFB30D23A98AE4FB3
bin\System.Linq.Parallel.dll
md5: EA8368C199911FCF474740A7A6AD4E60 | sha1: 97AC21DC10B0539A0C628F895F360DE77D85E7AF | sha256: 1EEC7533166DC3209B69D6D5FCA8BDF5E4C0821BE967A5524B7DC9B6992135FB | sha512: CAAA096400EE7CDA8B3D4EF6C6D7534471CF921C514B2CCE971A61F564F72275328FB981E1CC76B83911CAAAA35A0E3054C3CD170B5FAF282ECCAF29FBF2B087
bin\System.Linq.Queryable.dll
md5: 3A35FBEA95B18D8B8B85FDC9F76CD720 | sha1: EBF4665AA43B39DF753F712A174F40BEF0EFFB7F | sha256: D8E5DF26BADF2CBAB0EE8176C3D412AD4EA0CB8A15BD1CE9EB874A2B743DA505 | sha512: 7BA75D354D57F3D4D7B8A661C9696A3FE63D2C67C807C18E407AE26F4E7C66D7E78AAE22CFC91DB3C8D6C4EFE99A4D8DE02E5DAB865F6DC2BCA4C0659B74F05C
bin\System.Private.CoreLib.dll
md5: 434AC9C29A39BD671D7E8F42525833D9 | sha1: 41935D82106D2916B1B2FCC8821929C8618E5BE6 | sha256: EBEEB9B29FAD7779919F6F1D350ACF79D34E5F37B91C346A5B70B930489E9E66 | sha512: 5BE72AFF982D52B3290A06911A581E7A6BB5021F45599B613157138B48B3833C9AC28525C438A75C77B765FD135836A2F7AF60E2C44F029A81AB63CC02FCD3F7
bin\System.Private.DataContractSerialization.dll
md5: 95F8FBC78F285268B934A17B4FCEB4BC | sha1: 39C6BBB9D13B311A569EC92C0E10D62A68B63B5C | sha256: 3CFE5F545ECBBC1E295E9C665E918A0C658958DF32393B1925EE65DB0F67C100 | sha512: D7C718EC391628EC025F95CC676C58DF924F19BDF1BD51BDD079970836123993F336D0F375B769DF7DA33535BA5239B26A6502F7FDBD8632743C10C8B660D6D7
bin\System.Private.Uri.dll
md5: 366A00CE02FD050E2D2F5DE2075D380C | sha1: 104750EF10ED49674ECAADF302757B6A2A0F9DA8 | sha256: 75299A6FF481C0E15CE5462279BC892F18C0D88C3B0AAB6684CE28669B40E098 | sha512: A01807EC934DE1A4C360FC119A280B10079B64C08DA19BE2ACD2493E6CE1014F18D626FD6B98D77E2CC4B0EE3340EE9AF75A51F87821A8B44538FA8ADF4BB567
bin\System.Numerics.Vectors.dll
md5: 43ADF29AFB34C305FFCDDC1DD971823B | sha1: 84CCBEA2495C86A308DDDCB1B5CAE8F62B91DAD8 | sha256: B79AD56BAA79205059C6DA9583DB181B2F22A5833B38513272676878ECE13ED8 | sha512: 57F854745F5409A428DAD617D8E3783ACE072D9A2AEAD7127AC31D4CE3E1820444D89865300D32FD9AA92928BC4AF3C0C792440C6576914B02FA60C30C8E95EF
bin\System.ObjectModel.dll
md5: A12C0D57D5E986FDFA6686ED875DBC0C | sha1: 167B598CC9A7FEA12D274CA74A91978CDFC09EA2 | sha256: F4FB469AB1D41AA01F3DF0E3125E8FF369010E0A5A699934F552A46D81593C78 | sha512: 8511EB547C79FDF47CFE0A1B63613ED1462ED9EDD937D2AD4D69B123F16F8ACDCF7B764CC4F23C777426F610E773B3B9C57AB09B8EA8546940249570A7EFFE9A
bin\System.Reflection.Metadata.dll
bin\System.Security.Cryptography.Csp.dll
md5: 32DEF06BE6869A1914ADE2C7480137D3 | sha1: 0015F8794B36A3A96DFAD311CB333A652BB646AE | sha256: F59C3534F546A978494E0FAA36CBB2DBABC0893270AC9AE3ACE28D44E0179D61 | sha512: 4F9727DEAB8828EFD578EDFB912643054FD04AA28676E73508CC407DC537F68AE0491E1933600EF500B30875D11295C17234AE14552372F82CB95C67C14FC0A6
bin\System.Security.Cryptography.Encoding.dll
md5: 6FFDBD82E044E21EE1F968E29315C126 | sha1: C5FFFD052CA12837179ACC034D2D18362F7ABBB7 | sha256: 189DE953D75F00A986A3C4D7406D1EA4D996779252AF802CA4717B31DBCAD02B | sha512: 163531DADE92DC136C6A57F6BD05C92BC79CB3F748EBA6F14058BCC45A3C4424C019D28E076A64DA7AC82BE5EBF4F40EC9A58332236CAEEA8C72E6675C3306A6
bin\System.Security.Cryptography.OpenSsl.dll
md5: A679C71892FCBD8EE046ACA24B2400F5 | sha1: 0A63D7868B006D64D9EEF81D57368E0C431244B3 | sha256: 543EEC4DD0C53A5D7327FA8DC6A96EE962D76D24135F2F2F740F6C1A4D6DC4F0 | sha512: 3BC74DB5B8851D8630F3F7806E1CC5EB5B889C769209D25860D1F58072EFF8410FF3E641A119C5A4AE724121EA871E5E391A3A87C5FEF6045789163E09BEEAAE
bin\System.Security.Cryptography.Primitives.dll
md5: C111CF7A0851F69BEDC51AB1D3A300B9 | sha1: B5809ADC64AF947C8B4BAE4B7B4F161E91CCF538 | sha256: 8A8CE764FF7950145033FE4F656D610D29305B613F552CF1E1B150105F484B76 | sha512: 6B342DC95DCC4CF36DBBAB900D4E75E6327AF542CA2F0F097A07C84039C20540E3DC5B7A88C4242E16068F6F98F97A5FEF708A0FF3851EAC9AF6CBBECBDB33D0
bin\System.Security.Cryptography.ProtectedData.dll
md5: 95C0E2CF7481A0213A490998F3A956A0 | sha1: B804F6AF460137FF1C50FF5CB4113CF7B1717A74 | sha256: 7F2B633EED63BF20D558A25ED9686D2F1EF6C6E3FEF5C0B19C2C1258D90ACABD | sha512: 0B42381FCC18B0938448CD232F0D2F17639B6BE25A0590A403EF64C66B381B2F21FED36655C1D41B976B21EE5677F1397C12287F08776CC0636B1759D32041ED
bin\System.Security.Cryptography.X509Certificates.dll
md5: DA87604155D14D17EC91B231A1B835EF | sha1: F5751A7AB956A0C83E13A58B2DCC60004F610163 | sha256: F15A551BD56048CB93AF23CFC2FAEEF738D57F32DC07A4CC0034C14B034F8531 | sha512: 8F6D2557A4B80E95D7BC2ECAB272BD4231EC8C42462F50834227E13BFE7C84E770BED8F6BD89D45BB96FC9F1E40B7D96F3E66ADE2A08EB3552DE4F33FE57B109
bin\System.Security.dll
md5: 97884483D91BC457AC8D3F77FB480119 | sha1: 20DDA78CE0587EFE38E9DF8FF0E20BEF29BEAAD8 | sha256: 0C0C606E133B2FBD385ABBBFD924ABE152B0E76923F8EC980A4FDF17EAF73A41 | sha512: B5A9276CD2CE3ACCAE7F85F1918EC9CBE17B05DDA0294E13DB63602CC34B2CC76D3E6409A08D9B2EE23E2392E84CFD6DCFEC9B296FBFFCB236A67D62DF13455F
bin\System.Security.Principal.dll
md5: 6FD1CBC50DFFC37E4251F337BCCACA3A | sha1: 233559943915F957A70F4D9A29FA85B486554E9C | sha256: 3CCB9A97C75B1C19D24F39294704B8D1A4894742857A052D4382E75F762FDACC | sha512: 3B7F0F856AD7CCCD19967160A9D21EAEDC0F0FB441EE631FCAA157A08F7861BE809DEE75CA84F775431B884C5883A0591FA565EF6A093D5755D4AA07B422F37F
bin\System.Reflection.Primitives.dll
md5: 6FE8AD34DB0B4A05A454442EE9606418 | sha1: DA71215A904CCA7431EBAC7E81A480BC98C4C8CC | sha256: 4B4DC924A4DA79C215D6221FAA7B3D1F1A52C7DA9A309399558D01E37D52C111 | sha512: CF279CB3C9FC3AD8EC77E9EEB94E110B45DE96FFD6F5391BDD28769C640AE95B2DE9874D6E1EE51C86C1D8DDC30BA150B2A84A18ACFC23583659D1562080C92B
bin\System.Reflection.TypeExtensions.dll
md5: 060883E51996BEBDDD1F6BC78B8F8E86 | sha1: 522694EFDB51067C04AAFD8F6FADC425363FF620 | sha256: 8F47E5CF6784B65FD11D092381C6012485BF9DD232583249CD0C5F7CDBFAA175 | sha512: 54863172A6663588BD88374C09F5ED54D06309E14C44BC8CF247EAA2C4BEA869FA7F175A2B210AD545CA2862ECD929E3F9DEC0513C921D0311FA7061F81FA633
bin\System.Resources.Reader.dll
md5: 71E721AD1D18B740D7F234D4AD69BC83 | sha1: 971ED25223F170D4A7EF8226EF9D3FCB4F080870 | sha256: ADC4896A4A68E1A1D30877C8E428931F284026A301FA231AEE5E6137A4A0E55F | sha512: 9F665D39E2653CE9C63E731B2DA4BE1CF85247700DA9D61872D9D64CF2C206062CDC419EC2EAAA65557DD3C5F8855EC417E9255DCE42C929088A29EDFD53EC4F
bin\System.Resources.ResourceManager.dll
md5: B3F9E222CEF6085007DF3A0FAFE63A4A | sha1: BBF2E56E29441BF344AD0E0588E1A7C0D95074D7 | sha256: 9B29358FDAB4B0C1ABAC0ED5769CE6938B97237B101986495F7DAB553E3DFD7E | sha512: 3FB76BD62A2AF00A9C1DC33193A76CAAA915B2DA76F6867EC14025A223433C59E5185930043E7B2E8F642CB6141E1970D2879E593E0451F7FB4C93CEB6A50C51
bin\System.Resources.Writer.dll
md5: 9E46C326DA113F307F4DCEE3EBF4B8A6 | sha1: 724048F90D7E947A5B229328D586AE449CF28771 | sha256: 1599EB15C7762247DC78DB5D4F60221E0E623F6BF6FB3C8000A74A5A1A610E42 | sha512: 60673A34354A578FF6BE8F84556FF38F06C02845DFD7315E4F8FC54AFD33369C2E123C7575EC4A60C182B726CB163FBC6734F8DBF42E75C2864F3199DBDB5BDA
bin\System.Runtime.CompilerServices.Unsafe.dll
md5: 3B50C8ED5651DC2E5255E3F9D25C824B | sha1: 83818760F5766488F4E917A03B22DB9CF2AFB161 | sha256: D5B5BE62EBBEAEB2F92EEEEF2FA48D87B2DB33D041C609F3507EC34364305CC5 | sha512: 377BCCA8D76AE57A58252401AFB2DB8DEE3784B1CFF0355BA9D39ED8698DE09CAEA645FBC6533C86D59CE69B7D88733380FF00A0CC74188BADBEB27B2B0E2974
bin\System.Runtime.CompilerServices.VisualC.dll
md5: 216B21BBBF9A960785F4907E5657870A | sha1: 31A2AC6E510C332887B3ADA891A4BEE7CA125190 | sha256: 80189AA7A935739D3D0BF443A0704DFA24D0AD11698B1C267E8161A7C5ADA778 | sha512: 33A6AA134BACEEA193DAB24F1B922867D939A294B1BDF74D85B174466F02A2D8175552251F813335E4DE8632856F0FBCAF45CCCEBBBB6E5DC3C06CBA5B2B07D5
bin\System.Runtime.dll
md5: 0B92B29F3FF8B214CD84886B7C03520A | sha1: 60F3CE8913B1705F092C39B829B9A8A47E667EE1 | sha256: 26C055A078E56700B8CFC10117ACD610C97BEAC35F5F4A9A36DFA789FE3B73EE | sha512: 0A6B70D1F7743CA84595D56ED9FBE1EB087113237357DAD26DF60730CA54E072114337877C9AE0C4EC0D78A6845062C49EAFE6BA5B138F41A286E8BD4A0145FF
bin\System.Runtime.Extensions.dll
md5: F216A430A84E75AF73FDD31471F0EEF8 | sha1: 9DCB9C13AAD5CD75D2307F2ED2543B1E254A7181 | sha256: C5A4410C286D2E13A6190D7F820DB29EDD1CC172C992951493E6515F4A34338B | sha512: AF98289D5BB0B5E5314EEAB262781BE4B38213A154FE47800FE95C04EF2E13E2FD6FBBC589EDEAE3CEDBEBACF28E4306EA8321F05CBF10754CBE5452DE24481A
bin\System.Runtime.Handles.dll
md5: 94C6BAFA72965A25E81E78632483EC6F | sha1: 8F88FAB26591E0B55CC42B42A6F28815E17CAD7E | sha256: 6DA9B67300709E0B80D8DF33C4AEA1181833186C76BEA3B33CB5D1B31E1EE03B | sha512: 8152622B7E3A5FD71FBE4543E75B351FD331125F48C6F7C59D68ECB5B3D04D07D9554B9A9933CF30B3DBE64ED2BA357E9A696032C10CA85E062C2C5A06654738
bin\System.Runtime.InteropServices.dll
md5: 413344FA829AFCB61B4F05BA8F66247F | sha1: D610C4F00774B3B4F4F0231C6836AD4CA875D5A1 | sha256: C36A5AD251B8A024C93021AA225130E5D9674BB026BF7AB129ECCB85807B23A3 | sha512: 41DCD9D13F4F695CD39493491AFEC055939815EF045AA7B34E5604932C6011E92A7FDA487FED265304BDDBA2A3426C638B9FF9141DBDB6B37E0C3E8E072EEA18
bin\System.Runtime.InteropServices.RuntimeInformation.dll
md5: F7B25B564C9238CB2507B76585CE9287 | sha1: 024625DB2617CEDB213530850FDF022550F3D93A | sha256: BE8E1FE4C416DE84C39CD0958CEC3EE3397753352E29F45069DB56C9395ED028 | sha512: 8223ED418826CA7CEF5C43E7EE50D7AECFEFC2176C0D835F09EF4802BB21E953B2D0174A65DA55BC93E347AFD9E2A0879A76BFB55C1016FE36407B76211E132C
bin\System.Runtime.InteropServices.WindowsRuntime.dll
md5: 6D0433CCF2F9D0466B68C2A5722FBEDD | sha1: E54B3A59E89985A684A741797E61A3598474263C | sha256: E340DDB879EDEF22C506E9D39AA10157D4AC9220F5AB766EA612FD0FBCC20235 | sha512: D9B0FE0F8F3FD75107D1CEDDC3F23D05B3112076BBB85D2EBF13B7F5FCA7BC2731713EF58519AE900DD6275064A27CACE404BA6202888FB6175B8CEB3694CF49
bin\System.Runtime.Loader.dll
md5: 542A11483EAE32A44D64F2E13290AEE4 | sha1: F879C941C689F60F23CB123F2F3FE77196E95495 | sha256: BFD575D6FB4CB4A168A3FD5C81604B775188A249252663CC4896636B3A1AFDD8 | sha512: 6F9A24F3B725321A50F054444F6F02DC1AD6FF716711F6B66997A8728A5A8F42A352C8BE5CC6ABE31BDDC3FB197663D632A1C29565EFF360F4AC9EC5763E31F1
bin\System.Runtime.Numerics.dll
md5: B0B6E35D7F8B3203EC86AE22CD95D10C | sha1: 8E30DB94564B3A796826646FE718072C362AF1ED | sha256: 216E0A11DA7C06377FB80F4BD6A765F191BBF3047421BCA2DD7B1A42678741E6 | sha512: 381EA21AD5E13224D3FC56DF85E663D3EA96EEC7E764A5EDE0F0A5D7C9B3B8FB037C0ACB4EF60E83E52D04985592791B370404CFD8C933340AB5CA821437EC3D
bin\System.Runtime.Serialization.dll
md5: B832B1FD5B20DC7AC81B2F4E662AD196 | sha1: 749A9020EEABF6CB6545F617FE01FA389EA0EB50 | sha256: DD7D8F736D7B31E6576318B2CD3C2519619434ACE188AE3F2525244F9E49651C | sha512: 8CF8C34DB4FA24699C3F20ED437AA20975F2139A17DB6C9746B2BC334404558AC32BE040E82A8BAF474F9572AFF7024B061CACB3F1A2145E3C2A2C7FD97F8DFB
bin\System.Runtime.Serialization.Formatters.dll
md5: 0E032ACD2F665FAC8CF2F431CCC6C8C8 | sha1: B352A6AB16EA7E9DDA9FAE0353762D316447EAFA | sha256: 0AF385D514881DDDBC9E4CF230C8CD76B39DB5EE564B932D15BC17E74F1B12E3 | sha512: 499082239F9BAC5317CB42F440069BE82205BDE599AAD06266F3C9C4F9503CB5282C0CAA7227533A6AD0EF666BA369A482F8AC3D164A8377F435BA81E189C820
bin\System.Runtime.Serialization.Json.dll
md5: 7C552911C96A813B394AE1ECBCF43548 | sha1: E978CB0CF48B2A0E85A5B6CC412925B97C8C84DA | sha256: AC0B905037BE8F548DEA624E98AA916ABB1704E15DF5146E112C4D607DA3D923 | sha512: 5BDE0282B272847B1658A2F48A162DD4BF89837384E8CA2827A50736B3CB03C1E212AE0B8928E228617E55348CC2E702EEB36B1A28A381FA9DCA0AB8103B9993
bin\System.Runtime.Serialization.Primitives.dll
md5: B1BF84AA0CB723BBEF20F722FC3664AB | sha1: F581182D33A93DC9FEAB3CE007CE1CDED23B91D7 | sha256: FF0B04CF9CE33ADBDA2D95CDC19051900605C5583EF59FB84AAF4939F7DDBB07 | sha512: DECFF0DD7B84618D848979BF703B4A5EB63789CF5C00647E26226C2F8F9C45AD8AD5FD0930C9AFDFC5A1A0B82169A73343637C1BDC68AEEDBFC637BC7CEA2F5E
bin\System.Runtime.Serialization.Xml.dll
md5: 5851B031396583D674891A7FF5B8945D | sha1: CAFB2BEBF3C04DB26EF38F4A8DDAB27FF9442FD8 | sha256: 82A85CD2911509D95B0DBA80B664A201FF933FFA48B956990EF1A1B5FF605719 | sha512: E13FD2C126B0B1E01A9032E7F1DECC2612AF69D62341B39A038ADE82E2993793907EB97589B022E9B46A5A87E23B481762DDEB6DDC61AE74BD323CAA65B5EDDD
bin\System.Security.AccessControl.dll
md5: 8A5A8AF1857521EEABD924E30E5A5B19 | sha1: B580C3160978ED1E66AE24310F80F0BE4EE8FFD9 | sha256: D462BDF05149C27118C37B861D0E1F6AEF6B3277E6C4EBADEE6F31BBB4BA1AE6 | sha512: 04402BDDF3C8293F22B9A9093D9943D012CDAD614A46DF85D4B1D072C138CC0D0E2B52D26BCE6BA2922D73225C77BE9FCFAD8FCF3CA2190F753FE3C380187D62
bin\System.Security.Claims.dll
md5: 01EFDBAEAB5F30F518B32AB1EA65BF81 | sha1: 9D5BBABB9AECEA8416E6F00C1372314D5A5EE425 | sha256: 080A1E9FC3124B80B7A2F7B6CA6BB62980D023CED807610323F165FC6EE4940D | sha512: 498D255A37CE224E2B33DF28BB646CE259CF1769D8E9150AAAF43ACB1D6CE70163FC4A364AC0603FF7843382AC4F73901486F0F6619C8EABDC56C926C43F317C
bin\System.Security.Cryptography.Algorithms.dll
md5: C6D7E0513DBDDF9395F6AFBC74D1DFC7 | sha1: 798514396BAF10C09257DF03DE5FB6995B492FC6 | sha256: 165B6BD1AEB882A77398955317EEA7B2F2F6A9AB9713D7F973D4DBE845B2E6D6 | sha512: 4A6E1B2E1D8F0A7281AE7243AC9388887E9F7ABFA73D61B186A925CAF72767290BE7C4E0B5F219EB5FF90A0E7394374ED0782F7E5AA9F4755DF4AF4B52578239
bin\System.Security.Cryptography.Cng.dll
md5: AEED0C367F88B5D3703243E4F450C474 | sha1: 72A4CE4982CE8E1108B42F0FF4B611495803645C | sha256: 1DE4EDA154AEED7145AF52F951E46499CF57BF6D3E287758B621C2BEFFA25C4B | sha512: A1E6D239E7E6235ED7F8F0B76E1B756647FEE52AEEF3481FADD7845C31CF99B1BE25997620C08857AD26205FE04190D1CB2BB954AFD5CC990CF747134D29B193
bin\System.Security.Principal.Windows.dll
md5: 1C4956A95E7C33B1C6424F71C67B3FD0 | sha1: 5D0371FDE7678F72B0AF8A6BB36152ED342EDC4A | sha256: 049DBEB5CEB147355E6BB4A86C3A36AF93A57B1A86DFC3C1220F218099DCD92E | sha512: C5620545CCABE9CC3C1521E4E40B7958C0922A73DB9C451FB888D50234EF6DEA10FCB14070A79A4A156203D380C9F1F92CF38DBED4FA8FBAEE6E3A1893ADBA21
bin\System.Security.SecureString.dll
md5: 5D5110D4F7F3F9C5A4DBE50A964A4B11 | sha1: D82502322982D8BD447F1CAAA48D5569BE63FAD1 | sha256: 4ADF3B1CB3C6577E2BB3BB73125CDC5152969BA79259BD5702EB9A750CB9CE02 | sha512: F910F842307517823665AE221D248DB25C84D1BB152B494C79F1E66DB2EB178A2A8951C4AB22A6FB615B9AE6686250FFB515C32E9C2DDE105CFD155E9C8CB50A
bin\System.ServiceModel.Web.dll
md5: 19427C1FCC252C97929A137B54392493 | sha1: CFF82F4E491113BC42A0A882FD665BFD511F7F73 | sha256: 6C848F3932E9DF6411BB4A0D3BC0034F62DEDC3AA06E2A98D8428FA6E353509E | sha512: 9CB7702567A3941B3C90C714B7CAA3078D9683CF506E88D505D92A0B24274CB032031E7FCCDF09A254D076A359B99FBF407B29194A4CC498521464A3F232635E
bin\System.ServiceProcess.dll
md5: EF963A5FBD15D4D88BED64CD0440FA5C | sha1: C2B75E09A8093F70550857F746FDA461FE41D09A | sha256: E4BE3A1DE1A0E185E199B83F84165C2B2A147E4B10DA721B93615F5E9FF227B1 | sha512: EE2234668B45973D57F70691BBC937645DA8A90BA302DDF3B32A2F9AD6E0FD459FECB8834B8F7229B8C9077896661F8F9F87876253D6C397F0E11AD429463B38
bin\System.Text.Encoding.dll
md5: 7624CA3198AF19845D8BA9B33B543D95 | sha1: 26FD8903269E3C7A3B31DE26834F78B488A1E32D | sha256: CC8FD23D6615F3C93A6E0046BF6989976BEC4A39D53AD2D10BBCF602338ED7E9 | sha512: 35F77ED10A1E5E0A94308A9AB689606480ECC371EF2D358A72922EC8A83FFDAED120790EB8A0F998E2E3E80517D3A3349BE3B1735C1FFBCFFD61F5A90BE68B0F
bin\System.Text.Encoding.Extensions.dll
md5: 6C815EE47144F3B94D5F1BBFA3CAC691 | sha1: AD96055ECF904B022FB3B15ED63844CBC798F477 | sha256: F999B4491193CA899894F1AE47D908A6249CEC06CE93618F12D3A197ECB594A4 | sha512: 865E7F15002CAAE95E53FE913CDBA42517ABC924AACB80539165A1CF3ADC59ED51AAD8D85EDDDB36AFDF7643703A7F7484A318A9FFA1D0555BDD662C85F22F16
bin\System.Text.RegularExpressions.dll
md5: 0E7E426D6300E0E360208BF6B287FC2E | sha1: B3D4F0ED8E294FBB477BCC4F09490B056E8E3889 | sha256: C38978229FFAD92A05EAE6E3EC9A94280F5EA55C36162DA0A047E8CA76993D26 | sha512: 596DC7061EA60A0F07788ADCBFE281B29CFE48114D157A9F464E9B203DDD4B611EC67A6476F9213DD74014F5541ECF5AA938A052AC4D813B452CBD84E73E6FEA
bin\System.Threading.dll
md5: B71D70C7879E5CEC6756DF86E31B35D4 | sha1: A3BD3FF4D30A03D03B4C44F993E51736A1434413 | sha256: B0417369278CDC8A54E3D27A35BB7B8C5BE81C2EEB0F9724F3926A032D3FA1D8 | sha512: D3D4A66E10C6CAB01E0F9B03DAB625A4B41BCCE96CDCCD268CB11974C2B519CB637404B48730AE31796BDB9E8B8B47906ADA7B347831F7AA368616ACC282A873
bin\System.Threading.Overlapped.dll
md5: D7E8920E25A68E2C6ED8CDAF2E3E8A2A | sha1: C39560BBAA3AAF845B5D4FE85FCF0DCA73F5D83B | sha256: CAF9E67B9F8A2D57AD38BD24C403E7BE32F06AB3162610375F0044B0BD0D1DA3 | sha512: 2A5BCD54F1A541CBF66C25A95AFF1C2EABED51B656EBE2B287F09E291F20FE2E44D9FF92F0BA45BFE43E670AC732F0B882CCB70D6D9FEF81B36F468E86EBED42
bin\WindowsBase.dll
md5: 864831A95E9C2A1CD7E14F2518C96FD2 | sha1: 7DC62F02C82EED0C8B9FD1530D6C9DEB5D4EC8A7 | sha256: 870D855510E7E2874A87C1C3DE2F0FBD049EF521D2E6412434DFF87CC81CB825 | sha512: 4D00F743E6A44B346454CD5733401DD25F727A572FC7A2503994614E3F8097CFCE3DA2FCEFA3508980C676248E808006D54CA575228B37846B8609AC8D0F720A
bin\zh-Hans\FSharp.Core.resources.dll
md5: ADDF329B618949640E3A49F2AF2B9F75 | sha1: E145A4BCC129FD1CDFBEA113E759B5AD4165E30F | sha256: B0AB948F59C23618C2B2273FA5323D51569C0D68A9DCAF1676E82E499F0A4483 | sha512: CF1DEC82DA6A7A985509FC323BC0893C95606FA492361D2E88644ACA73614F2B9D1DDF6645E3466338670171E4633DCA402FF3387AE093C85A1CC89E79782257
bin\zh-Hant\FSharp.Core.resources.dll
md5: 4C8F3A6E76B3A3D468D58E0745F0BF40 | sha1: 608345681C3A336284D102995F50F626651EEFCC | sha256: 9266B3A53F7416567A27D32557FFA7CA488CEA115965757056D5C14A1AD6EA20 | sha512: 07DFDE1CA44C0D04644931F380A4E8026029B458C6BECBB47D65B05140FBA9F6EC7130A7F3EE0725920AC11CEA06C13C00607CE4EA81A7517CEE5B978EC63064
LICENSE.txt
Copyright 2008 "FAKE - F# Make" Project
Copyright 2010 Steffen Forkmann

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

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

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


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

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



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

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

   END OF TERMS AND CONDITIONS

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

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

   Copyright [yyyy] [name of copyright owner]

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

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

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


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

Microsoft Public License (MS-PL)

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

1. Definitions

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

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

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

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

2. Grant of Rights

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

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

3. Conditions and Limitations

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

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

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

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

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


VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package is published by the FAKE Project itself. Any binaries will be 
identical to other package types published by the project, in particular
the fake-dotnetcore-win7-x86.zip binary release.
bin\System.Threading.Tasks.Dataflow.dll
md5: 54EC2DE1A8ECF9764DE3856D2E52FE77 | sha1: 26384DEDF22B9E90987D37DB4E831F2B9BEDB6D1 | sha256: 9FFE5120379E89269755849D84D62186D63632F516582070E3A59BA2D5A3B8CA | sha512: A3AD5069CF8863C3747EDA9CD643551848CE3CDF0EAB92EA26208830C28317654BB5C17CF4EA811850A5D360338A8897F65C4A8E697FFF5B31AC3DD9E72606AE
bin\System.Threading.Tasks.dll
md5: 5E7D3624D6D250F076D9BCFC87D32221 | sha1: D767D45E7DA1A65B8E36E8329E260C3F0FD0B58C | sha256: 22167486A7D0D3BA8B0CAD51305D14886D1E7186FD936F2FC8A13CACE3E51CD3 | sha512: 5E009E914A0D9F5CDBFE29B25DAE9C9742C54FFFD1E4E6D607F998503FE82C2E35A1F3523B3965453074E0B8B30ADE82D66A1A97D845291343B7C025BFB16A4D
bin\System.Xml.Serialization.dll
md5: 58DD7F4540E95B8FF931DF93BAA1954D | sha1: 3E8BB4F1821B14F3C3A41EA8034A87E9A02426FE | sha256: 814CAE5293DBAA443231D1A6D0155C80620CA943EAD11DF913F93E2CFCB83A5D | sha512: 9EFFE66250A7DAB6311DB3E326549066820A39C08324069BF48CD0693BADDC9C5419EA0A02693EFF86590A14185852584F09CC5915D6D22CE0E50D6C40A77F38
bin\System.Xml.XDocument.dll
md5: 20A9ECE63E2D3F55A159CD6C57AAF7DE | sha1: 7C70B51B7A920545E96A3781ECB66A93FB93012C | sha256: 3DFE29B7D071D1C27618B2958ADF49EB7BB0C5893D62A517CC60BB2856617369 | sha512: 865E47F787803D8D327757EE48351790999EB2B4B4CF8FDCDC5B813CFDD3A2688BAFDC396D0FB54347F61DFBDDA02A6F7EF2B211B509965B212A1B785932B0FD
bin\System.Xml.XmlDocument.dll
md5: DC2E9E1E2D31FC8C686DAA5AC35FE824 | sha1: 20852A727C1D974B1F09425319CAD0698280CB9F | sha256: EBBCEEA3A24B05458807F78B18D8D30473E5D427B4DD57A3945906A7B46DE40A | sha512: 71441699DB4BE12AFFD91E54E0FB90B293D31F5B7E91C2B184EBF3DB07A5E1C326A582090FE115D4391C783959293003941BE87EC0B9726C20BFDF289C854E94
bin\System.Xml.XmlSerializer.dll
md5: 306E59667E1B02177CE59C3A8F05C978 | sha1: 9D9EDD352C21296A99FFC20637DC5E7B173250C1 | sha256: 4CF58E7C8CCC89D5FCA80257308230F0E5E3BEC406F9190DBC0FE3A67649D11B | sha512: F032239CC70D3E073AF4F9F353737F625352311F2D3CF702AA500783FB342FC9CA8684D45DB96CAF0A8B4C090BE646A5E8BC57B2C25615C93FC6847C8889F269
bin\System.Xml.XPath.dll
md5: 1F38C46B0E29C527D896DE0AA74226F1 | sha1: 549D65A18E6036F6F08DB244DD3B3A91CF2ECA97 | sha256: 09FCE5875BB8DEC8C0D57CF675E263A4D527EC4CD5416B91A55697CCFEDE4BF6 | sha512: 7BEDC7D79849F02933F0235D5FC95607F4D9C8E55F135420A826E9C559E2099B856EB818C489B613524145AE45CFF63C80663839E3B4530531890A301D008C41
bin\System.Xml.XPath.XDocument.dll
md5: E01E7470198045A0E8EC85DCDC340807 | sha1: 39F50B976CB19927BAD9D44BBECC6A9ECBB18BA7 | sha256: 86CDE64F5E40EF5E34B546F6A2F65B9B35496194CFD36FF967C22547770A2727 | sha512: 3A5101ADB8B869D3E85B4A11180A7835A120E6B98AEC7A5559D77E86AC464938A901ED08CE3F0F6A9714E860D4A4FF1FAD58140569A2EB9C2EBACBD2371B5B25
bin\tr\FSharp.Core.resources.dll
md5: 23E27174C4C755981C509D25958655AD | sha1: 9E5D0A74AC92E7A7CB1457D0A4EBE19B13C375BC | sha256: 47A20CAFB26DC36AE245FBE23A574AFF8A6AB6849F626264290AA8D9953C8B4A | sha512: F167F7A264E4F620C4D7D4C3150E070CFCCDF62788F4F61A242CC4A03199BDA2FC166E5E723D582DB87962FC5D89B7ACE26CBE6B66DB46A25FD0B2CE89E45110
bin\ucrtbase.dll
md5: 6343FF7874BA03F78BB0DFE20B45F817 | sha1: 82221A9AC1C1B8006F3F5E8539E74E3308F10BCB | sha256: 6F8F05993B8A25CADF5E301E58194C4D23402E467229B12E40956E4F128588B3 | sha512: 63C3D3207577D4761103DAF3F9901DD0A0AE8A89694AD1128FD7E054627CDD930D1020049317C5A898411735E2F75E2103AE303E7E514B6387A3C8463A4FB994
bin\System.Threading.Tasks.Extensions.dll
md5: A41B2F5DE292DC2EF5BDEDBEF5AA41E2 | sha1: AD2F0616DCE3636B074C65C497B5B864F3A29E26 | sha256: ABDFC4BAAE64F18273C34DA5B300D3C5E5DD10D26F5247B24A7D3130DA15E295 | sha512: B11AEA3FDEB01A6BCE3F1176E71CCB1EA8602C307AA753A6936CBE210848DA7F4DCB3968F405D4A6BD7C3876DA9DB419368613ECE59B4CF552F6CAA789292266
bin\System.Threading.Tasks.Parallel.dll
md5: 4F4DE5F9287D0367C32C4998CD316898 | sha1: 1D7F7E45AE463E31BB0C4E253D90F1BBD9DF82DD | sha256: 60F8B1D0A8554A6DBA48B4737533E9745DEF7BBA7D1D5FC4245E4FBEE9D74677 | sha512: 0E04595D3CD2F1E32A1A413F47308CC30700102A7018CF710448E415114410B501C086AD6F4AE988BC9886E7BB0332B1B0C18836579BE639BBF5918FFEAA6318
bin\System.Threading.Thread.dll
md5: 945DBCE56DA94C949F35964B7F80DC58 | sha1: 74E5B5C381F7DD4B52DA086D9BF2E58052D40789 | sha256: 48A3CD9B83BF89D02F7D3C18EF60EEF2A67A511FE8974A31B82764B14245DC5D | sha512: B24F0A607B522BFAD6B557E7AFB1A4CB10B77F3720DC2FBE53C49151F2FF4E07B53F5B52E3DEBFDF60C193427772549EE4D6CB54ED6830DC4CC877081703D0D5
bin\System.Threading.ThreadPool.dll
md5: CE2BEAA53C119FA899A143B1B960F943 | sha1: 48CD709504A8FB0B38A34D5A687B63AA199E91C1 | sha256: 7B819D4B0A6704D297B09F2BD272EBBABCE7D3B5DF9705245CC7205DAD73EBAA | sha512: FB0ADB12872BC445BA7F42388F4C79E6800ECC5F74B766F7F86A756598681EA3533C5DB55B3DA382CB47669A2B68153811F858EDF7456B537C314749FD0CCD2C
bin\System.Threading.Timer.dll
md5: F77B7CDDA164ED57FA8883D9AFF0AD05 | sha1: 05FF48EA6C9922CF5FD0663F4C6266382ED67CAA | sha256: E8434D4FDC36A9B34AECEB036C96A061EDD09884DF78659EB90551A92546668E | sha512: 69DA62ACF5F311F7757C990608A0B686E5B5E8D3890D843E729CB7EA47B534AA55D3D16031B6913F2FAA56D52A3B947AA067B4BCCAC56B674605231BAB11A8DF
bin\System.Transactions.dll
md5: F3E09AE36F96DB6345133B3C62FD8E0D | sha1: 4BB4FD6E183681490B37789B7CDF13152F1E7414 | sha256: 1271B21494D31A35D9CD70969FA5A1FF89D940B64D7289861181B25FB828A689 | sha512: D8B215677EA022899FCC310D6A765E8AC3C3DA3020975EA234C072C93B9E4693C293E536A412EEC190EF97C560257F6D694A794CDF771FF019A5A6463FFD84CB
bin\System.Transactions.Local.dll
md5: 3678DC418D8D57C0E129B564B2A81418 | sha1: 8B70A471A2C559AD7B0D9DF5F5EB25E08C06378E | sha256: 11DC98878DD2C56CE35A8670664E97BB97D864C3EAD87D28EAD660999CE1E489 | sha512: 6D376E62D3BBE5E465FEF43A87E6A59D7542B00064142D2494E46FA20CC08959D307AA75B06359149FA8F02EE1088AA4B715EF396A3FE5DE2E50DB50F6F80718
bin\System.ValueTuple.dll
md5: 34BF6E6BEFF7E6761F80BA0B5AE6DFD3 | sha1: BCA087B31BAEC686C07CC1EB690E79A2C276A807 | sha256: B57DF117446660A7B64D66EF6FF14D1471BAF9F2F384F3F441CDEEC971A63463 | sha512: E21F70DC1E8EA68791A67F3AAF37EB8B119ABDE7782FB8C271EC810E2C8EBA754EF722BFCA16C6021AB54108B20EF703A91BD826AB9FB410AF8DFCF1905FDB3A
bin\System.Web.dll
md5: 4B1DA6B02BB2DD03FEAF703F5E30343B | sha1: 314C9B3307F2841CC4DD5D177BAEDF5AEFD42CB2 | sha256: AB91F9321F63AEB6677AA836CECCC84CC64F67CAE09E808C924994FC82AC38E8 | sha512: C136C16CD0BE82BC317BC77356C64259EC32A5578ED984C652216E841CCB5AA4AD05B303EBB7231DFA6BBD3BEC1E0148D961D117C78F9C20CFF0571C6DF07F7F
bin\System.Web.HttpUtility.dll
md5: 528D1156B6E772764ABEBD98C04CEF4F | sha1: 0284B431310F204D7347964654D25354932DF6F0 | sha256: B75DBC7E8BD3D531643C47890AB3CA5B8368D57D8D6384F35D968D29BB8192AA | sha512: 46876C5E87646EFD5A0FA05AC2C31005847A84B3A1D71D71EB33F80860077314B0D6F482647DC601EB573B0EA46CD46FCE68CEDF2D2C310E40E59C22E83D0B80
bin\System.Windows.dll
md5: 036CCFF3097E781F7268836DF1B48DF7 | sha1: 87FA1DC2E703721862042292C59A9DE5A7C82BD7 | sha256: 9B971B4C91780977B24381DD344EAA6B5FA95DCBAA0BB14E2E91435EEC0DFA9C | sha512: D508A19C8198CC352E5EB56614485160D8AAA004001F912BB5908B1A81315CBAF0A1E76194A688A8DFE579688BF5FE99E225BCF99FEE7AC0D75DC3C04C6AB78A
bin\System.Xml.dll
md5: 229CD8961C7FE0801F89CC0905E80DE9 | sha1: 1D234D70BEC21E0D02B3CA2CA12B1651B73AD404 | sha256: 5E0DD13399479D5B60DF2AA611783414F2D2461CC105FB724C69BE30B80632E5 | sha512: F648ECAEACBE8D45357FE9C2182F2C3A0A16B4F070A2BFE302A6F7A0F580E9538E3D408FABCCF9F950660F6BF819641B28214E78EC899B4442280C099A93275D
bin\System.Xml.Linq.dll
md5: A524C708A8354720FF5CDFAC84699C9B | sha1: 0FF501DACFF50B6C7269F1C7149401E293334B30 | sha256: E55F8D859429DB4F1DB8B6791AC0783DB990BCDE99EC04CBCFF855C8C57ECE3D | sha512: 5D24FEAECB0006A8ADE30572500216522769FC8582BB8DB4830E8C4D6C4A81C4BC2A5D33F270E3DC4F7BE6F55C819A7C5CAA23245EF755DE5F35E6AE5C063E3A
bin\System.Xml.ReaderWriter.dll
md5: C0CC107BF59793272BA7949EDED7671E | sha1: 3CD27252DB576666358083730F2C6201B61A157E | sha256: 29403CEABF2B40E04561DFC8C2531D9F603A40143DE95ED05738805104336199 | sha512: 943240E651F6F5A12E789D1DA65144C753A5E6E1E9BEB31ECE5B77569261FF9DC9DE7D82A33835C542D042D1B666624492742587F856D53995682BC9F2335FC2

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

ENHANCEMENT: Support F# 4.6 syntax in scripts
ENHANCEMENT: Add hint when runner is older than 6 months and warning after 12 months


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